From a89f1ce9a15b0751749c24626d5466955d6f798a Mon Sep 17 00:00:00 2001 From: sibel Date: Wed, 2 Feb 2011 18:58:13 +0100 Subject: polkit-kde, maj 0.99.0-1 --- kde/polkit-kde/.footprint | 12 ++++++++---- kde/polkit-kde/.md5sum | 2 +- kde/polkit-kde/Pkgfile | 16 +++++----------- 3 files changed, 14 insertions(+), 16 deletions(-) diff --git a/kde/polkit-kde/.footprint b/kde/polkit-kde/.footprint index 6e4461abc..9c2f5dede 100644 --- a/kde/polkit-kde/.footprint +++ b/kde/polkit-kde/.footprint @@ -1,11 +1,15 @@ -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-kde-authentication-agent-1.desktop 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 b/kde/polkit-kde/.md5sum index 73e8d22dd..631e39f7a 100644 --- a/kde/polkit-kde/.md5sum +++ b/kde/polkit-kde/.md5sum @@ -1,3 +1,3 @@ f00a359d35bfbedb47662341d5fd160e gcc45.patch -68e40d2a43335cb5876a1c8bc51c461b polkit-kde-1-0.95.1.tar.bz2 +a02d3fddc6270a88bceaf3ba604c92f8 polkit-kde-agent-1-0.99.0.tar.bz2 84d4873e60c1b628bcbaaf38c7ab2f44 xdg-path.patch diff --git a/kde/polkit-kde/Pkgfile b/kde/polkit-kde/Pkgfile index 5eea0c493..799b2c206 100755 --- a/kde/polkit-kde/Pkgfile +++ b/kde/polkit-kde/Pkgfile @@ -6,22 +6,16 @@ # Run on: kdelibs name=polkit-kde -version=0.95.1 -release=3 -source=(ftp://kde.mirrors.pair.com/stable/apps/KDE4.x/admin/$name-1-$version.tar.bz2 +version=0.99.0 +release=1 +source=(ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/$name-agent-1-$version.tar.bz2 http://nutyx.meticul.eu/files/patchs/$name/{xdg-path.patch,gcc45.patch}) build() { - cd $SRC/$name-1-$version - - patch -Np0 -i ../xdg-path.patch - patch -Np0 -i ../gcc45.patch - - cd .. + cd $SRC mkdir build cd build - export XDG_CONFIG_DIRS=/etc/xdg - cmake ../$name-1-$version \ + cmake ../$name-agent-1-$version \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_SKIP_RPATH=ON -- cgit v1.2.3-54-g00ecf