mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-23 17:33:32 +08:00
libgexiv2: fix build with proper prefix[skip-ci]
This commit is contained in:
parent
f16c131520
commit
d489c31387
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
pkgname=libgexiv2
|
pkgname=libgexiv2
|
||||||
pkgver=0.10.8
|
pkgver=0.10.8
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="GObject-based wrapper around the Exiv2 library"
|
pkgdesc="GObject-based wrapper around the Exiv2 library"
|
||||||
url="https://wiki.gnome.org/Projects/gexiv2"
|
url="https://wiki.gnome.org/Projects/gexiv2"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
@ -17,12 +17,8 @@ pkgver() {
|
|||||||
git describe --tags | sed 's/^gexiv2-//;s/-/+/g'
|
git describe --tags | sed 's/^gexiv2-//;s/-/+/g'
|
||||||
}
|
}
|
||||||
|
|
||||||
prepare() {
|
|
||||||
cd gexiv2
|
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
meson gexiv2 build \
|
chakra-meson gexiv2 build \
|
||||||
-Denable-gtk-doc=false
|
-Denable-gtk-doc=false
|
||||||
ninja -C build
|
ninja -C build
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user