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

Jan Steffens heftig at archlinux.org
Wed Mar 20 19:35:02 UTC 2019


    Date: Wednesday, March 20, 2019 @ 19:35:02
  Author: heftig
Revision: 348770

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-20 19:34:20 UTC (rev 348769)
+++ PKGBUILD	2019-03-20 19:35:02 UTC (rev 348770)
@@ -1,46 +0,0 @@
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgbase=gtkmm3
-pkgname=(gtkmm3 gtkmm3-docs)
-pkgver=3.24.0
-pkgrel=1
-pkgdesc="C++ bindings for GTK+ 3"
-url="http://www.gtkmm.org/"
-arch=(x86_64)
-license=(LGPL)
-depends=(gtk3 pangomm atkmm)
-makedepends=(git mm-common glibmm-docs cairomm-docs pangomm-docs atkmm-docs)
-_commit=18a438b4c6d80b18d3a53b282dcec6e5dfcccbbf  # tags/3.24.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gtkmm.git#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 348769, gtkmm3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-20 19:35:02 UTC (rev 348770)
@@ -0,0 +1,46 @@
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgbase=gtkmm3
+pkgname=(gtkmm3 gtkmm3-docs)
+pkgver=3.24.1
+pkgrel=1
+pkgdesc="C++ bindings for GTK+ 3"
+url="http://www.gtkmm.org/"
+arch=(x86_64)
+license=(LGPL)
+depends=(gtk3 pangomm atkmm)
+makedepends=(git mm-common glibmm-docs cairomm-docs pangomm-docs atkmm-docs)
+_commit=c04cd3340486698f75174965b071ccff10547a4b  # tags/3.24.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gtkmm.git#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