bumblebee-status: remove unnecessary shell file
This commit is contained in:
parent
bca06eb661
commit
ebc72b9655
|
@ -1,2 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
python /usr/share/bumblebee-status/bumblebee-status "$@"
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'bumblebee-status'
|
# Template file for 'bumblebee-status'
|
||||||
pkgname=bumblebee-status
|
pkgname=bumblebee-status
|
||||||
version=1.6.2
|
version=1.6.2
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python-netifaces python-psutil python-requests"
|
depends="python-netifaces python-psutil python-requests"
|
||||||
pycompile_dirs="usr/share/${pkgname}/bumblebee"
|
pycompile_dirs="usr/share/${pkgname}/bumblebee"
|
||||||
short_desc="Modular, theme-able status line generator for the i3 window manager. "
|
short_desc="Modular, theme-able status line generator for the i3 window manager"
|
||||||
maintainer="ibrokemypie <ibrokemypie@bastardi.net>"
|
maintainer="ibrokemypie <ibrokemypie@bastardi.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/tobi-wan-kenobi/bumblebee-status"
|
homepage="https://github.com/tobi-wan-kenobi/bumblebee-status"
|
||||||
|
@ -13,9 +13,9 @@ distfiles="https://github.com/tobi-wan-kenobi/bumblebee-status/archive/v${versio
|
||||||
checksum=1274dc97da522f2cbcdf4228f36f646886d166548c389023ca2c2f7347b7a12b
|
checksum=1274dc97da522f2cbcdf4228f36f646886d166548c389023ca2c2f7347b7a12b
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
vmkdir usr/bin
|
||||||
vmkdir usr/share/${pkgname}
|
vmkdir usr/share/${pkgname}
|
||||||
vcopy "bumblebee themes bumblebee-status" usr/share/${pkgname}
|
vcopy "bumblebee themes bumblebee-status" usr/share/${pkgname}
|
||||||
vbin "${FILESDIR}/bumblebee-status"
|
ln -sfr /usr/share/bumblebee-status/bumblebee-status ${DESTDIR}/usr/bin
|
||||||
vdoc README.md
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue