lemonbar: update to 1.2.

This commit is contained in:
Juan RP 2016-05-15 07:24:14 +02:00
parent 49b6e182ff
commit 6ad0619f5d

View file

@ -1,24 +1,22 @@
# Template file for 'lemonbar' # Template file for 'lemonbar'
pkgname=lemonbar pkgname=lemonbar
version=1.1 version=1.2
revision=2 revision=1
wrksrc="bar-${version}" wrksrc="bar-${version}"
build_style=gnu-makefile build_style=gnu-makefile
hostmakedepends="perl" hostmakedepends="perl"
makedepends="libxcb-devel" makedepends="libxcb-devel"
replaces="bar-git>=0"
short_desc="A lightweight xcb based bar" short_desc="A lightweight xcb based bar"
maintainer='Juan RP <xtraeme@voidlinux.eu>' maintainer='Juan RP <xtraeme@voidlinux.eu>'
homepage="https://github.com/LemonBoy/bar" homepage="https://github.com/LemonBoy/bar"
license="MIT" license="MIT"
distfiles="https://github.com/LemonBoy/bar/archive/v${version}.tar.gz" distfiles="https://github.com/LemonBoy/bar/archive/v${version}.tar.gz"
checksum=567955575a09a7231cae7f2003e0fd66f4c86d7acbe1f53f407233730c8f2c9c checksum=b846d8451f9065cdcb94f48a8bd80c074cf1073da0664a94597681912045bfea
pre_build() { pre_build() {
sed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile sed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile
sed -i 's/^\(LDFLAGS *+=\)/override \1/' Makefile sed -i 's/^\(LDFLAGS *+=\)/override \1/' Makefile
} }
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
} }