testing/setroot: upgrade to 2.0.2

* Clarify license, modernize
This commit is contained in:
prspkt 2019-06-24 22:43:18 +03:00 committed by Leo
parent 58420f4c00
commit 7bb3b8a0b0

View File

@ -1,27 +1,22 @@
# Contributor: Camille Scholtz <onodera@openmailbox.org>
# Maintainer: Camille Scholtz <onodera@openmailbox.org>
pkgname=setroot
pkgver=2.0.1
pkgrel=1
pkgver=2.0.2
pkgrel=0
pkgdesc="Simple X background setter inspired by imlibsetroot and feh"
url="https://github.com/ttzhou/setroot"
arch="all"
license="GPL-3.0"
depends=""
depends_dev="imlib2-dev"
makedepends="$depends_dev"
license="GPL-3.0-or-later"
makedepends="imlib2-dev"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/ttzhou/$pkgname/archive/v$pkgver.tar.gz"
source="$pkgname-$pkgver.tar.gz::https://github.com/ttzhou/setroot/archive/v$pkgver.tar.gz"
builddir="$srcdir"/$pkgname-$pkgver
build() {
cd "$builddir"
make
}
package() {
cd "$builddir"
make PREFIX=/usr DESTDIR="$pkgdir" install
}
sha512sums="95a3913120ac1d53b15ea383316b013f45f1393463d52e34c480527fbd0b26de454940cfc03df1ce107c8a07a1c5c703708fd8c0ea5bac6123e4a738581986a6 setroot-2.0.1.tar.gz"
sha512sums="1f636c2aed140ac011bab7d4dee6e7f21c8d0ddb6ebfbd45d81db2fe807d2d3882ca6bbd3594f7038710efe3bdff3be0874e5ba4944de40e4897591566e777ae setroot-2.0.2.tar.gz"