commit
7c04a18fe4
1 changed files with 34 additions and 0 deletions
34
srcpkgs/subtle/template
Normal file
34
srcpkgs/subtle/template
Normal file
|
@ -0,0 +1,34 @@
|
|||
# Template file for 'subtle'
|
||||
pkgname=subtle
|
||||
version=0.11
|
||||
revision=1
|
||||
nocross=yes
|
||||
hostmakedepends="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 <miwaxe@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://subtle.subforge.org"
|
||||
conf_files="/etc/xdg/subtle/subtle.rb"
|
||||
|
||||
do_fetch() {
|
||||
local url="http://hg.subforge.org/${pkgname}"
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
hg clone --rev ${version} ${url} ${pkgname}-${version}
|
||||
# Enable transplant plugin
|
||||
printf "[extensions]\ntransplant=" > ~/.hgrc
|
||||
cd ${pkgname}-${version}
|
||||
# Add ruby>2.1 support
|
||||
hg transplant -s ${url} 3240 3242 3244
|
||||
}
|
||||
do_configure() {
|
||||
DESTDIR=$PKGDESTDIR rake config
|
||||
}
|
||||
do_build() {
|
||||
rake build
|
||||
}
|
||||
do_install() {
|
||||
rake install
|
||||
}
|
Loading…
Reference in a new issue