diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-10-20 14:00:25 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-10-20 20:38:04 +0300 |
commit | c5dcd6cc3fd362bcfa8b499fcecf4ba3cf854cd5 (patch) | |
tree | fcf2d11f99245dc00078ece22f6d1edce214bce1 /games-puzzle | |
parent | games-board/iagno: bump to 3.32.0 (diff) | |
download | gentoo-c5dcd6cc3fd362bcfa8b499fcecf4ba3cf854cd5.tar.gz gentoo-c5dcd6cc3fd362bcfa8b499fcecf4ba3cf854cd5.tar.bz2 gentoo-c5dcd6cc3fd362bcfa8b499fcecf4ba3cf854cd5.zip |
games-puzzle/lightsoff: bump to 3.34.0
Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/lightsoff/Manifest | 1 | ||||
-rw-r--r-- | games-puzzle/lightsoff/lightsoff-3.34.0.ebuild | 48 |
2 files changed, 49 insertions, 0 deletions
diff --git a/games-puzzle/lightsoff/Manifest b/games-puzzle/lightsoff/Manifest index acfdff9d76fa..7ed46ec77c13 100644 --- a/games-puzzle/lightsoff/Manifest +++ b/games-puzzle/lightsoff/Manifest @@ -1 +1,2 @@ DIST lightsoff-3.30.0.tar.xz 714072 BLAKE2B 9e8c2354b2ccedc10a00e32f9809f2c7ad653da8cb3d6af2156ad701f64b8e9405c705a2424ca549f475d57182981d536a225075f5b8c2bc7596f28317ae40e7 SHA512 b7868b26d81c1dc91dbfbb25ed260c35fef5ad63310818c68716cabbbc583d6f22697de50d6aa739852ab0f42b217bd2a670e3774e1c541bfc5e16a2c46ac1e2 +DIST lightsoff-3.34.0.tar.xz 683944 BLAKE2B bd9c1c8cd29ac46e40bb164a9d5fdea66d2933b0b9ebb8022a7c1370f572da9b89bd5e70cd8bd01aad32c6cc43d5a2e10542c91f42bfb811d85598329847bafe SHA512 dafdb121810f931dcc795decf6d94f3b9fb4c67b0ea2362451f1a73fe96ff8278682ac32dd3db4d0653d530e75ec4b37effa6ee55c916b72ea8d3de618ecf7a9 diff --git a/games-puzzle/lightsoff/lightsoff-3.34.0.ebuild b/games-puzzle/lightsoff/lightsoff-3.34.0.ebuild new file mode 100644 index 000000000000..d7b3433cde31 --- /dev/null +++ b/games-puzzle/lightsoff/lightsoff-3.34.0.ebuild @@ -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 xdg vala + +DESCRIPTION="Turn off all the lights" +HOMEPAGE="https://wiki.gnome.org/Apps/Lightsoff" + +LICENSE="GPL-2+ CC-BY-SA-3.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.38.0:2 + >=x11-libs/gtk+-3.13.4:3 + >=media-libs/clutter-1.14.0:1.0 + >=media-libs/clutter-gtk-1.5.5:1.0 + >=gnome-base/librsvg-2.32.0:2 +" +DEPEND="${RDEPEND}" +# libxml2:2 needed for glib-compile-resources xml-stripblanks attributes +BDEPEND=" + dev-libs/appstream-glib + dev-libs/libxml2:2 + dev-util/itstool + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig + $(vala_depend) + gnome-base/librsvg:2[vala] +" + +src_prepare() { + xdg_src_prepare + vala_src_prepare +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +} |