[arch-commits] Commit in gobby/repos (3 files)

Baptiste Jonglez zorun at archlinux.org
Sat Dec 30 18:58:29 UTC 2017


    Date: Saturday, December 30, 2017 @ 18:58:25
  Author: zorun
Revision: 277484

archrelease: copy trunk to community-testing-x86_64

Added:
  gobby/repos/community-testing-x86_64/
  gobby/repos/community-testing-x86_64/ChangeLog
    (from rev 277483, gobby/trunk/ChangeLog)
  gobby/repos/community-testing-x86_64/PKGBUILD
    (from rev 277483, gobby/trunk/PKGBUILD)

-----------+
 ChangeLog |    3 +++
 PKGBUILD  |   30 ++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

Copied: gobby/repos/community-testing-x86_64/ChangeLog (from rev 277483, gobby/trunk/ChangeLog)
===================================================================
--- community-testing-x86_64/ChangeLog	                        (rev 0)
+++ community-testing-x86_64/ChangeLog	2017-12-30 18:58:25 UTC (rev 277484)
@@ -0,0 +1,3 @@
+2007-06-27 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64
+* No need for .install since gnome moved to /usr

Copied: gobby/repos/community-testing-x86_64/PKGBUILD (from rev 277483, gobby/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-12-30 18:58:25 UTC (rev 277484)
@@ -0,0 +1,30 @@
+# Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks dot org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: William Rea <sillywilly at gmail.com>
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+
+pkgname=gobby
+_gitver=e5c2d145d020e080c8612f80a3d123f3a024a13a
+pkgver=0.6.0+e5c2d1
+pkgrel=1
+pkgdesc="A collaborative text editor"
+arch=('x86_64')
+url="https://gobby.github.io/"
+license=('GPL')
+depends=('gtkmm3' 'gtksourceview3' 'libinfinity' 'libxml++2.6')
+makedepends=('gnome-doc-utils' 'intltool')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gobby/gobby/archive/${_gitver}.tar.gz")
+sha512sums=('9f67bc5704caa23b4b3a2b8c64a69c619d0f6aea1295a74b9c7e5fda5a28939b6157957690af68dc19338a7833a07744ec5aac7b38c98df17ddcd4dd797ee425')
+validpgpkeys=('B63A7560B25B619CA11E219225A941E879B57591') # Armin Burgmeier <armin at arbur.net>
+
+build() {
+  cd "$srcdir"/gobby-$_gitver
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/gobby-$_gitver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list