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

Daniel Bermond dbermond at archlinux.org
Sat May 23 18:44:12 UTC 2020


    Date: Saturday, May 23, 2020 @ 18:44:11
  Author: dbermond
Revision: 632427

archrelease: copy trunk to community-x86_64

Added:
  libemf/repos/community-x86_64/PKGBUILD
    (from rev 632426, libemf/trunk/PKGBUILD)
Deleted:
  libemf/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 18:43:48 UTC (rev 632426)
+++ PKGBUILD	2020-05-23 18:44:11 UTC (rev 632427)
@@ -1,34 +0,0 @@
-# Maintainer : Daniel Bermond <dbermond at archlinux.org>
-# Contributor: lily wilson <hotaru at thinkindifferent.net>
-
-pkgname=libemf
-pkgver=1.0.11
-pkgrel=2
-pkgdesc='Library implementation of ECMA-234 API for the generation of enhanced metafiles'
-arch=('x86_64')
-url='http://libemf.sourceforge.net/'
-license=('GPL' 'LGPL')
-depends=('gcc-libs')
-source=("https://sourceforge.net/projects/libemf/files/libemf/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('741a611ce1e9636b4f22e1cc4436b6e08c972b1464affa85b46ebd7d9441b6c4')
-
-build() {
-    cd "${pkgname}-${pkgver}"
-    
-    ./configure \
-        --prefix='/usr' \
-        --enable-static='no' \
-        --enable-shared='yes' \
-        --enable-threads \
-        --enable-editing
-        
-    make
-}
-
-check() {
-    make -C "${pkgname}-${pkgver}" check
-}
-
-package() {
-    make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
-}

Copied: libemf/repos/community-x86_64/PKGBUILD (from rev 632426, libemf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-23 18:44:11 UTC (rev 632427)
@@ -0,0 +1,32 @@
+# Maintainer : Daniel Bermond <dbermond at archlinux.org>
+# Contributor: lily wilson <hotaru at thinkindifferent.net>
+
+pkgname=libemf
+pkgver=1.0.12
+pkgrel=1
+pkgdesc='Library implementation of ECMA-234 API for the generation of enhanced metafiles'
+arch=('x86_64')
+url='http://libemf.sourceforge.net/'
+license=('GPL' 'LGPL')
+depends=('gcc-libs')
+source=("https://sourceforge.net/projects/libemf/files/libemf/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('22e6f70986dc1ff8b85aa94f8ee45dd259034ad6476e42156ccf237e25c4d506')
+
+build() {
+    cd "${pkgname}-${pkgver}"
+    ./configure \
+        --prefix='/usr' \
+        --enable-static='no' \
+        --enable-shared='yes' \
+        --enable-threads \
+        --enable-editing
+    make
+}
+
+check() {
+    make -C "${pkgname}-${pkgver}" check
+}
+
+package() {
+    make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list