Skip to content

Commit

Permalink
subtle: update to 0.11.6579.
Browse files Browse the repository at this point in the history
Closes #28918.
  • Loading branch information
leahneukirchen committed Jul 23, 2021
1 parent a25192c commit 7ba4bf2
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions srcpkgs/subtle/template
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
}
Expand Down

0 comments on commit 7ba4bf2

Please sign in to comment.