[arch-commits] Commit in libgdamm/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon May 25 13:54:09 UTC 2020


    Date: Monday, May 25, 2020 @ 13:54:09
  Author: felixonmars
Revision: 634347

archrelease: copy trunk to community-x86_64

Added:
  libgdamm/repos/community-x86_64/PKGBUILD
    (from rev 634346, libgdamm/trunk/PKGBUILD)
Deleted:
  libgdamm/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 13:53:52 UTC (rev 634346)
+++ PKGBUILD	2020-05-25 13:54:09 UTC (rev 634347)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Jan de Groot <jan at jgc.homeip.net>
-
-pkgbase=libgdamm
-pkgname=(libgdamm libgdamm-docs)
-pkgver=4.99.11
-pkgrel=1
-arch=('x86_64')
-makedepends=('libgda' 'libsigc++' 'glibmm' 'glibmm-docs')
-url="http://www.gtkmm.org/"
-license=('LGPL')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e9820070a1b258fbdfa9b6583d97dfdb1340c90bb353c5f5e21522375609d0bb')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package_libgdamm() {
-  pkgdesc="C++ bindings for libgda"
-  depends=('libgda' 'glibmm' 'libsigc++')
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-
-  make DESTDIR="${pkgdir}" install
-}
-
-package_libgdamm-docs() {
-  pkgdesc="Developer documentation for libgdamm"
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make -C docs DESTDIR="${pkgdir}" install
-}

Copied: libgdamm/repos/community-x86_64/PKGBUILD (from rev 634346, libgdamm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 13:54:09 UTC (rev 634347)
@@ -0,0 +1,38 @@
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Jan de Groot <jan at jgc.homeip.net>
+
+pkgbase=libgdamm
+pkgname=(libgdamm libgdamm-docs)
+pkgver=4.99.11
+pkgrel=2
+arch=('x86_64')
+makedepends=('libgda' 'libsigc++' 'glibmm' 'glibmm-docs')
+url="https://www.gtkmm.org/"
+license=('LGPL')
+options=('!emptydirs')
+source=(https://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e9820070a1b258fbdfa9b6583d97dfdb1340c90bb353c5f5e21522375609d0bb')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package_libgdamm() {
+  pkgdesc="C++ bindings for libgda"
+  depends=('libgda' 'glibmm' 'libsigc++')
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libgdamm-docs() {
+  pkgdesc="Developer documentation for libgdamm"
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make -C docs DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list