mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
vicious: depend on lua>=5.2.
This commit is contained in:
parent
c9a149a6bf
commit
962fdc2aac
1 changed files with 8 additions and 8 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'vicious'
|
# Template file for 'vicious'
|
||||||
pkgname=vicious
|
pkgname=vicious
|
||||||
version=2.1.1
|
version=2.1.1
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="http://git.sysphere.org/vicious/snapshot/vicious-${version}.tar.xz"
|
makedepends="lua-devel>=5.2"
|
||||||
checksum="59764f9a3ae491f6b14d6135ff53346c004d988bd9caa6fb1ec3b7999fbf3078"
|
|
||||||
makedepends="lua-devel>=5.1<5.2"
|
|
||||||
maintainer="Steven R <strob AT styez DOT com>"
|
maintainer="Steven R <strob AT styez DOT com>"
|
||||||
homepage="http://git.sysphere.org/vicious/about/"
|
homepage="http://git.sysphere.org/vicious/about/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
short_desc="Modular widget library for window managers"
|
short_desc="Modular widget library for window managers"
|
||||||
|
distfiles="http://git.sysphere.org/vicious/snapshot/vicious-${version}.tar.xz"
|
||||||
|
checksum="59764f9a3ae491f6b14d6135ff53346c004d988bd9caa6fb1ec3b7999fbf3078"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall LICENSE 644 "usr/share/licenses/${pkgname}/"
|
vinstall LICENSE 644 "usr/share/licenses/${pkgname}/"
|
||||||
|
@ -18,14 +18,14 @@ do_install() {
|
||||||
vmkdir "usr/share/lua/5.1/${pkgname}/contrib"
|
vmkdir "usr/share/lua/5.1/${pkgname}/contrib"
|
||||||
vinstall TODO 644 "usr/share/doc/${pkgname}"
|
vinstall TODO 644 "usr/share/doc/${pkgname}"
|
||||||
vinstall README 644 "usr/share/doc/${pkgname}"
|
vinstall README 644 "usr/share/doc/${pkgname}"
|
||||||
install -m644 *.lua "${DESTDIR}/usr/share/lua/5.1/${pkgname}"
|
install -m644 *.lua "${DESTDIR}/usr/share/lua/5.2/${pkgname}"
|
||||||
install -m644 widgets/*.lua "${DESTDIR}/usr/share/lua/5.1/${pkgname}/widgets"
|
install -m644 widgets/*.lua "${DESTDIR}/usr/share/lua/5.2/${pkgname}/widgets"
|
||||||
install -m644 contrib/*.lua "${DESTDIR}/usr/share/lua/5.1/${pkgname}/contrib"
|
install -m644 contrib/*.lua "${DESTDIR}/usr/share/lua/5.2/${pkgname}/contrib"
|
||||||
}
|
}
|
||||||
|
|
||||||
vicious_package() {
|
vicious_package() {
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
depends="lua"
|
depends="lua>=5.2"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue