games-puzzle/gnome-sudoku: bump to 3.34.1
authorMart Raudsepp <leio@gentoo.org>
Sun, 20 Oct 2019 08:55:58 +0000 (11:55 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sun, 20 Oct 2019 17:38:02 +0000 (20:38 +0300)
Depend on vala:0.40 or newer instead of applying a compatibility sed,
as time has passed and we don't need it working with old vala anymore.

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
games-puzzle/gnome-sudoku/Manifest
games-puzzle/gnome-sudoku/gnome-sudoku-3.34.1.ebuild [new file with mode: 0644]

index ae61944b83b8738cb086f30d594a34b7756879e4..1152f6564d7da38493ca3f18d86b99654ab0899c 100644 (file)
@@ -1 +1,2 @@
 DIST gnome-sudoku-3.30.0.tar.xz 430480 BLAKE2B ddf5462ae9e37d1428ca96468dc8fc5f6a157c541f79cac2a96fbbcc082d4bda8adc3539add48f7cb248caa722c21bc14bdabce54a94ae6cfbfd62d2be18c500 SHA512 ca1b830279b89bb35c281eec275af758cae32c0caec7b09a02790efc272701fa03aafb61000dcabc0ac78c7b04d886290c75bd79d6a3d8a89565dc0b122862c4
+DIST gnome-sudoku-3.34.1.tar.xz 355424 BLAKE2B fcf8a175e1b2dbbb4498d185ee4b628766fe4c112c5126d253ecf16430a8e1b647fd9b4779b8dea24fb6bd8460d2b8824f087b077c7b91d8764ddfae97d72d46 SHA512 a1967098d10a28fd5e49e6e63c9c0aec7f2c80dbe5973ef4fafe175f39e3d885c4c428953e528ee0fa3eea05c644f0aafea133b195acdf7e495314fe3d8d090c
diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-3.34.1.ebuild b/games-puzzle/gnome-sudoku/gnome-sudoku-3.34.1.ebuild
new file mode 100644 (file)
index 0000000..b006bda
--- /dev/null
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_MIN_API_VERSION="0.40"
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Test your logic skills in this number grid puzzle"
+HOMEPAGE="https://wiki.gnome.org/Apps/Sudoku"
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+       >=dev-libs/glib-2.40:2
+       dev-libs/libgee:0.8=[introspection]
+       >=x11-libs/gtk+-3.19.0:3[introspection]
+       dev-libs/json-glib
+       >=dev-libs/qqwing-1.3.4
+       x11-libs/gdk-pixbuf:2[introspection]
+       x11-libs/pango[introspection]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+       $(vala_depend)
+       dev-libs/appstream-glib
+       dev-util/itstool
+       >=sys-devel/gettext-0.19.8
+       virtual/pkgconfig
+"
+
+src_prepare() {
+       xdg_src_prepare
+       vala_src_prepare
+}
+
+pkg_postinst() {
+       xdg_pkg_postinst
+       gnome2_schemas_update
+}
+
+pkg_postrm() {
+       xdg_pkg_postrm
+       gnome2_schemas_update
+}