diff options
author | root <root@rshg054.dnsready.net> | 2012-06-24 00:04:12 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-24 00:04:12 +0000 |
commit | 4319f36e44d4e7c70bf010c3286bb1739c59d4de (patch) | |
tree | 570e5a756192067d69cbabeab8fcf6b81cec3c51 /community/subtle | |
parent | 11357a5ab02a7d536375fb8333b2fb67278b4a36 (diff) |
Sun Jun 24 00:04:11 UTC 2012
Diffstat (limited to 'community/subtle')
-rw-r--r-- | community/subtle/PKGBUILD | 39 | ||||
-rw-r--r-- | community/subtle/subtle.install | 14 |
2 files changed, 30 insertions, 23 deletions
diff --git a/community/subtle/PKGBUILD b/community/subtle/PKGBUILD index d63b9450e..d1eb91627 100644 --- a/community/subtle/PKGBUILD +++ b/community/subtle/PKGBUILD @@ -1,28 +1,39 @@ -# $Id: PKGBUILD 66362 2012-02-24 01:53:44Z tdziedzic $ -# Maintainer: Angel Velasquez <angvp@archlinux.org> +# $Id: PKGBUILD 72816 2012-06-22 21:15:04Z arodseth $ +# Maintainer: Alexander Rødseth <rodseth@gmail.com> +# Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: unexist <unexist@dorfelite.net> -# Past Contributors: Abakus <java5@arcor.de>, TDY <tdy@gmx.com>, Xilon <xilonmu@gmail.com> +# Contributor: Abakus <java5@arcor.de> +# Contributor: TDY <tdy@gmx.com> +# Contributor: Xilon <xilonmu@gmail.com> + pkgname=subtle -pkgver=0.10.3008 -pkgrel=4 -pkgdesc="A grid-based manual tiling window manager with a strong focus on easy but customizable look and feel" +pkgver=0.11.3224 +pkgrel=1 +pkgdesc="Grid-based manual tiling window manager" arch=("i686" "x86_64") url="http://subtle.subforge.org" license=("GPL") -depends=("libx11" "ruby" "libxft" "libxpm" "libxrandr" "libxft" "libxpm" "libxinerama") -makedepends=("ruby" "pkg-config" "libxinerama" "libxrandr" "libxft" "libxpm") -provides=("subtle") -conflicts=("subtle-hg") +depends=("ruby" "libxft" "libxpm" "libxrandr" "libxft" "libxpm" "libxinerama" + "libxtst") +makedepends=("pkg-config" "libxinerama" "libxrandr" "libxft" "libxpm") backup=("etc/xdg/subtle/subtle.rb") install=subtle.install -source=(http://subforge.org/attachments/download/75/$pkgname-$pkgver-nu.tbz2) -md5sums=('10961e02f45a7ce9fc7ca5b11360f001') +source=("http://subforge.org/attachments/download/81/$pkgname-$pkgver-xi.tbz2") +sha256sums=('a22ee94a70c1105a018e1c0a754597b4e3a87d1b915301a0b22888920fa0f8a2') build() { - cd "$srcdir/$pkgname-$pkgver-nu" + cd "$srcdir/$pkgname-$pkgver-xi" # use vendor_ruby instead of site_ruby - sed -e 's/RbConfig::CONFIG\["sitelibdir"\]/RbConfig::CONFIG\["vendorlibdir"\]/' -i Rakefile + sed -e \ + 's/RbConfig::CONFIG\["sitelibdir"\]/RbConfig::CONFIG\["vendorlibdir"\]/' \ + -i Rakefile +} + +package() { + cd "$srcdir/$pkgname-$pkgver-xi" rake destdir=$pkgdir install } + +# vim:set ts=2 sw=2 et: diff --git a/community/subtle/subtle.install b/community/subtle/subtle.install index 363d963c5..cdb0d9469 100644 --- a/community/subtle/subtle.install +++ b/community/subtle/subtle.install @@ -1,11 +1,7 @@ post_upgrade() { - echo "ATTENTION:" - echo "This release of subtle (0.10.3008) includes awesome changes that might break your config, so please check http://subforge.org/projects/subtle and enjoy the new features" - echo "" - echo "In order to use sur you have to install the following dependencies: curb and minitar with" - echo "You can use this gem command: " - echo " gem install curb minitar" - echo "" - echo "If you have subtles on your system remember to upgrade them doing:" - echo " sur upgrade " + echo "In order to use sur you can install ruby-curb and ruby-minitar." + echo "If you have subtle on your system remember to upgrade with:" + echo " sur upgrade" } + +# vim:set ts=2 sw=2 et: |