summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-05-04 19:02:58 +0200
committersibel <lesibel@free.fr>2011-05-04 19:02:58 +0200
commit69f97a2c955d49aeb9797f3f805442fafd520762 (patch)
tree68029c24afd43feaeab582504bba4cb935324fe8
parentc1bf6ac82b1faec6257c9b7d9012b635c45e8ee6 (diff)
downloadnutyx-pakxe-69f97a2c955d49aeb9797f3f805442fafd520762.tar.gz
nutyx-pakxe-69f97a2c955d49aeb9797f3f805442fafd520762.tar.bz2
nutyx-pakxe-69f97a2c955d49aeb9797f3f805442fafd520762.tar.xz
nutyx-pakxe-69f97a2c955d49aeb9797f3f805442fafd520762.zip
polkit-kde deplace dans kde
-rw-r--r--kde/polkit-kde/.footprint.i68615
-rw-r--r--kde/polkit-kde/.footprint.x86_6415
-rw-r--r--kde/polkit-kde/.md5sum.i6861
-rw-r--r--kde/polkit-kde/.md5sum.x86_641
-rwxr-xr-xkde/polkit-kde/Pkgfile23
5 files changed, 55 insertions, 0 deletions
diff --git a/kde/polkit-kde/.footprint.i686 b/kde/polkit-kde/.footprint.i686
new file mode 100644
index 000000000..9c2f5dede
--- /dev/null
+++ b/kde/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/kde/polkit-kde/.footprint.x86_64 b/kde/polkit-kde/.footprint.x86_64
new file mode 100644
index 000000000..9c2f5dede
--- /dev/null
+++ b/kde/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/kde/polkit-kde/.md5sum.i686 b/kde/polkit-kde/.md5sum.i686
new file mode 100644
index 000000000..8d0844373
--- /dev/null
+++ b/kde/polkit-kde/.md5sum.i686
@@ -0,0 +1 @@
+a02d3fddc6270a88bceaf3ba604c92f8 polkit-kde-agent-1-0.99.0.tar.bz2
diff --git a/kde/polkit-kde/.md5sum.x86_64 b/kde/polkit-kde/.md5sum.x86_64
new file mode 100644
index 000000000..8d0844373
--- /dev/null
+++ b/kde/polkit-kde/.md5sum.x86_64
@@ -0,0 +1 @@
+a02d3fddc6270a88bceaf3ba604c92f8 polkit-kde-agent-1-0.99.0.tar.bz2
diff --git a/kde/polkit-kde/Pkgfile b/kde/polkit-kde/Pkgfile
new file mode 100755
index 000000000..b1490bc9a
--- /dev/null
+++ b/kde/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, glib, polkit-qt
+# Run on: kdelibs
+
+name=polkit-kde
+version=0.99.0
+release=2
+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
+}
+