mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-02-02 02:42:19 +01:00
update cpugraph-plugin
This commit is contained in:
parent
c48d8308b3
commit
03caf933af
@ -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
|
@ -1 +0,0 @@
|
||||
0480611899650e2d4304d13e0e0dda77 xfce4-cpugraph-plugin-1.2.7.tar.bz2
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user