xfce4-places-plugin: add 1.8.4

This commit is contained in:
mac-a-r0ni 2024-12-25 04:55:27 -05:00
parent a5bac63e81
commit 5e4b9772c7
3 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,13 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xfce4-popup-places
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/libplaces.so
drwxr-xr-x root/root usr/share/
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/places.desktop

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/xfce4.pub
RWRSAbUnL7azFMhyy5sSXKBjT6d5R9SFleUnIxwZQszQLbgrZNSiR3sNdpFVIFpCEKiZb64R7P/2gtS526CRhV5HXjzvS95JdQU=
SHA256 (Pkgfile) = 133c064e39085e781408036a05a4ef346ea00add2af4fde613c85468a0cd721e
SHA256 (.footprint) = c8c7f52e42eb570fb212710e3ba460f1d238cbc27656af8b6abaa64d55e759b0
SHA256 (xfce4-places-plugin-1.8.4.tar.bz2) = ba766a5d31580fad043fbd1fd66b811cbda706229473d24a734a590d49ef710e

View File

@ -0,0 +1,27 @@
# Description: A menu with quick access to folders, documents, & removable media
# URL: https://xfce.org
# Maintainer: mac-a-r0ni, j at lngn dot net
# Depends on: xfce4-panel libnotify
name=xfce4-places-plugin
version=1.8.4
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 \
--libdir=/usr/lib \
--libexecdir=/usr/lib/$name \
--localstatedir=/var \
--disable-nls \
--disable-debug
make
make DESTDIR=$PKG install
find $PKG/usr/lib/* -name "*.la" -type f|xargs rm -f
}