Skip to content

Commit

Permalink
games-arcade/gnome-nibbles: bump to 3.24.1
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.48, Repoman-2.3.10
  • Loading branch information
leio committed Aug 22, 2018
1 parent e7a6ad8 commit d786236
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions games-arcade/gnome-nibbles/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST gnome-nibbles-3.24.0.tar.xz 1614604 BLAKE2B 04ba4f761bf21af466cb7761a8d7ac511f92871548df9e8ff8950efe6ea95c3674e00360dc9c3e02ce670dc66ae7639094c9c8c53fe0a0134089db976976ce99 SHA512 716a79541fa8dd0f86cce5bc211574d4ad50f762bb2b74a2881ad4adcdde47520784f67672e2da3fb33fbc60928d710a2afebb8997d6dd10f633289e0d8163b7
DIST gnome-nibbles-3.24.1.tar.xz 1651024 BLAKE2B 99b3f4f2e0c3a2ec8b75cf137f6e73848461fb20cbed55e6aef216f357babd67dd449ec36fde87084acf3b8f014b813672a75e1dbe11d33ee8fcc3e52af2a903 SHA512 7f3d7240f64429398dae1cdee96d912a22a4f534752d656ab470bcaa8515e005c8b7015e93b162ba24c3b891a64f3b3b84639c2254c1c7e6c45aea229492cc02
38 changes: 38 additions & 0 deletions games-arcade/gnome-nibbles/gnome-nibbles-3.24.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
VALA_MIN_API_VERSION="0.28"

inherit gnome2 vala

DESCRIPTION="Nibbles clone for Gnome"
HOMEPAGE="https://wiki.gnome.org/Apps/Nibbles"

LICENSE="GPL-3+ CC-BY-SA-3.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="
>=dev-libs/glib-2.40.0:2
dev-libs/libgee:0.8=
dev-libs/libgnome-games-support:1
>=media-libs/clutter-1.22.0:1.0
>=media-libs/clutter-gtk-1.4.0:1.0
>=media-libs/libcanberra-0.26[gtk3]
>=x11-libs/gtk+-3.18.0:3
"
DEPEND="${RDEPEND}
$(vala_depend)
app-text/yelp-tools
dev-libs/appstream-glib
>=dev-util/intltool-0.50.2
sys-devel/gettext
virtual/pkgconfig
"

src_prepare() {
gnome2_src_prepare
vala_src_prepare
}

0 comments on commit d786236

Please sign in to comment.