[arch-commits] Commit in libxml++/repos (4 files)

Jan de Groot jgc at archlinux.org
Wed Feb 8 16:15:54 UTC 2017


    Date: Wednesday, February 8, 2017 @ 16:15:53
  Author: jgc
Revision: 288251

archrelease: copy trunk to extra-i686, extra-x86_64

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

-----------------------+
 /PKGBUILD             |  106 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   56 -------------------------
 extra-x86_64/PKGBUILD |   56 -------------------------
 3 files changed, 106 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-02-08 16:15:02 UTC (rev 288250)
+++ extra-i686/PKGBUILD	2017-02-08 16:15:53 UTC (rev 288251)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: damir <damir at archlinux.org>
-
-pkgbase=libxml++
-pkgname=('libxml++' 'libxml++-docs')
-pkgver=3.0.1+4+g2af973f
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://libxmlplusplus.sourceforge.net/"
-makedepends=('pkgconfig' 'glibmm-docs' 'libxml2' 'glibmm' git mm-common)
-options=('!emptydirs')
-_commit=2af973ff59b2151e0783bbe4155816ce88d0c8b0  # libxml++-3.0
-source=("git+https://git.gnome.org/browse/libxml++#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "${srcdir}/$pkgbase"
-  ./configure --prefix=/usr
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd "${srcdir}/$pkgbase"
-  make check
-}
-
-package_libxml++() {
-  pkgdesc="C++ bindings to libxml2"
-  depends=('libxml2' 'glibmm')
-  replaces=('libxml++2')
-  provides=("libxml++2=${pkgver}")
-  conflicts=('libxml++2')
-
-  cd "${srcdir}/$pkgbase"
-  make DESTDIR="${pkgdir}" install doc_subdirs=
-}
-
-package_libxml++-docs() {
-  pkgdesc="Developer documentation for libxml++"
-  depends=('glibmm-docs')
-  cd "${srcdir}/$pkgbase"
-  make DESTDIR="${pkgdir}" -C docs install
-}

Copied: libxml++/repos/extra-i686/PKGBUILD (from rev 288250, libxml++/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-02-08 16:15:53 UTC (rev 288251)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: damir <damir at archlinux.org>
+
+pkgbase=libxml++
+pkgname=('libxml++' 'libxml++-docs')
+pkgver=3.0.1+4+g2af973f
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://libxmlplusplus.sourceforge.net/"
+makedepends=('pkgconfig' 'glibmm-docs' 'libxml2' 'glibmm' git mm-common)
+options=('!emptydirs')
+_commit=2af973ff59b2151e0783bbe4155816ce88d0c8b0  # libxml++-3.0
+source=("git+https://git.gnome.org/browse/libxml++#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "${srcdir}/$pkgbase"
+  ./configure --prefix=/usr
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd "${srcdir}/$pkgbase"
+  make check
+}
+
+package_libxml++() {
+  pkgdesc="C++ bindings to libxml2"
+  depends=('libxml2' 'glibmm')
+
+  cd "${srcdir}/$pkgbase"
+  make DESTDIR="${pkgdir}" install doc_subdirs=
+}
+
+package_libxml++-docs() {
+  pkgdesc="Developer documentation for libxml++"
+  depends=('glibmm-docs')
+  cd "${srcdir}/$pkgbase"
+  make DESTDIR="${pkgdir}" -C docs install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-02-08 16:15:02 UTC (rev 288250)
+++ extra-x86_64/PKGBUILD	2017-02-08 16:15:53 UTC (rev 288251)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: damir <damir at archlinux.org>
-
-pkgbase=libxml++
-pkgname=('libxml++' 'libxml++-docs')
-pkgver=3.0.1+4+g2af973f
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://libxmlplusplus.sourceforge.net/"
-makedepends=('pkgconfig' 'glibmm-docs' 'libxml2' 'glibmm' git mm-common)
-options=('!emptydirs')
-_commit=2af973ff59b2151e0783bbe4155816ce88d0c8b0  # libxml++-3.0
-source=("git+https://git.gnome.org/browse/libxml++#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "${srcdir}/$pkgbase"
-  ./configure --prefix=/usr
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd "${srcdir}/$pkgbase"
-  make check
-}
-
-package_libxml++() {
-  pkgdesc="C++ bindings to libxml2"
-  depends=('libxml2' 'glibmm')
-  replaces=('libxml++2')
-  provides=("libxml++2=${pkgver}")
-  conflicts=('libxml++2')
-
-  cd "${srcdir}/$pkgbase"
-  make DESTDIR="${pkgdir}" install doc_subdirs=
-}
-
-package_libxml++-docs() {
-  pkgdesc="Developer documentation for libxml++"
-  depends=('glibmm-docs')
-  cd "${srcdir}/$pkgbase"
-  make DESTDIR="${pkgdir}" -C docs install
-}

Copied: libxml++/repos/extra-x86_64/PKGBUILD (from rev 288250, libxml++/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-02-08 16:15:53 UTC (rev 288251)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: damir <damir at archlinux.org>
+
+pkgbase=libxml++
+pkgname=('libxml++' 'libxml++-docs')
+pkgver=3.0.1+4+g2af973f
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://libxmlplusplus.sourceforge.net/"
+makedepends=('pkgconfig' 'glibmm-docs' 'libxml2' 'glibmm' git mm-common)
+options=('!emptydirs')
+_commit=2af973ff59b2151e0783bbe4155816ce88d0c8b0  # libxml++-3.0
+source=("git+https://git.gnome.org/browse/libxml++#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "${srcdir}/$pkgbase"
+  ./configure --prefix=/usr
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd "${srcdir}/$pkgbase"
+  make check
+}
+
+package_libxml++() {
+  pkgdesc="C++ bindings to libxml2"
+  depends=('libxml2' 'glibmm')
+
+  cd "${srcdir}/$pkgbase"
+  make DESTDIR="${pkgdir}" install doc_subdirs=
+}
+
+package_libxml++-docs() {
+  pkgdesc="Developer documentation for libxml++"
+  depends=('glibmm-docs')
+  cd "${srcdir}/$pkgbase"
+  make DESTDIR="${pkgdir}" -C docs install
+}



More information about the arch-commits mailing list