From 1cf90ca28597378ddff44f3ca157712dce4aad61 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Fri, 14 Sep 2018 13:22:43 +0300 Subject: games-puzzle/lightsoff: bump to 3.28.0 * Remove unnecessary vala dep - this project is still using autotools and shipping pregenerated C files, thus valac is not used other than check for presence. * Downgrade yelp-tools dep to itstool - yelp-tools is a developer-only package, so at most we'd need it with eautoreconf, if even that. * Adapt to upstream porting from intltool to newer gettext. * Add missing libxml2:2 build dep for gresource files xml-stripblanks usage, for which xmllint is used by glib-compile-resources. Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- games-puzzle/lightsoff/Manifest | 1 + games-puzzle/lightsoff/lightsoff-3.28.0.ebuild | 33 ++++++++++++++++++++++++++ games-puzzle/lightsoff/metadata.xml | 5 ++++ 3 files changed, 39 insertions(+) create mode 100644 games-puzzle/lightsoff/lightsoff-3.28.0.ebuild (limited to 'games-puzzle/lightsoff') diff --git a/games-puzzle/lightsoff/Manifest b/games-puzzle/lightsoff/Manifest index 42d96621bdfc..7fd1a21f95eb 100644 --- a/games-puzzle/lightsoff/Manifest +++ b/games-puzzle/lightsoff/Manifest @@ -1 +1,2 @@ DIST lightsoff-3.24.0.tar.xz 1943672 BLAKE2B fc6c8643e791a7b6e3e1183ea9678138d53aab5ba7234c4c6417b576dda571a741c3eeb8fab36ae5a00b25420fcc1269e412800a4a5c56efc16943905d6002f5 SHA512 ef036512b3c4e60b4419005864c3f6f4f9447af2e4d12fac1df7603f5837adf2cbe0f41f6089d3e683c3606d021d35e0cc41589938054988506aef3881936e6a +DIST lightsoff-3.28.0.tar.xz 863120 BLAKE2B 8882af4829251c7af0fac9d259958c62f7e3a063ad312c25296020a19beeb7e8d578ce4eef548a6e2aeb8914d2fcb120aea3e37c125f235599de5344a554db10 SHA512 f4efb3d8209b6e75985ad04f0cd8ec984d564c4bc35b5dcbbae9b85fd2a49dcfca530fb63a5581f08cb55dfa9fc31284e177d04a518f3daec66414eb58007f67 diff --git a/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild b/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild new file mode 100644 index 000000000000..0d581544bbf1 --- /dev/null +++ b/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnome2 + +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 ~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 +" +# libxml2:2 needed for glib-compile-resources xml-stripblanks attributes +DEPEND="${RDEPEND} + dev-libs/appstream-glib + dev-libs/libxml2:2 + dev-util/itstool + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +src_configure() { + gnome2_src_configure VALAC="$(type -P true)" +} diff --git a/games-puzzle/lightsoff/metadata.xml b/games-puzzle/lightsoff/metadata.xml index 39980802b1da..d161a8b50f6f 100644 --- a/games-puzzle/lightsoff/metadata.xml +++ b/games-puzzle/lightsoff/metadata.xml @@ -5,4 +5,9 @@ gnome@gentoo.org Gentoo GNOME Desktop + + Lights Off is a collection of light switch puzzles. Clicking on a light + toggles it either on or off, but also toggles all the surrounding lights, + too. Your objective is simple: turn off all the lights! + -- cgit v1.2.3-65-gdbad