mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-calculators/qalculate-gtk: add 5.3.0, add myself as proxy maintainer
- Remove patch that included code in the new release Signed-off-by: Christopher Fore <csfore@posteo.net> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
df2ddcb623
commit
8546f793e1
@@ -1 +1,2 @@
|
||||
DIST qalculate-gtk-5.2.0.tar.gz 2902354 BLAKE2B b52433538edb3c7840cf094ac56ebfcc6880ea704fd64e142af9c3965b0ccaadfa8ed7d764cce3a7d9d47d8cd620b685246e59ac5461160512b8eef7141cf092 SHA512 e65e8cd5ad505e2f20a1f917a831381cbb69a0b086e8e371685e918b8638a766f6f80be5420e73da6fcf347dc96c5bbf7fced6e694311b13b533a9bf279814c0
|
||||
DIST qalculate-gtk-5.3.0.tar.gz 2963963 BLAKE2B a7d827b62c5a771b401c0d7578293d60ec3a68721e00521baed05f202bee9464e3d75be097dbcff2d11883b5988c13c34245bf3eb7779ca5dffa55e31e7304e2 SHA512 d36165e1e4321c64d99a788110f0a567e51649a62f563f2a24be470d3cf302da3840c65634336b7d0508858fa2f77aae94531f9447298b32891bcf60e87d625f
|
||||
|
||||
@@ -5,6 +5,14 @@
|
||||
<email>sci@gentoo.org</email>
|
||||
<name>Gentoo Science Project</name>
|
||||
</maintainer>
|
||||
<maintainer type="person" proxied="yes">
|
||||
<email>csfore@posteo.net</email>
|
||||
<name>Christopher Fore</name>
|
||||
</maintainer>
|
||||
<maintainer type="project" proxied="proxy">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
Qalculate! is a multi-purpose desktop calculator for GNU/Linux. It is
|
||||
small and simple to use but with much power and versatility
|
||||
|
||||
39
sci-calculators/qalculate-gtk/qalculate-gtk-5.3.0.ebuild
Normal file
39
sci-calculators/qalculate-gtk/qalculate-gtk-5.3.0.ebuild
Normal file
@@ -0,0 +1,39 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
# Note: bump with sci-libs/libqalculate and sci-calculators/qalculate-qt!
|
||||
|
||||
inherit xdg
|
||||
|
||||
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 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
|
||||
|
||||
RDEPEND="dev-libs/glib:2
|
||||
>=sci-libs/libqalculate-${PV}:=
|
||||
x11-libs/cairo
|
||||
x11-libs/gdk-pixbuf
|
||||
x11-libs/gtk+:3
|
||||
x11-libs/pango"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="dev-util/gdbus-codegen
|
||||
dev-util/intltool
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig"
|
||||
|
||||
src_prepare() {
|
||||
# Required by src_test() and `make check`
|
||||
cat >po/POTFILES.skip <<-EOF || die
|
||||
# Required by make check
|
||||
data/calendarconversion.ui
|
||||
data/periodictable.ui
|
||||
EOF
|
||||
|
||||
default
|
||||
}
|
||||
Reference in New Issue
Block a user