summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Reifschneider <tranquility@gentoo.org>2016-03-28 12:25:40 +0200
committerOle Reifschneider <tranquility@gentoo.org>2016-03-28 12:25:40 +0200
commit72cb4518bf05f595df3d577ff89eaba9ec2fb645 (patch)
tree134a3210a1a424c0bcdfc604f59eb491235ff9c2
parentgnome-base/dconf-editor: Bump version to 3.20.0 (diff)
downloadgnome-72cb4518.tar.gz
gnome-72cb4518.tar.bz2
gnome-72cb4518.zip
gnome-extra/gnome-calculator: Bump version to 3.20.0
Package-Manager: portage-2.2.28 Manifest-Sign-Key: 0xE9E568677E8B4D42
-rw-r--r--gnome-extra/gnome-calculator/Manifest15
-rw-r--r--gnome-extra/gnome-calculator/gnome-calculator-3.20.0.ebuild41
-rw-r--r--gnome-extra/gnome-calculator/metadata.xml8
3 files changed, 64 insertions, 0 deletions
diff --git a/gnome-extra/gnome-calculator/Manifest b/gnome-extra/gnome-calculator/Manifest
new file mode 100644
index 00000000..e21935c0
--- /dev/null
+++ b/gnome-extra/gnome-calculator/Manifest
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST gnome-calculator-3.20.0.tar.xz 1347932 SHA256 504da356f4ab9d2a6ec989e2769ccf00afdbfb5aa8bd57e60c1e8f21652e0c92 SHA512 6f5daa64af19f91c35e9242e182aef759a13060e11476fac7965854af715ddf4c247e181e9146042a56e126a9665daf4ddd447950dc201f892ca9267e02a24e3 WHIRLPOOL f09eaa6e048d50c9c982e1dac61eacf49997865f54379662564fd6dac71946a3eb2715af8c7c0bb604f19e6eac56d8a3c1eaa344528c4fc49f346e09c104a60d
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAEBCAAGBQJW+QakAAoJEOnlaGd+i01CGW4IAK+AOQ47da/ILMvdGN3x4OAl
+gJSBkhTuyiWJO3hOdOb3Lyw8foUaIsFzAxnUYTw5b01FzXZmpKHu4KkU00VqOmx8
+IPHhuMOddGLADgeKLVLHr156tOq8PMk05/+KeECHor8s77EFK+TXs98V0phHFSdX
+RPATDfeag5xeHyvM2WAS2I+uiLM+mr2Cz8ci6OCnLtJCGMnMDsTsjb7Ff70+TJV/
+tVio41uAO7j8IlKXYa9f2BrtBPmiCJnlnk+LS9zp5LSyf7SBM+xebtzTlhD/PaOg
+MmnYvC8d6uNL0V7rL84C+1DEbplqs4w1gWx+Y27to3kUJXm6Ex41o0PpVVQj7GU=
+=p5sk
+-----END PGP SIGNATURE-----
diff --git a/gnome-extra/gnome-calculator/gnome-calculator-3.20.0.ebuild b/gnome-extra/gnome-calculator/gnome-calculator-3.20.0.ebuild
new file mode 100644
index 00000000..d6282490
--- /dev/null
+++ b/gnome-extra/gnome-calculator/gnome-calculator-3.20.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="A calculator application for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Calculator"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+
+COMMON_DEPEND="
+ dev-libs/libxml2:2
+ dev-libs/mpfr:0
+ >=dev-libs/glib-2.40:2
+ >=net-libs/libsoup-2.42:2.4
+ >=x11-libs/gtk+-3.11.6:3
+ >=x11-libs/gtksourceview-3.15.1:3.0
+"
+RDEPEND="${COMMON_DEPEND}
+ !<gnome-extra/gnome-utils-2.3
+ !gnome-extra/gcalctool
+"
+DEPEND="${COMMON_DEPEND}
+ >=dev-util/intltool-0.50
+ dev-util/itstool
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_configure() {
+ gnome2_src_configure \
+ --disable-static \
+ VALAC=$(type -P true)
+}
diff --git a/gnome-extra/gnome-calculator/metadata.xml b/gnome-extra/gnome-calculator/metadata.xml
new file mode 100644
index 00000000..39980802
--- /dev/null
+++ b/gnome-extra/gnome-calculator/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>gnome@gentoo.org</email>
+ <name>Gentoo GNOME Desktop</name>
+</maintainer>
+</pkgmetadata>