summaryrefslogtreecommitdiffstats
path: root/extra/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 /extra/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 'extra/gnome-themes/Pkgfile')
-rw-r--r--extra/gnome-themes/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/gnome-themes/Pkgfile b/extra/gnome-themes/Pkgfile
deleted file mode 100644
index cf2a042a2..000000000
--- a/extra/gnome-themes/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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
-}