diff options
-rw-r--r-- | xfce/xfce4-cpugraph-plugin/.footprint.x86_64 | 11 | ||||
-rw-r--r-- | xfce/xfce4-cpugraph-plugin/.md5sum.i686 | 2 | ||||
-rw-r--r-- | xfce/xfce4-cpugraph-plugin/.md5sum.x86_64 | 2 | ||||
-rwxr-xr-x | xfce/xfce4-cpugraph-plugin/Pkgfile | 8 |
4 files changed, 17 insertions, 6 deletions
diff --git a/xfce/xfce4-cpugraph-plugin/.footprint.x86_64 b/xfce/xfce4-cpugraph-plugin/.footprint.x86_64 index 84436ff39..b60013fd7 100644 --- a/xfce/xfce4-cpugraph-plugin/.footprint.x86_64 +++ b/xfce/xfce4-cpugraph-plugin/.footprint.x86_64 @@ -5,6 +5,17 @@ drwxr-xr-x root/root usr/lib/xfce4/xfce4/ drwxr-xr-x root/root usr/lib/xfce4/xfce4/panel-plugins/ -rwxr-xr-x root/root usr/lib/xfce4/xfce4/panel-plugins/xfce4-cpugraph-plugin drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/icons/ +drwxr-xr-x root/root usr/share/icons/hicolor/ +drwxr-xr-x root/root usr/share/icons/hicolor/16x16/ +drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/xfce4-cpugraph-plugin.png +drwxr-xr-x root/root usr/share/icons/hicolor/22x22/ +drwxr-xr-x root/root usr/share/icons/hicolor/22x22/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/22x22/apps/xfce4-cpugraph-plugin.png +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/locale/ drwxr-xr-x root/root usr/share/locale/fr/ drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ diff --git a/xfce/xfce4-cpugraph-plugin/.md5sum.i686 b/xfce/xfce4-cpugraph-plugin/.md5sum.i686 index b3cc59143..13be02979 100644 --- a/xfce/xfce4-cpugraph-plugin/.md5sum.i686 +++ b/xfce/xfce4-cpugraph-plugin/.md5sum.i686 @@ -1 +1 @@ -246697fc1e1ec5009aea34d4ef1dca95 xfce4-cpugraph-plugin-0.4.0.tar.gz +ff551087b1f61c47b8746e8687c572aa xfce4-cpugraph-plugin-1.0.1.tar.bz2 diff --git a/xfce/xfce4-cpugraph-plugin/.md5sum.x86_64 b/xfce/xfce4-cpugraph-plugin/.md5sum.x86_64 index b3cc59143..13be02979 100644 --- a/xfce/xfce4-cpugraph-plugin/.md5sum.x86_64 +++ b/xfce/xfce4-cpugraph-plugin/.md5sum.x86_64 @@ -1 +1 @@ -246697fc1e1ec5009aea34d4ef1dca95 xfce4-cpugraph-plugin-0.4.0.tar.gz +ff551087b1f61c47b8746e8687c572aa xfce4-cpugraph-plugin-1.0.1.tar.bz2 diff --git a/xfce/xfce4-cpugraph-plugin/Pkgfile b/xfce/xfce4-cpugraph-plugin/Pkgfile index 69d1d2bd3..ab0e83a15 100755 --- a/xfce/xfce4-cpugraph-plugin/Pkgfile +++ b/xfce/xfce4-cpugraph-plugin/Pkgfile @@ -1,14 +1,14 @@ # Description: Moniteur dearge CPU pour Xfce # URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin # Maintainer: NuTyX core team -# Packager: fred.galusik at gmail dot com +# Packager: tnut at nutyx dot com # Depends on: xfce4-panel # Run on: xfce4-panel name=xfce4-cpugraph-plugin -version=0.4.0 -release=4 -source=(http://goodies.xfce.org/releases/$name/$name-$version.tar.gz) +version=1.0.1 +release=1 +source=(http://archive.xfce.org/src/panel-plugins/$name/1.0/$name-$version.tar.bz2) build() { cd $name-$version |