mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-28 17:02:20 +01:00
xfce4-places-plugin: add 1.8.4
This commit is contained in:
parent
a5bac63e81
commit
5e4b9772c7
13
xfce4-places-plugin/.footprint
Normal file
13
xfce4-places-plugin/.footprint
Normal 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
|
5
xfce4-places-plugin/.signature
Normal file
5
xfce4-places-plugin/.signature
Normal 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
|
27
xfce4-places-plugin/Pkgfile
Normal file
27
xfce4-places-plugin/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user