Skip to content

Commit

Permalink
games-board/gnome-mahjongg: 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 e791fc8 commit ec39854
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions games-board/gnome-mahjongg/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST gnome-mahjongg-3.18.0.tar.xz 4090492 SHA256 7034428f5ac04bfd90689ee66894a6948a2ff1bfa2d2548f7559d2134b967405 SHA512 e28d6a432702d1b4604e1581b0b3af3dba7f6fd6ae362e68f1dcbbf41771406721770e81f3221f4e4e2865b5f4557f7a3e35f93681a92dc7d66b6f875e8ec126 WHIRLPOOL 95b9e45695380e3f5f11e97007624b29e115dd6bd38a1aa6331c7062de5d195ac26dd471b9755c2dbdf44d22aa73189c32506ce365253c4becdef93825d88322
DIST gnome-mahjongg-3.20.0.tar.xz 4081028 SHA256 d09bb1923636dfd05b6f3a5af8d6fe7b6daa1434e2c06188dd27c96a61cea00a SHA512 2e31a50f73c4e14dbc243a3a2be1f97e0cd3609564683bf8e8bfe0c6e11cbf06ee2dd7c3e15a033b2644e4946f44b95add46dcf9d1395e52b10e5f9a89326627 WHIRLPOOL 308b61a3966291be4ed298fa7589a922ee41c3fc5c2912453d9b9f7f9098a54d4d0b7ccce0ae5497565e007a53b05ddec1d8c2222fe0c4a537b12acd08c6751f
34 changes: 34 additions & 0 deletions games-board/gnome-mahjongg/gnome-mahjongg-3.20.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6
VALA_MIN_API_VERSION="0.24"

inherit gnome2 vala

DESCRIPTION="Disassemble a pile of tiles by removing matching pairs"
HOMEPAGE="https://wiki.gnome.org/Apps/Mahjongg"

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

RDEPEND="
>=dev-libs/glib-2.40:2
>=gnome-base/librsvg-2.32:2
>=x11-libs/gtk+-3.13.2:3
"
DEPEND="${RDEPEND}
$(vala_depend)
app-text/yelp-tools
dev-libs/appstream-glib
>=dev-util/intltool-0.50
virtual/pkgconfig
"

src_prepare() {
gnome2_src_prepare
vala_src_prepare
}

0 comments on commit ec39854

Please sign in to comment.