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

Antonio Rojas arojas at gemini.archlinux.org
Mon Feb 14 20:40:47 UTC 2022


    Date: Monday, February 14, 2022 @ 20:40:47
  Author: arojas
Revision: 437241

archrelease: copy trunk to extra-x86_64

Added:
  exempi/repos/extra-x86_64/PKGBUILD
    (from rev 437240, exempi/trunk/PKGBUILD)
Deleted:
  exempi/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++-----------------------------------
 1 file changed, 34 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-14 20:40:39 UTC (rev 437240)
+++ PKGBUILD	2022-02-14 20:40:47 UTC (rev 437241)
@@ -1,43 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: André Klitzing <aklitzing at online.de>
-
-pkgname=exempi
-pkgver=2.5.2
-pkgrel=1
-pkgdesc="A library to parse XMP metadata"
-url="https://libopenraw.freedesktop.org/wiki/Exempi"
-arch=(x86_64)
-license=(custom:BSD)
-depends=(gcc-libs expat zlib)
-makedepends=(boost git autoconf-archive)
-_commit=8db317ecaaf0df53f77091df704b8f1f9858d51a
-source=("git+https://anongit.freedesktop.org/git/exempi#commit=$_commit")
-sha256sums=('SKIP')
-validpgpkeys=('6C44DB3E0BF3EAF5B433239A5FEE05E6A56E15A3') # Hubert Figuiere
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr # --disable-static
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: exempi/repos/extra-x86_64/PKGBUILD (from rev 437240, exempi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-14 20:40:47 UTC (rev 437241)
@@ -0,0 +1,34 @@
+# Maintainer:
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: André Klitzing <aklitzing at online.de>
+
+pkgname=exempi
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="A library to parse XMP metadata"
+url="https://libopenraw.freedesktop.org/wiki/Exempi"
+arch=(x86_64)
+license=(custom:BSD)
+depends=(gcc-libs expat zlib)
+makedepends=(boost)
+source=(https://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2{,.asc})
+sha256sums=('072451ac1e0dc97ed69a2e5bfc235fd94fe093d837f65584d0e3581af5db18cd'
+            'SKIP')
+validpgpkeys=('6C44DB3E0BF3EAF5B433239A5FEE05E6A56E15A3') # Hubert Figuiere
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr # --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list