2010-04-15 00:15:29 +02:00
|
|
|
# Template file for 'eog'
|
|
|
|
pkgname=eog
|
2013-09-26 17:50:39 +02:00
|
|
|
version=3.10.0
|
2013-03-28 09:31:35 +01:00
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-03-28 09:31:35 +01:00
|
|
|
hostmakedepends="which pkg-config intltool gnome-doc-utils itstool gobject-introspection"
|
2013-09-26 17:50:39 +02:00
|
|
|
makedepends="gnome-desktop-devel>=3.10 libpeas-devel>=1.9 lcms2-devel exempi-devel
|
|
|
|
libexif-devel librsvg-devel>=2.39 gnome-icon-theme shared-mime-info"
|
2010-04-15 00:15:29 +02:00
|
|
|
short_desc="Eye of GNOME graphics viewer program"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-09-30 10:57:44 +02:00
|
|
|
homepage="http://www.gnome.org"
|
|
|
|
license="GPL-2"
|
2013-09-26 17:50:39 +02:00
|
|
|
distfiles="${GNOME_SITE}/eog/${version%.*}/eog-$version.tar.xz"
|
|
|
|
checksum=d449abfba8ac460b9d9af17778a0f2ffed5c983e74232596b807c3a99f11a1da
|
2010-04-15 00:15:29 +02:00
|
|
|
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
|
|
|
|
and scroll with constant memory usage. Its goals are simplicity and
|
|
|
|
standards compliance."
|
2013-04-12 10:23:11 +02:00
|
|
|
|
|
|
|
eog-devel_package() {
|
|
|
|
depends="gtk+3-devel"
|
2013-05-13 22:52:34 +02:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 10:23:11 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove usr/share/gtk-doc
|
|
|
|
vmove usr/share/eog/gir-1.0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
eog_package() {
|
|
|
|
depends="hicolor-icon-theme desktop-file-utils
|
|
|
|
gnome-icon-theme shared-mime-info"
|
|
|
|
pkg_install() {
|
2013-05-13 22:52:34 +02:00
|
|
|
vmove all
|
2013-04-12 10:23:11 +02:00
|
|
|
}
|
|
|
|
}
|