summaryrefslogtreecommitdiffstats
path: root/polkit-gnome
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-28 19:22:44 +0100
committertnut <tnut at nutyx dot com>2012-01-28 19:22:44 +0100
commitfe21cc427c3db2cdda803709fdeb8f71410b56a7 (patch)
tree19749aac561a5bd2f5a3d8c5be2959d439c45810 /polkit-gnome
parent5fce0b44eedcf1926cc7bd1a2cf0776e401b0072 (diff)
downloadnutyx-extra-fe21cc427c3db2cdda803709fdeb8f71410b56a7.tar.gz
nutyx-extra-fe21cc427c3db2cdda803709fdeb8f71410b56a7.tar.bz2
nutyx-extra-fe21cc427c3db2cdda803709fdeb8f71410b56a7.tar.xz
nutyx-extra-fe21cc427c3db2cdda803709fdeb8f71410b56a7.zip
ajout polkit-gnome 0.105-1
Diffstat (limited to 'polkit-gnome')
-rw-r--r--polkit-gnome/.footprint.i68613
-rw-r--r--polkit-gnome/.footprint.x86_6413
-rw-r--r--polkit-gnome/.md5sum.i6862
-rw-r--r--polkit-gnome/.md5sum.x86_642
-rwxr-xr-xpolkit-gnome/Pkgfile24
-rw-r--r--polkit-gnome/polkit-gnome-authentication-agent-1.desktop88
6 files changed, 142 insertions, 0 deletions
diff --git a/polkit-gnome/.footprint.i686 b/polkit-gnome/.footprint.i686
new file mode 100644
index 000000000..5f36ec897
--- /dev/null
+++ b/polkit-gnome/.footprint.i686
@@ -0,0 +1,13 @@
+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/polkit-gnome-authentication-agent-1.desktop
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/polkit-gnome/
+-rwxr-xr-x root/root usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/polkit-gnome-1.mo
diff --git a/polkit-gnome/.footprint.x86_64 b/polkit-gnome/.footprint.x86_64
new file mode 100644
index 000000000..5f36ec897
--- /dev/null
+++ b/polkit-gnome/.footprint.x86_64
@@ -0,0 +1,13 @@
+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/polkit-gnome-authentication-agent-1.desktop
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/polkit-gnome/
+-rwxr-xr-x root/root usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/polkit-gnome-1.mo
diff --git a/polkit-gnome/.md5sum.i686 b/polkit-gnome/.md5sum.i686
new file mode 100644
index 000000000..b44e47b3f
--- /dev/null
+++ b/polkit-gnome/.md5sum.i686
@@ -0,0 +1,2 @@
+7e9e9f801970d8694730d68e02367fd1 polkit-gnome-0.105.tar.bz2
+4206d9fee35a937c2233b002d94462b5 polkit-gnome-authentication-agent-1.desktop
diff --git a/polkit-gnome/.md5sum.x86_64 b/polkit-gnome/.md5sum.x86_64
new file mode 100644
index 000000000..b44e47b3f
--- /dev/null
+++ b/polkit-gnome/.md5sum.x86_64
@@ -0,0 +1,2 @@
+7e9e9f801970d8694730d68e02367fd1 polkit-gnome-0.105.tar.bz2
+4206d9fee35a937c2233b002d94462b5 polkit-gnome-authentication-agent-1.desktop
diff --git a/polkit-gnome/Pkgfile b/polkit-gnome/Pkgfile
new file mode 100755
index 000000000..c048de77b
--- /dev/null
+++ b/polkit-gnome/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Systeme d'abstraction de materiel
+# URL: http://hal.freedesktop.org/docs/polkit-gnome
+# Maintainer: David Zeuthen davidz at redhat dot com
+# Packager: b at juglas dot name
+# Depends on: polkit, gtk3
+# Run on: polkit,gtk3
+
+name=polkit-gnome
+version=0.105
+release=1
+source=(http://ftp.gnome.org/pub/GNOME/sources/$name/$version/$name-$version.tar.bz2\
+ polkit-gnome-authentication-agent-1.desktop)
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/polkit-gnome \
+ --mandir=/usr/share/man \
+ --localstatedir=/var
+ make
+ make DESTDIR=$PKG install
+ install -Dm644 $SRC/polkit-gnome-authentication-agent-1.desktop \
+ $PKG//etc/xdg/autostart/polkit-gnome-authentication-agent-1.desktop
+}
diff --git a/polkit-gnome/polkit-gnome-authentication-agent-1.desktop b/polkit-gnome/polkit-gnome-authentication-agent-1.desktop
new file mode 100644
index 000000000..fa959160b
--- /dev/null
+++ b/polkit-gnome/polkit-gnome-authentication-agent-1.desktop
@@ -0,0 +1,88 @@
+[Desktop Entry]
+Name=PolicyKit Authentication Agent
+Name[ar]=مدير الاستيثاق PolicyKit
+Name[be]=PolicyKit - аґент аўтэнтыфікацыі
+Name[bn_IN]=PolicyKit অনুমোদনের এজেন্ট
+Name[ca]=Agent d'autenticació del PolicyKit
+Name[cs]=Ověřovací agent PolicyKit
+Name[da]=Godkendelsesprogrammet PolicyKit
+Name[de]=Legitimationsdienst von PolicyKit
+Name[el]=Πράκτορας πιστοποίησης PolicyKit
+Name[en_GB]=PolicyKit Authentication Agent
+Name[es]=Agente de autenticación de PolicyKit
+Name[eu]=PolicyKit autentifikatzeko agentea
+Name[fi]=PolicytKit-tunnistautumisohjelma
+Name[fr]=Agent d'authentification de PolicyKit
+Name[gl]=Axente de autenticación PolicyKit
+Name[gu]=PolicyKit સત્તાધિકરણ એજન્ટ
+Name[hi]=PolicyKit प्रमाणीकरण प्रतिनिधि
+Name[hu]=PolicyKit hitelesítési ügynök
+Name[it]=Agente di autenticazione per PolicyKit
+Name[ja]=PolicyKit 認証エージェント
+Name[kn]=PolicyKit ದೃಢೀಕರಣ ಮಧ್ಯವರ್ತಿ
+Name[lt]=PolicyKit tapatybės nustatymo agentas
+Name[ml]=പോളിസിക്കിറ്റ് ഓഥന്റിക്കേഷന്‍ ഏജന്റ്
+Name[mr]=PolicyKit ऑथेंटीकेशन एजेंट
+Name[or]=PolicyKit ବୈଧିକରଣ ସଦସ୍ୟ
+Name[pa]=ਪਾਲਸੀਕਿੱਟ ਪਰਮਾਣਕਿਤਾ ਏਜੰਟ
+Name[pl]=Agent uwierzytelniania PolicyKit
+Name[pt]=Agente de Autenticação PolicyKit
+Name[pt_BR]=Agente de autenticação PolicyKit
+Name[ro]=Agent de autentificare PolicyKit
+Name[sk]=Agent PolicyKit na overovanie totožnosti
+Name[sl]=PolicyKit program overjanja
+Name[sv]=Autentiseringsagent för PolicyKit
+Name[ta]=PolicyKit அங்கீகார முகவர்
+Name[te]=పాలసీకిట్ ధృవీకరణ ప్రతినిధి
+Name[th]=ตัวกลางสำหรับยืนยันตัวบุคคล PolicyKit
+Name[uk]=Агент автентифікації PolicyKit
+Name[zh_CN]=PolicyKit 认证代理
+Name[zh_HK]=PolicyKit 驗證代理程式
+Name[zh_TW]=PolicyKit 驗證代理程式
+Comment=PolicyKit Authentication Agent
+Comment[ar]=مدير الاستيثاق PolicyKit
+Comment[be]=PolicyKit - аґент аўтэнтыфікацыі
+Comment[bn_IN]=PolicyKit অনুমোদনের এজেন্ট
+Comment[ca]=Agent d'autenticació del PolicyKit
+Comment[cs]=Ověřovací agent PolicyKit
+Comment[da]=Godkendelsesprogrammet PolicyKit
+Comment[de]=Legitimationsdienst von PolicyKit
+Comment[el]=Πράκτορας πιστοποίησης PolicyKit
+Comment[en_GB]=PolicyKit Authentication Agent
+Comment[es]=Agente de autenticación de PolicyKit
+Comment[eu]=PolicyKit autentifikatzeko agentea
+Comment[fi]=PolicytKit-tunnistautumisohjelma
+Comment[fr]=Agent d'authentification de PolicyKit
+Comment[gl]=Axente de autenticación PolicyKit
+Comment[gu]=PolicyKit સત્તાધિકરણ એજન્ટ
+Comment[hi]=PolicyKit प्रमाणीकरण प्रतिनिधि
+Comment[hu]=PolicyKit hitelesítési ügynök
+Comment[it]=Agente di autenticazione per PolicyKit
+Comment[ja]=PolicyKit 認証エージェント
+Comment[kn]=PolicyKit ದೃಢೀಕರಣ ಮಧ್ಯವರ್ತಿ
+Comment[lt]=PolicyKit tapatybės nustatymo agentas
+Comment[ml]=പോളിസിക്കിറ്റ് ഓഥന്റിക്കേഷന്‍ ഏജന്റ്
+Comment[mr]=PolicyKit ऑथेंटीकेशन एजेंट
+Comment[or]=PolicyKit ବୈଧିକରଣ ସଦସ୍ୟ
+Comment[pa]=ਪਾਲਸੀਕਿੱਟ ਪਰਮਾਣਕਿਤਾ ਏਜੰਟ
+Comment[pl]=Agent uwierzytelniania PolicyKit
+Comment[pt]=Agente de Autenticação PolicyKit
+Comment[pt_BR]=Agente de autenticação PolicyKit
+Comment[ro]=Agent de autentificare PolicyKit
+Comment[sk]=Agent PolicyKit na overovanie totožnosti
+Comment[sl]=PolicyKit program overjanja
+Comment[sv]=Autentiseringsagent för PolicyKit
+Comment[ta]=PolicyKit அங்கீகார முகவர்
+Comment[te]=పాలసీకిట్ ధృవీకరణ ప్రతినిధి
+Comment[th]=ตัวกลางสำหรับยืนยันตัวบุคคล PolicyKit
+Comment[uk]=Агент автентифікації PolicyKit
+Comment[zh_CN]=PolicyKit 认证代理
+Comment[zh_HK]=PolicyKit 驗證代理程式
+Comment[zh_TW]=PolicyKit 驗證代理程式
+Exec=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
+Terminal=false
+Type=Application
+Categories=
+NoDisplay=true
+NotShowIn=KDE;
+AutostartCondition=Xfce unless-session gnome