summaryrefslogtreecommitdiffstats
path: root/polkit-kde
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /polkit-kde
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'polkit-kde')
-rw-r--r--polkit-kde/.footprint.i68615
-rw-r--r--polkit-kde/.footprint.x86_6415
-rw-r--r--polkit-kde/.md5sum.i6861
-rw-r--r--polkit-kde/.md5sum.x86_641
-rwxr-xr-xpolkit-kde/Pkgfile23
5 files changed, 55 insertions, 0 deletions
diff --git a/polkit-kde/.footprint.i686 b/polkit-kde/.footprint.i686
new file mode 100644
index 000000000..9c2f5dede
--- /dev/null
+++ b/polkit-kde/.footprint.i686
@@ -0,0 +1,15 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/kde4/
+drwxr-xr-x root/root usr/lib/kde4/libexec/
+-rwxr-xr-x root/root usr/lib/kde4/libexec/polkit-kde-authentication-agent-1
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/apps/
+drwxr-xr-x root/root usr/share/apps/policykit1-kde/
+-rw-r--r-- root/root usr/share/apps/policykit1-kde/policykit1-kde.notifyrc
+drwxr-xr-x root/root usr/share/autostart/
+-rw-r--r-- root/root usr/share/autostart/polkit-kde-authentication-agent-1.desktop
+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-kde-authentication-agent-1.mo
diff --git a/polkit-kde/.footprint.x86_64 b/polkit-kde/.footprint.x86_64
new file mode 100644
index 000000000..9c2f5dede
--- /dev/null
+++ b/polkit-kde/.footprint.x86_64
@@ -0,0 +1,15 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/kde4/
+drwxr-xr-x root/root usr/lib/kde4/libexec/
+-rwxr-xr-x root/root usr/lib/kde4/libexec/polkit-kde-authentication-agent-1
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/apps/
+drwxr-xr-x root/root usr/share/apps/policykit1-kde/
+-rw-r--r-- root/root usr/share/apps/policykit1-kde/policykit1-kde.notifyrc
+drwxr-xr-x root/root usr/share/autostart/
+-rw-r--r-- root/root usr/share/autostart/polkit-kde-authentication-agent-1.desktop
+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-kde-authentication-agent-1.mo
diff --git a/polkit-kde/.md5sum.i686 b/polkit-kde/.md5sum.i686
new file mode 100644
index 000000000..8d0844373
--- /dev/null
+++ b/polkit-kde/.md5sum.i686
@@ -0,0 +1 @@
+a02d3fddc6270a88bceaf3ba604c92f8 polkit-kde-agent-1-0.99.0.tar.bz2
diff --git a/polkit-kde/.md5sum.x86_64 b/polkit-kde/.md5sum.x86_64
new file mode 100644
index 000000000..8d0844373
--- /dev/null
+++ b/polkit-kde/.md5sum.x86_64
@@ -0,0 +1 @@
+a02d3fddc6270a88bceaf3ba604c92f8 polkit-kde-agent-1-0.99.0.tar.bz2
diff --git a/polkit-kde/Pkgfile b/polkit-kde/Pkgfile
new file mode 100755
index 000000000..3015f7a7f
--- /dev/null
+++ b/polkit-kde/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Librairie d'agent d'authentification de kde
+# URL: http://www.kde.org
+# Maintainer: NuTyX packager team
+# Packager: lesibel at free dot fr
+# Depends on: cmake, kdelibs, xorg-libxtst, polkit-qt
+# Run on: kdelibs
+
+name=polkit-kde
+version=0.99.0
+release=3
+source=(ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/$name-agent-1-$version.tar.bz2)
+
+build() {
+ cd $SRC
+ mkdir build
+ cd build
+ cmake ../$name-agent-1-$version \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
+ make
+ make DESTDIR=$PKG install
+}
+