mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-wireless/suwidgets: Qt5 cleanup
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST suwidgets-0.3.0.tar.gz 143360 BLAKE2B 2d823afef947280bb199447f8a7a4e663f9dcb88f98d163a85bd714e22a9d573e92a7174fb910dd7a6eb388b261d8320e0a06a2177b8107e334955558c31daac SHA512 af6c378594e324587efabd72163d0715779ed53536aa0c02a8a1b39e0c2d8c6c991205a37f1f0dc75da03b8b0cb05a4a800fec631b6878568287fd6d1e46c47c
|
||||
DIST suwidgets-0.3.0_p20251029.tgz 853853 BLAKE2B 3a31dfa5463b97e918172369aea4c7a32f1a1a48c464c634d89da8ac08e834bad0ca0da5299ebf60a3e359e50232df1c388e7a5271c618a6827b4fe397d35f86 SHA512 5c9f58c373b5bf29839dec633f56365dbdf0b8326693872e5a5de0e2bcd13cd389d39a86e65b1e52825f2d24e17121439d02df275d62d04fb6def863f6b33dc8
|
||||
|
||||
@@ -1,39 +0,0 @@
|
||||
# Copyright 2020-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
inherit qmake-utils
|
||||
|
||||
DESCRIPTION="graphical library containing all SigDigger's custom widgets"
|
||||
HOMEPAGE="https://github.com/BatchDrake/SuWidgets"
|
||||
SRC_URI="https://github.com/BatchDrake/SuWidgets/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/SuWidgets-${PV}"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtopengl:5
|
||||
dev-qt/qtwidgets:5
|
||||
media-libs/libglvnd
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
sed -i '/^#include <QPainter>/i #include <QPainterPath>' Waveform.cpp Waterfall.cpp \
|
||||
Transition.cpp SymView.cpp QVerticalLabel.cpp LCD.cpp Histogram.cpp \
|
||||
Constellation.cpp ColorChooserButton.cpp
|
||||
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
eqmake5 SuWidgetsLib.pro
|
||||
}
|
||||
|
||||
src_install() {
|
||||
INSTALL_ROOT="${ED}" emake install
|
||||
}
|
||||
@@ -1,40 +0,0 @@
|
||||
# Copyright 2020-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
inherit qmake-utils
|
||||
|
||||
DESCRIPTION="graphical library containing all SigDigger's custom widgets"
|
||||
HOMEPAGE="https://github.com/BatchDrake/SuWidgets"
|
||||
SRC_URI="https://github.com/BatchDrake/SuWidgets/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/SuWidgets-${PV}"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtopengl:5
|
||||
dev-qt/qtwidgets:5
|
||||
media-libs/libglvnd
|
||||
net-wireless/sigutils
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
sed -i '/^#include <QPainter>/i #include <QPainterPath>' Waveform.cpp Waterfall.cpp \
|
||||
Transition.cpp SymView.cpp QVerticalLabel.cpp LCD.cpp Histogram.cpp \
|
||||
Constellation.cpp ColorChooserButton.cpp
|
||||
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
eqmake5 SuWidgetsLib.pro
|
||||
}
|
||||
|
||||
src_install() {
|
||||
INSTALL_ROOT="${ED}" emake install
|
||||
}
|
||||
Reference in New Issue
Block a user