diff options
author | Sobhan Mohammadpour <sobhan@gentoo.org> | 2017-12-01 19:48:17 +0330 |
---|---|---|
committer | Sobhan Mohammadpour <sobhan@gentoo.org> | 2017-12-04 19:55:08 +0330 |
commit | a7a737683112e67f0add35f67433084fc2335d41 (patch) | |
tree | d883cf33b4266704e4e656320c1fa3ac313f7325 /media-gfx | |
parent | dev-lang/python: remove old (diff) | |
download | gentoo-a7a737683112e67f0add35f67433084fc2335d41.tar.gz gentoo-a7a737683112e67f0add35f67433084fc2335d41.tar.bz2 gentoo-a7a737683112e67f0add35f67433084fc2335d41.zip |
media-gfx/frogr: New package
Frogr is a small application for the GNOME desktop that
allows users to manage their accounts in the Flickr
image hosting website. It supports all the basic Flickr
features, including uploading pictures, adding
descriptions, setting tags and managing sets and groups pools.
Closes: https://bugs.gentoo.org/472502
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/frogr/Manifest | 1 | ||||
-rw-r--r-- | media-gfx/frogr/frogr-1.3.ebuild | 28 | ||||
-rw-r--r-- | media-gfx/frogr/metadata.xml | 13 |
3 files changed, 42 insertions, 0 deletions
diff --git a/media-gfx/frogr/Manifest b/media-gfx/frogr/Manifest new file mode 100644 index 000000000000..c6bd342b3718 --- /dev/null +++ b/media-gfx/frogr/Manifest @@ -0,0 +1 @@ +DIST frogr-1.3.tar.xz 2552456 BLAKE2B 562f88898fec153c50696dce59b5396b6f9e88bc68cbf264e7954c2d2f402cb44cb2e6bf3c1c786d50285532c66167678f0fde053c317a0d23b6f4b210e69fa1 SHA512 82ca3ff1e97e7ff45bce1915f629809cc9efa6d33735b0e41b17bb8f69a31a2b035dd53045a3e56e7769d379b534a2468e37a684505438cfea70cc141103d1cb diff --git a/media-gfx/frogr/frogr-1.3.ebuild b/media-gfx/frogr/frogr-1.3.ebuild new file mode 100644 index 000000000000..f91b7a6a0516 --- /dev/null +++ b/media-gfx/frogr/frogr-1.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit gnome2 + +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 + >=dev-libs/json-glib-0.12 + >=x11-libs/gtk+-3.10:3[introspection] + >=media-libs/libexif-0.6.14 + >=dev-libs/libxml2-2.6.8 + media-libs/gstreamer:1.0 + >=net-libs/libsoup-2.34:2.4 + >=dev-libs/libgcrypt-1.5:* +" +DEPEND="${RDEPEND} +" +#video and header bar are enabled by default diff --git a/media-gfx/frogr/metadata.xml b/media-gfx/frogr/metadata.xml new file mode 100644 index 000000000000..a75837990a74 --- /dev/null +++ b/media-gfx/frogr/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>sobhan@gentoo.org</email> + <name>Sobhan Mohammadpour</name> + </maintainer> + <longdescription> + Frogr is a small application for the GNOME desktop that allows users to + manage their accounts in the Flickr image hosting website. It supports all + the basic Flickr features. + </longdescription> +</pkgmetadata> |