Skip to content
Snippets Groups Projects
Commit daa54981 authored by Aaron Griffin's avatar Aaron Griffin
Browse files

Initial commit of community repo into svn

parents
No related branches found
No related tags found
No related merge requests found
2007-06-27 tardo <tardo@nagi-fanboi.net>
* Built for x86_64
* No need for .install since gnome moved to /usr
PKGBUILD 0 → 100644
# $Id: PKGBUILD,v 1.25 2009/01/25 17:09:27 angvp Exp $
# Contributor: William Rea <sillywilly@gmail.com>
# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
pkgname=gobby
pkgver=0.4.10
pkgrel=1
pkgdesc="A collaborative text editor"
arch=('i686' 'x86_64')
url="http://gobby.0x539.de"
license=('GPL')
depends=('obby' 'libxml++2' 'gtkmm' 'gnome-vfs' 'libbonobo' 'libgtksourceviewmm2' 'gtksourceview2')
makedepends=('gettext' 'intltool')
source=(http://releases.0x539.de/gobby/gobby-$pkgver.tar.gz)
md5sums=('f100f0bfa51970f0d093f870a695054f')
build() {
cd $startdir/src/gobby-$pkgver
./configure --prefix=/usr --with-gnome
make || return 1
make DESTDIR=$startdir/pkg install
install -D -m644 contrib/gobby.desktop \
$startdir/pkg/usr/share/applications/gobby.desktop
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment