[arch-commits] Commit in libhttpseverywhere/repos (4 files)
Jan Steffens
heftig at archlinux.org
Fri Apr 21 21:39:48 UTC 2017
Date: Friday, April 21, 2017 @ 21:39:48
Author: heftig
Revision: 293853
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
libhttpseverywhere/repos/testing-i686/PKGBUILD
(from rev 293852, libhttpseverywhere/trunk/PKGBUILD)
libhttpseverywhere/repos/testing-x86_64/PKGBUILD
(from rev 293852, libhttpseverywhere/trunk/PKGBUILD)
Deleted:
libhttpseverywhere/repos/testing-i686/PKGBUILD
libhttpseverywhere/repos/testing-x86_64/PKGBUILD
-------------------------+
/PKGBUILD | 88 ++++++++++++++++++++++++++++++++++++++++++++++
testing-i686/PKGBUILD | 44 -----------------------
testing-x86_64/PKGBUILD | 44 -----------------------
3 files changed, 88 insertions(+), 88 deletions(-)
Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2017-04-21 21:39:21 UTC (rev 293852)
+++ testing-i686/PKGBUILD 2017-04-21 21:39:48 UTC (rev 293853)
@@ -1,44 +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.4.1
-pkgrel=2
-pkgdesc="library to use HTTPSEverywhere in desktop applications"
-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=4004c50f377efb52dd09c13ade1a944571b43c80 # tags/0.4.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
-}
-
-check() {
- cd build
- ninja test
-}
-
-build() {
- cd build
- export LANG=en_US.UTF-8
- meson --prefix=/usr --buildtype=release ../$pkgname \
- -Denable_valadoc=true
- ninja
-}
-
-package() {
- cd build
- DESTDIR="$pkgdir" ninja install
-}
Copied: libhttpseverywhere/repos/testing-i686/PKGBUILD (from rev 293852, libhttpseverywhere/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2017-04-21 21:39:48 UTC (rev 293853)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Adrià Arrufat (archdria) <adria dot arrufat at protonmail ldot ch>
+
+pkgname=libhttpseverywhere
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="library to use HTTPSEverywhere in desktop applications"
+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=8010d08d3e44e01f9fbb0d1fe1566bb01767dacf # tags/0.4.2^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
+}
+
+check() {
+ cd build
+ ninja test
+}
+
+build() {
+ cd build
+ export LANG=en_US.UTF-8
+ meson --prefix=/usr --buildtype=release ../$pkgname \
+ -Denable_valadoc=true
+ ninja
+}
+
+package() {
+ cd build
+ DESTDIR="$pkgdir" ninja install
+}
Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2017-04-21 21:39:21 UTC (rev 293852)
+++ testing-x86_64/PKGBUILD 2017-04-21 21:39:48 UTC (rev 293853)
@@ -1,44 +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.4.1
-pkgrel=2
-pkgdesc="library to use HTTPSEverywhere in desktop applications"
-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=4004c50f377efb52dd09c13ade1a944571b43c80 # tags/0.4.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
-}
-
-check() {
- cd build
- ninja test
-}
-
-build() {
- cd build
- export LANG=en_US.UTF-8
- meson --prefix=/usr --buildtype=release ../$pkgname \
- -Denable_valadoc=true
- ninja
-}
-
-package() {
- cd build
- DESTDIR="$pkgdir" ninja install
-}
Copied: libhttpseverywhere/repos/testing-x86_64/PKGBUILD (from rev 293852, libhttpseverywhere/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-04-21 21:39:48 UTC (rev 293853)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Adrià Arrufat (archdria) <adria dot arrufat at protonmail ldot ch>
+
+pkgname=libhttpseverywhere
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="library to use HTTPSEverywhere in desktop applications"
+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=8010d08d3e44e01f9fbb0d1fe1566bb01767dacf # tags/0.4.2^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
+}
+
+check() {
+ cd build
+ ninja test
+}
+
+build() {
+ cd build
+ export LANG=en_US.UTF-8
+ meson --prefix=/usr --buildtype=release ../$pkgname \
+ -Denable_valadoc=true
+ ninja
+}
+
+package() {
+ cd build
+ DESTDIR="$pkgdir" ninja install
+}
More information about the arch-commits
mailing list