diff options
author | 2018-02-06 18:41:08 -0600 | |
---|---|---|
committer | 2018-02-06 18:54:22 -0600 | |
commit | 3f7484cf3cd9ba6e800e36c1ffb206899a379975 (patch) | |
tree | 3b479939aaca34737aa10e2d17c8d27b070ee7e0 /sci-calculators/qalculate-gtk/qalculate-gtk-2.2.0.ebuild | |
parent | sci-libs/libqalculate: version bump to 2.2.0 (diff) | |
download | gentoo-3f7484cf3cd9ba6e800e36c1ffb206899a379975.tar.gz gentoo-3f7484cf3cd9ba6e800e36c1ffb206899a379975.tar.bz2 gentoo-3f7484cf3cd9ba6e800e36c1ffb206899a379975.zip |
sci-calculators/qalculate-gtk: version bump to 2.2.0
Closes: https://bugs.gentoo.org/619012
Closes: https://bugs.gentoo.org/613974
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sci-calculators/qalculate-gtk/qalculate-gtk-2.2.0.ebuild')
-rw-r--r-- | sci-calculators/qalculate-gtk/qalculate-gtk-2.2.0.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/sci-calculators/qalculate-gtk/qalculate-gtk-2.2.0.ebuild b/sci-calculators/qalculate-gtk/qalculate-gtk-2.2.0.ebuild new file mode 100644 index 000000000000..7a244310dcfc --- /dev/null +++ b/sci-calculators/qalculate-gtk/qalculate-gtk-2.2.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2 + +DESCRIPTION="Modern multi-purpose calculator" +HOMEPAGE="https://qalculate.github.io/" +SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="gnome" + +RDEPEND=">=sci-libs/libqalculate-2.2.0:= + x11-libs/gtk+:3" +DEPEND="${RDEPEND} + app-text/rarian + sys-devel/gettext + dev-util/intltool + virtual/pkgconfig" + +PATCHES=( + "${FILESDIR}/${PN}-0.9.9-entry.patch" +) + +src_prepare() { + # Required by src_test() and `make check` + echo data/periodictable.ui > po/POTFILES.skip || die + + gnome2_src_prepare +} |