xfce4-smartbookmark-plugin: updated to 0.4.5

This commit is contained in:
Jose V Beneyto 2013-02-12 11:53:01 +01:00
parent 6dda09412c
commit efb0a9f349
3 changed files with 13 additions and 9 deletions

View File

@ -1,11 +1,12 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/xfce4/
drwxr-xr-x root/root usr/lib/xfce4/panel-plugins/
-rw-r--r-- root/root usr/lib/xfce4/panel-plugins/libsmartbookmark.a
-rwxr-xr-x root/root usr/lib/xfce4/panel-plugins/libsmartbookmark.la
-rwxr-xr-x root/root usr/lib/xfce4/panel-plugins/libsmartbookmark.so
drwxr-xr-x root/root usr/lib/xfce4/panel/
drwxr-xr-x root/root usr/lib/xfce4/panel/plugins/
-rw-r--r-- root/root usr/lib/xfce4/panel/plugins/libsmartbookmark.la
-rw-r--r-- root/root usr/lib/xfce4/panel/plugins/libsmartbookmark.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/xfce4/
drwxr-xr-x root/root usr/share/xfce4/panel-plugins/
-rw-r--r-- root/root usr/share/xfce4/panel-plugins/smartbookmark.desktop
drwxr-xr-x root/root usr/share/xfce4/panel/
drwxr-xr-x root/root usr/share/xfce4/panel/plugins/
-rw-r--r-- root/root usr/share/xfce4/panel/plugins/smartbookmark.desktop

View File

@ -1 +1 @@
273e38306a82f14e1b8c2c5db912f6c3 xfce4-smartbookmark-plugin-0.4.4.tar.bz2
820422dfc5c212689b2908e1ff09c548 xfce4-smartbookmark-plugin-0.4.5.tar.bz2

View File

@ -6,18 +6,21 @@
# Group: xfce4
name=xfce4-smartbookmark-plugin
version=0.4.4
version=0.4.5
release=1
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' \
find $PKG/usr/share/xfce4/panel/plugins -type f -name '*.desktop' \
-exec sed -r '/\[.+\]=/d' -i {} \;
}