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

Jan Steffens heftig at archlinux.org
Thu Oct 5 07:14:34 UTC 2017


    Date: Thursday, October 5, 2017 @ 07:14:33
  Author: heftig
Revision: 306780

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

Added:
  libhttpseverywhere/repos/testing-i686/PKGBUILD
    (from rev 306779, libhttpseverywhere/trunk/PKGBUILD)
  libhttpseverywhere/repos/testing-x86_64/PKGBUILD
    (from rev 306779, libhttpseverywhere/trunk/PKGBUILD)
Deleted:
  libhttpseverywhere/repos/testing-i686/PKGBUILD
  libhttpseverywhere/repos/testing-x86_64/PKGBUILD

-------------------------+
 /PKGBUILD               |   84 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-i686/PKGBUILD   |   43 -----------------------
 testing-x86_64/PKGBUILD |   43 -----------------------
 3 files changed, 84 insertions(+), 86 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2017-10-05 07:13:14 UTC (rev 306779)
+++ testing-i686/PKGBUILD	2017-10-05 07:14:33 UTC (rev 306780)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Adrià Arrufat (archdria) <adria dot arrufat at protonmail ldot ch>
-
-pkgname=libhttpseverywhere
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="Leverage the power of HTTPS Everywhere"
-url="https://git.gnome.org/browse/libhttpseverywhere"
-arch=(i686 x86_64)
-license=(LGPL3)
-depends=(libgee libxml2 libarchive libsoup glib2 json-glib)
-makedepends=(meson valadoc gobject-introspection git)
-_commit=1fdce30e2180d4844c7a659a9fe6ffd4bf99bc9d  # tags/0.6.0^0
-source=("git+https://git.gnome.org/browse/libhttpseverywhere#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname \
-    -Denable_valadoc=true
-  ninja
-}
-
-check() {
-  cd build
-  mesontest
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: libhttpseverywhere/repos/testing-i686/PKGBUILD (from rev 306779, libhttpseverywhere/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-10-05 07:14:33 UTC (rev 306780)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Adrià Arrufat (archdria) <adria dot arrufat at protonmail ldot ch>
+
+pkgname=libhttpseverywhere
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="Leverage the power of HTTPS Everywhere"
+url="https://git.gnome.org/browse/libhttpseverywhere"
+arch=(i686 x86_64)
+license=(LGPL3)
+depends=(libgee libxml2 libarchive libsoup glib2 json-glib)
+makedepends=(meson valadoc gobject-introspection git)
+_commit=6aa9720308c37905e8806230e2f8898f5c73a567  # tags/0.6.1^0
+source=("git+https://git.gnome.org/browse/libhttpseverywhere#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Denable_valadoc=true
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2017-10-05 07:13:14 UTC (rev 306779)
+++ testing-x86_64/PKGBUILD	2017-10-05 07:14:33 UTC (rev 306780)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Adrià Arrufat (archdria) <adria dot arrufat at protonmail ldot ch>
-
-pkgname=libhttpseverywhere
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="Leverage the power of HTTPS Everywhere"
-url="https://git.gnome.org/browse/libhttpseverywhere"
-arch=(i686 x86_64)
-license=(LGPL3)
-depends=(libgee libxml2 libarchive libsoup glib2 json-glib)
-makedepends=(meson valadoc gobject-introspection git)
-_commit=1fdce30e2180d4844c7a659a9fe6ffd4bf99bc9d  # tags/0.6.0^0
-source=("git+https://git.gnome.org/browse/libhttpseverywhere#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname \
-    -Denable_valadoc=true
-  ninja
-}
-
-check() {
-  cd build
-  mesontest
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: libhttpseverywhere/repos/testing-x86_64/PKGBUILD (from rev 306779, libhttpseverywhere/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-10-05 07:14:33 UTC (rev 306780)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Adrià Arrufat (archdria) <adria dot arrufat at protonmail ldot ch>
+
+pkgname=libhttpseverywhere
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="Leverage the power of HTTPS Everywhere"
+url="https://git.gnome.org/browse/libhttpseverywhere"
+arch=(i686 x86_64)
+license=(LGPL3)
+depends=(libgee libxml2 libarchive libsoup glib2 json-glib)
+makedepends=(meson valadoc gobject-introspection git)
+_commit=6aa9720308c37905e8806230e2f8898f5c73a567  # tags/0.6.1^0
+source=("git+https://git.gnome.org/browse/libhttpseverywhere#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Denable_valadoc=true
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list