update cpugraph-plugin

This commit is contained in:
mac-a-r0ni 2023-07-23 09:25:12 -04:00
parent c48d8308b3
commit 03caf933af
3 changed files with 4 additions and 31 deletions

View File

@ -1,26 +0,0 @@
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/
drwxr-xr-x root/root usr/lib/xfce4/panel/plugins/
-rwxr-xr-x root/root usr/lib/xfce4/panel/plugins/libcpugraph.la
-rwxr-xr-x 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/
drwxr-xr-x root/root usr/share/icons/hicolor/128x128/
drwxr-xr-x root/root usr/share/icons/hicolor/128x128/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.panel.cpugraph.png
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/org.xfce.panel.cpugraph.png
drwxr-xr-x root/root usr/share/icons/hicolor/32x32/
drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.panel.cpugraph.png
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.panel.cpugraph.svg
drwxr-xr-x root/root usr/share/xfce4/
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

View File

@ -1 +0,0 @@
0480611899650e2d4304d13e0e0dda77 xfce4-cpugraph-plugin-1.2.7.tar.bz2

View File

@ -1,10 +1,10 @@
# Description: A graphical representation of the cpuload for the xfce-panel
# URL: https://xfce.org
# Maintainer: mac-a-r0ni, j at lngn dot net
# Depends on: xfce4-panel
# Depends on: xfce4-panel glib xfconf
name=xfce4-cpugraph-plugin
version=1.2.7
version=1.2.8
release=1
source=(https://archive.xfce.org/src/panel-plugins/$name/${version:0:3}/$name-$version.tar.bz2)
@ -13,10 +13,10 @@ build() {
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--sysconfdir=/etc \
--disable-nls \
--disable-debug \
--sysconfdir=/etc
--disable-static
make
make DESTDIR=$PKG install