Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libiptcdata


Commits:
5b82cc11 by Balló György at 2024-07-20T19:07:03+02:00
Formatting

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -5,14 +5,18 @@ pkgname=libiptcdata
 pkgver=1.0.5
 pkgrel=3
 pkgdesc='Library for manipulating the IPTC metadata'
-arch=('x86_64')
+arch=(x86_64)
 url='https://libiptcdata.sourceforge.net/'
-license=('LGPL-2.0-or-later')
-depends=('glibc')
-makedepends=('git' 'gtk-doc' 'python-setuptools')
+license=(LGPL-2.0-or-later)
+depends=(glibc)
+makedepends=(
+  git
+  gtk-doc
+  python-setuptools
+)
 optdepends=('python: Python bindings')
 
source=("git+https://github.com/ianw/libiptcdata.git#tag=release_${pkgver//./_}";)
-b2sums=('def76cf757f9c4b8f0d4f2e406e14fe3bb98364bcc8d4307609e0cf3927e0befe514389795401a83a867ca4b5f0407d097b22dc0ecb82166aa4f8a3c88241db9')
+b2sums=(def76cf757f9c4b8f0d4f2e406e14fe3bb98364bcc8d4307609e0cf3927e0befe514389795401a83a867ca4b5f0407d097b22dc0ecb82166aa4f8a3c88241db9)
 
 prepare() {
   cd $pkgname
@@ -21,7 +25,12 @@ prepare() {
 
 build() {
   cd $pkgname
-  ./configure --prefix=/usr --enable-gtk-doc --enable-python
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --enable-gtk-doc \
+    --enable-python
   make
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libiptcdata/-/commit/5b82cc11c1e530e3ceac72161c172d5fb7c63ece

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libiptcdata/-/commit/5b82cc11c1e530e3ceac72161c172d5fb7c63ece
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to