eog: update to 3.3.92.
This commit is contained in:
parent
456f008d17
commit
d545394490
|
@ -1,2 +1,2 @@
|
|||
abi_depends=">=2.30.0"
|
||||
abi_depends=">=3.3.92"
|
||||
api_depends="${abi_depends}"
|
||||
|
|
|
@ -7,6 +7,8 @@ long_desc="${long_desc}
|
|||
|
||||
Add_dependency run gtk+3-devel
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install()
|
||||
{
|
||||
vmove usr/include usr
|
||||
|
|
|
@ -22,12 +22,9 @@ libglib-2.0.so.0
|
|||
libz.so.1
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libpangoft2-1.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libcairo-gobject.so.2
|
||||
libpango-1.0.so.0
|
||||
libfreetype.so.6
|
||||
libfontconfig.so.1
|
||||
libffi.so.5
|
||||
libgmodule-2.0.so.0
|
||||
librt.so.1
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'eog'
|
||||
pkgname=eog
|
||||
version=3.2.2
|
||||
distfiles="${GNOME_SITE}/eog/3.2/eog-$version.tar.xz"
|
||||
version=3.3.92
|
||||
distfiles="${GNOME_SITE}/eog/3.3/eog-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-scrollkeeper"
|
||||
short_desc="Eye of GNOME graphics viewer program"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2"
|
||||
checksum=315625babf04293341bd0b3ae26337d11c8696422d5dc4442ad551b25db42530
|
||||
checksum=6b93fc469b8f250e4b41ddb0cf9834fbb06c0b92f86496a309e6434ac544b493
|
||||
long_desc="
|
||||
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
|
||||
|
@ -21,6 +21,7 @@ subpackages="eog-devel"
|
|||
Add_dependency run hicolor-icon-theme
|
||||
Add_dependency run desktop-file-utils
|
||||
|
||||
Add_dependency build which
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build gnome-doc-utils
|
||||
|
|
Loading…
Reference in New Issue