[arch-commits] Commit in libxml++-5.0/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Fri Sep 9 22:49:58 UTC 2022
Date: Friday, September 9, 2022 @ 22:49:58
Author: heftig
Revision: 455739
archrelease: copy trunk to extra-x86_64
Added:
libxml++-5.0/repos/extra-x86_64/PKGBUILD
(from rev 455738, libxml++-5.0/trunk/PKGBUILD)
Deleted:
libxml++-5.0/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 104 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 52 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-09 22:46:18 UTC (rev 455738)
+++ PKGBUILD 2022-09-09 22:49:58 UTC (rev 455739)
@@ -1,52 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgbase=libxml++-5.0
-pkgname=(libxml++-5.0 libxml++-5.0-docs)
-pkgver=5.0.1
-pkgrel=1
-pkgdesc="C++ bindings to libxml2"
-url="https://libxmlplusplus.github.io/libxmlplusplus/"
-arch=(x86_64)
-license=(LGPL)
-depends=(libxml2 gcc-libs)
-makedepends=(git meson mm-common)
-options=(!emptydirs)
-_commit=4caece92ce2d09cfb6fbc87180ec768ccf3bf718 # tags/5.0.1^0
-source=("git+https://github.com/libxmlplusplus/libxmlplusplus#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd libxmlplusplus
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd libxmlplusplus
-}
-
-build() {
- arch-meson libxmlplusplus build -D maintainer-mode=true
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package_libxml++-5.0() {
- provides=(libxml++-5.0.so)
-
- meson install -C build --destdir "$pkgdir"
-
- # Split -docs
- mkdir -p docs/usr/share
- mv -t docs/usr/share "$pkgdir"/usr/share/{devhelp,doc}
-}
-
-package_libxml++-5.0-docs() {
- pkgdesc+=" (documentation)"
- depends=()
- options=(!strip)
-
- mv -t "$pkgdir" docs/*
-}
Copied: libxml++-5.0/repos/extra-x86_64/PKGBUILD (from rev 455738, libxml++-5.0/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-09 22:49:58 UTC (rev 455739)
@@ -0,0 +1,52 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgbase=libxml++-5.0
+pkgname=(libxml++-5.0 libxml++-5.0-docs)
+pkgver=5.0.2
+pkgrel=1
+pkgdesc="C++ bindings to libxml2"
+url="https://libxmlplusplus.github.io/libxmlplusplus/"
+arch=(x86_64)
+license=(LGPL)
+depends=(libxml2 gcc-libs)
+makedepends=(git meson mm-common)
+options=(!emptydirs)
+_commit=f31bac6c078643eb77e2da837fb2085cd4a671e2 # tags/5.0.2^0
+source=("git+https://github.com/libxmlplusplus/libxmlplusplus#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd libxmlplusplus
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+ cd libxmlplusplus
+}
+
+build() {
+ arch-meson libxmlplusplus build -D maintainer-mode=true
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package_libxml++-5.0() {
+ provides=(libxml++-5.0.so)
+
+ meson install -C build --destdir "$pkgdir"
+
+ # Split -docs
+ mkdir -p docs/usr/share
+ mv -t docs/usr/share "$pkgdir"/usr/share/{devhelp,doc}
+}
+
+package_libxml++-5.0-docs() {
+ pkgdesc+=" (documentation)"
+ depends=()
+ options=(!strip)
+
+ mv -t "$pkgdir" docs/*
+}
More information about the arch-commits
mailing list