main/xprop: upgrade to 1.2.3, clarify license

This commit is contained in:
prspkt 2018-03-10 17:21:30 +00:00 committed by Sören Tempel
parent 1311047807
commit bfe33a98f5

View File

@ -1,24 +1,18 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xprop
pkgver=1.2.1
pkgrel=1
pkgver=1.2.3
pkgrel=0
pkgdesc="Property displayer for X"
url="https://cgit.freedesktop.org/xorg/app/xprop/"
url="https://cgit.freedesktop.org/xorg/app/xprop"
arch="all"
license="AS-IS"
license="MIT"
depends=
depends_dev=
makedepends="libx11-dev util-macros"
subpackages="$pkgname-doc"
source="http://www.x.org/archive/individual/app/xprop-$pkgver.tar.bz2"
prepare() {
cd "$builddir"
update_config_sub
default_prepare
}
build() {
cd "$builddir"
./configure \
@ -38,4 +32,4 @@ package() {
make DESTDIR="$pkgdir" install
}
sha512sums="29a440aab254f8e6d651b289ba4a638d2c72337d49c64068e7c5d58bcc4f2e295a0430ed324eb9eca8af62fc9d658544bd5997792c2347b9fb80890a3313815a xprop-1.2.1.tar.bz2"
sha512sums="ad7987fec11ae19b7adc3b0f683fc393e95155f3b6c753d1d8744aedcfb360452eee5735a4c380152b286905931515f3e1a28676b5531001eb8dd93b7249916a xprop-1.2.3.tar.bz2"