summaryrefslogtreecommitdiffstats
path: root/gnome/gnome-applets/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gnome/gnome-applets/Pkgfile')
-rw-r--r--gnome/gnome-applets/Pkgfile25
1 files changed, 0 insertions, 25 deletions
diff --git a/gnome/gnome-applets/Pkgfile b/gnome/gnome-applets/Pkgfile
deleted file mode 100644
index 6c2a8116b..000000000
--- a/gnome/gnome-applets/Pkgfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Description: Petites applications fonctionnant en tâche de fond
-# URL: http://www.gnome.org/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: gnome-icon-theme, gnome-panel, libgtop, libgweather, gst-plugins-base, hal, libgnomekbd, gucharmap, system-tools-backends, libnotify
-# Run on: gnome-icon-theme,gnome-panel,libgtop,libgweather,gst-plugins-base,hal,libgnomekbd,gucharmap,system-tools-backends,libnotify
-
-name=gnome-applets
-version=2.30.0
-release=2
-source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- ./configure --prefix=$GNOME_PREFIX \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- --libexecdir=$GNOME_PREFIX/lib/gnome-applets \
- --mandir=$GNOME_PREFIX/share/man \
- --enable-mixer-applet \
- --disable-scrollkeeper \
- --disable-schemas-install
- make
- make DESTDIR=$PKG install
-}