[arch-commits] Commit in kdelibs/repos/kde-unstable-x86_64 (2 files)

Pierre Schmitz pierre at archlinux.org
Thu Dec 11 21:29:05 UTC 2008


    Date: Thursday, December 11, 2008 @ 16:29:04
  Author: pierre
Revision: 21255

KDE 4.2 Beta 2

Modified:
  kdelibs/repos/kde-unstable-x86_64/PKGBUILD
  kdelibs/repos/kde-unstable-x86_64/kde-applications-menu.patch

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-11 19:27:54 UTC (rev 21254)
+++ PKGBUILD	2008-12-11 21:29:04 UTC (rev 21255)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=kdelibs
-pkgver=4.1.82
+pkgver=4.1.85
 pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@
 install='kdelibs.install'
 source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2"
         'kde-applications-menu.patch' 'archlinux-menu.patch')
-md5sums=('c6ca4309ba33236c57d9a990231220e4'
-         '3daa0f01fe26325fb3dbd807a04898ad'
+md5sums=('312597e801622e4b0e9208d466ec1b98'
+         'e94450ba5430ea9c1e33bad9ae38ca2d'
          '0ad42200df2d2b8aab01d2ef4b21e02f')
 
 build() {

Modified: kde-applications-menu.patch
===================================================================
--- kde-applications-menu.patch	2008-12-11 19:27:54 UTC (rev 21254)
+++ kde-applications-menu.patch	2008-12-11 21:29:04 UTC (rev 21255)
@@ -15,12 +15,12 @@
 ===================================================================
 --- a/kded/CMakeLists.txt
 +++ b/kded/CMakeLists.txt
-@@ -67,7 +67,7 @@
- 
- ########### install files ###############
- 
+@@ -69,7 +69,7 @@
+ if (WIN32)
+ install( FILES applications.menu  DESTINATION  ${SHARE_INSTALL_PREFIX}/xdg/menus )
+ else (WIN32)
 -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 applications.menu  DESTINATION  ${SYSCONF_INSTALL_DIR}/xdg/menus RENAME kde-applications.menu )
+ endif (WIN32)
  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