xfce4-indicator-plugin: add 2.4.3

This commit is contained in:
mac-a-r0ni 2024-12-25 04:39:15 -05:00
parent c497b72f16
commit 4e0219e64f
4 changed files with 57 additions and 0 deletions

View File

@ -0,0 +1,19 @@
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/libindicator-plugin.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/48x48/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce4-indicator-plugin.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/xfce4-indicator-plugin.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/indicator.desktop

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/xfce4.pub
RWRSAbUnL7azFBtpNTrvGC6hYNa/JxKPyONMdljKemUuxoaHHpmc0qCU2vctKxJUs6z0QU2RSruoVqWwuDdXH4wSSURqWtCshwY=
SHA256 (Pkgfile) = 4505a1d97b85d3f8b3f8deff519ae0722381eb9909ea787dd680e9b06ea9d0d3
SHA256 (.footprint) = 1b1917cf84af652cc66bb207a7c10a86712b52426ebb316b83f38627fb52dbde
SHA256 (xfce4-indicator-plugin-2.4.3.tar.bz2) = 4fd9fe74b3ef0ea1fb6d2b2507873108052f4f532b609e3297321dbf3a52d2db

View File

@ -0,0 +1,26 @@
# Description: plugin to display information from various applications consistently in the panel
# URL: https://docs.xfce.org/panel-plugins/xfce4-indicator-plugin
# Maintainer: mac-a-r0ni, j at lngn dot net
# Depends on: xfce4-panel libayatana-indicator
name=xfce4-indicator-plugin
version=2.4.3
release=1
source=(https://archive.xfce.org/src/panel-plugins/$name/${version%.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-nls \
--disable-debug \
make
make DESTDIR=$PKG install
find $PKG/usr/lib/* -name "*.la" -type f|xargs rm -f
}

View File

@ -0,0 +1,7 @@
#!/bin/sh
# update application icon caches
/usr/bin/gtk-update-icon-cache /usr/share/icons/hicolor
#EndOfFile