yakuake: fix license=

This commit is contained in:
maxice8 2018-08-30 23:23:51 -03:00
parent 573afbca6d
commit f94ed0fafd
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 3 additions and 3 deletions

View File

@ -1,17 +1,17 @@
# Template file for 'yakuake'
pkgname=yakuake
version=3.0.5
revision=1
revision=2
build_style=cmake
hostmakedepends="extra-cmake-modules"
makedepends="knewstuff-devel knotifyconfig-devel kparts-devel"
short_desc="A drop-down terminal emulator based on KDE konsole technology"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2.0-only GFDL-1.2-only"
license="GPL-2.0-only, GFDL-1.2-only"
homepage="http://yakuake.kde.org/"
distfiles="${KDE_SITE}/${pkgname}/${version}/src/${pkgname}-${version}.tar.xz"
checksum=08e23bd3ed58732bec44bf1b6797990bbdc58fad0725da7215db39f86c4d2a08
if [ -n "$CROSS_BUILD" ]; then
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kconfig python qt5-host-tools qt5-qmake"
fi