mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +03:00
community/i3status: move conf to /etc
This commit is contained in:
parent
9a060b8960
commit
c0804b960e
1 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
||||||
pkgname=i3status
|
pkgname=i3status
|
||||||
pkgver=2.13
|
pkgver=2.13
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Generates status bar for dzen2, xmobar or similar"
|
pkgdesc="Generates status bar for dzen2, xmobar or similar"
|
||||||
url="https://i3.zekjur.net/i3status"
|
url="https://i3.zekjur.net/i3status"
|
||||||
arch="all"
|
arch="all"
|
||||||
|
@ -17,7 +17,9 @@ source="https://i3wm.org/i3status/i3status-$pkgver.tar.bz2
|
||||||
build() {
|
build() {
|
||||||
autoreconf -vif
|
autoreconf -vif
|
||||||
mkdir -p build && cd build
|
mkdir -p build && cd build
|
||||||
../configure --prefix=/usr \
|
../configure \
|
||||||
|
--prefix=/usr \
|
||||||
|
--sysconfdir=/etc \
|
||||||
--disable-pulseaudio
|
--disable-pulseaudio
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue