bumblebee-status: update to 1.6.1, add pycompile_dirs.
This commit is contained in:
parent
629dba8d31
commit
f8e2a24dce
|
@ -1,21 +1,20 @@
|
|||
# Template file for 'bumblebee-status'
|
||||
pkgname=bumblebee-status
|
||||
version=1.4.4
|
||||
version=1.6.1
|
||||
revision=1
|
||||
depends="python python-requests python-psutil python-netifaces"
|
||||
noarch=yes
|
||||
short_desc="A modular, theme-able status line generator for the i3 window manager. "
|
||||
depends="python-netifaces python-psutil python-requests"
|
||||
pycompile_dirs="usr/share/${pkgname}/bumblebee"
|
||||
short_desc="Modular, theme-able status line generator for the i3 window manager. "
|
||||
maintainer="ibrokemypie <ibrokemypie@bastardi.net>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/tobi-wan-kenobi/bumblebee-status"
|
||||
distfiles="https://github.com/tobi-wan-kenobi/bumblebee-status/archive/v${version}.tar.gz"
|
||||
checksum=4a414205b081c58765a465a3612619b659476247bdb74c72361fde64fe059b9c
|
||||
checksum=61fd3977d52b4caad08f79aa736a073091bc010e903b03d8aa8e781087562f23
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/${pkgname}
|
||||
vcopy bumblebee usr/share/${pkgname}/
|
||||
vcopy themes usr/share/${pkgname}/
|
||||
vcopy bumblebee-status usr/share/${pkgname}/
|
||||
vcopy "bumblebee themes bumblebee-status" usr/share/${pkgname}
|
||||
vbin "${FILESDIR}/bumblebee-status"
|
||||
vdoc README.md
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue