From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/linssid/
Date: Sat, 10 Nov 2018 04:52:45 +0000 (UTC) [thread overview]
Message-ID: <1541825505.d6f3a2a455194343dd0768cfea5f8a9012e39eac.gyakovlev@gentoo> (raw)
commit: d6f3a2a455194343dd0768cfea5f8a9012e39eac
Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sun Nov 4 16:54:07 2018 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Nov 10 04:51:45 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f3a2a4
net-wireless/linssid: disable optional gksu support
Also bumped to EAPI=7.
Closes: https://bugs.gentoo.org/670268
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
net-wireless/linssid/linssid-3.6-r1.ebuild | 61 ++++++++++++++++++++++++++++++
1 file changed, 61 insertions(+)
diff --git a/net-wireless/linssid/linssid-3.6-r1.ebuild b/net-wireless/linssid/linssid-3.6-r1.ebuild
new file mode 100644
index 00000000000..8dc533ea7ce
--- /dev/null
+++ b/net-wireless/linssid/linssid-3.6-r1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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"
+
+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="
+ ${DEPEND}
+ net-wireless/iw
+ sys-auth/polkit
+ x11-libs/libxkbcommon[X]
+"
+
+S="${WORKDIR}/${P}/${PN}-app"
+
+DOCS=( README_${PV} )
+
+src_prepare() {
+ default
+
+ # Fix lib path for x11-libs/qwt and use system qwt for compiling
+ sed -e '/libqwt-qt5.so.6/c\LIBS += -lqwt6-qt5' -e 's/CONFIG += release/& qwt/' -i linssid-app.pro || die
+}
+
+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
+}
next reply other threads:[~2018-11-10 4:52 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-10 4:52 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-07-06 21:48 Andreas Sturmlechner
2018-07-06 21:48 Andreas Sturmlechner
2018-07-05 1:13 Georgy Yakovlev
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=1541825505.d6f3a2a455194343dd0768cfea5f8a9012e39eac.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