lumina: update to 1.2.0.
This commit is contained in:
parent
063b51fc7e
commit
d460718e07
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'lumina'.
|
||||
pkgname=lumina
|
||||
version=1.1.0
|
||||
revision=2
|
||||
version=1.2.0
|
||||
revision=1
|
||||
wrksrc=lumina-qt5-${version}
|
||||
build_style=qmake
|
||||
hostmakedepends="qt5-qmake qt5-tools"
|
||||
|
@ -10,24 +10,15 @@ makedepends="qt5-devel qt5-x11extras-devel qt5-multimedia-devel qt5-svg-devel
|
|||
xcb-util-devel xcb-util-wm-devel xcb-util-image-devel"
|
||||
depends="fluxbox numlockx xbacklight alsa-utils acpi xscreensaver oxygen-icons"
|
||||
short_desc="Lumina Desktop Environment"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="BSD"
|
||||
homepage="https://github.com/pcbsd/lumina"
|
||||
distfiles="https://github.com/pcbsd/lumina/archive/qt5/${version}.tar.gz"
|
||||
checksum=eb3b30097050533f6a074dd4e8cd41e7da7fc253a2b6ef5f0a1f7f908f44b261
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="3-clause-BSD"
|
||||
homepage="https://github.com/trueos/lumina"
|
||||
distfiles="https://github.com/trueos/lumina/archive/qt5/${version}.tar.gz"
|
||||
checksum=e6a96bdcb9f346cb3345dd5677ea4585e16c8656d4d46564ffe765857f064d55
|
||||
disable_parallel_build=yes
|
||||
replaces="lumina-git>=0"
|
||||
configure_args="QT5LIBDIR=/usr/lib/qt5"
|
||||
configure_args="QT5LIBDIR=/usr/lib/qt5 L_ETCDIR=/etc"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
lumina-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" -- development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue