diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-10 10:25:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-10 10:49:04 +0000 |
commit | 0b715d3da92e7eb1321722f648dc114e025c99f9 (patch) | |
tree | 2b5ff28946cfdfdb61fea5db83827a09612a64cb /community/eom | |
parent | 3986732e6c01bbfb6dcaf5ebf5655b7614961152 (diff) | |
download | aports-0b715d3da92e7eb1321722f648dc114e025c99f9.tar.bz2 aports-0b715d3da92e7eb1321722f648dc114e025c99f9.tar.xz |
community/eom: upgrade to 1.12.0
Diffstat (limited to 'community/eom')
-rw-r--r-- | community/eom/APKBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/community/eom/APKBUILD b/community/eom/APKBUILD index 82f8852696..8b3c18938f 100644 --- a/community/eom/APKBUILD +++ b/community/eom/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=eom -pkgver=1.10.5 +pkgver=1.12.0 pkgrel=0 pkgdesc="A simple graphics viewer for the MATE" url="https://github.com/mate-desktop/eom" @@ -33,6 +33,8 @@ build() { --host=$CHOST \ --sysconfdir=/etc \ --with-gtk=2.0 \ + --enable-introspection=no \ + --disable-schemas-compile \ --prefix=/usr || return 1 make || return 1 @@ -43,6 +45,6 @@ package() { make DESTDIR="${pkgdir}" install || return 1 } -md5sums="362b5a94e363e3ef45fdb34c0335f18d eom-1.10.5.tar.xz" -sha256sums="19b484dba1c2adf1450153815e4edb05ba7ab7bdf4eb8b4f2071766e48e72d14 eom-1.10.5.tar.xz" -sha512sums="f58f2c4c1d211afe66c2a112b75ee6b325590294da51df3a56d1dca0fb813cea1abd9e9dc7a4a3f26c111f1c11aba20e8177e36913f04bae664f4ddad6f98c0c eom-1.10.5.tar.xz" +md5sums="6a9d7ec3ff7ed08f25454b6e3315d380 eom-1.12.0.tar.xz" +sha256sums="6d8967853bcef555cebf5c22e613ee4681392fbdc38db035bbf2e80e125473a6 eom-1.12.0.tar.xz" +sha512sums="c563cd8c1639e2da24b12dae9217cb2c77711c43911a389793bc74dc594cc720bbbb479ae018a4dc0388da3320803f2133955ed92234bc5db746cf92c17bc309 eom-1.12.0.tar.xz" |