eog: update to 2.32.0.
This commit is contained in:
parent
e5c5b805a5
commit
5305fb7260
2 changed files with 8 additions and 3 deletions
|
@ -27,6 +27,7 @@ Add_dependency run zlib-devel
|
|||
Add_dependency run jpeg-devel
|
||||
Add_dependency run libxml2-devel
|
||||
Add_dependency run libX11-devel
|
||||
Add_dependency run librsvg-devel
|
||||
Add_dependency run pygtk-devel
|
||||
|
||||
do_install()
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'eog'
|
||||
pkgname=eog
|
||||
version=2.30.1
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.30/$pkgname-$version.tar.bz2"
|
||||
version=2.32.0
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.32/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-schemas-install --localstatedir=/var
|
||||
--with-gconf-schema-file-dir=/usr/share/gconf/schemas
|
||||
--disable-scrollkeeper"
|
||||
short_desc="Eye of GNOME graphics viewer program"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=d245d96d791c88197dda1f667c196cb4134f9ce88596e696d5fbcddb6747ecf6
|
||||
checksum=70a4eb753acf445ba3f07bf59d1ccad679b1c40a73c56f02c4df5165e336c2da
|
||||
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
|
||||
|
@ -23,6 +23,8 @@ Add_dependency run glibc
|
|||
Add_dependency run gnome-desktop
|
||||
Add_dependency run startup-notification
|
||||
Add_dependency run GConf
|
||||
Add_dependency run libpng
|
||||
Add_dependency run gdk-pixbuf
|
||||
Add_dependency run gtk+
|
||||
Add_dependency run atk
|
||||
Add_dependency run glib
|
||||
|
@ -39,6 +41,7 @@ Add_dependency run zlib
|
|||
Add_dependency run jpeg
|
||||
Add_dependency run libxml2
|
||||
Add_dependency run libX11
|
||||
Add_dependency run librsvg
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
|
@ -63,6 +66,7 @@ Add_dependency build jpeg-devel
|
|||
Add_dependency build libxml2-devel
|
||||
Add_dependency build libX11-devel
|
||||
Add_dependency build pygtk-devel
|
||||
Add_dependency build librsvg-devel
|
||||
Add_dependency build which
|
||||
|
||||
Add_dependency full gnome-icon-theme
|
||||
|
|
Loading…
Reference in a new issue