summaryrefslogtreecommitdiffstats
path: root/extra/gtk2-engines-ubuntulooks
diff options
context:
space:
mode:
authorfanch <fanchyannmaria at orange dot fr>2010-02-13 20:21:46 +0100
committerfanch <fanchyannmaria at orange dot fr>2010-02-13 20:21:46 +0100
commit70c5aba3306407f6d324ff6ba48907ac9ac5f820 (patch)
tree06db45bb379b6083a6ef0888dfe19eaa3500a017 /extra/gtk2-engines-ubuntulooks
parentaea876bbfefeda312fce05e91d0cdea58024af30 (diff)
parent758c18b17c044f88e0b1e21ee0f8aa613f9e4fed (diff)
downloadnutyx-extra-70c5aba3306407f6d324ff6ba48907ac9ac5f820.tar.gz
nutyx-extra-70c5aba3306407f6d324ff6ba48907ac9ac5f820.tar.bz2
nutyx-extra-70c5aba3306407f6d324ff6ba48907ac9ac5f820.tar.xz
nutyx-extra-70c5aba3306407f6d324ff6ba48907ac9ac5f820.zip
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'extra/gtk2-engines-ubuntulooks')
-rwxr-xr-xextra/gtk2-engines-ubuntulooks/.footprint12
-rwxr-xr-xextra/gtk2-engines-ubuntulooks/.md5sum1
-rwxr-xr-xextra/gtk2-engines-ubuntulooks/Pkgfile17
3 files changed, 30 insertions, 0 deletions
diff --git a/extra/gtk2-engines-ubuntulooks/.footprint b/extra/gtk2-engines-ubuntulooks/.footprint
new file mode 100755
index 000000000..352c6a47b
--- /dev/null
+++ b/extra/gtk2-engines-ubuntulooks/.footprint
@@ -0,0 +1,12 @@
+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.10.0/
+drwxr-xr-x root/root usr/lib/gtk-2.0/2.10.0/engines/
+-rwxr-xr-x root/root usr/lib/gtk-2.0/2.10.0/engines/libubuntulooks.la
+-rwxr-xr-x root/root usr/lib/gtk-2.0/2.10.0/engines/libubuntulooks.so
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/themes/
+drwxr-xr-x root/root usr/share/themes/Human/
+drwxr-xr-x root/root usr/share/themes/Human/gtk-2.0/
+-rw-r--r-- root/root usr/share/themes/Human/gtk-2.0/gtkrc
diff --git a/extra/gtk2-engines-ubuntulooks/.md5sum b/extra/gtk2-engines-ubuntulooks/.md5sum
new file mode 100755
index 000000000..0cba9db5c
--- /dev/null
+++ b/extra/gtk2-engines-ubuntulooks/.md5sum
@@ -0,0 +1 @@
+5ba7d915abe31870103aab5847278d13 ubuntulooks_0.9.12.orig.tar.gz
diff --git a/extra/gtk2-engines-ubuntulooks/Pkgfile b/extra/gtk2-engines-ubuntulooks/Pkgfile
new file mode 100755
index 000000000..4d6598e70
--- /dev/null
+++ b/extra/gtk2-engines-ubuntulooks/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Moteur de thémes GTK+
+# URL:
+# Maintainer: NuTyX core team
+# Packager: tux03 at tuxfamily dot org
+# Depends on:
+name=gtk2-engines-ubuntulooks
+version=0.9.12
+release=1
+group=
+source=(http://archive.ubuntu.com/ubuntu/pool/main/u/ubuntulooks/ubuntulooks_0.9.12.orig.tar.gz)
+build() {
+cd ubuntulooks-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+