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