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