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

Antonio Rojas arojas at archlinux.org
Fri Aug 28 15:56:26 UTC 2020


    Date: Friday, August 28, 2020 @ 15:56:26
  Author: arojas
Revision: 691097

archrelease: copy trunk to community-staging-x86_64

Added:
  libopenraw/repos/community-staging-x86_64/PKGBUILD
    (from rev 691096, libopenraw/trunk/PKGBUILD)
Deleted:
  libopenraw/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   69 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 37 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-28 15:56:15 UTC (rev 691096)
+++ PKGBUILD	2020-08-28 15:56:26 UTC (rev 691097)
@@ -1,32 +0,0 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: <boromil at gmail.com>
-
-pkgname=libopenraw
-pkgver=0.2.3
-pkgrel=1
-pkgdesc='Library for decoding RAW files'
-arch=('x86_64')
-url='https://libopenraw.freedesktop.org/'
-license=('LGPL')
-depends=('gdk-pixbuf2')
-makedepends=('boost' 'libxml2' 'cargo')
-validpgpkeys=('6C44DB3E0BF3EAF5B433239A5FEE05E6A56E15A3') # Hubert Figuiere <hub at mozilla.com>
-source=("https://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2"{.asc,})
-sha256sums=('SKIP'
-            'aef60cf4d91e8428c82adcf50a5bda80cacae484b1433dc965650232fde3db9a')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# getver: libopenraw.freedesktop.org/wiki
-# vim: ts=2 sw=2 et:

Copied: libopenraw/repos/community-staging-x86_64/PKGBUILD (from rev 691096, libopenraw/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-28 15:56:26 UTC (rev 691097)
@@ -0,0 +1,37 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: <boromil at gmail.com>
+
+pkgname=libopenraw
+pkgver=0.2.3
+pkgrel=2
+pkgdesc='Library for decoding RAW files'
+arch=('x86_64')
+url='https://libopenraw.freedesktop.org/'
+license=('LGPL')
+depends=('gdk-pixbuf2')
+makedepends=('boost' 'libxml2' 'cargo')
+validpgpkeys=('6C44DB3E0BF3EAF5B433239A5FEE05E6A56E15A3') # Hubert Figuiere <hub at mozilla.com>
+source=("https://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2"{.asc,})
+sha256sums=('SKIP'
+            'aef60cf4d91e8428c82adcf50a5bda80cacae484b1433dc965650232fde3db9a')
+
+prepare() {
+# Fix libopenraw dependency in -gnome pc file
+  sed -e 's|libopenraw-0.1|libopenraw-0.2|' -i $pkgname-$pkgver/gnome/libopenraw-gnome-0.2.pc.in
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: libopenraw.freedesktop.org/wiki
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list