parent
4a87df5afe
commit
009088c3fe
@ -1,12 +1,13 @@
|
|||||||
pkgbase = lemonbuddy-git
|
pkgbase = lemonbuddy-git
|
||||||
pkgdesc = A fast and easy-to-use status bar
|
pkgdesc = A fast and easy-to-use status bar
|
||||||
pkgver = 2.0.0
|
pkgver = 2.0.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/jaagr/lemonbuddy
|
url = https://github.com/jaagr/lemonbuddy
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
license = MIT
|
||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
|
makedepends = python2
|
||||||
makedepends = pkg-config
|
makedepends = pkg-config
|
||||||
makedepends = clang
|
makedepends = clang
|
||||||
makedepends = glibc
|
makedepends = glibc
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
_pkgname=lemonbuddy
|
_pkgname=lemonbuddy
|
||||||
pkgname="${_pkgname}-git"
|
pkgname="${_pkgname}-git"
|
||||||
pkgver=2.0.0.rbeta.0.g593e5af
|
pkgver=2.0.0.rbeta.0.g593e5af
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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"
|
||||||
@ -14,7 +14,7 @@ optdepends=("alsa-lib: volume module support"
|
|||||||
"wireless_tools: network module support"
|
"wireless_tools: network module support"
|
||||||
"jsoncpp: i3 module support"
|
"jsoncpp: i3 module support"
|
||||||
"i3ipc-glib-git: i3 module support")
|
"i3ipc-glib-git: i3 module support")
|
||||||
makedepends=("cmake" "pkg-config" "clang" "glibc" "boost")
|
makedepends=("cmake" "python2" "pkg-config" "clang" "glibc" "boost")
|
||||||
provides=("lemonbuddy")
|
provides=("lemonbuddy")
|
||||||
conflicts=("lemonbuddy")
|
conflicts=("lemonbuddy")
|
||||||
source=("${_pkgname}::git+${url}.git")
|
source=("${_pkgname}::git+${url}.git")
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
pkgbase = lemonbuddy-git
|
pkgbase = lemonbuddy
|
||||||
pkgdesc = A fast and easy-to-use status bar
|
pkgdesc = A fast and easy-to-use status bar
|
||||||
pkgver = 2.0.0.beta
|
pkgver = 2.0.0.beta
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/jaagr/lemonbuddy
|
url = https://github.com/jaagr/lemonbuddy
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
license = MIT
|
||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
|
makedepends = python2
|
||||||
makedepends = pkg-config
|
makedepends = pkg-config
|
||||||
makedepends = clang
|
makedepends = clang
|
||||||
makedepends = glibc
|
makedepends = glibc
|
||||||
@ -23,5 +24,5 @@ pkgbase = lemonbuddy-git
|
|||||||
source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=2.0.0-beta
|
source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=2.0.0-beta
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
|
|
||||||
pkgname = lemonbuddy-git
|
pkgname = lemonbuddy
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Contributor: Michael Carlberg <c@rlberg.se>
|
# Contributor: Michael Carlberg <c@rlberg.se>
|
||||||
pkgname=lemonbuddy
|
pkgname=lemonbuddy
|
||||||
pkgver=2.0.0.beta
|
pkgver=2.0.0.beta
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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"
|
||||||
@ -13,7 +13,7 @@ optdepends=("alsa-lib: volume module support"
|
|||||||
"wireless_tools: network module support"
|
"wireless_tools: network module support"
|
||||||
"libsigc++: i3 module support"
|
"libsigc++: i3 module support"
|
||||||
"i3ipc-glib-git: i3 module support")
|
"i3ipc-glib-git: i3 module support")
|
||||||
makedepends=("cmake" "pkg-config" "clang" "glibc" "boost")
|
makedepends=("cmake" "python2" "pkg-config" "clang" "glibc" "boost")
|
||||||
conflicts=("lemonbuddy-git")
|
conflicts=("lemonbuddy-git")
|
||||||
source=("${pkgname}::git+${url}.git#tag=${pkgver%.*}-beta")
|
source=("${pkgname}::git+${url}.git#tag=${pkgver%.*}-beta")
|
||||||
md5sums=("SKIP")
|
md5sums=("SKIP")
|
||||||
|
Loading…
Reference in New Issue
Block a user