fix(build): PKGBUILD now references correct boost package
This commit is contained in:
parent
b74a2957c3
commit
b3ebdaeaab
@ -1,17 +1,19 @@
|
|||||||
# Maintainer: Michael Carlberg <c@rlberg.se>
|
# Maintainer: Michael Carlberg <c@rlberg.se>
|
||||||
|
# Contributor: Michael Carlberg <c@rlberg.se>
|
||||||
pkgname=lemonbuddy
|
pkgname=lemonbuddy
|
||||||
pkgver=0.1.0
|
pkgver=0.1.0
|
||||||
pkgrel=1
|
pkgrel=3
|
||||||
pkgdesc="A fast and easy-to-use tool for Lemonbar."
|
pkgdesc="A fast and easy-to-use tool for Lemonbar."
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://github.com/jaagr/lemonbuddy"
|
url="https://github.com/jaagr/lemonbuddy"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
groups=()
|
groups=()
|
||||||
depends=('sh' 'alsa-lib' 'libmpdclient' 'libxrandr')
|
depends=('sh' 'alsa-lib' 'libmpdclient' 'libxrandr' 'libsigc++')
|
||||||
optdepends=('lemonbar-sm-git')
|
optdepends=('lemonbar-sm-git' 'i3-wm' 'i3ipc-glib-git')
|
||||||
makedepends=('cmake' 'pkg-config' 'clang' 'glibc'
|
makedepends=('libsigc++' 'libmpdclient' 'libxrandr'
|
||||||
'boost-libs' 'libx11' 'wireless_tools'
|
'cmake' 'pkg-config' 'clang' 'glibc'
|
||||||
'alsa-lib' 'libsigc++' 'i3-wm')
|
'boost' 'libx11' 'wireless_tools')
|
||||||
|
|
||||||
source=("git+https://github.com/jaagr/lemonbuddy.git#tag=0.1.0")
|
source=("git+https://github.com/jaagr/lemonbuddy.git#tag=0.1.0")
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
@ -27,6 +29,6 @@ build() {
|
|||||||
package() {
|
package() {
|
||||||
cd "$srcdir/$pkgname/build" || exit
|
cd "$srcdir/$pkgname/build" || exit
|
||||||
make DESTDIR="$pkgdir/" install
|
make DESTDIR="$pkgdir/" install
|
||||||
cd ..
|
cd .. || exit
|
||||||
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user