[arch-commits] Commit in gtkmm3/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Oct 24 15:53:54 UTC 2019
Date: Thursday, October 24, 2019 @ 15:53:53
Author: heftig
Revision: 365429
archrelease: copy trunk to extra-x86_64
Added:
gtkmm3/repos/extra-x86_64/PKGBUILD
(from rev 365428, gtkmm3/trunk/PKGBUILD)
Deleted:
gtkmm3/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-24 15:53:38 UTC (rev 365428)
+++ PKGBUILD 2019-10-24 15:53:53 UTC (rev 365429)
@@ -1,46 +0,0 @@
-# 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
-}
Copied: gtkmm3/repos/extra-x86_64/PKGBUILD (from rev 365428, gtkmm3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-24 15:53:53 UTC (rev 365429)
@@ -0,0 +1,46 @@
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgbase=gtkmm3
+pkgname=(gtkmm3 gtkmm3-docs)
+pkgver=3.24.2
+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=72c50bb8629558e1f0df3d86c16e4290cc94fd5e # tags/3.24.2^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