summaryrefslogtreecommitdiff
path: root/community/subtle
diff options
context:
space:
mode:
Diffstat (limited to 'community/subtle')
-rw-r--r--community/subtle/PKGBUILD24
-rw-r--r--community/subtle/subtle.install8
2 files changed, 32 insertions, 0 deletions
diff --git a/community/subtle/PKGBUILD b/community/subtle/PKGBUILD
new file mode 100644
index 000000000..fcbeb6f57
--- /dev/null
+++ b/community/subtle/PKGBUILD
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 44915 2011-04-12 21:25:17Z angvp $
+# Maintainer: Angel Velasquez <angvp@archlinux.org>
+# Contributor: unexist <unexist@dorfelite.net>
+# Past Contributors: Abakus <java5@arcor.de>, TDY <tdy@gmx.com>, Xilon <xilonmu@gmail.com>
+pkgname=subtle
+pkgver=0.9.2773
+pkgrel=2
+pkgdesc="A grid-based manual tiling window manager with a strong focus on easy but customizable look and feel"
+arch=("i686" "x86_64" 'mips64el')
+url="http://subtle.subforge.org"
+license=("GPL")
+depends=("libx11" "ruby")
+makedepends=("ruby" "pkg-config" "libxinerama" "libxrandr" "libxft" "libxpm")
+provides=("subtle")
+conflicts=("subtle-hg")
+backup=("etc/xdg/subtle/subtle.rb")
+source=(http://subforge.org/attachments/download/50/$pkgname-$pkgver-mu.tbz2)
+md5sums=('bbae53d6c16cfe25186003e9e28504f8')
+install=subtle.install
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver-mu"
+ rake destdir=$pkgdir install
+}
diff --git a/community/subtle/subtle.install b/community/subtle/subtle.install
new file mode 100644
index 000000000..36fa9bafe
--- /dev/null
+++ b/community/subtle/subtle.install
@@ -0,0 +1,8 @@
+post_upgrade() {
+ 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 "
+}