Skip to content

Commit

Permalink
games-puzzle/lightsoff: add lightsoff-3.22.2.ebuild
Browse files Browse the repository at this point in the history
Simple bump, no relevant changes

https://git.gnome.org/browse/lightsoff/diff/?id=3.22.2&&id2=3.22.0
Closes: gentoo#2785

Signed-off-by: Gilles Dartiguelongue <[email protected]>
  • Loading branch information
kobboi authored and EvaSDK committed Nov 9, 2016
1 parent 7ede26b commit 7c35529
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions games-puzzle/lightsoff/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST lightsoff-3.20.0.tar.xz 1939384 SHA256 d3603891afe7ca3b3b2c509cad3e32ef6cdac3a7e80fff3b48ca72ea739852bf SHA512 ae4ea31d9b9a387cbacc1dc7b7447da7e80d2021b8d46df3ec7e9110f1a2f1e4c902d396819c2f2e2d9a4e0692a0c286e43bb806e4fa08bf1644ec21a0ecdaf9 WHIRLPOOL 1c719e317810438930e5864074f847f4459ebd3b2cbb5dd121fd2ee9d8f569fdfd60117b41336412fbc059b8dca3b18328996e53492476a6d995a8238e4e909c
DIST lightsoff-3.22.0.tar.xz 1935192 SHA256 0458e0ff99a10a99573db4d3e1ea5abde186056d8e32cf1f0bd76e25ff2c4fca SHA512 b828eeae8c8c7ff264b7e0b2de28256d72d0c62995c48a1fda75e2a81fb4209e5dd4e142f43fbe62e1cf8d35addc781e63f5ad26ca4dc3bf77249a54deba42f2 WHIRLPOOL 30fc477457c44d9a792618a8f5d8723abc884185f11abb7ac8aa116c086c1c38f1d6f2c8776d0a9452253c055606534f8967eea2c58e836614402544393a973f
DIST lightsoff-3.22.2.tar.xz 1930644 SHA256 07a518a97060c62cfbed278930aa0b35962187e2a6a600d367ac793a95687999 SHA512 7ea73db9199f1db0d321a10540a15db245684284fc7a5f7860770f01ffe1a5febb287b2d597d1e1a03e1a2bb917ec58df318caca0a6622215469a2e76a2fc05a WHIRLPOOL 76b82d577560afb4031c3077ce15e3fd803252c1ad67708496c8788803eede8daa1c43663f08d85ed90084b365c049c305a5db21508c7e58a202a8779175533e
35 changes: 35 additions & 0 deletions games-puzzle/lightsoff/lightsoff-3.22.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6
inherit gnome2 vala

DESCRIPTION="Turn off all the lights"
HOMEPAGE="https://wiki.gnome.org/Apps/Lightsoff"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""

RDEPEND="
>=dev-libs/glib-2.38:2
>=gnome-base/librsvg-2.32:2
>=media-libs/clutter-1.14:1.0
>=media-libs/clutter-gtk-1.5.5:1.0
>=x11-libs/gtk+-3.13.4:3
"
DEPEND="${RDEPEND}
$(vala_depend)
app-text/yelp-tools
dev-libs/appstream-glib
>=dev-util/intltool-0.50
sys-devel/gettext
virtual/pkgconfig
"

src_prepare() {
gnome2_src_prepare
vala_src_prepare
}

0 comments on commit 7c35529

Please sign in to comment.