[arch-commits] Commit in kdelibs/trunk (PKGBUILD kde-applications-menu.patch)

Pierre Schmitz pierre at archlinux.org
Thu Jul 24 18:41:16 UTC 2008


    Date: Thursday, July 24, 2008 @ 14:41:16
  Author: pierre
Revision: 6511

upgpkg: kdelibs 4.1.0-2

Added:
  kdelibs/trunk/kde-applications-menu.patch
Modified:
  kdelibs/trunk/PKGBUILD

-----------------------------+
 PKGBUILD                    |   12 ++++++------
 kde-applications-menu.patch |   26 ++++++++++++++++++++++++++
 2 files changed, 32 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-24 18:10:59 UTC (rev 6510)
+++ PKGBUILD	2008-07-24 18:41:16 UTC (rev 6511)
@@ -3,7 +3,7 @@
 
 pkgname=kdelibs
 pkgver=4.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -14,13 +14,14 @@
 	 'giflib' 'soprano' 'ca-certificates' 'heimdal')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'intltool' 'avahi' 'libgl')
 replaces=('arts')
-conflicts=('gnome-menus')
 options=('docs')
-source=("ftp://ftp.archlinux.org/other/kde/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('a72fd8653b86f73860d0e7ebf0f2d606')
+source=("ftp://ftp.archlinux.org/other/kde/${pkgname}-${pkgver}.tar.bz2" 'kde-applications-menu.patch')
+md5sums=('a72fd8653b86f73860d0e7ebf0f2d606' '3daa0f01fe26325fb3dbd807a04898ad')
 
 build() {
-	cd $srcdir
+	cd $srcdir/${pkgname}-${pkgver}
+	patch -p1 -i $srcdir/kde-applications-menu.patch
+	cd ..
 	mkdir build
 	cd build
 	cmake ../${pkgname}-${pkgver} \
@@ -37,4 +38,4 @@
 	# link it to the one from ca-certificates
 	rm -f $pkgdir/usr/share/apps/kssl/ca-bundle.crt
 	ln -sf /etc/ssl/certs/ca-certificates.crt $pkgdir/usr/share/apps/kssl/ca-bundle.crt
-}
\ No newline at end of file
+}

Added: kde-applications-menu.patch
===================================================================
--- kde-applications-menu.patch	                        (rev 0)
+++ kde-applications-menu.patch	2008-07-24 18:41:16 UTC (rev 6511)
@@ -0,0 +1,26 @@
+Index: b/kded/kbuildsycoca.cpp
+===================================================================
+--- a/kded/kbuildsycoca.cpp
++++ b/kded/kbuildsycoca.cpp
+@@ -307,7 +307,7 @@
+      connect(g_vfolder, SIGNAL(newService(const QString &, KService::Ptr *)),
+              this, SLOT(slotCreateEntry(const QString &, KService::Ptr *)));
+ 
+-     VFolderMenu::SubMenu *kdeMenu = g_vfolder->parseMenu("applications.menu", true);
++     VFolderMenu::SubMenu *kdeMenu = g_vfolder->parseMenu("kde-applications.menu", true);
+ 
+      KServiceGroup::Ptr entry = g_bsgf->addNew("/", kdeMenu->directoryFile, KServiceGroup::Ptr(), false);
+      entry->setLayoutInfo(kdeMenu->layoutList);
+Index: b/kded/CMakeLists.txt
+===================================================================
+--- a/kded/CMakeLists.txt
++++ b/kded/CMakeLists.txt
+@@ -67,7 +67,7 @@
+ 
+ ########### install files ###############
+ 
+-install( FILES applications.menu  DESTINATION  ${SYSCONF_INSTALL_DIR}/xdg/menus )
++install( FILES applications.menu  DESTINATION ${SYSCONF_INSTALL_DIR}/xdg/menus RENAME kde-applications.menu)
+ install( FILES kdedmodule.desktop DESTINATION  ${SERVICETYPES_INSTALL_DIR} )
+ install( FILES kded.upd           DESTINATION  ${DATA_INSTALL_DIR}/kconf_update )
+ 





More information about the arch-commits mailing list