2013-03-04 12:27:17 +01:00

27 lines
752 B
Plaintext

# Description: Eyes is a xfce4 panel plugin that adds eyes which watch your every step.
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
# Depends on: xfce4-panel
# Group: xfce4
name=xfce4-eyes-plugin
version=4.4.2
release=0
source=(http://archive.xfce.org/src/panel-plugins/$name/${version%.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--libexecdir=/usr/lib \
--disable-debug
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
find $PKG/usr/share/xfce4/panel/plugins -type f -name '*.desktop' \
-exec sed -r '/\[.+\]=/d' -i {} \;
}