app-office/glabels: bump to 3.4.1
authorMart Raudsepp <leio@gentoo.org>
Wed, 12 Sep 2018 09:27:51 +0000 (12:27 +0300)
committerMart Raudsepp <leio@gentoo.org>
Wed, 12 Sep 2018 10:39:56 +0000 (13:39 +0300)
Closes: https://bugs.gentoo.org/662984
Closes: https://bugs.gentoo.org/653552
Package-Manager: Portage-2.3.49, Repoman-2.3.10

app-office/glabels/Manifest
app-office/glabels/glabels-3.4.1.ebuild [new file with mode: 0644]

index 41157f5d9eec77eacd6f4c3637f83410ecc01776..b0aeb55bacd2d15098c21f3e0a76ed9c8160b714 100644 (file)
@@ -1 +1,2 @@
 DIST glabels-3.4.0.tar.xz 3412796 BLAKE2B 10c711d5fbfb2a418abf7296c17102e3557b62b8c8eec7f9a54f54aa4a4c64ef19b09ed4ab3cd759800ebf070b247e840a0a1c7d1992abe7623f5483559b59cb SHA512 ae67474645b58418c75cd186c088ce7ec6916192d5dd207f429fe8e0f37ba34e467a6d707352ee120fd47e551d793545968dd916bf4f635a75dff094b1f86357
+DIST glabels-3.4.1.tar.xz 3467992 BLAKE2B 87da586052995a61b1031c5598a21142e525851c5d94b2870e6f62b0d2a6227f44b55ce1aaf6a4c52bd6bb81d9005fde0e58befe26834acb37f4b6728a378cdd SHA512 d3cb98a3b8e33aaace5773a5715ebe45a28a046dd89443b97126078261954fe4713abdc70c38d0d2b932a37eef02ea266726fd28433153bb5aef33c5d5f8175f
diff --git a/app-office/glabels/glabels-3.4.1.ebuild b/app-office/glabels/glabels-3.4.1.ebuild
new file mode 100644 (file)
index 0000000..3d345d6
--- /dev/null
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit eutils gnome2
+
+DESCRIPTION="Program for creating labels and business cards"
+HOMEPAGE="http://www.glabels.org/"
+
+LICENSE="GPL-3+ LGPL-3+ CC-BY-SA-3.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="barcode eds"
+
+RDEPEND="
+       >=dev-libs/glib-2.42.0:2
+       >=x11-libs/gtk+-3.14.0:3
+       >=dev-libs/libxml2-2.9.0:2
+       >=gnome-base/librsvg-2.39.0:2
+       >=x11-libs/cairo-1.14.0
+       >=x11-libs/pango-1.36.1
+       barcode? (
+               >=app-text/barcode-0.98
+               >=media-gfx/qrencode-3.1 )
+       eds? ( >=gnome-extra/evolution-data-server-3.12.0:= )
+"
+DEPEND="${RDEPEND}
+       app-text/docbook-xml-dtd:4.1.2
+       app-text/yelp-tools
+       dev-util/gtk-doc-am
+       >=dev-util/intltool-0.28
+       virtual/pkgconfig
+"
+
+src_configure() {
+       gnome2_src_configure \
+               $(use_with eds libebook) \
+               --disable-static
+}