lumina: use versioned releases instead of git
This commit is contained in:
parent
613453d74e
commit
0d84e3e0f6
|
@ -0,0 +1 @@
|
|||
lumina
|
|
@ -1 +0,0 @@
|
|||
lumina-git
|
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'lumina-git'
|
||||
pkgname=lumina-git
|
||||
version=20150129
|
||||
# Template file for 'lumina
|
||||
pkgname=lumina
|
||||
version=0.8.2
|
||||
revision=1
|
||||
wrksrc=lumina
|
||||
hostmakedepends="qt5-qmake qt5-tools git"
|
||||
wrksrc=lumina-qt5-${version}
|
||||
hostmakedepends="qt5-qmake qt5-tools"
|
||||
makedepends="qt5-devel qt5-x11extras-devel qt5-multimedia-devel qt5-svg-devel
|
||||
libXrender-devel libXcomposite-devel libXdamage-devel
|
||||
xcb-util-devel xcb-util-wm-devel"
|
||||
|
@ -12,11 +12,10 @@ 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="ea014d9a8e3dd29a53d8d685fcbff9348041d21151fd7e064e73b8017a3b2a3f"
|
||||
disable_parallel_build=yes
|
||||
|
||||
do_fetch() {
|
||||
git clone git://github.com/pcbsd/lumina.git
|
||||
}
|
||||
replaces="lumina-git>=0"
|
||||
|
||||
do_configure() {
|
||||
qmake PREFIX=/usr QT5LIBDIR=/usr/lib/qt5
|
||||
|
@ -31,7 +30,7 @@ do_install() {
|
|||
vlicense LICENSE
|
||||
}
|
||||
|
||||
lumina-git-devel_package() {
|
||||
lumina-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" -- development files"
|
||||
pkg_install() {
|
Loading…
Reference in New Issue