summaryrefslogtreecommitdiff
path: root/community/gobby
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
committerroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
commit7a65a910b77ad191d69881098c47f9b0c852d92e (patch)
tree9564e611af1442f8952a8cbddb3b0ad25ed71aab /community/gobby
parent60da6abff6c9577a783d72865f11de7a585e912e (diff)
Tue Aug 13 01:31:08 PDT 2013
Diffstat (limited to 'community/gobby')
-rw-r--r--community/gobby/ChangeLog3
-rw-r--r--community/gobby/PKGBUILD29
2 files changed, 32 insertions, 0 deletions
diff --git a/community/gobby/ChangeLog b/community/gobby/ChangeLog
new file mode 100644
index 000000000..45fe41a16
--- /dev/null
+++ b/community/gobby/ChangeLog
@@ -0,0 +1,3 @@
+2007-06-27 tardo <tardo@nagi-fanboi.net>
+* Built for x86_64
+* No need for .install since gnome moved to /usr
diff --git a/community/gobby/PKGBUILD b/community/gobby/PKGBUILD
new file mode 100644
index 000000000..f2020893c
--- /dev/null
+++ b/community/gobby/PKGBUILD
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 65710 2012-02-22 10:19:25Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: William Rea <sillywilly@gmail.com>
+# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+
+pkgname=gobby
+pkgver=0.4.13
+pkgrel=1
+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')
+source=(http://releases.0x539.de/gobby/gobby-$pkgver.tar.gz)
+md5sums=('3848687159dbc649587857543b8d7b85')
+
+build() {
+ cd $srcdir/gobby-$pkgver
+ ./configure --prefix=/usr --with-gnome
+ make
+ make DESTDIR=$pkgdir install
+ install -D -m644 contrib/gobby.desktop \
+ $pkgdir/usr/share/applications/gobby.desktop
+}