forked from external/yambar
PKGBUILD: set version
This commit is contained in:
parent
596c52fd9d
commit
20f065d1ca
2 changed files with 8 additions and 8 deletions
8
PKGBUILD
8
PKGBUILD
|
@ -1,5 +1,5 @@
|
||||||
pkgname=f00bar
|
pkgname=f00bar
|
||||||
pkgver=0.9.0.r203.g22989d6
|
pkgver=1.0.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Simplistic and highly configurable status panel for X and Wayland"
|
pkgdesc="Simplistic and highly configurable status panel for X and Wayland"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -18,9 +18,9 @@ depends=(
|
||||||
optdepends=('xcb-util-errors: better X error messages')
|
optdepends=('xcb-util-errors: better X error messages')
|
||||||
source=()
|
source=()
|
||||||
|
|
||||||
pkgver() {
|
# pkgver() {
|
||||||
git describe --tags --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
|
# git describe --tags --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
|
||||||
}
|
# }
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
meson --buildtype=minsize --prefix=/usr -Dbackend-x11=enabled -Dbackend-wayland=enabled ../
|
meson --buildtype=minsize --prefix=/usr -Dbackend-x11=enabled -Dbackend-wayland=enabled ../
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
pkgname=f00bar-wayland
|
pkgname=f00bar-wayland
|
||||||
pkgver=0.9.0.r203.g22989d6
|
pkgver=1.0.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Simplistic and highly configurable status panel for Wayland"
|
pkgdesc="Simplistic and highly configurable status panel for Wayland"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -18,9 +18,9 @@ depends=(
|
||||||
'libmpdclient')
|
'libmpdclient')
|
||||||
source=()
|
source=()
|
||||||
|
|
||||||
pkgver() {
|
# pkgver() {
|
||||||
git describe --tags --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
|
# git describe --tags --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
|
||||||
}
|
# }
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
meson --buildtype=minsize --prefix=/usr -Dbackend-x11=disabled -Dbackend-wayland=enabled ../
|
meson --buildtype=minsize --prefix=/usr -Dbackend-x11=disabled -Dbackend-wayland=enabled ../
|
||||||
|
|
Loading…
Add table
Reference in a new issue