diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-11-14 19:18:35 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-11-14 19:39:13 +0100 |
commit | 03810957db5bac6149eeb5ce262e6144410831a9 (patch) | |
tree | 7c2ead597e3ee8c84de3a99b6a92d826d5abca0f /games-board | |
parent | net-libs/libsoup-gnome: Drop old (diff) | |
download | gentoo-03810957db5bac6149eeb5ce262e6144410831a9.tar.gz gentoo-03810957db5bac6149eeb5ce262e6144410831a9.tar.bz2 gentoo-03810957db5bac6149eeb5ce262e6144410831a9.zip |
games-board/gnome-mahjongg: Version bump
Package-Manager: portage-2.2.24
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gnome-mahjongg/Manifest | 1 | ||||
-rw-r--r-- | games-board/gnome-mahjongg/gnome-mahjongg-3.18.0.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/games-board/gnome-mahjongg/Manifest b/games-board/gnome-mahjongg/Manifest index c3e12438d6e5..3eda903a6525 100644 --- a/games-board/gnome-mahjongg/Manifest +++ b/games-board/gnome-mahjongg/Manifest @@ -1,2 +1,3 @@ DIST gnome-mahjongg-3.16.1.tar.xz 4119500 SHA256 f2c607875402649182bd819bedd8cd8496539aca2aea9eb432c3e15ed71b6dc9 SHA512 679d11dc6fae10e51c66b25ea6b5ce7c61a29812dd64183145859570966a46bbfb34e5579a12000027aeb1eeeb8c874b3b2539a0c29da6ea2bb1ac4150cb6acd WHIRLPOOL 420220aac0f42f5ea1a2069c84edd73a16fd3813e29d310b6738bbae783d83a6a9794f65369e297ffeef9b4d15c9709baddf65e09fb67db4a1a024b14d50200f DIST gnome-mahjongg-3.16.2.tar.xz 4113956 SHA256 c5aff68781ea6764babec0b37e6dfa88d457f7a16e01a90c0a021adc163827f0 SHA512 dc080a760a2059586d8c4b9580a850346f0fd11a507ecddef36b3c4abf1094f7a2707b1e10adf39c593ff5c7c173168645ed1d3b6bf1b0b7537b1b45ba783d2a WHIRLPOOL 3929bb7c771bace9c6fe5ca9f02eeaeb7ff2f728e863fd42e18ac8d2839ff429166c198410c7548c502a351c86eab32e27f6fb1b2cc91d93957d39d967945cc9 +DIST gnome-mahjongg-3.18.0.tar.xz 4090492 SHA256 7034428f5ac04bfd90689ee66894a6948a2ff1bfa2d2548f7559d2134b967405 SHA512 e28d6a432702d1b4604e1581b0b3af3dba7f6fd6ae362e68f1dcbbf41771406721770e81f3221f4e4e2865b5f4557f7a3e35f93681a92dc7d66b6f875e8ec126 WHIRLPOOL 95b9e45695380e3f5f11e97007624b29e115dd6bd38a1aa6331c7062de5d195ac26dd471b9755c2dbdf44d22aa73189c32506ce365253c4becdef93825d88322 diff --git a/games-board/gnome-mahjongg/gnome-mahjongg-3.18.0.ebuild b/games-board/gnome-mahjongg/gnome-mahjongg-3.18.0.ebuild new file mode 100644 index 000000000000..83764b827d69 --- /dev/null +++ b/games-board/gnome-mahjongg/gnome-mahjongg-3.18.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +GCONF_DEBUG="no" +VALA_MIN_API_VERSION="0.24" + +inherit gnome-games 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 + >=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() { + gnome-games_src_prepare + vala_src_prepare +} |