xfce4-notes-plugin: updated to 1.8.0

This commit is contained in:
Jose V Beneyto 2015-04-23 13:38:25 +02:00
parent 47dbf30b8f
commit bfa99ca2a8
3 changed files with 10 additions and 9 deletions

View File

@ -9,12 +9,10 @@ drwxr-xr-x root/root usr/etc/xdg/autostart/
-rw-r--r-- root/root usr/etc/xdg/autostart/xfce4-notes-autostart.desktop
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/libnotes.a
-rwxr-xr-x root/root usr/lib/xfce4/panel-plugins/libnotes.la
lrwxrwxrwx root/root usr/lib/xfce4/panel-plugins/libnotes.so -> libnotes.so.0.0.0
lrwxrwxrwx root/root usr/lib/xfce4/panel-plugins/libnotes.so.0 -> libnotes.so.0.0.0
-rwxr-xr-x root/root usr/lib/xfce4/panel-plugins/libnotes.so.0.0.0
drwxr-xr-x root/root usr/lib/xfce4/panel/
drwxr-xr-x root/root usr/lib/xfce4/panel/plugins/
-rwxr-xr-x root/root usr/lib/xfce4/panel/plugins/libnotes.la
-rwxr-xr-x root/root usr/lib/xfce4/panel/plugins/libnotes.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/xfce4-notes.desktop
@ -59,4 +57,4 @@ drwxr-xr-x root/root usr/share/xfce4-notes-plugin/pixmaps/
-rw-r--r-- root/root usr/share/xfce4-notes-plugin/pixmaps/notes-menu.png
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/xfce4-notes-plugin-47.desktop
-rw-r--r-- root/root usr/share/xfce4/panel-plugins/xfce4-notes-plugin.desktop

View File

@ -1 +1 @@
42b924b23f2fec6a1099e9b7a87db4a3 xfce4-notes-plugin-1.7.7.tar.bz2
569341bc27e2e46d23b6bffc14bff41a xfce4-notes-plugin-1.8.0.tar.bz2

View File

@ -6,17 +6,20 @@
# Group: xfce4
name=xfce4-notes-plugin
version=1.7.7
version=1.8.0
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' \
-exec sed -r '/\[.+\]=/d' -i {} \;