From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BEAA2138330 for ; Sat, 26 May 2018 19:35:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94EF9E0A01; Sat, 26 May 2018 19:35:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DE4DE09FE for ; Sat, 26 May 2018 19:35:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E99D335CAF for ; Sat, 26 May 2018 19:35:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 225022B8 for ; Sat, 26 May 2018 19:35:19 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1527362015.19e5cbf8f684927d57c901d8f9c2d551279abdb5.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: games-puzzle/gnome-taquin/ X-VCS-Repository: proj/gnome X-VCS-Files: games-puzzle/gnome-taquin/gnome-taquin-3.26.1.ebuild games-puzzle/gnome-taquin/metadata.xml X-VCS-Directories: games-puzzle/gnome-taquin/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 19e5cbf8f684927d57c901d8f9c2d551279abdb5 X-VCS-Branch: master Date: Sat, 26 May 2018 19:35:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b6551010-79dd-4832-b8ca-80b70af43e17 X-Archives-Hash: fd78f5f3e78bbff6706f899745a30770 commit: 19e5cbf8f684927d57c901d8f9c2d551279abdb5 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat May 26 19:13:35 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat May 26 19:13:35 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=19e5cbf8 games-puzzle/gnome-taquin: 3.22.0 → 3.26.1 Translation updates. Package-Manager: Portage-2.3.40, Repoman-2.3.9 Manifest-Sign-Key: 0x5A56C8CD0C13248A .../gnome-taquin/gnome-taquin-3.26.1.ebuild | 38 ++++++++++++++++++++++ games-puzzle/gnome-taquin/metadata.xml | 8 +++++ 2 files changed, 46 insertions(+) diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.26.1.ebuild b/games-puzzle/gnome-taquin/gnome-taquin-3.26.1.ebuild new file mode 100644 index 00000000..e9584c28 --- /dev/null +++ b/games-puzzle/gnome-taquin/gnome-taquin-3.26.1.ebuild @@ -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="Move tiles so that they reach their places" +HOMEPAGE="https://wiki.gnome.org/Apps/Taquin" + +LICENSE="GPL-3+ CC-BY-SA-3.0 CC-BY-SA-4.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.40:2 + >=gnome-base/librsvg-2.32:2 + >=media-libs/libcanberra-0.26[gtk3] + >=x11-libs/gtk+-3.15:3 +" +# libxml2+gdk-pixbuf required for glib-compile-resources +DEPEND="${RDEPEND} + $(vala_depend) + app-text/yelp-tools + dev-libs/appstream-glib + dev-libs/libxml2 + >=dev-util/intltool-0.50 + sys-devel/gettext + x11-libs/gdk-pixbuf + virtual/pkgconfig +" + +src_prepare() { + gnome2_src_prepare + vala_src_prepare +} diff --git a/games-puzzle/gnome-taquin/metadata.xml b/games-puzzle/gnome-taquin/metadata.xml new file mode 100644 index 00000000..39980802 --- /dev/null +++ b/games-puzzle/gnome-taquin/metadata.xml @@ -0,0 +1,8 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + +