2007-07-24 13:35:24 +02:00
|
|
|
# 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
|
2009-10-07 07:18:58 +00:00
|
|
|
# Maintainer: Jose V Beneyto, sepen at crux dot nu
|
|
|
|
# Packager: Jose V Beneyto, sepen at crux dot nu
|
2007-07-24 13:35:24 +02:00
|
|
|
# Depends on: xfce4-panel
|
|
|
|
# Group: xfce4
|
|
|
|
|
|
|
|
name=xfce4-eyes-plugin
|
2013-03-04 12:27:17 +01:00
|
|
|
version=4.4.2
|
|
|
|
release=0
|
2010-12-17 00:46:56 +01:00
|
|
|
source=(http://archive.xfce.org/src/panel-plugins/$name/${version%.*}/$name-$version.tar.bz2)
|
2007-07-24 13:35:24 +02:00
|
|
|
|
|
|
|
build() {
|
2008-02-05 20:20:49 +01:00
|
|
|
cd $name-$version
|
2013-03-04 12:27:17 +01:00
|
|
|
|
2007-07-24 13:35:24 +02:00
|
|
|
./configure --prefix=/usr \
|
|
|
|
--libexecdir=/usr/lib \
|
|
|
|
--disable-debug
|
2013-03-04 12:27:17 +01:00
|
|
|
|
2007-07-24 13:35:24 +02:00
|
|
|
make
|
2008-02-05 20:20:49 +01:00
|
|
|
make DESTDIR=$PKG install
|
2013-03-04 12:27:17 +01:00
|
|
|
|
2008-02-05 20:20:49 +01:00
|
|
|
rm -rf $PKG/usr/share/locale
|
2013-03-04 12:27:17 +01:00
|
|
|
find $PKG/usr/share/xfce4/panel/plugins -type f -name '*.desktop' \
|
2008-10-30 23:35:07 +01:00
|
|
|
-exec sed -r '/\[.+\]=/d' -i {} \;
|
2007-07-24 13:35:24 +02:00
|
|
|
}
|