[arch-commits] Commit in kdebase-workspace/trunk (PKGBUILD fix-powerprofiles.patch)

Andrea Scarpino andrea at archlinux.org
Tue Nov 1 14:32:15 UTC 2011


    Date: Tuesday, November 1, 2011 @ 10:32:15
  Author: andrea
Revision: 141658

New tarball

Modified:
  kdebase-workspace/trunk/PKGBUILD
Deleted:
  kdebase-workspace/trunk/fix-powerprofiles.patch

-------------------------+
 PKGBUILD                |   12 ++++--------
 fix-powerprofiles.patch |   23 -----------------------
 2 files changed, 4 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-01 12:46:39 UTC (rev 141657)
+++ PKGBUILD	2011-11-01 14:32:15 UTC (rev 141658)
@@ -5,7 +5,7 @@
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
 pkgver=4.7.3
-pkgrel=2
+pkgrel=3
 pkgdesc="KDE Base Workspace"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -33,9 +33,8 @@
 options=('emptydirs')
 source=("http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2"
         'kdm-zsh-profile.patch' 'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam'
-        'fixpath.patch' 'terminate-server.patch' 'kdm-xinitrd.patch'
-        'fix-powerprofiles.patch')
-sha1sums=('3f65d3f075cb3d71d26e768d0d8e1c26b49b4774'
+        'fixpath.patch' 'terminate-server.patch' 'kdm-xinitrd.patch')
+sha1sums=('f3ed24e3e70671033718a5139cb61d0d7e2e709e'
           '8c2bdefb23a03b753b78d16944d03fa3939d2d99'
           '5db3a245201bd4a50e65aa2ef583cf5490e4f646'
           'f7b38af38549242a240f1a90ab9964ca8a366129'
@@ -43,8 +42,7 @@
           '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'
           'd7b5883f7e65c6839b1f65f94d58026673dd0226'
           'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3eeee'
-          'd509dac592bd8b310df27991b208c95b6d907514'
-          '7c514a0727f904359d2ab12078e9868488ded3e6')
+          'd509dac592bd8b310df27991b208c95b6d907514')
 
 build() {
 	cd "${srcdir}"/${_pkgname}-${pkgver}
@@ -53,8 +51,6 @@
 	patch -p0 -i "${srcdir}"/fixpath.patch
 	patch -p0 -i "${srcdir}"/terminate-server.patch
 
-    patch -Rp1 -i "${srcdir}"/fix-powerprofiles.patch
-
 	cd "${srcdir}"
 	mkdir build
 	cd build

Deleted: fix-powerprofiles.patch
===================================================================
--- fix-powerprofiles.patch	2011-11-01 12:46:39 UTC (rev 141657)
+++ fix-powerprofiles.patch	2011-11-01 14:32:15 UTC (rev 141658)
@@ -1,23 +0,0 @@
-From: Dario Freddi <drf at kde.org>
-Date: Tue, 04 Oct 2011 14:09:09 +0000
-Subject: Use full config when reading settings
-X-Git-Url: http://quickgit.kde.org/?p=kde-workspace.git&a=commitdiff&h=8d59876457387d1c72ca3626ae2d267adf100014
----
-Use full config when reading settings
-
-BUG: 267323
----
-
-
---- a/powerdevil/daemon/powerdevilcore.cpp
-+++ b/powerdevil/daemon/powerdevilcore.cpp
-@@ -88,7 +88,7 @@ void Core::onBackendReady()
- {
-     kDebug() << "Backend is ready, KDE Power Management system initialized";
- 
--    m_profilesConfig = KSharedConfig::openConfig("powerdevil2profilesrc", KConfig::SimpleConfig);
-+    m_profilesConfig = KSharedConfig::openConfig("powerdevil2profilesrc", KConfig::FullConfig);
- 
-     // Is it brand new?
-     if (m_profilesConfig->groupList().isEmpty()) {
-




More information about the arch-commits mailing list