mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
eog: update to 3.3.92.
This commit is contained in:
parent
456f008d17
commit
d545394490
4 changed files with 7 additions and 7 deletions
|
@ -1,2 +1,2 @@
|
||||||
abi_depends=">=2.30.0"
|
abi_depends=">=3.3.92"
|
||||||
api_depends="${abi_depends}"
|
api_depends="${abi_depends}"
|
||||||
|
|
|
@ -7,6 +7,8 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
Add_dependency run gtk+3-devel
|
Add_dependency run gtk+3-devel
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -22,12 +22,9 @@ libglib-2.0.so.0
|
||||||
libz.so.1
|
libz.so.1
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libpangoft2-1.0.so.0
|
|
||||||
libpangocairo-1.0.so.0
|
libpangocairo-1.0.so.0
|
||||||
libcairo-gobject.so.2
|
libcairo-gobject.so.2
|
||||||
libpango-1.0.so.0
|
libpango-1.0.so.0
|
||||||
libfreetype.so.6
|
|
||||||
libfontconfig.so.1
|
|
||||||
libffi.so.5
|
libffi.so.5
|
||||||
libgmodule-2.0.so.0
|
libgmodule-2.0.so.0
|
||||||
librt.so.1
|
librt.so.1
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'eog'
|
# Template file for 'eog'
|
||||||
pkgname=eog
|
pkgname=eog
|
||||||
version=3.2.2
|
version=3.3.92
|
||||||
distfiles="${GNOME_SITE}/eog/3.2/eog-$version.tar.xz"
|
distfiles="${GNOME_SITE}/eog/3.3/eog-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-scrollkeeper"
|
configure_args="--disable-scrollkeeper"
|
||||||
short_desc="Eye of GNOME graphics viewer program"
|
short_desc="Eye of GNOME graphics viewer program"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=315625babf04293341bd0b3ae26337d11c8696422d5dc4442ad551b25db42530
|
checksum=6b93fc469b8f250e4b41ddb0cf9834fbb06c0b92f86496a309e6434ac544b493
|
||||||
long_desc="
|
long_desc="
|
||||||
eog or the Eye of GNOME is a simple graphics viewer for the GNOME desktop
|
eog or the Eye of GNOME is a simple graphics viewer for the GNOME desktop
|
||||||
which uses the gdk-pixbuf library. It can deal with large images, and zoom
|
which uses the gdk-pixbuf library. It can deal with large images, and zoom
|
||||||
|
@ -21,6 +21,7 @@ subpackages="eog-devel"
|
||||||
Add_dependency run hicolor-icon-theme
|
Add_dependency run hicolor-icon-theme
|
||||||
Add_dependency run desktop-file-utils
|
Add_dependency run desktop-file-utils
|
||||||
|
|
||||||
|
Add_dependency build which
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
Add_dependency build gnome-doc-utils
|
Add_dependency build gnome-doc-utils
|
||||||
|
|
Loading…
Add table
Reference in a new issue