[arch-commits] Commit in libxml++/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-10-02 Thread Jan Steffens via arch-commits
Date: Friday, October 2, 2020 @ 17:19:40
  Author: heftig
Revision: 397095

archrelease: copy trunk to extra-x86_64

Added:
  libxml++/repos/extra-x86_64/PKGBUILD
(from rev 397093, libxml++/trunk/PKGBUILD)
Deleted:
  libxml++/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  106 +++--
 1 file changed, 54 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-02 17:19:40 UTC (rev 397094)
+++ PKGBUILD2020-10-02 17:19:40 UTC (rev 397095)
@@ -1,52 +0,0 @@
-# Maintainer: damir 
-
-pkgbase=libxml++
-pkgname=('libxml++' 'libxml++-docs')
-pkgver=3.2.0
-pkgrel=1
-arch=('x86_64')
-license=('LGPL')
-url="http://libxmlplusplus.sourceforge.net/";
-makedepends=('glibmm-docs' 'libxml2' 'glibmm' 'git' 'mm-common')
-options=('!emptydirs')
-_commit=50c5efe0bcce3fa5273afbc832b1424b352469c9  # 3.2.0
-source=("git+https://github.com/libxmlplusplus/libxmlplusplus#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libxmlplusplus
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd libxmlplusplus
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd libxmlplusplus
-  ./configure --prefix=/usr
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd libxmlplusplus
-  make check
-}
-
-package_libxml++() {
-  pkgdesc="C++ bindings to libxml2"
-  depends=('libxml2' 'glibmm')
-
-  cd libxmlplusplus
-  make DESTDIR="${pkgdir}" install doc_subdirs=
-}
-
-package_libxml++-docs() {
-  pkgdesc="Developer documentation for libxml++"
-  depends=('glibmm-docs')
-  cd libxmlplusplus
-  make DESTDIR="${pkgdir}" -C docs install
-}

Copied: libxml++/repos/extra-x86_64/PKGBUILD (from rev 397093, 
libxml++/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-02 17:19:40 UTC (rev 397095)
@@ -0,0 +1,54 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: damir 
+
+pkgbase=libxml++
+pkgname=(libxml++ libxml++-docs)
+pkgver=3.2.2
+pkgrel=1
+pkgdesc="C++ bindings to libxml2"
+url="https://libxmlplusplus.github.io/libxmlplusplus/";
+arch=(x86_64)
+license=(LGPL)
+depends=(libxml2 glibmm)
+makedepends=(glibmm-docs git meson mm-common)
+options=(!emptydirs)
+_commit=ba03d1ea29c1b6a8757be9b56637f19d1385ad3e  # tags/3.2.2^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
+  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)
+
+  DESTDIR="$pkgdir" meson install -C build
+
+  # Split -docs
+  mkdir -p docs/usr/share
+  mv -t docs/usr/share "$pkgdir"/usr/share/{devhelp,doc}
+}
+
+package_libxml++-docs() {
+  pkgdesc+=" (documentation)"
+  depends=(glibmm-docs)
+
+  mv -t "$pkgdir" docs/*
+}


[arch-commits] Commit in libxml++/repos (extra-x86_64 testing-x86_64)

2011-04-30 Thread Ionut Biru
Date: Saturday, April 30, 2011 @ 16:44:35
  Author: ibiru
Revision: 121756

db-move: moved libxml++ from [testing] to [extra] (x86_64)

Added:
  libxml++/repos/extra-x86_64/
Deleted:
  libxml++/repos/testing-x86_64/



[arch-commits] Commit in libxml++/repos (extra-x86_64)

2011-04-30 Thread Ionut Biru
Date: Saturday, April 30, 2011 @ 16:44:34
  Author: ibiru
Revision: 121755

db-move: libxml++ removed by ibiru for move to [extra] (x86_64)

Deleted:
  libxml++/repos/extra-x86_64/



[arch-commits] Commit in libxml++/repos (extra-x86_64)

2010-11-25 Thread Ionut Biru
Date: Thursday, November 25, 2010 @ 14:15:35
  Author: ibiru
Revision: 100762

archrelease: copy trunk to extra-x86_64

Added:
  libxml++/repos/extra-x86_64/



[arch-commits] Commit in libxml++/repos (extra-x86_64)

2010-11-25 Thread Ionut Biru
Date: Thursday, November 25, 2010 @ 14:15:23
  Author: ibiru
Revision: 100761

archrelease: remove extra-x86_64

Deleted:
  libxml++/repos/extra-x86_64/



[arch-commits] Commit in libxml++/repos (extra-x86_64)

2010-05-06 Thread Jan de Groot
Date: Thursday, May 6, 2010 @ 08:46:22
  Author: jgc
Revision: 79731

archrelease: copy trunk to extra-x86_64

Added:
  libxml++/repos/extra-x86_64/



[arch-commits] Commit in libxml++/repos (extra-x86_64)

2010-05-06 Thread Jan de Groot
Date: Thursday, May 6, 2010 @ 08:46:16
  Author: jgc
Revision: 79730

archrelease: remove extra-x86_64

Deleted:
  libxml++/repos/extra-x86_64/



[arch-commits] Commit in libxml++/repos (extra-x86_64 gnome-unstable-x86_64)

2010-03-31 Thread Jan de Groot
Date: Wednesday, March 31, 2010 @ 15:41:20
  Author: jgc
Revision: 74822

db-move: moved libxml++ from [gnome-unstable] to [extra] (x86_64)

Added:
  libxml++/repos/extra-x86_64/
Deleted:
  libxml++/repos/gnome-unstable-x86_64/



[arch-commits] Commit in libxml++/repos (extra-x86_64)

2010-03-31 Thread Jan de Groot
Date: Wednesday, March 31, 2010 @ 15:41:16
  Author: jgc
Revision: 74821

db-move: libxml++ removed by jgc for move to extra

Deleted:
  libxml++/repos/extra-x86_64/