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

Jan Steffens heftig at archlinux.org
Wed Sep 27 20:04:42 UTC 2017


    Date: Wednesday, September 27, 2017 @ 20:04:41
  Author: heftig
Revision: 306291

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libhttpseverywhere/repos/gnome-unstable-i686/
  libhttpseverywhere/repos/gnome-unstable-i686/PKGBUILD
    (from rev 306290, libhttpseverywhere/trunk/PKGBUILD)
  libhttpseverywhere/repos/gnome-unstable-x86_64/
  libhttpseverywhere/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 306290, libhttpseverywhere/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   43 +++++++++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   43 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 86 insertions(+)

Copied: libhttpseverywhere/repos/gnome-unstable-i686/PKGBUILD (from rev 306290, libhttpseverywhere/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-09-27 20:04:41 UTC (rev 306291)
@@ -0,0 +1,43 @@
+# $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/gnome-unstable-x86_64/PKGBUILD (from rev 306290, libhttpseverywhere/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-09-27 20:04:41 UTC (rev 306291)
@@ -0,0 +1,43 @@
+# $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
+}



More information about the arch-commits mailing list