summaryrefslogtreecommitdiff
path: root/community/gobby
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-19 23:14:49 +0000
committerroot <root@rshg054.dnsready.net>2011-11-19 23:14:49 +0000
commita3024f8996981b28ced27466cbd1d4ab40e57324 (patch)
tree33e1ab51e17de598241385ef355cc67662d9ad74 /community/gobby
parent126af148530f656a2ed192a852477b2ee97d5397 (diff)
Sat Nov 19 23:14:48 UTC 2011
Diffstat (limited to 'community/gobby')
-rw-r--r--community/gobby/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/gobby/PKGBUILD b/community/gobby/PKGBUILD
index b4171ea9d..c371380c0 100644
--- a/community/gobby/PKGBUILD
+++ b/community/gobby/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 18527 2010-06-07 11:16:36Z spupykin $
+# $Id: PKGBUILD 58735 2011-11-18 10:25:12Z andrea $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
@@ -10,16 +10,19 @@ pkgdesc="A collaborative text editor"
arch=('i686' 'x86_64')
url="http://gobby.0x539.de"
license=('GPL')
+
depends=('obby' 'libxml++' 'gtkmm' 'gnome-vfs' 'libbonobo' 'libgtksourceviewmm2' 'gtksourceview2')
+#depends=('obby' 'libxml++2' 'gtkmm' 'gnome-vfs' 'libbonobo' 'libgtksourceviewmm2'
+# 'gtksourceview2' 'libxml++' 'libunique' 'libinfinity' 'gsasl')
+
makedepends=('gettext' 'intltool')
-options=(force)
source=(http://releases.0x539.de/gobby/gobby-$pkgver.tar.gz)
md5sums=('835cc48f5177196e4a18610c2cb013bf')
build() {
cd $srcdir/gobby-$pkgver
./configure --prefix=/usr --with-gnome
- make || return 1
+ make
make DESTDIR=$pkgdir install
install -D -m644 contrib/gobby.desktop \
$pkgdir/usr/share/applications/gobby.desktop