summaryrefslogtreecommitdiff
path: root/community/subtle
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/subtle
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/subtle')
-rw-r--r--community/subtle/PKGBUILD23
-rw-r--r--community/subtle/subtle.install3
2 files changed, 26 insertions, 0 deletions
diff --git a/community/subtle/PKGBUILD b/community/subtle/PKGBUILD
new file mode 100644
index 000000000..c08e25119
--- /dev/null
+++ b/community/subtle/PKGBUILD
@@ -0,0 +1,23 @@
+# $Id: PKGBUILD 38833 2011-02-01 21:18:39Z 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.2573
+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")
+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/46/$pkgname-$pkgver-lambda.tbz2)
+md5sums=('afcb897307329fc2cdb0733db9cc3a79')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver-lambda"
+ rake destdir=$pkgdir install
+}
diff --git a/community/subtle/subtle.install b/community/subtle/subtle.install
new file mode 100644
index 000000000..c7ef727b7
--- /dev/null
+++ b/community/subtle/subtle.install
@@ -0,0 +1,3 @@
+post_upgrade() {
+ echo "If you have subtles on your system remember to upgrade them doing:\n\n\t sur upgrade "
+}