[arch-commits] Commit in libxmlb/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Sat Nov 10 18:45:20 UTC 2018


    Date: Saturday, November 10, 2018 @ 18:45:19
  Author: archange
Revision: 405707

archrelease: copy trunk to community-x86_64

Added:
  libxmlb/repos/community-x86_64/PKGBUILD
    (from rev 405706, libxmlb/trunk/PKGBUILD)
Deleted:
  libxmlb/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 30 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-10 18:45:04 UTC (rev 405706)
+++ PKGBUILD	2018-11-10 18:45:19 UTC (rev 405707)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=libxmlb
-pkgver=0.1.3
-pkgrel=1
-pkgdesc="A library to help create and query binary XML blobs"
-arch=('x86_64')
-url="https://github.com/hughsie/libxmlb"
-license=('LGPL')
-depends=('glib2')
-makedepends=('meson' 'gobject-introspection' 'gtk-doc')
-checkdepends=('shared-mime-info')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('b609a95d078ab956231a43fd082382b386ed2f90e3fe5e8b785c4278a1b4787e' 'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes <richard at hughsie.com>
-
-build() {
-    cd ${pkgname}-${pkgver}
-    arch-meson ../build
-    ninja -v -C ../build
-}
-
-check() {
-    cd build
-    meson test
-}
-
-package() {
-    DESTDIR="${pkgdir}" ninja -C build install
-    # Remove the tests
-    #rm -r ${pkgdir}/usr/share/installed-tests/
-}

Copied: libxmlb/repos/community-x86_64/PKGBUILD (from rev 405706, libxmlb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-10 18:45:19 UTC (rev 405707)
@@ -0,0 +1,30 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=libxmlb
+pkgver=0.1.4
+pkgrel=1
+pkgdesc="A library to help create and query binary XML blobs"
+arch=('x86_64')
+url="https://github.com/hughsie/libxmlb"
+license=('LGPL')
+depends=('glib2' 'libstemmer')
+makedepends=('meson' 'gobject-introspection' 'gtk-doc')
+checkdepends=('shared-mime-info')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('ac6ed4b5410a3e16184fc2117ea85db2cf0cf47829e068e169a36f7dbe076cca' 'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes <richard at hughsie.com>
+
+build() {
+    cd ${pkgname}-${pkgver}
+    arch-meson ../build
+    ninja -v -C ../build
+}
+
+check() {
+    cd build
+    meson test
+}
+
+package() {
+    DESTDIR="${pkgdir}" ninja -C build install
+}



More information about the arch-commits mailing list