gexiv2: update to 0.14.1
This commit is contained in:
committed by
Biswapriyo Nath
parent
156ec862f2
commit
ec2fd5c550
@@ -3,8 +3,8 @@
|
||||
_realname=gexiv2
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
pkgver=0.14.0
|
||||
pkgrel=3
|
||||
pkgver=0.14.1
|
||||
pkgrel=1
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
pkgdesc="GObject-based wrapper around the Exiv2 library (mingw-w64)"
|
||||
@@ -21,7 +21,7 @@ options=('strip' 'staticlibs')
|
||||
license=("LGPL 2.1")
|
||||
url="https://wiki.gnome.org/Projects/gexiv2"
|
||||
source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz)
|
||||
sha256sums=('e58279a6ff20b6f64fa499615da5e9b57cf65ba7850b72fafdf17221a9d6d69e')
|
||||
sha256sums=('ec3ee3ec3860b9c78958a55da89cf76ae2305848e12f41945b7b52124d8f6cf9')
|
||||
|
||||
prepare() {
|
||||
cd ${_realname}-${pkgver}
|
||||
@@ -33,14 +33,12 @@ build() {
|
||||
mkdir -p build-${MINGW_CHOST}
|
||||
cd build-${MINGW_CHOST}
|
||||
|
||||
local _pyver=$(python3 -c "import sys; sys.stdout.write('.'.join(map(str, sys.version_info[:2])))")
|
||||
local _overrides="${MINGW_PREFIX}/lib/python${_pyver}/site-packages/gi/overrides"
|
||||
|
||||
MSYS2_ARG_CONV_EXCL="--prefix=;-Dpython3_girdir=" \
|
||||
${MINGW_PREFIX}/bin/meson.exe \
|
||||
--prefix="${MINGW_PREFIX}" \
|
||||
--buildtype plain \
|
||||
-Dpython3_girdir="${_overrides}" \
|
||||
-Dcpp_std=c++11 \
|
||||
-Dgtk_doc=true \
|
||||
../${_realname}-${pkgver}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user