From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- polkit-kde/.footprint.i686 | 15 +++++++++++++++ polkit-kde/.footprint.x86_64 | 15 +++++++++++++++ polkit-kde/.md5sum.i686 | 1 + polkit-kde/.md5sum.x86_64 | 1 + polkit-kde/Pkgfile | 23 +++++++++++++++++++++++ 5 files changed, 55 insertions(+) create mode 100644 polkit-kde/.footprint.i686 create mode 100644 polkit-kde/.footprint.x86_64 create mode 100644 polkit-kde/.md5sum.i686 create mode 100644 polkit-kde/.md5sum.x86_64 create mode 100755 polkit-kde/Pkgfile (limited to 'polkit-kde') 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 +} + -- cgit v1.2.3-54-g00ecf