mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
yakuake: fix license=
This commit is contained in:
parent
573afbca6d
commit
f94ed0fafd
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'yakuake'
|
# Template file for 'yakuake'
|
||||||
pkgname=yakuake
|
pkgname=yakuake
|
||||||
version=3.0.5
|
version=3.0.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="extra-cmake-modules"
|
hostmakedepends="extra-cmake-modules"
|
||||||
makedepends="knewstuff-devel knotifyconfig-devel kparts-devel"
|
makedepends="knewstuff-devel knotifyconfig-devel kparts-devel"
|
||||||
short_desc="A drop-down terminal emulator based on KDE konsole technology"
|
short_desc="A drop-down terminal emulator based on KDE konsole technology"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
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/"
|
homepage="http://yakuake.kde.org/"
|
||||||
distfiles="${KDE_SITE}/${pkgname}/${version}/src/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/${pkgname}/${version}/src/${pkgname}-${version}.tar.xz"
|
||||||
checksum=08e23bd3ed58732bec44bf1b6797990bbdc58fad0725da7215db39f86c4d2a08
|
checksum=08e23bd3ed58732bec44bf1b6797990bbdc58fad0725da7215db39f86c4d2a08
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" kconfig python qt5-host-tools qt5-qmake"
|
hostmakedepends+=" kconfig python qt5-host-tools qt5-qmake"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue