diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-03-23 00:24:42 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-03-23 00:33:08 +0200 |
commit | 2f84c153a05808e95702de9efa8a225149600c11 (patch) | |
tree | 4d3273d9d8c0e2412ca12c68e89cf489d3e23d4c /media-gfx/simple-scan | |
parent | media-gfx/simple-scan: ebuild touchups (diff) | |
download | gentoo-2f84c153a05808e95702de9efa8a225149600c11.tar.gz gentoo-2f84c153a05808e95702de9efa8a225149600c11.tar.bz2 gentoo-2f84c153a05808e95702de9efa8a225149600c11.zip |
media-gfx/simple-scan: fix vala requirements
simple-scan-3.24 doesn't compile with vala-0.42 due to removed
support of default value for non-automatic property (upstream
simple-scan commit 4b6578d6f3b5b).
Works up to 0.40 and fails with our 0.42.x.
simple-scan-3.30 doesn't compile with older than vala:0.34, due to
lack of Gtk.Menu.popup_at_pointer in older vala versions bundled
gtk+-3.0.vapi (used now to replace deprecated Gtk.Menu.popup call).
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-gfx/simple-scan')
-rw-r--r-- | media-gfx/simple-scan/simple-scan-3.24.1.ebuild | 1 | ||||
-rw-r--r-- | media-gfx/simple-scan/simple-scan-3.30.2.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/media-gfx/simple-scan/simple-scan-3.24.1.ebuild b/media-gfx/simple-scan/simple-scan-3.24.1.ebuild index 9cb904fdf738..b5767b15057f 100644 --- a/media-gfx/simple-scan/simple-scan-3.24.1.ebuild +++ b/media-gfx/simple-scan/simple-scan-3.24.1.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 +VALA_MAX_API_VERSION="0.40" inherit gnome2 vala versionator DESCRIPTION="Simple document scanning utility" diff --git a/media-gfx/simple-scan/simple-scan-3.30.2.ebuild b/media-gfx/simple-scan/simple-scan-3.30.2.ebuild index 716c44ed8446..c3f42c9f23b3 100644 --- a/media-gfx/simple-scan/simple-scan-3.30.2.ebuild +++ b/media-gfx/simple-scan/simple-scan-3.30.2.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 +VALA_MIN_API_VERSION="0.34" inherit gnome.org gnome2-utils meson vala xdg DESCRIPTION="Simple document scanning utility" |