milis/talimatname/genel/polkit-gnome/talimat

31 lines
822 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: GNOME için eski polkit kimlik doğrulama aracı
# URL: http://hal.freedesktop.org/docs/polkit-gnome
# Packager: milisarge
# Depends on: polkit gtk3
name=polkit-gnome
version=0.105
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/0.105/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--libexecdir=/usr/lib/polkit-gnome
make
make DESTDIR=$PKG install
mkdir -p $PKG/etc/xdg/autostart
cat > $PKG/etc/xdg/autostart/polkit-gnome-authentication-agent-1.desktop << "EOF"
[Desktop Entry]
Name=PolicyKit Authentication Agent
Comment=PolicyKit Authentication Agent
Exec=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
Terminal=false
Type=Application
Categories=
NoDisplay=true
OnlyShowIn=GNOME;XFCE;Unity;
AutostartCondition=GNOME3 unless-session gnome
EOF
}