Date: Wednesday, April 5, 2017 @ 14:03:08
  Author: heftig
Revision: 292139

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  pangomm/repos/gnome-unstable-i686/
  pangomm/repos/gnome-unstable-i686/PKGBUILD
    (from rev 292138, pangomm/trunk/PKGBUILD)
  pangomm/repos/gnome-unstable-x86_64/
  pangomm/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 292138, pangomm/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   47 +++++++++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   47 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 94 insertions(+)

Copied: pangomm/repos/gnome-unstable-i686/PKGBUILD (from rev 292138, 
pangomm/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD                                (rev 0)
+++ gnome-unstable-i686/PKGBUILD        2017-04-05 14:03:08 UTC (rev 292139)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan de Groot <[email protected]>
+
+pkgbase=pangomm
+pkgname=(pangomm pangomm-docs)
+pkgver=2.40.1
+pkgrel=2
+pkgdesc="C++ bindings for Pango"
+url="http://www.gtkmm.org/";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(pango glibmm cairomm)
+makedepends=(git mm-common glibmm-docs cairomm-docs)
+_commit=19b91c7b62286e9fc4c03063f61aa67e77342c97  # tags/2.40.1^0
+source=("git+https://git.gnome.org/browse/pangomm#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+  ./configure --prefix=/usr --enable-maintainer-mode
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_pangomm() {
+  cd $pkgbase
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR="$pkgdir" install
+}
+
+package_pangomm-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  cd $pkgbase
+  make -C docs DESTDIR="$pkgdir" install
+}

Copied: pangomm/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292138, 
pangomm/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD                              (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD      2017-04-05 14:03:08 UTC (rev 292139)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan de Groot <[email protected]>
+
+pkgbase=pangomm
+pkgname=(pangomm pangomm-docs)
+pkgver=2.40.1
+pkgrel=2
+pkgdesc="C++ bindings for Pango"
+url="http://www.gtkmm.org/";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(pango glibmm cairomm)
+makedepends=(git mm-common glibmm-docs cairomm-docs)
+_commit=19b91c7b62286e9fc4c03063f61aa67e77342c97  # tags/2.40.1^0
+source=("git+https://git.gnome.org/browse/pangomm#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+  ./configure --prefix=/usr --enable-maintainer-mode
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_pangomm() {
+  cd $pkgbase
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR="$pkgdir" install
+}
+
+package_pangomm-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  cd $pkgbase
+  make -C docs DESTDIR="$pkgdir" install
+}

Reply via email to