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

Felix Yan felixonmars at archlinux.org
Sun Jun 3 18:40:48 UTC 2018


    Date: Sunday, June 3, 2018 @ 18:40:48
  Author: felixonmars
Revision: 339523

archrelease: copy trunk to community-x86_64

Added:
  goocanvasmm/repos/community-x86_64/PKGBUILD
    (from rev 339522, goocanvasmm/trunk/PKGBUILD)
Deleted:
  goocanvasmm/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 18:40:34 UTC (rev 339522)
+++ PKGBUILD	2018-06-03 18:40:48 UTC (rev 339523)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Laurent Meunier <laurent at deltalima.net>
-
-pkgname=goocanvasmm
-pkgver=1.90.11
-pkgrel=2
-pkgdesc='C++ wrappers for goocanvas'
-arch=('i686' 'x86_64')
-url='http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/'
-license=('GPL')
-depends=('goocanvas' 'gtkmm3')
-source=(http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/1.90/goocanvasmm-${pkgver}.tar.xz)
-sha256sums=('80ff11873ec0e73d9e38b0eb2ffb1586621f0b804093b990e49fdb546476ed6e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
-    --prefix=/usr \
-    --disable-static \
-    --disable-documentation
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: goocanvasmm/repos/community-x86_64/PKGBUILD (from rev 339522, goocanvasmm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-03 18:40:48 UTC (rev 339523)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Laurent Meunier <laurent at deltalima.net>
+
+pkgname=goocanvasmm
+pkgver=1.90.11
+pkgrel=3
+pkgdesc='C++ wrappers for goocanvas'
+arch=('x86_64')
+url='https://download.gnome.org/sources/goocanvasmm/'
+license=('GPL')
+depends=('goocanvas' 'gtkmm3')
+source=(https://download.gnome.org/sources/goocanvasmm/1.90/goocanvasmm-${pkgver}.tar.xz)
+sha512sums=('f4decc16fc927dd044714558d1edd5a1dc53bc084b1ad361f791bb3f21bedd298a14aa603e3087df7c61d6d873c86a5b00e1ff82cffa5cafa7f06e86b59a7241')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+    --prefix=/usr \
+    --disable-static \
+    --disable-documentation
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



More information about the arch-commits mailing list