subtle: update to 0.11.6579.

Closes #28918.
This commit is contained in:
Leah Neukirchen 2021-07-23 13:54:58 +02:00
parent a25192c3ec
commit 7ba4bf231e

View file

@ -1,16 +1,18 @@
# Template file for 'subtle'
pkgname=subtle
version=0.11.3285
version=0.11.6579
revision=1
wrksrc="${pkgname}-${version#*.*.}"
hostmakedepends="python3 mercurial ruby-devel pkg-config"
makedepends="ruby-devel libX11-devel libXpm-devel libXft-devel
libXinerama-devel libXrandr-devel libXtst-devel"
short_desc="Manual tiling window manager"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2"
homepage="http://subtle.subforge.org"
license="GPL-3.0-or-later"
homepage="https://hg.unexist.dev/subtle/"
distfiles="https://hg.unexist.dev/subtle/archive/${version#*.*.}.tar.gz"
checksum=82fead3b4ced4d9985410e1dfd912fc8f78ce5c1b77448862da5a5bea1a33a96
conf_files="/etc/xdg/subtle/subtle.rb"
broken="source location down"
if [ "$CROSS_BUILD" ]; then
if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
@ -21,11 +23,6 @@ if [ "$CROSS_BUILD" ]; then
export CFLAGS
fi
do_fetch() {
local url="http://hg.subforge.org/${pkgname}"
msg_normal "Fetching source ${version%.*} from $url ...\n"
hg clone --rev ${version##*.} ${url} ${pkgname}-${version}
}
do_configure() {
DESTDIR=$PKGDESTDIR rake config
}