public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/viking/
Date: Sun,  7 Jan 2018 08:04:02 +0000 (UTC)	[thread overview]
Message-ID: <1515312224.56c1d7b0fbd1c807c4678735400d25a2f54e38ad.graaff@gentoo> (raw)

commit:     56c1d7b0fbd1c807c4678735400d25a2f54e38ad
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 08:03:44 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 08:03:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c1d7b0

sci-geosciences/viking: fix QA issues, bug 643332

Call gnome2_icon_cache_update and xdg_desktop_database_update
to updated caches.

Closes: https://bugs.gentoo.org/643332
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sci-geosciences/viking/viking-1.6.2-r1.ebuild | 84 +++++++++++++++++++++++++++
 1 file changed, 84 insertions(+)

diff --git a/sci-geosciences/viking/viking-1.6.2-r1.ebuild b/sci-geosciences/viking/viking-1.6.2-r1.ebuild
new file mode 100644
index 00000000000..3fec473d5bf
--- /dev/null
+++ b/sci-geosciences/viking/viking-1.6.2-r1.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="GPS data editor and analyzer"
+HOMEPAGE="https://sourceforge.net/projects/viking/"
+IUSE="doc +exif libexif gps +magic mapnik nls sqlite"
+SRC_URI="
+	mirror://sourceforge/${PN}/${P}.tar.bz2
+	doc? ( mirror://sourceforge/${PN}/${PN}.pdf )"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+COMMONDEPEND="
+	app-arch/bzip2
+	dev-libs/expat
+	dev-libs/glib:2
+	net-misc/curl
+	sys-libs/zlib
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:2
+	gps? ( >=sci-geosciences/gpsd-2.96 )
+	exif? ( libexif? ( media-libs/libexif ) !libexif? ( media-libs/gexiv2 ) )
+	magic? ( sys-apps/file )
+	mapnik? ( sci-geosciences/mapnik )
+	sqlite? ( dev-db/sqlite:3 )
+"
+RDEPEND="${COMMONDEPEND}
+	sci-geosciences/gpsbabel
+"
+DEPEND="${COMMONDEPEND}
+	app-text/gnome-doc-utils
+	dev-util/intltool
+	dev-util/gtk-doc-am
+	app-text/rarian
+	dev-libs/libxslt
+	virtual/pkgconfig
+	sys-devel/gettext
+"
+
+src_configure() {
+	econf \
+		--disable-deprecations \
+		--with-libcurl \
+		--with-expat \
+		--enable-google \
+		--enable-terraserver \
+		--enable-expedia \
+		--enable-openstreetmap \
+		--enable-bluemarble \
+		--enable-geonames \
+		--enable-geocaches \
+		--disable-dem24k \
+		$(use_enable exif geotag) \
+		$(use_with libexif ) \
+		$(use_enable gps realtime-gps-tracking) \
+		$(use_enable magic) \
+		$(use_enable mapnik) \
+		$(use_enable nls) \
+		$(use_enable sqlite mbtiles )
+}
+
+src_install() {
+	default
+	if use doc; then
+		insinto /usr/share/doc/${PF}
+		doins "${DISTDIR}"/${PN}.pdf
+	fi
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	gnome2_icon_cache_update
+}


             reply	other threads:[~2018-01-07  8:04 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-07  8:04 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-14 19:56 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/viking/ Andreas Sturmlechner
2024-06-26 11:55 Hans de Graaff
2022-03-26  0:27 Sam James
2021-12-02  6:07 Hans de Graaff
2021-03-12 10:36 Andrey Grozin
2021-03-12 10:31 Andrey Grozin
2021-03-12  8:24 Hans de Graaff
2021-01-06 17:14 Andreas K. Hüttel
2020-10-26  8:19 Michał Górny
2020-03-01  9:39 Hans de Graaff
2019-02-01 17:01 Andreas K. Hüttel
2019-01-23  6:32 Hans de Graaff
2019-01-22 16:28 Hans de Graaff
2019-01-22 16:28 Hans de Graaff
2018-10-14  6:40 Hans de Graaff
2018-04-26  5:16 Matt Turner
2018-01-21  7:33 Hans de Graaff
2017-05-02  6:04 Hans de Graaff
2017-05-02  6:04 Hans de Graaff
2016-04-16  6:30 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1515312224.56c1d7b0fbd1c807c4678735400d25a2f54e38ad.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox