Added a polkit agent for Xfce

This commit is contained in:
jolupa 2019-05-01 15:26:05 +02:00
parent 561c30bef1
commit 31d53343f4
4 changed files with 38 additions and 0 deletions

4
REPO
View File

@ -1,3 +1,4 @@
d:xfce4-polkit
d:thunar-volman
d:gtk-xfce-engine
d:thunar
@ -20,6 +21,9 @@ d:xfce4-terminal
d:elementary-xfce
d:qogir-theme
f:5451feb8492c456f3fe93e843b299a60:README
f:17970006fb29a22e66c7d8677dcddb44:xfce4-polkit/.footprint
f:7a14db4203944d5306a3e3c8d1d0b911:xfce4-polkit/.md5sum
f:e133392b1410c1c0af879784cbf98fb0:xfce4-polkit/Pkgfile
f:6256b3b29e40dfcd91b4c48fbb2438ee:thunar-volman/.footprint
f:d41d8cd98f00b204e9800998ecf8427e:thunar-volman/.md5sum
f:ad023134b71bf49e9a8714e0291c125b:thunar-volman/Pkgfile

8
xfce4-polkit/.footprint Normal file
View File

@ -0,0 +1,8 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/xdg/
drwxr-xr-x root/root etc/xdg/autostart/
-rw-r--r-- root/root etc/xdg/autostart/xfce-polkit.desktop
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/xfce-polkit/
-rwxr-xr-x root/root usr/lib/xfce-polkit/xfce-polkit

1
xfce4-polkit/.md5sum Normal file
View File

@ -0,0 +1 @@
2c0d6fd64ec4c57abbb079e396c0bd1c xfce-polkit-0.3.tar.gz

25
xfce4-polkit/Pkgfile Normal file
View File

@ -0,0 +1,25 @@
# Description: A simple policyKit authentication agent for Xfce DE
# URL: https://github.com/ncopa/xfce-polkit
# Maintainer: jolupa <jolupameister(at)gmail[dot](com)
# Depends on: gtk3 polkit
name=xfce-polkit
version=0.3
release=1
source=(https://github.com/ncopa/xfce-polkit/releases/download/v0.3/xfce-polkit-0.3.tar.gz)
build() {
cd $name-$version
aclocal
autoconf
automake --add-missing
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=/usr/lib/$name
make
make DESTDIR=$PKG install
}