diff options
author | sibel <lesibel at free dot fr> | 2010-07-30 09:13:29 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-07-30 09:13:29 +0200 |
commit | 8fa19ec992ebdb86cdae3a84d946655ccab80bc7 (patch) | |
tree | 095dd49d3ab691e79b7fa180da23d672ab59ed83 /kde/kdebase-workspace | |
parent | 7e43fe07099df34f8d187ca84dcd28d62cbb40eb (diff) | |
download | nutyx-extra-8fa19ec992ebdb86cdae3a84d946655ccab80bc7.tar.gz nutyx-extra-8fa19ec992ebdb86cdae3a84d946655ccab80bc7.tar.bz2 nutyx-extra-8fa19ec992ebdb86cdae3a84d946655ccab80bc7.tar.xz nutyx-extra-8fa19ec992ebdb86cdae3a84d946655ccab80bc7.zip |
maj de kdebase-workspace#4.4.95-2
Diffstat (limited to 'kde/kdebase-workspace')
-rw-r--r-- | kde/kdebase-workspace/.footprint | 6 | ||||
-rwxr-xr-x | kde/kdebase-workspace/Pkgfile | 8 |
2 files changed, 12 insertions, 2 deletions
diff --git a/kde/kdebase-workspace/.footprint b/kde/kdebase-workspace/.footprint index 8196297ce..a63955526 100644 --- a/kde/kdebase-workspace/.footprint +++ b/kde/kdebase-workspace/.footprint @@ -2249,6 +2249,12 @@ drwxr-xr-x root/root usr/share/kde4/servicetypes/ -rw-r--r-- root/root usr/share/kde4/servicetypes/systemsettingscategory.desktop -rw-r--r-- root/root usr/share/kde4/servicetypes/systemsettingsexternalapp.desktop -rw-r--r-- root/root usr/share/kde4/servicetypes/systemsettingsview.desktop +drwxr-xr-x root/root usr/share/polkit-1/ +drwxr-xr-x root/root usr/share/polkit-1/actions/ +-rw-r--r-- root/root usr/share/polkit-1/actions/org.kde.fontinst.policy +-rw-r--r-- root/root usr/share/polkit-1/actions/org.kde.kcontrol.kcmclock.policy +-rw-r--r-- root/root usr/share/polkit-1/actions/org.kde.kcontrol.kcmkdm.policy +-rw-r--r-- root/root usr/share/polkit-1/actions/org.kde.ksysguard.processlisthelper.policy drwxr-xr-x root/root usr/share/sounds/ -rw-r--r-- root/root usr/share/sounds/pop.wav drwxr-xr-x root/root usr/share/wallpapers/ diff --git a/kde/kdebase-workspace/Pkgfile b/kde/kdebase-workspace/Pkgfile index faadbfdeb..54f0f2ad1 100755 --- a/kde/kdebase-workspace/Pkgfile +++ b/kde/kdebase-workspace/Pkgfile @@ -2,7 +2,7 @@ # URL: http://www.kde.org # Maintainer: NuTyX packager team # Packager: lesibel at free dot fr -# Depends on: kdebase-runtime, xorg-libxscrnsaver, shared-mime-info, kdelibs, kdepimlibs, hal, libvorbis, libogg, audiofile, alsa-utils, qimageblitz, lm_sensors, libxklavier, libcaptury, consolekit, xmms, networkmanager, libraw1394 +# Depends on: polkit-qt, kdebase-runtime, xorg-libxscrnsaver, shared-mime-info, kdelibs, kdepimlibs, hal, libvorbis, libogg, audiofile, alsa-utils, qimageblitz, lm_sensors, libxklavier, libcaptury, consolekit, networkmanager, libraw1394 name=kdebase-workspace @@ -21,7 +21,11 @@ build() { mkdir build cd build cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \ - -DBUILD_doc=OFF + -DWITH_PolkitQt=OFF \ + -DWITH_Xmms=OFF \ + -DWITH_Googlegadgets=OFF \ + -DWITH_QEdje=OFF \ + -DBUILD_doc=OFF make -j3 make DESTDIR=$PKG install cd .. |