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 E08E1138334 for ; Tue, 27 Nov 2018 19:00:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA9C7E0A64; Tue, 27 Nov 2018 19:00:18 +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 8228FE0A64 for ; Tue, 27 Nov 2018 19:00:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 64AE6335C39 for ; Tue, 27 Nov 2018 19:00:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04D6BA8 for ; Tue, 27 Nov 2018 19:00:00 +0000 (UTC) From: "Sobhan Mohammadpour" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sobhan Mohammadpour" Message-ID: <1543345192.9ec94340d3008d1c006558de6c09fb132a1ec336.sobhan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/frogr/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/frogr/Manifest media-gfx/frogr/frogr-1.5.ebuild X-VCS-Directories: media-gfx/frogr/ X-VCS-Committer: sobhan X-VCS-Committer-Name: Sobhan Mohammadpour X-VCS-Revision: 9ec94340d3008d1c006558de6c09fb132a1ec336 X-VCS-Branch: master Date: Tue, 27 Nov 2018 19:00:00 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 86b9addd-9ce6-4b36-b49f-71beec9673cd X-Archives-Hash: 75221aa7e52fb73127a045e1d2ee2306 commit: 9ec94340d3008d1c006558de6c09fb132a1ec336 Author: Sobhan Mohammadpour gentoo org> AuthorDate: Tue Nov 27 18:59:52 2018 +0000 Commit: Sobhan Mohammadpour gentoo org> CommitDate: Tue Nov 27 18:59:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec94340 media-gfx/frogr: bump 1.3 → 1.5 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Sobhan Mohammadpour gentoo.org> media-gfx/frogr/Manifest | 1 + media-gfx/frogr/frogr-1.5.ebuild | 47 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/media-gfx/frogr/Manifest b/media-gfx/frogr/Manifest index c6bd342b371..4c6c522f738 100644 --- a/media-gfx/frogr/Manifest +++ b/media-gfx/frogr/Manifest @@ -1 +1,2 @@ DIST frogr-1.3.tar.xz 2552456 BLAKE2B 562f88898fec153c50696dce59b5396b6f9e88bc68cbf264e7954c2d2f402cb44cb2e6bf3c1c786d50285532c66167678f0fde053c317a0d23b6f4b210e69fa1 SHA512 82ca3ff1e97e7ff45bce1915f629809cc9efa6d33735b0e41b17bb8f69a31a2b035dd53045a3e56e7769d379b534a2468e37a684505438cfea70cc141103d1cb +DIST frogr-1.5.tar.xz 2233600 BLAKE2B aeb04db0d5d57f470d377986f2e857ee63b47df85e9c3251cdfac8585efa19491650ecede0bfa95c157c2584298dc02173afec624bc439dcd8b52d101c465d54 SHA512 f4af5ec82ad1771e71387c40467fc697c7e3edff9f76ecd0f762e446d136a293477867cb7b6bc6d10bc0fdd95210b25f515eb56bf2d456f79009884019c44dd4 diff --git a/media-gfx/frogr/frogr-1.5.ebuild b/media-gfx/frogr/frogr-1.5.ebuild new file mode 100644 index 00000000000..2cb753483f1 --- /dev/null +++ b/media-gfx/frogr/frogr-1.5.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit gnome.org gnome2-utils meson xdg + +DESCRIPTION="flickr applications for GNOME" +HOMEPAGE="https://live.gnome.org/Frogr" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.44:2 + >=dev-libs/json-glib-1.2 + >=x11-libs/gtk+-3.16:3[introspection] + >=media-libs/libexif-0.6.14 + >=dev-libs/libxml2-2.6.8:2 + media-libs/gstreamer:1.0 + >=net-libs/libsoup-2.34:2.4 + >=dev-libs/libgcrypt-1.5:* +" +DEPEND="${RDEPEND} + >=sys-devel/gettext-0.19.7 + virtual/pkgconfig +" +# TODO add a useflag for enable-video or header-bar??? + +src_configure() { + local emesonargs=() + meson_src_configure +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_icon_cache_update + gnome2_schemas_update +} + +pkg_postrm() { + gnome2_icon_cache_update + xdg_pkg_postrm + gnome2_schemas_update +}