aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/eom/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/eom/APKBUILD b/community/eom/APKBUILD
index 1200ce9cda..8f0861fba8 100644
--- a/community/eom/APKBUILD
+++ b/community/eom/APKBUILD
@@ -5,14 +5,14 @@ pkgver=1.22.1
pkgrel=0
pkgdesc="A simple graphics viewer for the MATE"
url="https://github.com/mate-desktop/eom"
-arch="all"
+arch="all !s390x"
license="GPL-2.0"
depends="mate-icon-theme libxml2-utils"
makedepends="glib-dev gtk+3.0-dev itstool mate-desktop-dev
libexif-dev lcms2-dev dconf-dev dbus-dev librsvg-dev
- libxslt-dev libpeas-dev dbus-glib-dev"
+ libxslt-dev libpeas-dev dbus-glib-dev intltool"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
-source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
+source="https://pub.mate-desktop.org/releases/${pkgver%.*}/eom-$pkgver.tar.xz"
build() {
./configure \
@@ -30,7 +30,7 @@ check() {
}
package() {
- make DESTDIR="${pkgdir}" install
+ make DESTDIR="$pkgdir" install
}
sha512sums="f510de62b9b6f11d02df067128042d6905484e0509a939b7919405d0c1dd03fe4b6735dcd8ccf780d36c5713f4585b50b2727645a454da148307a74cf542be87 eom-1.22.1.tar.xz"