mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
33
games-puzzle/lightsoff/lightsoff-3.28.0.ebuild
Normal file
33
games-puzzle/lightsoff/lightsoff-3.28.0.ebuild
Normal file
@@ -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)"
|
||||
}
|
||||
@@ -5,4 +5,9 @@
|
||||
<email>gnome@gentoo.org</email>
|
||||
<name>Gentoo GNOME Desktop</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
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!
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user