public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/linssid/
Date: Thu,  5 Jul 2018 01:13:17 +0000 (UTC)	[thread overview]
Message-ID: <1530752944.d27feb4c5e6a70ce5d6517486b49e9fb55db2e23.gyakovlev@gentoo> (raw)

commit:     d27feb4c5e6a70ce5d6517486b49e9fb55db2e23
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sat Jun 30 12:46:12 2018 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Jul  5 01:09:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d27feb4c

net-wireless/linssid: bump to version 3.6

Closes: https://bugs.gentoo.org/659678
Closes: https://github.com/gentoo/gentoo/pull/9013
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-wireless/linssid/Manifest           |  1 +
 net-wireless/linssid/linssid-3.6.ebuild | 70 +++++++++++++++++++++++++++++++++
 2 files changed, 71 insertions(+)

diff --git a/net-wireless/linssid/Manifest b/net-wireless/linssid/Manifest
index ed80d155ded..240b5a574f0 100644
--- a/net-wireless/linssid/Manifest
+++ b/net-wireless/linssid/Manifest
@@ -1 +1,2 @@
 DIST linssid_3.5.orig.tar.gz 396769 BLAKE2B f2d04af5d990a51cce8501309fcf14090e262b531ec6b914c3373d4bf0cb2d2bfed9ead81a21e2dfe5a3f7bf2cef3d400aadb216604317946a8dc4938298246a SHA512 874f428a6a6de34404b57601f016f9e417e75578ec5c5c0661fa614f2bde80d732132d31880f7b947a7178b0fcaf6b00bb3c317a652346d50009ce814b46f7b1
+DIST linssid_3.6.orig.tar.gz 397541 BLAKE2B 35d56cc9439a3a117200c59a03dad3a53bbecbe522a5592ba4cd6a5d37332c4b8c6ec065b7357643bda6b7b54462d720e3ee0b3efcb5a80e14c809330d84fc2b SHA512 066c890776a23d0e5fe8518826c64edc4b7d6dcef28cd7ce58f842e52b9e2b13517358ca6df636613abd1e860b20c6b542b5df165de1aa262e1e7db8a60e00e5

diff --git a/net-wireless/linssid/linssid-3.6.ebuild b/net-wireless/linssid/linssid-3.6.ebuild
new file mode 100644
index 00000000000..3b0e116ee02
--- /dev/null
+++ b/net-wireless/linssid/linssid-3.6.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit qmake-utils xdg-utils
+
+DESCRIPTION="Graphical wireless scanning for Linux"
+HOMEPAGE="https://sourceforge.net/projects/linssid/"
+SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.orig.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="policykit"
+
+DEPEND="dev-libs/boost:=
+	dev-qt/qtcore:5
+	dev-qt/qtopengl:5
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	x11-libs/qwt:6[opengl,qt5(+),svg]"
+
+RDEPEND="net-wireless/iw
+	x11-libs/libxkbcommon[X]
+	policykit? ( sys-auth/polkit )
+	!policykit? ( app-admin/sudo
+		x11-libs/gksu )
+	${DEPEND}"
+
+S="${WORKDIR}/${P}/${PN}-app"
+
+DOCS=( README_${PV} )
+
+src_prepare() {
+	# Use system qwt for compiling
+	sed -i -e 's/CONFIG += release/CONFIG += release qwt/' linssid-app.pro || die
+
+	# Fix lib path for x11-libs/qwt
+	if use amd64; then
+		sed -i -e "s/lib\/libqwt-qt5.so.6/\/$(get_libdir)\/libqwt6-qt5.so.6/" linssid-app.pro || die
+	fi
+
+	# Enable 'gksu' when a user don't want policykit
+	if ! use policykit; then
+		sed -i -e 's/Exec=.*/Exec=gksu linssid/' linssid.desktop || die
+	fi
+
+	default
+}
+
+src_configure() {
+	eqmake5
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+
+	einstalldocs
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+}


             reply	other threads:[~2018-07-05  1:13 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-05  1:13 Georgy Yakovlev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-02-09 13:14 [gentoo-commits] repo/gentoo:master commit in: net-wireless/linssid/ Conrad Kostecki
2019-12-02 23:22 Conrad Kostecki
2019-08-23 14:42 Rick Farina
2019-04-13 19:10 Agostino Sarubbo
2018-11-10  4:52 Georgy Yakovlev
2018-11-10  4:52 Georgy Yakovlev
2018-07-06 21:48 Andreas Sturmlechner
2018-07-06 21:48 Andreas Sturmlechner
2018-06-25  4:44 Andreas Sturmlechner
2018-06-22 23:26 Georgy Yakovlev

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=1530752944.d27feb4c5e6a70ce5d6517486b49e9fb55db2e23.gyakovlev@gentoo \
    --to=gyakovlev@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