[arch-commits] Commit in kdelibs (3 files)

Pierre Schmitz pierre at archlinux.org
Wed Jun 3 22:08:43 UTC 2009


    Date: Wednesday, June 3, 2009 @ 18:08:43
  Author: pierre
Revision: 41382

KDE 4.3 beta 2; first try; commiting to kde-unstable

Added:
  kdelibs/kde-unstable/
Modified:
  kdelibs/kde-unstable/PKGBUILD
  kdelibs/kde-unstable/archlinux-menu.patch

----------------------+
 PKGBUILD             |   12 ++++++------
 archlinux-menu.patch |   18 +++++++++---------
 2 files changed, 15 insertions(+), 15 deletions(-)

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-06-03 19:26:41 UTC (rev 41374)
+++ kde-unstable/PKGBUILD	2009-06-03 22:08:43 UTC (rev 41382)
@@ -2,8 +2,8 @@
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=kdelibs
-pkgver=4.2.4
-pkgrel=2
+pkgver=4.2.90
+pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -16,11 +16,11 @@
 replaces=('arts')
 options=('docs')
 install='kdelibs.install'
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2"
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2"
         'kde-applications-menu.patch' 'archlinux-menu.patch')
-md5sums=('9ed29086c33bc73256a7fa5268df560b'
+md5sums=('49ddb0f7a20fb2141c2f284df84cb1e2'
          'e94450ba5430ea9c1e33bad9ae38ca2d'
-         '0ad42200df2d2b8aab01d2ef4b21e02f')
+         'a6b31e1e5812340f010ef4cdd77e356c')
 
 build() {
 	cd $srcdir/${pkgname}-${pkgver}
@@ -28,7 +28,7 @@
 	# avoid file conflict with gnome-menu
 	patch -p1 -i $srcdir/kde-applications-menu.patch
 	# add Archlinux menu entry
-	patch -p0 -i $srcdir/archlinux-menu.patch
+	patch -p1 -i $srcdir/archlinux-menu.patch
 	cd ..
 	mkdir build
 	cd build

Modified: kde-unstable/archlinux-menu.patch
===================================================================
--- trunk/archlinux-menu.patch	2009-06-03 19:26:41 UTC (rev 41374)
+++ kde-unstable/archlinux-menu.patch	2009-06-03 22:08:43 UTC (rev 41382)
@@ -1,17 +1,17 @@
---- kded/applications.menu	2008-05-21 11:07:34.000000000 +0000
-+++ kded/applications.menu.new	2008-09-07 11:11:22.000000000 +0000
-@@ -21,6 +21,14 @@
+--- kdelibs-4.2.85/kded/applications.menu~	2009-05-21 11:04:15.000000000 +0200
++++ kdelibs-4.2.85/kded/applications.menu	2009-05-21 11:05:30.000000000 +0200
+@@ -30,6 +30,14 @@
  	</Layout>
  
  	<Menu>
-+		<Name>Archlinux</Name>
-+		<Directory>Archlinux.directory</Directory>
-+		<Include>
-+			<Category>Archlinux</Category>
-+		</Include>
++		<Name>Archlinux</Name>                                     
++		<Directory>Archlinux.directory</Directory>                 
++		<Include>                                                  
++		<Category>Archlinux</Category>                     
++		</Include>                                                 
 +	</Menu>
 +
 +	<Menu>
- 		<Name>Applications</Name>
+ 		<Name>LostFound</Name>
  		<Directory>kde-unknown.directory</Directory>
  		<OnlyUnallocated/>




More information about the arch-commits mailing list