mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
community/i3wm: upgrade to 4.15, clarify license
This commit is contained in:
parent
6e3c5dc150
commit
7d7fe444d8
@ -1,30 +1,33 @@
|
|||||||
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
|
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
|
||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=i3wm
|
pkgname=i3wm
|
||||||
pkgver=4.14.1
|
pkgver=4.15
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="A tiling window manager"
|
pkgdesc="Improved dynamic tiling window manager"
|
||||||
url="http://i3wm.org"
|
url="http://i3wm.org"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="BSD"
|
license="BSD-3-Clause"
|
||||||
makedepends="$depends_dev bison flex libxcb-dev xcb-util-cursor-dev
|
makedepends="$depends_dev bison flex libxcb-dev xcb-util-cursor-dev
|
||||||
xcb-util-keysyms-dev xcb-util-wm-dev libev-dev pango-dev cairo-dev
|
xcb-util-keysyms-dev xcb-util-wm-dev libev-dev pango-dev cairo-dev
|
||||||
yajl-dev startup-notification-dev pcre-dev libxkbcommon-dev xcb-util-xrm-dev"
|
yajl-dev startup-notification-dev pcre-dev libxkbcommon-dev xcb-util-xrm-dev"
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
source="http://i3wm.org/downloads/i3-${pkgver}.tar.bz2
|
source="http://i3wm.org/downloads/i3-$pkgver.tar.bz2
|
||||||
musl.patch"
|
i3wm-musl-glob-tilde.patch
|
||||||
|
"
|
||||||
builddir="$srcdir/i3-$pkgver/"
|
builddir="$srcdir/i3-$pkgver"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
./configure --disable-builddir --prefix="/usr" --sysconfdir="/etc"
|
./configure \
|
||||||
|
--prefix="/usr" \
|
||||||
|
--disable-builddir \
|
||||||
|
--sysconfdir="/etc"
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
./i3 --version
|
./i3 --version > /dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
@ -35,5 +38,5 @@ package() {
|
|||||||
install -m644 man/*.1 "$pkgdir"/usr/share/man/man1/
|
install -m644 man/*.1 "$pkgdir"/usr/share/man/man1/
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="ef628af002947b40e1c88b0e872c6e93d4377a9674a120bd9adc3f323a38570b05124cd3047b5a26659e72070de2d00d83fb93186510c74ad8ddbf4f3df85472 i3-4.14.1.tar.bz2
|
sha512sums="60ab61b7e380342126bea12fb4371f98fcf18f6435f79a9519d3f59cfabdb170634366036e1aa20c5592da0832b03140ad1f0c72bad3cfaace0b7c57ad01dfc4 i3-4.15.tar.bz2
|
||||||
8ce7d00371c43b93dabbe0dadf9caf7c58a68f4a0079f5a9b9552c15c55bfa0df16d7e87a281595af2ac5254632ba28ccf82a467cea16159b41490f6f2910299 musl.patch"
|
8ce7d00371c43b93dabbe0dadf9caf7c58a68f4a0079f5a9b9552c15c55bfa0df16d7e87a281595af2ac5254632ba28ccf82a467cea16159b41490f6f2910299 i3wm-musl-glob-tilde.patch"
|
||||||
|
Loading…
Reference in New Issue
Block a user