aur: Updated packages

This commit is contained in:
Michael Carlberg 2016-06-28 16:09:36 +02:00
parent 3edb476ed0
commit 2e4d2b2fd0
5 changed files with 13 additions and 9 deletions

View File

@ -63,7 +63,7 @@ A C++ compiler with C++14 support. For example `clang`.
##### Install dependencies using pacman:
~~~ sh
$ sudo pacman -S cmake boost libxcb xcb-proto wireless_tools alsa-lib libmpdclient libsigc++
$ sudo pacman -S cmake boost libxcb wireless_tools alsa-lib libmpdclient libsigc++
~~~
##### Install dependencies using xbps-install:

View File

@ -1,6 +1,6 @@
pkgbase = lemonbuddy-git
pkgdesc = A fast and easy-to-use tool for Lemonbar
pkgver = 1.2.1
pkgver = 1.3.0
pkgrel = 1
url = https://github.com/jaagr/lemonbuddy
arch = i686
@ -11,8 +11,9 @@ pkgbase = lemonbuddy-git
makedepends = clang
makedepends = glibc
makedepends = boost
makedepends = libxcb
depends = bash
depends = libxrandr
depends = libxcb
optdepends = alsa-lib: volume module support
optdepends = libmpdclient: mpd module support
optdepends = wireless_tools: network module support

View File

@ -2,19 +2,19 @@
# Contributor: Michael Carlberg <c@rlberg.se>
_pkgname=lemonbuddy
pkgname="${_pkgname}-git"
pkgver=1.2.1
pkgver=1.3.0
pkgrel=1
pkgdesc="A fast and easy-to-use tool for Lemonbar"
arch=("i686" "x86_64")
url="https://github.com/jaagr/lemonbuddy"
license=("MIT")
depends=("bash" "libxrandr")
depends=("bash" "libxcb")
optdepends=("alsa-lib: volume module support"
"libmpdclient: mpd module support"
"wireless_tools: network module support"
"libsigc++: i3 module support"
"i3ipc-glib-git: i3 module support")
makedepends=("cmake" "pkg-config" "clang" "glibc" "boost")
makedepends=("cmake" "pkg-config" "clang" "glibc" "boost" "libxcb")
provides=("lemonbuddy")
conflicts=("lemonbuddy")
source=("${_pkgname}::git+${url}.git")
@ -29,6 +29,7 @@ prepare() {
cd "$_pkgname" || exit
git submodule update --init --recursive
mkdir build
sed 's/python2.7/python3.5/g' -i lib/xpp/CMakeLists.txt
}
build() {

View File

@ -11,8 +11,9 @@ pkgbase = lemonbuddy
makedepends = clang
makedepends = glibc
makedepends = boost
makedepends = libxcb
depends = bash
depends = libxrandr
depends = libxcb
optdepends = alsa-lib: volume module support
optdepends = libmpdclient: mpd module support
optdepends = wireless_tools: network module support

View File

@ -7,13 +7,13 @@ pkgdesc="A fast and easy-to-use tool for Lemonbar"
arch=("i686" "x86_64")
url="https://github.com/jaagr/lemonbuddy"
license=("MIT")
depends=("bash" "libxrandr")
depends=("bash" "libxcb")
optdepends=("alsa-lib: volume module support"
"libmpdclient: mpd module support"
"wireless_tools: network module support"
"libsigc++: i3 module support"
"i3ipc-glib-git: i3 module support")
makedepends=("cmake" "pkg-config" "clang" "glibc" "boost")
makedepends=("cmake" "pkg-config" "clang" "glibc" "boost" "libxcb")
conflicts=("lemonbuddy-git")
source=("${pkgname}::git+${url}.git#tag=${pkgver}")
md5sums=("SKIP")
@ -28,6 +28,7 @@ build() {
cd "${pkgname}/build" || exit
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
sed 's/python2.7/python3.5/g' -i lib/xpp/CMakeLists.txt
}
package() {