[arch-commits] Commit in (5 files)

Baptiste Jonglez zorun at archlinux.org
Sat Dec 30 16:52:12 UTC 2017


    Date: Saturday, December 30, 2017 @ 16:52:11
  Author: zorun
Revision: 277474

Add kea-devel-docs (copied from kea split package)

Added:
  kea-devel-docs/
  kea-devel-docs/trunk/
  kea-devel-docs/trunk/PKGBUILD
Modified:
  gobby/trunk/PKGBUILD
  libinfinity/trunk/PKGBUILD

-------------------------------+
 gobby/trunk/PKGBUILD          |   14 ++++++++------
 kea-devel-docs/trunk/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 libinfinity/trunk/PKGBUILD    |   21 ++++++++++++---------
 3 files changed, 53 insertions(+), 15 deletions(-)

Modified: gobby/trunk/PKGBUILD
===================================================================
--- gobby/trunk/PKGBUILD	2017-12-30 16:50:07 UTC (rev 277473)
+++ gobby/trunk/PKGBUILD	2017-12-30 16:52:11 UTC (rev 277474)
@@ -1,11 +1,11 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks dot org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
 # Contributor: William Rea <sillywilly at gmail.com>
-# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
 
 pkgname=gobby
 pkgver=0.5.0
-pkgrel=5
+pkgrel=6
 pkgdesc="A collaborative text editor"
 arch=('x86_64')
 url="https://gobby.github.io/"
@@ -12,8 +12,10 @@
 license=('GPL')
 depends=('gtkmm' 'gtksourceview2' 'libinfinity' 'libxml++2.6')
 makedepends=('gnome-doc-utils' 'intltool')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/gobby/gobby/archive/v$pkgver.tar.gz")
-sha256sums=('f45d0e0969fdd4ff57b43f7eae9f3f6d853c25e667a52f77d939510e19199480')
+source=(http://releases.0x539.de/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('8ceb3598d27cfccdf9c9889b781c4c5c8e1731ca6beb183f5d4555644c06bd98'
+            'SKIP')
+validpgpkeys=('B63A7560B25B619CA11E219225A941E879B57591') # Armin Burgmeier <armin at arbur.net>
 
 build() {
   cd "$srcdir"/gobby-$pkgver

Added: kea-devel-docs/trunk/PKGBUILD
===================================================================
--- kea-devel-docs/trunk/PKGBUILD	                        (rev 0)
+++ kea-devel-docs/trunk/PKGBUILD	2017-12-30 16:52:11 UTC (rev 277474)
@@ -0,0 +1,33 @@
+# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+pkgname='kea-devel-docs'
+pkgver=1.3.0
+pkgrel=2
+pkgdesc='Developer documentation for Kea, a high-performance, extensible DHCP server engine'
+arch=('any')
+url='http://kea.isc.org'
+license=('MPL2')
+depends=()
+makedepends=('botan' 'boost' 'log4cplus' # Only here to make ./configure happy, not actually used.
+             'libxslt' 'docbook-xsl' 'elinks' 'doxygen' 'graphviz')
+source=(https://ftp.isc.org/isc/kea/${pkgver}/kea-${pkgver}.tar.gz{,.asc})
+sha512sums=('4708485efe537d9af00b50da9a3f33b740edaf37d9bbfe96f5625e30715349c48ef8a32f5abb8320f00821aea642a5b7ecdbc9f0d323a71b7a07f46f1bed978b'
+            'SKIP')
+validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems Consortium, Inc. (Signing key, 2017-2018) <codesign at isc.org>
+
+build() {
+  cd "${srcdir}/kea-${pkgver}"
+  autoreconf --install
+  ./configure \
+      --prefix='/usr' \
+      --sbindir='/usr/bin' \
+      --libexecdir='/usr/bin' \
+      --sysconfdir='/etc' \
+      --localstatedir='/var'
+  make -C doc devel
+}
+
+package() {
+  cd "${srcdir}/kea-${pkgver}"
+  install -d "${pkgdir}/usr/share/doc/kea/"
+  cp -r doc/html "${pkgdir}/usr/share/doc/kea/devel"
+}

Modified: libinfinity/trunk/PKGBUILD
===================================================================
--- libinfinity/trunk/PKGBUILD	2017-12-30 16:50:07 UTC (rev 277473)
+++ libinfinity/trunk/PKGBUILD	2017-12-30 16:52:11 UTC (rev 277474)
@@ -1,21 +1,24 @@
 # $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Maintainer: Baptiste Jonglez <arch at bitsofnetworks dot org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
 # Contributor: Gregory Haynes <greg at greghaynes.net>
 
 pkgname=libinfinity
-pkgver=0.6.8
+pkgver=0.7.1
 pkgrel=1
-pkgdesc="An implementation of the Infininote protocol written in GObject-based C"
+pkgdesc="A library to build collaborative text editors. Includes the infinoted server"
 arch=('x86_64')
 url="http://gobby.github.io/"
 license=('GPL')
-depends=('gnutls>=1.7.2' 'gsasl>=0.2.21' 'glib2>=2.16' 'libxml2>=2.0')
-makedepends=('gtk-doc' 'pkgconfig' 'gtk2')
+depends=('gnutls' 'gsasl' 'glib2' 'libxml2' 'gobject-introspection-runtime')
+makedepends=('gtk-doc' 'gtk3' 'avahi' 'gobject-introspection')
 optdepends=('avahi: zeroconf support'
-            'gtk2: gtk support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/gobby/libinfinity/archive/${pkgver}.tar.gz")
-sha256sums=('aa058ee50dd62f9a6732a0e78ed2cef7df2c8174638ed398e040af9b7e988e81')
+            'gtk3: gtk support')
+source=(http://releases.0x539.de/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('626ee0841bfe24f471580cd17d906dd83b973cf4f10019574adfdfc5327482cb'
+            'SKIP')
+validpgpkeys=('728834F3B8D552ED25CC1B1FB1C71544BF1D92C7') # Armin Burgmeier <armin at arbur.net>
 
 build() {
   cd "$srcdir"/${pkgname}-${pkgver}



More information about the arch-commits mailing list