[arch-commits] Commit in kdelibs/trunk (PKGBUILD kde-applications-menu.patch)
Pierre Schmitz
pierre at archlinux.org
Sun Jan 11 12:50:48 UTC 2009
Date: Sunday, January 11, 2009 @ 07:50:47
Author: pierre
Revision: 23447
Let's go straigt to 4.2 RC1
Modified:
kdelibs/trunk/PKGBUILD
kdelibs/trunk/kde-applications-menu.patch
-----------------------------+
PKGBUILD | 14 +++++++-------
kde-applications-menu.patch | 12 ++++++------
2 files changed, 13 insertions(+), 13 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-01-11 12:50:37 UTC (rev 23446)
+++ PKGBUILD 2009-01-11 12:50:47 UTC (rev 23447)
@@ -2,24 +2,24 @@
# Maintainer: Pierre Schmitz <pierre at archlinux.de>
pkgname=kdelibs
-pkgver=4.1.4
+pkgver=4.1.96
pkgrel=1
pkgdesc="KDE Core Libraries"
arch=('i686' 'x86_64')
url='http://www.kde.org'
license=('GPL' 'LGPL' 'FDL')
groups=('kde')
-depends=('libxcursor' 'phonon' 'shared-mime-info' 'qt>=4.4' 'libxpm' 'hal'
- 'enchant' 'jasper' 'openexr' 'strigi' 'bzip2' 'libxslt' 'libxtst'
- 'giflib' 'soprano' 'ca-certificates' 'heimdal' 'xdg-utils' 'libxft')
+depends=('phonon' 'shared-mime-info' 'libxpm' 'hal'
+ 'enchant' 'jasper' 'openexr' 'strigi' 'libxtst'
+ 'giflib' 'soprano' 'ca-certificates' 'xdg-utils' 'libxft')
makedepends=('pkgconfig' 'cmake' 'automoc4' 'intltool' 'avahi' 'libgl' 'hspell')
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=('ffdb0340a72aaf06a0b98f354c0c59ef'
- '3daa0f01fe26325fb3dbd807a04898ad'
+md5sums=('b9254b5afda5bf1855b8d381b6d4509b'
+ 'e94450ba5430ea9c1e33bad9ae38ca2d'
'0ad42200df2d2b8aab01d2ef4b21e02f')
build() {
Modified: kde-applications-menu.patch
===================================================================
--- kde-applications-menu.patch 2009-01-11 12:50:37 UTC (rev 23446)
+++ kde-applications-menu.patch 2009-01-11 12:50:47 UTC (rev 23447)
@@ -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