[arch-commits] Commit in libxml++/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: 455740
archrelease: copy trunk to extra-x86_64
Added:
libxml++/repos/extra-x86_64/PKGBUILD
(from rev 455738, libxml++/trunk/PKGBUILD)
Deleted:
libxml++/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 110 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 55 insertions(+), 55 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-09 22:49:58 UTC (rev 455739)
+++ PKGBUILD 2022-09-09 22:49:58 UTC (rev 455740)
@@ -1,55 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-pkgbase=libxml++
-pkgname=(libxml++ libxml++-docs)
-pkgver=3.2.3
-pkgrel=1
-pkgdesc="C++ bindings to libxml2"
-url="https://libxmlplusplus.github.io/libxmlplusplus/"
-arch=(x86_64)
-license=(LGPL)
-depends=(libxml2 glibmm)
-makedepends=(git meson mm-common glibmm-docs)
-options=(!emptydirs)
-_commit=e844282958af940cf374302c22b369dbdaa1fcdd # tags/3.2.3^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
-}
-
-# Do not remove the space before the () or commitpkg will
-# accidentally to run this function on the system (!!!)
-package_libxml++ () {
- provides=(libxml++-3.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++-docs() {
- pkgdesc+=" (documentation)"
- depends=()
- options=(!strip)
-
- mv -t "$pkgdir" docs/*
-}
Copied: libxml++/repos/extra-x86_64/PKGBUILD (from rev 455738, libxml++/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-09 22:49:58 UTC (rev 455740)
@@ -0,0 +1,55 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgbase=libxml++
+pkgname=(libxml++ libxml++-docs)
+pkgver=3.2.4
+pkgrel=1
+pkgdesc="C++ bindings to libxml2"
+url="https://libxmlplusplus.github.io/libxmlplusplus/"
+arch=(x86_64)
+license=(LGPL)
+depends=(libxml2 glibmm)
+makedepends=(git meson mm-common glibmm-docs)
+options=(!emptydirs)
+_commit=b0ec13e65d12b6abea01cd0ae98ef11097e70f17 # tags/3.2.4^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
+}
+
+# Do not remove the space before the () or commitpkg will
+# accidentally to run this function on the system (!!!)
+package_libxml++ () {
+ provides=(libxml++-3.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++-docs() {
+ pkgdesc+=" (documentation)"
+ depends=()
+ options=(!strip)
+
+ mv -t "$pkgdir" docs/*
+}
More information about the arch-commits
mailing list