diff options
Diffstat (limited to 'gnome/gnome-applets/Pkgfile')
-rw-r--r-- | gnome/gnome-applets/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome/gnome-applets/Pkgfile b/gnome/gnome-applets/Pkgfile index 7cd88da13..ff9b15f71 100644 --- a/gnome/gnome-applets/Pkgfile +++ b/gnome/gnome-applets/Pkgfile @@ -2,7 +2,7 @@ # URL: http://www.gnome.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: gnome-icon-theme, gnome-panel, libgtop, gucharmap +# Depends on: gnome-icon-theme, gnome-panel, libgtop, gucharmap, libgweather, gst-plugins-base, hal, libgnomekbd, gucharmap, system-tools-backends, libnotify name=gnome-applets version=2.26.3 @@ -16,9 +16,9 @@ build() { --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 - rm -rf $PKG/var } |