added gtk-engines-magicchicken
authorTilman Sauerbeck <tilman@code-monkey.de>
Mon, 15 May 2006 06:28:37 +0000 (08:28 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Mon, 15 May 2006 06:28:37 +0000 (08:28 +0200)
gtk-engines-magicchicken/.footprint [new file with mode: 0644]
gtk-engines-magicchicken/.md5sum [new file with mode: 0644]
gtk-engines-magicchicken/Pkgfile [new file with mode: 0644]

diff --git a/gtk-engines-magicchicken/.footprint b/gtk-engines-magicchicken/.footprint
new file mode 100644 (file)
index 0000000..de7dbcc
--- /dev/null
@@ -0,0 +1,26 @@
+drwxr-xr-x     root/root       usr/
+drwxr-xr-x     root/root       usr/lib/
+drwxr-xr-x     root/root       usr/lib/gtk-2.0/
+drwxr-xr-x     root/root       usr/lib/gtk-2.0/2.4.0/
+drwxr-xr-x     root/root       usr/lib/gtk-2.0/2.4.0/engines/
+-rwxr-xr-x     root/root       usr/lib/gtk-2.0/2.4.0/engines/libmgicchikn.la
+-rwxr-xr-x     root/root       usr/lib/gtk-2.0/2.4.0/engines/libmgicchikn.so
+drwxr-xr-x     root/root       usr/share/
+drwxr-xr-x     root/root       usr/share/themes/
+drwxr-xr-x     root/root       usr/share/themes/CortlandChicken/
+-rw-r--r--     root/root       usr/share/themes/CortlandChicken/README
+drwxr-xr-x     root/root       usr/share/themes/CortlandChicken/gtk-2.0/
+-rw-r--r--     root/root       usr/share/themes/CortlandChicken/gtk-2.0/check-in.png
+-rw-r--r--     root/root       usr/share/themes/CortlandChicken/gtk-2.0/check-out.png
+-rw-r--r--     root/root       usr/share/themes/CortlandChicken/gtk-2.0/gtkrc
+-rw-r--r--     root/root       usr/share/themes/CortlandChicken/gtk-2.0/radio-both.png
+-rw-r--r--     root/root       usr/share/themes/CortlandChicken/gtk-2.0/radio-in.png
+-rw-r--r--     root/root       usr/share/themes/CortlandChicken/gtk-2.0/radio-out.png
+drwxr-xr-x     root/root       usr/share/themes/MagicChicken/
+-rw-r--r--     root/root       usr/share/themes/MagicChicken/README
+drwxr-xr-x     root/root       usr/share/themes/MagicChicken/gtk-2.0/
+-rw-r--r--     root/root       usr/share/themes/MagicChicken/gtk-2.0/gtkrc
+drwxr-xr-x     root/root       usr/share/themes/OkayishChicken/
+-rw-r--r--     root/root       usr/share/themes/OkayishChicken/README
+drwxr-xr-x     root/root       usr/share/themes/OkayishChicken/gtk-2.0/
+-rw-r--r--     root/root       usr/share/themes/OkayishChicken/gtk-2.0/gtkrc
diff --git a/gtk-engines-magicchicken/.md5sum b/gtk-engines-magicchicken/.md5sum
new file mode 100644 (file)
index 0000000..9877af8
--- /dev/null
@@ -0,0 +1 @@
+da0565496a8ff70a8201575d710a74f9  gtk-engines-magicchicken-1.1.1.tar.bz2
diff --git a/gtk-engines-magicchicken/Pkgfile b/gtk-engines-magicchicken/Pkgfile
new file mode 100644 (file)
index 0000000..e841961
--- /dev/null
@@ -0,0 +1,18 @@
+# Description: Magic Chicken engine and themes for GTK
+# URL: N/A
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: gtk-engines
+
+name=gtk-engines-magicchicken
+version=1.1.1
+release=1
+source=(ftp://ftp.code-monkey.de/pub/$name/$name-$version.tar.bz2)
+
+build () {
+       cd $name-$version
+
+       ./configure --prefix=/usr
+
+       make
+       make DESTDIR=$PKG install
+}