eog: add missing shlibs
This commit is contained in:
parent
8c556703f6
commit
358ee725f7
|
@ -3117,3 +3117,4 @@ libargon2.so.1 libargon2-20171227_1
|
|||
libdazzle-1.0.so.0 libdazzle-3.28.0_1
|
||||
libjsonrpc-glib-1.0.so.1 jsonrpc-glib-3.28.0_1
|
||||
libtemplate_glib-1.0.so.0 template-glib-3.28.0_1
|
||||
libeog.so eog-3.28.0_4
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'eog'
|
||||
pkgname=eog
|
||||
version=3.28.0
|
||||
revision=3
|
||||
revision=4
|
||||
lib32disabled=yes
|
||||
build_style=meson
|
||||
configure_args="-Dintrospection=$(vopt_if gir true false)"
|
||||
|
@ -16,6 +16,7 @@ homepage="http://www.gnome.org"
|
|||
license="GPL-2.0-or-later"
|
||||
distfiles="${GNOME_SITE}/eog/${version%.*}/eog-$version.tar.xz"
|
||||
checksum=5bfadb2f17ed09c93d8e9cda25d10d2dc215e8d648df56503b1641dd7c890e35
|
||||
shlib_provides="libeog.so"
|
||||
|
||||
build_options="gir"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in New Issue