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

Allan McRae allan at archlinux.org
Mon May 11 10:35:11 UTC 2020


    Date: Monday, May 11, 2020 @ 10:35:11
  Author: allan
Revision: 383181

archrelease: copy trunk to extra-x86_64

Added:
  libart-lgpl/repos/extra-x86_64/PKGBUILD
    (from rev 383180, libart-lgpl/trunk/PKGBUILD)
Deleted:
  libart-lgpl/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   45 ++++++++++++++++++++++-----------------------
 1 file changed, 22 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-11 10:34:49 UTC (rev 383180)
+++ PKGBUILD	2020-05-11 10:35:11 UTC (rev 383181)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libart-lgpl
-pkgver=2.3.21
-pkgrel=4
-pkgdesc="A library for high-performance 2D graphics"
-url="http://www.levien.com/libart/"
-arch=('i686' 'x86_64')
-license=('LGPL')
-source=(https://download.gnome.org/sources/libart_lgpl/2.3/libart_lgpl-${pkgver}.tar.bz2)
-sha256sums=('fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa')
-
-build() {
-  cd "${srcdir}/libart_lgpl-${pkgver}"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/libart_lgpl-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libart-lgpl/repos/extra-x86_64/PKGBUILD (from rev 383180, libart-lgpl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-11 10:35:11 UTC (rev 383181)
@@ -0,0 +1,22 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libart-lgpl
+pkgver=2.3.21
+pkgrel=5
+pkgdesc="A library for high-performance 2D graphics"
+url="https://www.levien.com/libart/"
+arch=('x86_64')
+license=('LGPL')
+source=(https://download.gnome.org/sources/libart_lgpl/2.3/libart_lgpl-${pkgver}.tar.bz2)
+sha256sums=('fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa')
+
+build() {
+  cd "${srcdir}/libart_lgpl-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/libart_lgpl-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list