mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 19:27:15 +08:00
Kde 4.9
This commit is contained in:
parent
e014ce1755
commit
65c1a0bffa
@ -36,7 +36,8 @@ md5sums=(`grep ${_pkgname}-$_kdever.tar.xz ../kde-sc.md5 | cut -d" " -f1`
|
||||
build() {
|
||||
cd ${srcdir}/${_pkgname}-${pkgver}
|
||||
|
||||
patch -Np3 -i ${srcdir}/konsole_defaults.patch || return 1
|
||||
# Fixme: addapt this patch to 4.9
|
||||
# patch -Np2 -i ${srcdir}/konsole_defaults.patch || return 1
|
||||
|
||||
msg "starting build ..."
|
||||
cmake . -DCMAKE_BUILD_TYPE=${_build_type} \
|
||||
|
@ -26,7 +26,7 @@ license=('GPL' 'LGPL' 'FDL')
|
||||
|
||||
options=('docs' '!splithdr' 'splitdbg' 'log')
|
||||
|
||||
makedepends=("kde-workspace>=${_kdever}" 'pkgconfig' 'cmake' 'automoc4' 'libraw1394' 'ruby' 'tidyhtml' 'docbook-xsl')
|
||||
makedepends=("kde-workspace>=${_kdever}" 'pkg-config' 'cmake' 'automoc4' 'libraw1394' 'ruby' 'tidyhtml' 'docbook-xsl')
|
||||
|
||||
source=("$_mirror/${pkgbase}-$_kdever.tar.xz"
|
||||
"http://www.kde-apps.org/CONTENT/content-files/99752-kde_cdemu-0.3.1.tar.bz2")
|
||||
@ -111,19 +111,6 @@ package_kde-baseapps() {
|
||||
|
||||
# Fix missing KFind icon, fixes FS#325
|
||||
sed -i -e "s~Icon=kfind~Icon=edit-find~g" ${pkgdir}/usr/share/applications/kde4/kfind.desktop
|
||||
|
||||
# include our patches into the package
|
||||
#ls -1 ${startdir}/*.patch &>/dev/null 2>&1
|
||||
#if [ "$?" = "0" ]; then
|
||||
#@ warning "incuding patches into package"
|
||||
# mkdir -p ${pkgdir}/usr/share/chakra/patches/${pkgbase} &>/dev/null
|
||||
# for i in ${startdir}/*.patch; do
|
||||
# msg "$i"
|
||||
# cp $i ${pkgdir}/usr/share/chakra/patches/${pkgbase}/ &>/dev/null
|
||||
# done
|
||||
#else
|
||||
# warning "no patches found, skipping to include them into the package..."
|
||||
#fi
|
||||
}
|
||||
|
||||
package_kde-baseapps-dolphin() {
|
||||
|
@ -30,8 +30,8 @@ options=('docs' '!splithdr' 'splitdbg' 'log')
|
||||
build() {
|
||||
cd ${srcdir}/${_pkgname}-${pkgver}
|
||||
cmake . -DCMAKE_BUILD_TYPE=${_build_type} \
|
||||
-DCMAKE_INSTALL_PREFIX=${_installprefix} \
|
||||
-DWITH_Soprano=OFF
|
||||
-DCMAKE_INSTALL_PREFIX=${_installprefix}
|
||||
# -DWITH_Soprano=OFF
|
||||
make
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user