[arch-commits] Commit in kdebase-workspace/kde-unstable (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Mon Jan 24 17:09:50 UTC 2011


    Date: Monday, January 24, 2011 @ 12:09:49
  Author: andrea
Revision: 107399

Add suggested powerdevil fixes

Modified:
  kdebase-workspace/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-24 16:35:10 UTC (rev 107398)
+++ PKGBUILD	2011-01-24 17:09:49 UTC (rev 107399)
@@ -27,7 +27,8 @@
 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'
-        'set-horos-theme.patch')
+        'set-horos-theme.patch'
+        'powerdevil-fixes.patch')
 sha1sums=('ec010d2b1c3b584b30a76b792d58f4a0f15f322a'
           '8c2bdefb23a03b753b78d16944d03fa3939d2d99'
           '5db3a245201bd4a50e65aa2ef583cf5490e4f646'
@@ -36,7 +37,8 @@
           '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'
           'd7b5883f7e65c6839b1f65f94d58026673dd0226'
           'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3eeee'
-          'd1f74ba2c7e2580d32b16ab88b0e6e804951e663')
+          'd1f74ba2c7e2580d32b16ab88b0e6e804951e663'
+          'e88dd997cb6f95cbf24a13e542fbd4bea9c33fdf')
 
 build() {
 	cd ${srcdir}/${pkgname}-${pkgver}
@@ -46,6 +48,7 @@
 
     # Already fixed upstream
     patch -Np0 -i ${srcdir}/set-horos-theme.patch
+    patch -Np0 -i ${srcdir}/powerdevil-fixes.patch
 
 	cd ${srcdir}
 	mkdir build




More information about the arch-commits mailing list