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

Jan Steffens heftig at archlinux.org
Fri Jun 23 10:58:31 UTC 2017


    Date: Friday, June 23, 2017 @ 10:58:31
  Author: heftig
Revision: 299168

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

Added:
  gtkmm3/repos/extra-i686/PKGBUILD
    (from rev 299167, gtkmm3/trunk/PKGBUILD)
  gtkmm3/repos/extra-x86_64/PKGBUILD
    (from rev 299167, gtkmm3/trunk/PKGBUILD)
Deleted:
  gtkmm3/repos/extra-i686/PKGBUILD
  gtkmm3/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   94 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   47 ------------------------
 extra-x86_64/PKGBUILD |   47 ------------------------
 3 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-06-23 10:58:04 UTC (rev 299167)
+++ extra-i686/PKGBUILD	2017-06-23 10:58:31 UTC (rev 299168)
@@ -1,47 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgbase=gtkmm3
-pkgname=(gtkmm3 gtkmm3-docs)
-pkgver=3.22.0
-pkgrel=2
-pkgdesc="C++ bindings for GTK+ 3"
-url="http://www.gtkmm.org/"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gtk3 pangomm atkmm)
-makedepends=(git mm-common glibmm-docs cairomm-docs pangomm-docs atkmm-docs)
-_commit=fd447222ea740aef2b4bcdde9ee4b6609c842087  # tags/3.22.0^0
-source=("git+https://git.gnome.org/browse/gtkmm#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd gtkmm
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtkmm
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtkmm
-  ./configure --prefix=/usr --enable-maintainer-mode
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_gtkmm3() {
-  cd gtkmm
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR="$pkgdir" install
-}
-
-package_gtkmm3-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-
-  cd gtkmm
-  make -C docs DESTDIR="$pkgdir" install
-}

Copied: gtkmm3/repos/extra-i686/PKGBUILD (from rev 299167, gtkmm3/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-06-23 10:58:31 UTC (rev 299168)
@@ -0,0 +1,47 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgbase=gtkmm3
+pkgname=(gtkmm3 gtkmm3-docs)
+pkgver=3.22.1
+pkgrel=1
+pkgdesc="C++ bindings for GTK+ 3"
+url="http://www.gtkmm.org/"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gtk3 pangomm atkmm)
+makedepends=(git mm-common glibmm-docs cairomm-docs pangomm-docs atkmm-docs)
+_commit=7ea39e367e33503eced08e051bce4f3342e3be9a  # tags/3.22.1^0
+source=("git+https://git.gnome.org/browse/gtkmm#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gtkmm
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gtkmm
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gtkmm
+  ./configure --prefix=/usr --enable-maintainer-mode
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_gtkmm3() {
+  cd gtkmm
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR="$pkgdir" install
+}
+
+package_gtkmm3-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  cd gtkmm
+  make -C docs DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-06-23 10:58:04 UTC (rev 299167)
+++ extra-x86_64/PKGBUILD	2017-06-23 10:58:31 UTC (rev 299168)
@@ -1,47 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgbase=gtkmm3
-pkgname=(gtkmm3 gtkmm3-docs)
-pkgver=3.22.0
-pkgrel=2
-pkgdesc="C++ bindings for GTK+ 3"
-url="http://www.gtkmm.org/"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gtk3 pangomm atkmm)
-makedepends=(git mm-common glibmm-docs cairomm-docs pangomm-docs atkmm-docs)
-_commit=fd447222ea740aef2b4bcdde9ee4b6609c842087  # tags/3.22.0^0
-source=("git+https://git.gnome.org/browse/gtkmm#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd gtkmm
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtkmm
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtkmm
-  ./configure --prefix=/usr --enable-maintainer-mode
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_gtkmm3() {
-  cd gtkmm
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR="$pkgdir" install
-}
-
-package_gtkmm3-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-
-  cd gtkmm
-  make -C docs DESTDIR="$pkgdir" install
-}

Copied: gtkmm3/repos/extra-x86_64/PKGBUILD (from rev 299167, gtkmm3/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-06-23 10:58:31 UTC (rev 299168)
@@ -0,0 +1,47 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgbase=gtkmm3
+pkgname=(gtkmm3 gtkmm3-docs)
+pkgver=3.22.1
+pkgrel=1
+pkgdesc="C++ bindings for GTK+ 3"
+url="http://www.gtkmm.org/"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gtk3 pangomm atkmm)
+makedepends=(git mm-common glibmm-docs cairomm-docs pangomm-docs atkmm-docs)
+_commit=7ea39e367e33503eced08e051bce4f3342e3be9a  # tags/3.22.1^0
+source=("git+https://git.gnome.org/browse/gtkmm#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gtkmm
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gtkmm
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gtkmm
+  ./configure --prefix=/usr --enable-maintainer-mode
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_gtkmm3() {
+  cd gtkmm
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR="$pkgdir" install
+}
+
+package_gtkmm3-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  cd gtkmm
+  make -C docs DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list