xlunch: update to 3.1.1
This commit is contained in:
parent
7cfb9400ab
commit
0203b9cf1c
|
@ -1,12 +1,25 @@
|
||||||
# Template file for 'xlunch'
|
# Template file for 'xlunch'
|
||||||
pkgname=xlunch
|
pkgname=xlunch
|
||||||
version=3.0.0
|
version=3.1.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
make_build_target="xlunch"
|
||||||
makedepends="libX11-devel imlib2-devel"
|
makedepends="libX11-devel imlib2-devel"
|
||||||
short_desc="Graphical app launcher for X with little dependencies"
|
short_desc="Graphical app launcher for X with little dependencies"
|
||||||
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://xlunch.org/"
|
homepage="http://xlunch.org/"
|
||||||
distfiles="https://github.com/Tomas-M/xlunch/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Tomas-M/xlunch/archive/v${version}.tar.gz"
|
||||||
checksum=331714b85ca1f01db0e1cbc21fb703484fbf267881ef7f3c7f3811006f09675c
|
checksum=5ae174665c20362e518d331eac99a79c7859673a9f3a148c96ec6f4f6cc736c7
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin xlunch
|
||||||
|
vbin extra/genentries
|
||||||
|
|
||||||
|
vmkdir usr/share/icons/hicolor/48x48/apps
|
||||||
|
vinstall extra/ghost.png 0644 usr/share/icons/hicolor/48x48/apps
|
||||||
|
vinstall docs/logo.png 0644 usr/share/icons/hicolor/48x48/apps
|
||||||
|
|
||||||
|
vmkdir usr/share/applications
|
||||||
|
vinstall extra/genentries.desktop 0644 usr/share/applications
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue