summaryrefslogtreecommitdiffstats
path: root/gnome/gnome-themes/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-06-08 13:43:42 +0200
committertnut <thierryn1 at hispeed dot ch>2010-06-08 13:43:42 +0200
commit5a4405191f3a100952eadd195bbdcf3d235d3dbe (patch)
tree281737f70c990c12cb1d44860626366096ceca1e /gnome/gnome-themes/Pkgfile
parentb40c07abfab49e7c25329ade21f5d3bd30d0c5d8 (diff)
downloadnutyx-pakxe-5a4405191f3a100952eadd195bbdcf3d235d3dbe.tar.gz
nutyx-pakxe-5a4405191f3a100952eadd195bbdcf3d235d3dbe.tar.bz2
nutyx-pakxe-5a4405191f3a100952eadd195bbdcf3d235d3dbe.tar.xz
nutyx-pakxe-5a4405191f3a100952eadd195bbdcf3d235d3dbe.zip
gnome-themes dans gnome
Diffstat (limited to 'gnome/gnome-themes/Pkgfile')
-rw-r--r--gnome/gnome-themes/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/gnome/gnome-themes/Pkgfile b/gnome/gnome-themes/Pkgfile
new file mode 100644
index 000000000..cf2a042a2
--- /dev/null
+++ b/gnome/gnome-themes/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Themes pour gnome
+# URL: http://www.gnome.org/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: atk, pango, icon-naming-utils, gtk-engines
+
+name=gnome-themes
+version=2.30.0
+release=1
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.30/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --enable-all-themes
+ make
+ make DESTDIR=$PKG install
+}