summaryrefslogtreecommitdiffstats
path: root/gnome/gnome-applets/build.crux
diff options
context:
space:
mode:
authorbg <bg@nutyx.(none)>2009-11-10 10:51:38 +0100
committerbg <bg@nutyx.(none)>2009-11-10 10:51:38 +0100
commit2160419a1175870c3f6c678a7dc863bb249f5638 (patch)
tree9abb489666bf81bdc8e045004b54dae10a45c00b /gnome/gnome-applets/build.crux
parent85d3865857d7a8ec226bac7b862f86dd6d1960cd (diff)
parent3972e08717d7c6cee26d3967748d98803101e4dd (diff)
downloadnutyx-extra-2160419a1175870c3f6c678a7dc863bb249f5638.tar.gz
nutyx-extra-2160419a1175870c3f6c678a7dc863bb249f5638.tar.bz2
nutyx-extra-2160419a1175870c3f6c678a7dc863bb249f5638.tar.xz
nutyx-extra-2160419a1175870c3f6c678a7dc863bb249f5638.zip
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'gnome/gnome-applets/build.crux')
-rw-r--r--gnome/gnome-applets/build.crux28
1 files changed, 0 insertions, 28 deletions
diff --git a/gnome/gnome-applets/build.crux b/gnome/gnome-applets/build.crux
deleted file mode 100644
index 4c4d013a8..000000000
--- a/gnome/gnome-applets/build.crux
+++ /dev/null
@@ -1,28 +0,0 @@
-# Description: Applets for use with the GNOME panel
-# URL: http://freshmeat.net/projects/gnome-applets/
-# Maintainer: Matt Housh, jaeger at morpheus dot net
-# Depends on: gnome-vfs, gail, gnome-doc-utils, libxklavier, libgtop, gst-plugins-base, gnome-panel
-# Group: gnome/desktop
-
-name=gnome-applets
-version=2.22.0
-release=1
-group=gnome
-source=(http://download.gnome.org/desktop/2.22/2.22.0/sources/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- rm po/*.po
- sed -i -e 's/USE_NLS=yes/USE_NLS=no/' \
- -e 's/ENABLE_NLS 1/ENABLE_NLS 0/' configure
- ./configure --prefix=/opt/gnome \
- --libexecdir=/opt/gnome/lib/$name \
- --disable-schemas-install \
- --disable-scrollkeeper \
- --enable-flags=yes \
- --enable-gstreamer=yes \
- --enable-ipv6=yes
- make
- make DESTDIR=$PKG install
-}
-