Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
gimp-nufraw


Commits:
0a48366d by Christian Hesse at 2024-06-06T11:25:16+02:00
upgpkg: 0.43.3-10: update path for metainfo files

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = gimp-nufraw
        pkgdesc = Converter for raw files; utility and GIMP plugin
        pkgver = 0.43.3
-       pkgrel = 9
+       pkgrel = 10
        url = https://sourceforge.net/projects/nufraw/
        arch = x86_64
        license = GPL


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 pkgname=gimp-nufraw
 _realver=0.43-3
 pkgver=0.43.3
-pkgrel=9
+pkgrel=10
 pkgdesc='Converter for raw files; utility and GIMP plugin'
 url='https://sourceforge.net/projects/nufraw/'
 arch=('x86_64')
@@ -29,6 +29,9 @@ prepare() {
   # fix build with exiv2 0.28.0
   patch -p1 < ../0002-exiv2-error.patch
 
+  # fix metadata path with appstream
+  sed -i '/appdatadir/s|/appdata|/metainfo/|' Makefile.am
+
   autoreconf -fi
 
   mv nufraw.desktop{.desktop,}
@@ -39,7 +42,7 @@ build() {
   cd "nufraw-${_realver}"
 
   ./configure \
-    --prefix=/usr \
+    --prefix='/usr' \
     --enable-extras \
     --enable-mime \
     --enable-openmp \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gimp-nufraw/-/commit/0a48366d3bd7b3161d5de9e24b226b2e25879986

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gimp-nufraw/-/commit/0a48366d3bd7b3161d5de9e24b226b2e25879986
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to