mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-15 12:02:20 +01:00
xfce4-indicator-plugin: add 2.4.3
This commit is contained in:
parent
c497b72f16
commit
4e0219e64f
19
xfce4-indicator-plugin/.footprint
Normal file
19
xfce4-indicator-plugin/.footprint
Normal 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
|
5
xfce4-indicator-plugin/.signature
Normal file
5
xfce4-indicator-plugin/.signature
Normal 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
|
26
xfce4-indicator-plugin/Pkgfile
Normal file
26
xfce4-indicator-plugin/Pkgfile
Normal 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
|
||||
|
||||
}
|
7
xfce4-indicator-plugin/post-install
Normal file
7
xfce4-indicator-plugin/post-install
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# update application icon caches
|
||||
|
||||
/usr/bin/gtk-update-icon-cache /usr/share/icons/hicolor
|
||||
|
||||
#EndOfFile
|
Loading…
x
Reference in New Issue
Block a user