mirror of
https://github.com/polybar/polybar.git
synced 2024-11-18 13:55:11 -05:00
build: Bump version to 2.1.0
This commit is contained in:
parent
2776155794
commit
e239140db7
6 changed files with 21 additions and 13 deletions
|
@ -85,7 +85,7 @@ $ apt-get install clang-3.8 libc++-dev libc++abi-dev cmake cmake-data libboost-d
|
||||||
Please [report any problems](https://github.com/jaagr/lemonbuddy/issues/new) you run into when building the project.
|
Please [report any problems](https://github.com/jaagr/lemonbuddy/issues/new) you run into when building the project.
|
||||||
|
|
||||||
~~~ sh
|
~~~ sh
|
||||||
$ git clone --branch 2.0.1 --recursive https://github.com/jaagr/lemonbuddy
|
$ git clone --branch 2.1.0 --recursive https://github.com/jaagr/lemonbuddy
|
||||||
$ mkdir lemonbuddy/build
|
$ mkdir lemonbuddy/build
|
||||||
$ cd lemonbuddy/build
|
$ cd lemonbuddy/build
|
||||||
$ cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Release ..
|
$ cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Release ..
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
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.1
|
pkgver = 2.1.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/jaagr/lemonbuddy
|
url = https://github.com/jaagr/lemonbuddy
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -9,7 +9,7 @@ pkgbase = lemonbuddy-git
|
||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
makedepends = python2
|
makedepends = python2
|
||||||
makedepends = pkg-config
|
makedepends = pkg-config
|
||||||
makedepends = clang
|
makedepends = clang35
|
||||||
makedepends = glibc
|
makedepends = glibc
|
||||||
makedepends = boost
|
makedepends = boost
|
||||||
depends = libxft
|
depends = libxft
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Contributor: Michael Carlberg <c@rlberg.se>
|
# Contributor: Michael Carlberg <c@rlberg.se>
|
||||||
_pkgname=lemonbuddy
|
_pkgname=lemonbuddy
|
||||||
pkgname="${_pkgname}-git"
|
pkgname="${_pkgname}-git"
|
||||||
pkgver=2.0.1
|
pkgver=2.1.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
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")
|
||||||
|
@ -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" "python2" "pkg-config" "clang" "glibc" "boost")
|
makedepends=("cmake" "python2" "pkg-config" "clang35" "glibc" "boost")
|
||||||
provides=("lemonbuddy")
|
provides=("lemonbuddy")
|
||||||
conflicts=("lemonbuddy")
|
conflicts=("lemonbuddy")
|
||||||
source=("${_pkgname}::git+${url}.git")
|
source=("${_pkgname}::git+${url}.git")
|
||||||
|
@ -33,7 +33,11 @@ prepare() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${_pkgname}/build" || exit
|
cd "${_pkgname}/build" || exit
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
|
cmake \
|
||||||
|
-DCMAKE_C_COMPILER=clang \
|
||||||
|
-DCMAKE_CXX_COMPILER=clang++ \
|
||||||
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
|
-DCMAKE_INSTALL_PREFIX=/usr ..
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = lemonbuddy
|
pkgbase = lemonbuddy
|
||||||
pkgdesc = A fast and easy-to-use status bar
|
pkgdesc = A fast and easy-to-use status bar
|
||||||
pkgver = 2.0.1
|
pkgver = 2.1.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/jaagr/lemonbuddy
|
url = https://github.com/jaagr/lemonbuddy
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -9,7 +9,7 @@ pkgbase = lemonbuddy
|
||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
makedepends = python2
|
makedepends = python2
|
||||||
makedepends = pkg-config
|
makedepends = pkg-config
|
||||||
makedepends = clang
|
makedepends = clang35
|
||||||
makedepends = glibc
|
makedepends = glibc
|
||||||
makedepends = boost
|
makedepends = boost
|
||||||
depends = libxft
|
depends = libxft
|
||||||
|
@ -21,7 +21,7 @@ pkgbase = lemonbuddy
|
||||||
optdepends = jsoncpp: i3 module support
|
optdepends = jsoncpp: i3 module support
|
||||||
optdepends = i3ipc-glib-git: i3 module support
|
optdepends = i3ipc-glib-git: i3 module support
|
||||||
conflicts = lemonbuddy-git
|
conflicts = lemonbuddy-git
|
||||||
source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=2.0.1
|
source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=2.1.0
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
|
|
||||||
pkgname = lemonbuddy
|
pkgname = lemonbuddy
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Michael Carlberg <c@rlberg.se>
|
# Maintainer: Michael Carlberg <c@rlberg.se>
|
||||||
# Contributor: Michael Carlberg <c@rlberg.se>
|
# Contributor: Michael Carlberg <c@rlberg.se>
|
||||||
pkgname=lemonbuddy
|
pkgname=lemonbuddy
|
||||||
pkgver=2.0.1
|
pkgver=2.1.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
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")
|
||||||
|
@ -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" "python2" "pkg-config" "clang" "glibc" "boost")
|
makedepends=("cmake" "python2" "pkg-config" "clang35" "glibc" "boost")
|
||||||
conflicts=("lemonbuddy-git")
|
conflicts=("lemonbuddy-git")
|
||||||
source=("${pkgname}::git+${url}.git#tag=${pkgver}")
|
source=("${pkgname}::git+${url}.git#tag=${pkgver}")
|
||||||
md5sums=("SKIP")
|
md5sums=("SKIP")
|
||||||
|
@ -26,7 +26,11 @@ prepare() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${pkgname}/build" || exit
|
cd "${pkgname}/build" || exit
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
|
cmake \
|
||||||
|
-DCMAKE_C_COMPILER=clang \
|
||||||
|
-DCMAKE_CXX_COMPILER=clang++ \
|
||||||
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
|
-DCMAKE_INSTALL_PREFIX=/usr ..
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define GIT_TAG "2.0.1"
|
#define GIT_TAG "2.1.0"
|
||||||
|
|
Loading…
Reference in a new issue