Skip to content

Commit

Permalink
games-puzzle/lightsoff: Version bump
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0_rc1
  • Loading branch information
pacho2 committed Jun 25, 2016
1 parent d0ecae0 commit 57facad
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 +1,2 @@
DIST lightsoff-3.18.0.tar.xz 1955488 SHA256 cd5126dae4506363d9196ce8ba083a769d9f8c287fb0008db53cecf6cdc55d61 SHA512 3ec2a17bd9d4eab2255214844f3d166dc134ab7c2e2a1231e1f0f3f580ece465104d6090dcbf3c1bb822fc95f9ad67264438c5a371624e6a9b5364dc947bd0e1 WHIRLPOOL 0c16020083c13590d54a07542fc989dbe8bd2ee92030a25d5ccf8c93f9c9c3a7f2cfc04e234b43af0af1dd3fcf6de863ecd004a1353f64793438150c4bf0ac91
DIST lightsoff-3.20.0.tar.xz 1939384 SHA256 d3603891afe7ca3b3b2c509cad3e32ef6cdac3a7e80fff3b48ca72ea739852bf SHA512 ae4ea31d9b9a387cbacc1dc7b7447da7e80d2021b8d46df3ec7e9110f1a2f1e4c902d396819c2f2e2d9a4e0692a0c286e43bb806e4fa08bf1644ec21a0ecdaf9 WHIRLPOOL 1c719e317810438930e5864074f847f4459ebd3b2cbb5dd121fd2ee9d8f569fdfd60117b41336412fbc059b8dca3b18328996e53492476a6d995a8238e4e909c
35 changes: 35 additions & 0 deletions games-puzzle/lightsoff/lightsoff-3.20.0.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
>=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 57facad

Please sign in to comment.