Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=d4353d2d1be38718eeb111f6718f50d441990565

commit d4353d2d1be38718eeb111f6718f50d441990565
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Fri Mar 18 00:06:52 2011 +0100

polkit-gnome-0.101-2-i686
*start polkit agent

diff --git a/source/gnome/polkit-gnome/FrugalBuild 
b/source/gnome/polkit-gnome/FrugalBuild
index 3038bde..ce438e9 100644
--- a/source/gnome/polkit-gnome/FrugalBuild
+++ b/source/gnome/polkit-gnome/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=polkit-gnome
pkgver=0.101
-pkgrel=1
+pkgrel=2
pkgdesc="PolicyKit policies and configurations for the GNOME desktop"
url="http://hal.freedesktop.org/docs/PolicyKit";
depends=('libxml2>=2.7.8' 'polkit>=0.100' 'gconf' 'gtk+2>=2.24.1')
@@ -11,11 +11,17 @@ makedepends=('intltool' 'gnome-doc-utils' 
'gobject-introspection>=0.9.0')
groups=('gnome')
archs=('i686' 'x86_64' 'ppc')
up2date="Flasttar http://hal.freedesktop.org/releases/";
-source=(http://hal.freedesktop.org/releases/$pkgname-$pkgver.tar.bz2)
-sha1sums=('23a886cecba4a7466deb6655224f20f29d87d305')
+source=(http://hal.freedesktop.org/releases/$pkgname-$pkgver.tar.bz2 
polkit-gnome-authentication-agent-1.desktop)
+sha1sums=('23a886cecba4a7466deb6655224f20f29d87d305' \
+          '93d1f9a7d068dd8e70c930abea9acf5b770a3485')
Fconfopts="${Fconfopts[@]} --disable-gtk-doc"
replaces=('gnome-policykit')
conflicts=('gnome-policykit')
provides=('gnome-policykit')

+build() {
+       Fbuild
+       Fmkdir etc/xdg/autostart
+       Fcp polkit-gnome-authentication-agent-1.desktop 
etc/xdg/autostart/polkit-gnome-authentication-agent-1.desktop
+}
# optimization OK
diff --git 
a/source/gnome/polkit-gnome/polkit-gnome-authentication-agent-1.desktop 
b/source/gnome/polkit-gnome/polkit-gnome-authentication-agent-1.desktop
new file mode 100644
index 0000000..a8c9662
--- /dev/null
+++ b/source/gnome/polkit-gnome/polkit-gnome-authentication-agent-1.desktop
@@ -0,0 +1,5 @@
+[Desktop Entry]
+Type=Application
+Name=PolicyKit Authentication Agent
+Exec=/usr/libexec/polkit-gnome-authentication-agent-1
+OnlyShowIn=GNOME;
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to