mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 19:37:14 +08:00
workspace rebuild to include wacom kcm update
This commit is contained in:
parent
c845831c43
commit
8f83c78894
@ -13,13 +13,13 @@ _default_wp="Elarun"
|
||||
pkgname="kde-workspace"
|
||||
arch=('x86_64')
|
||||
pkgver=${_kdever}
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="KDE Workspace"
|
||||
url="http://www.kde.org"
|
||||
license=('GPL' 'LGPL' 'FDL')
|
||||
options=('docs' '!splithdr' 'splitdbg' 'log')
|
||||
install=${pkgname}.install
|
||||
depends=('polkit-kde-agent' "kdepimlibs>=${_kdever}" "kde-runtime>=${_kdever}" 'qimageblitz' 'mesa' "kactivities>=${_kdever}"
|
||||
depends=('polkit-kde-agent' "kdepimlibs>=${_kdever}" "kde-runtime>=${_kdever}" 'qimageblitz' 'mesa' "kactivities>=${_kdever}" 'xf86-input-wacom'
|
||||
'libxxf86misc' 'libxcomposite' 'xcb-util-image' 'xcb-util-renderutil' 'libxss' 'lm_sensors' 'libxklavier' 'libxft' 'oxygen-icons' 'xkit' 'libxdamage'
|
||||
'xorg-utils' 'libxrandr' 'libxres' 'libdmtx' 'libqalculate' 'prison' 'qrencode' "kdepim-runtime>=${_kdever}" "kde-base-artwork>=${_kdever}")
|
||||
makedepends=('pkgconfig' 'cmake' 'automoc4' 'networkmanager' 'bluez' "kdebindings-pykde4>=${_kdever}"
|
||||
@ -42,8 +42,8 @@ backup=('usr/share/config/kdm/kdmrc'
|
||||
source=($_mirror/${pkgname}-$_kdever.tar.xz
|
||||
$_mirror/kde-wallpapers-$_kdever.tar.xz
|
||||
mishaaq-kcm_touchpad-00370b5.tar.gz
|
||||
http://chakra.sourceforge.net/sources/kde-workspace/114856-wacomtablet-1.3.7-2.tar.gz
|
||||
http://chakra.sourceforge.net/sources/kde-workspace/117639-favorites-0.1.tar.bz2
|
||||
http://chakra.sourceforge.net/sources/kdebase-workspace/114856-wacomtablet-1.99.3.tar.bz2
|
||||
http://chakra.sourceforge.net/sources/kdebase-workspace/117639-favorites-0.1.tar.bz2
|
||||
kde.pam
|
||||
kde-np.pam
|
||||
kscreensaver.pam
|
||||
@ -67,7 +67,7 @@ source=($_mirror/${pkgname}-$_kdever.tar.xz
|
||||
md5sums=(`grep ${pkgname}-$_kdever.tar.xz ../kde-sc.md5 | cut -d" " -f1`
|
||||
`grep kde-wallpapers-$_kdever.tar.xz ../kde-sc.md5 | cut -d" " -f1` # kde-wallpapers
|
||||
'f355a658d2e9267fdf4e8d8f88038bcf'
|
||||
'9d4cc6055b6506583dd3e4ded73d7ea9'
|
||||
'452bde7f31f20afe2ffae9cd19260e29'
|
||||
'b60baabccbd302d00923e053db0dc0ae'
|
||||
'5b137f8b00c578ec324e72b455814fd0'
|
||||
'ce53d3a059f5ccbf7429058f935ee9a4'
|
||||
@ -118,9 +118,9 @@ build() {
|
||||
-DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed'
|
||||
|
||||
msg "starting kcm_tablet build ..."
|
||||
cd ${srcdir}/wacomtablet-1.3.7-2
|
||||
cd ${srcdir}/wacomtablet-1.99.3
|
||||
# Fix desktop to the new layout
|
||||
sed -i -e "s~keyboard-and-mouse~input-devices~g" ${srcdir}/wacomtablet-1.3.7-2/src/kcmodule/kcm_wacomtablet.desktop
|
||||
sed -i -e "s~keyboard-and-mouse~input-devices~g" ${srcdir}/wacomtablet-1.99.3/src/kcmodule/kcm_wacomtablet.desktop
|
||||
cmake . -DCMAKE_BUILD_TYPE=${_build_type} \
|
||||
-DCMAKE_INSTALL_PREFIX=${_installprefix} \
|
||||
-DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed'
|
||||
@ -142,7 +142,7 @@ package() {
|
||||
cd ${srcdir}/mishaaq-kcm_touchpad-00370b5
|
||||
make DESTDIR=${pkgdir} install
|
||||
|
||||
cd ${srcdir}/wacomtablet-1.3.7-2
|
||||
cd ${srcdir}/wacomtablet-1.99.3
|
||||
make DESTDIR=${pkgdir} install
|
||||
|
||||
cd ${srcdir}/favorites-0.1
|
||||
|
Loading…
Reference in New Issue
Block a user