Gentoo Archives: gentoo-commits

From: Sobhan Mohammadpour <sobhan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/frogr/
Date: Mon, 04 Dec 2017 16:32:13
Message-Id: 1512404708.a7a737683112e67f0add35f67433084fc2335d41.sobhan@gentoo
1 commit: a7a737683112e67f0add35f67433084fc2335d41
2 Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 1 16:18:17 2017 +0000
4 Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 4 16:25:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7a73768
7
8 media-gfx/frogr: New package
9
10 Frogr is a small application for the GNOME desktop that
11 allows users to manage their accounts in the Flickr
12 image hosting website. It supports all the basic Flickr
13 features, including uploading pictures, adding
14 descriptions, setting tags and managing sets and groups pools.
15
16 Closes: https://bugs.gentoo.org/472502
17 Package-Manager: Portage-2.3.16, Repoman-2.3.6
18
19 media-gfx/frogr/Manifest | 1 +
20 media-gfx/frogr/frogr-1.3.ebuild | 28 ++++++++++++++++++++++++++++
21 media-gfx/frogr/metadata.xml | 13 +++++++++++++
22 3 files changed, 42 insertions(+)
23
24 diff --git a/media-gfx/frogr/Manifest b/media-gfx/frogr/Manifest
25 new file mode 100644
26 index 00000000000..c6bd342b371
27 --- /dev/null
28 +++ b/media-gfx/frogr/Manifest
29 @@ -0,0 +1 @@
30 +DIST frogr-1.3.tar.xz 2552456 BLAKE2B 562f88898fec153c50696dce59b5396b6f9e88bc68cbf264e7954c2d2f402cb44cb2e6bf3c1c786d50285532c66167678f0fde053c317a0d23b6f4b210e69fa1 SHA512 82ca3ff1e97e7ff45bce1915f629809cc9efa6d33735b0e41b17bb8f69a31a2b035dd53045a3e56e7769d379b534a2468e37a684505438cfea70cc141103d1cb
31
32 diff --git a/media-gfx/frogr/frogr-1.3.ebuild b/media-gfx/frogr/frogr-1.3.ebuild
33 new file mode 100644
34 index 00000000000..f91b7a6a051
35 --- /dev/null
36 +++ b/media-gfx/frogr/frogr-1.3.ebuild
37 @@ -0,0 +1,28 @@
38 +# Copyright 1999-2017 Gentoo Foundation
39 +# Distributed under the terms of the GNU General Public License v2
40 +
41 +EAPI="6"
42 +
43 +inherit gnome2
44 +
45 +DESCRIPTION="flickr applications for GNOME"
46 +HOMEPAGE="https://live.gnome.org/Frogr"
47 +
48 +LICENSE="GPL-3"
49 +SLOT="0"
50 +KEYWORDS="~amd64"
51 +IUSE=""
52 +
53 +RDEPEND="
54 + >=dev-libs/glib-2.44
55 + >=dev-libs/json-glib-0.12
56 + >=x11-libs/gtk+-3.10:3[introspection]
57 + >=media-libs/libexif-0.6.14
58 + >=dev-libs/libxml2-2.6.8
59 + media-libs/gstreamer:1.0
60 + >=net-libs/libsoup-2.34:2.4
61 + >=dev-libs/libgcrypt-1.5:*
62 +"
63 +DEPEND="${RDEPEND}
64 +"
65 +#video and header bar are enabled by default
66
67 diff --git a/media-gfx/frogr/metadata.xml b/media-gfx/frogr/metadata.xml
68 new file mode 100644
69 index 00000000000..a75837990a7
70 --- /dev/null
71 +++ b/media-gfx/frogr/metadata.xml
72 @@ -0,0 +1,13 @@
73 +<?xml version="1.0" encoding="UTF-8"?>
74 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
75 +<pkgmetadata>
76 + <maintainer type="person">
77 + <email>sobhan@g.o</email>
78 + <name>Sobhan Mohammadpour</name>
79 + </maintainer>
80 + <longdescription>
81 + Frogr is a small application for the GNOME desktop that allows users to
82 + manage their accounts in the Flickr image hosting website. It supports all
83 + the basic Flickr features.
84 + </longdescription>
85 +</pkgmetadata>