From e437d73dddf98ddea8bd5770428287e079bbab6c Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Sun, 29 Apr 2012 23:59:19 +0200 Subject: xfce4-cpugraph-plugin: updated to 1.0.2 --- xfce4-cpugraph-plugin/.footprint | 11 +++++++---- xfce4-cpugraph-plugin/.md5sum | 2 +- xfce4-cpugraph-plugin/Pkgfile | 7 +++++-- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/xfce4-cpugraph-plugin/.footprint b/xfce4-cpugraph-plugin/.footprint index d634099..a93a591 100644 --- a/xfce4-cpugraph-plugin/.footprint +++ b/xfce4-cpugraph-plugin/.footprint @@ -1,8 +1,10 @@ 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/ --rwxr-xr-x root/root usr/lib/xfce4/panel-plugins/xfce4-cpugraph-plugin +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/libcpugraph.la +-rw-r--r-- root/root usr/lib/xfce4/panel/plugins/libcpugraph.so drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/icons/ drwxr-xr-x root/root usr/share/icons/hicolor/ @@ -16,5 +18,6 @@ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/ -rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce4-cpugraph-plugin.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/cpugraph.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/cpugraph.desktop diff --git a/xfce4-cpugraph-plugin/.md5sum b/xfce4-cpugraph-plugin/.md5sum index 13be029..6fdc804 100644 --- a/xfce4-cpugraph-plugin/.md5sum +++ b/xfce4-cpugraph-plugin/.md5sum @@ -1 +1 @@ -ff551087b1f61c47b8746e8687c572aa xfce4-cpugraph-plugin-1.0.1.tar.bz2 +93d7658d989ebf110875bc2deb76d7b3 xfce4-cpugraph-plugin-1.0.2.tar.bz2 diff --git a/xfce4-cpugraph-plugin/Pkgfile b/xfce4-cpugraph-plugin/Pkgfile index 0804ed7..654456c 100644 --- a/xfce4-cpugraph-plugin/Pkgfile +++ b/xfce4-cpugraph-plugin/Pkgfile @@ -6,19 +6,22 @@ # Group: xfce4 name=xfce4-cpugraph-plugin -version=1.0.1 +version=1.0.2 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-static \ --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 {} \; } -- cgit v1.2.3