[arch-commits] Commit in rest/repos (4 files)

Jan Steffens heftig at archlinux.org
Wed Aug 16 21:42:12 UTC 2017


    Date: Wednesday, August 16, 2017 @ 21:42:11
  Author: heftig
Revision: 302314

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  rest/repos/extra-i686/PKGBUILD
    (from rev 302313, rest/trunk/PKGBUILD)
  rest/repos/extra-x86_64/PKGBUILD
    (from rev 302313, rest/trunk/PKGBUILD)
Deleted:
  rest/repos/extra-i686/PKGBUILD
  rest/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   78 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   39 ------------------------
 extra-x86_64/PKGBUILD |   39 ------------------------
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-08-16 21:41:12 UTC (rev 302313)
+++ extra-i686/PKGBUILD	2017-08-16 21:42:11 UTC (rev 302314)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=rest
-pkgver=0.8.0
-pkgrel=2
-pkgdesc="Helper library for RESTful services"
-arch=(i686 x86_64)
-url="https://wiki.gnome.org/Projects/Librest"
-license=(LGPL2.1)
-depends=(glib2 libxml2 libsoup)
-makedepends=(gobject-introspection gtk-doc git glib2-docs)
-_commit=47502e1f9444bef18e833c5f3a18e29a7945c0e8  # tags/0.8.0^0
-source=("git+https://git.gnome.org/browse/librest#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd librest
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd librest
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd librest
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd librest
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rest/repos/extra-i686/PKGBUILD (from rev 302313, rest/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-08-16 21:42:11 UTC (rev 302314)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=rest
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="Helper library for RESTful services"
+url="https://wiki.gnome.org/Projects/Librest"
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(glib2 libxml2 libsoup)
+makedepends=(gobject-introspection gtk-doc git)
+_commit=2971b3b92701f70fc368ad64bd25cefaea043f87  # tags/0.8.1^0
+source=("git+https://git.gnome.org/browse/librest#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd librest
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd librest
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd librest
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd librest
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-08-16 21:41:12 UTC (rev 302313)
+++ extra-x86_64/PKGBUILD	2017-08-16 21:42:11 UTC (rev 302314)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=rest
-pkgver=0.8.0
-pkgrel=2
-pkgdesc="Helper library for RESTful services"
-arch=(i686 x86_64)
-url="https://wiki.gnome.org/Projects/Librest"
-license=(LGPL2.1)
-depends=(glib2 libxml2 libsoup)
-makedepends=(gobject-introspection gtk-doc git glib2-docs)
-_commit=47502e1f9444bef18e833c5f3a18e29a7945c0e8  # tags/0.8.0^0
-source=("git+https://git.gnome.org/browse/librest#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd librest
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd librest
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd librest
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd librest
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rest/repos/extra-x86_64/PKGBUILD (from rev 302313, rest/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-08-16 21:42:11 UTC (rev 302314)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=rest
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="Helper library for RESTful services"
+url="https://wiki.gnome.org/Projects/Librest"
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(glib2 libxml2 libsoup)
+makedepends=(gobject-introspection gtk-doc git)
+_commit=2971b3b92701f70fc368ad64bd25cefaea043f87  # tags/0.8.1^0
+source=("git+https://git.gnome.org/browse/librest#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd librest
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd librest
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd librest
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd librest
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list