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

Andrea Scarpino andrea at archlinux.org
Fri Jan 21 18:19:06 UTC 2011


    Date: Friday, January 21, 2011 @ 13:19:05
  Author: andrea
Revision: 107134

set horos as default KDM theme

Added:
  kdebase-workspace/kde-unstable/set-horos-theme.patch
Modified:
  kdebase-workspace/kde-unstable/PKGBUILD

-----------------------+
 PKGBUILD              |    9 +++++++--
 set-horos-theme.patch |   13 +++++++++++++
 2 files changed, 20 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-21 18:07:45 UTC (rev 107133)
+++ PKGBUILD	2011-01-21 18:19:05 UTC (rev 107134)
@@ -26,7 +26,8 @@
         'etc/pam.d/kscreensaver')
 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')
+        'fixpath.patch' 'terminate-server.patch'
+        'set-horos-theme.patch')
 sha1sums=('ec010d2b1c3b584b30a76b792d58f4a0f15f322a'
           '8c2bdefb23a03b753b78d16944d03fa3939d2d99'
           '5db3a245201bd4a50e65aa2ef583cf5490e4f646'
@@ -34,7 +35,8 @@
           '603cc79c4d2b4eae62bb5f244aeecb3a778b5516'
           '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'
           'd7b5883f7e65c6839b1f65f94d58026673dd0226'
-          'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3eeee')
+          'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3eeee'
+          'd1f74ba2c7e2580d32b16ab88b0e6e804951e663')
 
 build() {
 	cd ${srcdir}/${pkgname}-${pkgver}
@@ -42,6 +44,9 @@
 	patch -p0 -i ${srcdir}/fixpath.patch
 	patch -p0 -i ${srcdir}/terminate-server.patch
 
+    # Already fixed upstream
+    patch -Np0 -i ${srcdir}/set-horos-theme.patch
+
 	cd ${srcdir}
 	mkdir build
 	cd build

Added: set-horos-theme.patch
===================================================================
--- set-horos-theme.patch	                        (rev 0)
+++ set-horos-theme.patch	2011-01-21 18:19:05 UTC (rev 107134)
@@ -0,0 +1,13 @@
+Index: kdm/config.def
+===================================================================
+--- kdm/config.def	(revision 1216141)
++++ kdm/config.def	(revision 1216142)
+@@ -2680,7 +2680,7 @@
+ Type: string
+ Default: ""
+ User: greeter
+-Instance: */KDMDATA "/themes/oxygen-air"
++Instance: */KDMDATA "/themes/horos"
+ Comment: &
+ Description:
+  The theme to use for the greeter. Can point to either a directory or an XML




More information about the arch-commits mailing list