summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Witek2017-12-29 10:44:11 +0100
committerTobias Witek2017-12-29 10:44:11 +0100
commitfa0956361feb2d1fc709e6902998b904f2172203 (patch)
tree507562d0c4e011a6f33b0e824a69c77d148c3212
parenta6990f39d569c060b5d1838d1e6e8b4301f3411a (diff)
downloadaur-fa0956361feb2d1fc709e6902998b904f2172203.tar.gz
[bumblebee-status] Updated PKGBUILD
see https://github.com/tobi-wan-kenobi/bumblebee-status/issues/214
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD12
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f673f0aa096..4a1dfa626636 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bumblebee-status
pkgdesc = Modular, theme-able status line generator for the i3 window manager
pkgver = 1.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tobi-wan-kenobi/bumblebee-status
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 73cd5cba0579..19aa5afa6a27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Tobias Witek <tobi@tobi-wan-kenobi.at>
# Contributor: Daniel M. Capella <polycitizen@gmail.com>
+# Contributor: spookykidmm <https://github.com/spookykidmm>
pkgname=bumblebee-status
pkgver=1.5.1
-pkgrel=1
+pkgrel=2
pkgdesc='Modular, theme-able status line generator for the i3 window manager'
arch=('any')
url=https://github.com/tobi-wan-kenobi/bumblebee-status
@@ -25,18 +26,13 @@ source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha512sums=('c5b534f37801b88a78f31576f6d3b12f24f538b25bf6f7627d1cd509e3fbb1751213349718f344034344038b1f65de1003f33547cf3861dcf728b4a2e899c9d0')
package() {
- mkdir -p "${pkgdir}/usr/bin"
- mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
- mkdir -p "${pkgdir}/usr/share/${pkgname}/themes/icons"
- mkdir -p "${pkgdir}/usr/share/${pkgname}/bumblebee/modules"
-
install -d "$pkgdir"/usr/bin \
"$pkgdir"/usr/share/$pkgname/{bumblebee/modules,themes/icons}
ln -s /usr/share/$pkgname/$pkgname "$pkgdir"/usr/bin/$pkgname
cd $pkgname-$pkgver
- cp -a --parents $pkgname bumblebee/{,modules/}*.py themes/{,icons/}*.json \
- "$pkgdir"/usr/share/$pkgname
+ cp -a --parents $pkgname bumblebee/{,modules/}*.py themes/{,icons/}*.json $pkgdir/usr/share/$pkgname
+ cp -r bin $pkgdir/usr/share/$pkgname/
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}