kdelibs: update to 4.11.4.
This commit is contained in:
parent
16559613b1
commit
dbe73b6127
2 changed files with 25 additions and 3 deletions
22
srcpkgs/kdelibs/patches/kde-applications-menu.patch
Normal file
22
srcpkgs/kdelibs/patches/kde-applications-menu.patch
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
--- kded/CMakeLists.txt 2009-10-02 14:55:17.000000000 +0000
|
||||||
|
+++ kded/CMakeLists.txt 2010-01-31 22:16:13.946933892 +0000
|
||||||
|
@@ -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 )
|
||||||
|
endif (WIN32)
|
||||||
|
install( FILES kdedmodule.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} )
|
||||||
|
install( FILES kded.upd DESTINATION ${DATA_INSTALL_DIR}/kconf_update )
|
||||||
|
--- kded/kbuildsycoca.cpp 2009-12-04 23:10:18.000000000 +0000
|
||||||
|
+++ kded/kbuildsycoca.cpp 2010-01-31 22:16:13.962766572 +0000
|
||||||
|
@@ -302,7 +302,7 @@
|
||||||
|
if (!m_trackId.isEmpty())
|
||||||
|
g_vfolder->setTrackId(m_trackId);
|
||||||
|
|
||||||
|
- 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);
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'kdelibs'
|
# Template file for 'kdelibs'
|
||||||
pkgname=kdelibs
|
pkgname=kdelibs
|
||||||
version=4.11.1
|
version=4.11.4
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="KDE core libraries"
|
short_desc="KDE core libraries"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL, LGPL, FDL"
|
license="GPL, LGPL, FDL"
|
||||||
homepage="http://www.kde.org"
|
homepage="http://www.kde.org"
|
||||||
distfiles="http://download.kde.org/stable/${version}/src/${pkgname}-${version}.tar.xz"
|
distfiles="http://download.kde.org/stable/${version}/src/${pkgname}-${version}.tar.xz"
|
||||||
checksum=8ebf816732a4366d67611a63405135650acd9e5bf0f7594e7ffa9a14e92dfc68
|
checksum=dd52139eff1e635c0a9daa0ac846c72f5c62e0e68fcf986df6da1da04a062ded
|
||||||
|
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DKDE4_BUILD_TESTS=OFF -DKDE_DISTRIBUTION_TEXT=Void
|
configure_args="-DKDE4_BUILD_TESTS=OFF -DKDE_DISTRIBUTION_TEXT=Void
|
||||||
|
@ -31,7 +31,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
kdelibs-devel_package() {
|
kdelibs-devel_package() {
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/share/apps/cmake
|
vmove usr/share/apps/cmake
|
||||||
|
|
Loading…
Reference in a new issue