eog: update to 3.8.2.
This commit is contained in:
parent
c73bb04a14
commit
b7eaf19132
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'eog'
|
# Template file for 'eog'
|
||||||
pkgname=eog
|
pkgname=eog
|
||||||
version=3.8.0
|
version=3.8.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="which pkg-config intltool gnome-doc-utils itstool gobject-introspection"
|
hostmakedepends="which pkg-config intltool gnome-doc-utils itstool gobject-introspection"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${GNOME_SITE}/eog/3.8/eog-$version.tar.xz"
|
distfiles="${GNOME_SITE}/eog/3.8/eog-$version.tar.xz"
|
||||||
checksum=0f2f6f1eb1a373b2a6f8e5627b20815e5bf13b8c856b67d8f72d2a10b6012f2b
|
checksum=689251b6dd18ef191cbfd9431c0324c70707b60edd73d86fc014bd8ae0bd8336
|
||||||
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
|
||||||
|
@ -20,7 +20,7 @@ long_desc="
|
||||||
|
|
||||||
eog-devel_package() {
|
eog-devel_package() {
|
||||||
depends="gtk+3-devel"
|
depends="gtk+3-devel"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
@ -33,6 +33,6 @@ eog_package() {
|
||||||
depends="hicolor-icon-theme desktop-file-utils
|
depends="hicolor-icon-theme desktop-file-utils
|
||||||
gnome-icon-theme shared-mime-info"
|
gnome-icon-theme shared-mime-info"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue