kde-workspace: update to 4.11.22

This commit is contained in:
Juergen Buchmueller 2016-09-19 09:48:28 +02:00
parent a76796729a
commit e350bf13f0

View file

@ -1,17 +1,16 @@
# Template file for 'kde-workspace'
_kdeversion=4.14.3
_kappversion=15.04.1
_kappversion=15.08.0
pkgname=kde-workspace
version=4.11.19
revision=6
version=4.11.22
revision=1
short_desc="Provides the interface and basic tools for the KDE workspace"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2, LGPL-2.1, FDL"
homepage="http://www.kde.org"
#distfiles="http://download.kde.org/stable/applications/${_kappversion}/src/${pkgname}-${version}.tar.xz"
distfiles="https://sources.voidlinux.eu/kde-workspace-4.11.19/kde-workspace-4.11.19.tar.xz"
checksum=1c1429db0a12d6ad076e0f1c6f1a00cac781aceb1aa8c88937fbf2700dc2c5c2
distfiles="http://download.kde.org/stable/applications/${_kappversion}/src/${pkgname}-${version}.tar.xz"
checksum=f035334e843d67ee88551ae9e6c5f64bf7b1edfe311b12501575fe74be0b03b7
build_style=cmake
configure_args="-Wno-dev -DKDE4_BUILD_TESTS=OFF -DSYSCONF_INSTALL_DIR=/etc
@ -43,6 +42,8 @@ make_dirs="
/etc/kde/shutdown 0755 root root
/var/lib/kdm 0755 kdm kdm"
CXXFLAGS="-std=gnu++98"
pre_configure() {
sed -e "s,@PKG_SYSCONFDIR@,/etc,g" -i kdm/kcm/main.cpp
}