From bfa99ca2a898fabd33d3c9f8baf40b276a51035a Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Thu, 23 Apr 2015 13:38:25 +0200 Subject: [PATCH] xfce4-notes-plugin: updated to 1.8.0 --- xfce4-notes-plugin/.footprint | 12 +++++------- xfce4-notes-plugin/.md5sum | 2 +- xfce4-notes-plugin/Pkgfile | 5 ++++- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/xfce4-notes-plugin/.footprint b/xfce4-notes-plugin/.footprint index 06df714..e409e0d 100644 --- a/xfce4-notes-plugin/.footprint +++ b/xfce4-notes-plugin/.footprint @@ -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 diff --git a/xfce4-notes-plugin/.md5sum b/xfce4-notes-plugin/.md5sum index 449a26f..4ff68ac 100644 --- a/xfce4-notes-plugin/.md5sum +++ b/xfce4-notes-plugin/.md5sum @@ -1 +1 @@ -42b924b23f2fec6a1099e9b7a87db4a3 xfce4-notes-plugin-1.7.7.tar.bz2 +569341bc27e2e46d23b6bffc14bff41a xfce4-notes-plugin-1.8.0.tar.bz2 diff --git a/xfce4-notes-plugin/Pkgfile b/xfce4-notes-plugin/Pkgfile index 2314773..37ac7e2 100644 --- a/xfce4-notes-plugin/Pkgfile +++ b/xfce4-notes-plugin/Pkgfile @@ -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 {} \;