summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilip Kobierski <fkobi@pm.me>2024-07-31 16:07:32 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2024-08-01 09:43:14 +0200
commit70ca2242224b918fac8dc3ffcac6930610de1f03 (patch)
tree99f9457a5bd2be2c9eee5b6a34f0297ac97f1244 /media-sound
parentmedia-sound/pulseaudio-ctl: remove empty IUSE (diff)
downloadgentoo-70ca2242224b918fac8dc3ffcac6930610de1f03.tar.gz
gentoo-70ca2242224b918fac8dc3ffcac6930610de1f03.tar.bz2
gentoo-70ca2242224b918fac8dc3ffcac6930610de1f03.zip
media-sound/qastools: fix pkgcheck issues
Signed-off-by: Filip Kobierski <fkobi@pm.me> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/qastools/qastools-0.23.0.ebuild8
-rw-r--r--media-sound/qastools/qastools-1.4.0.ebuild5
2 files changed, 5 insertions, 8 deletions
diff --git a/media-sound/qastools/qastools-0.23.0.ebuild b/media-sound/qastools/qastools-0.23.0.ebuild
index 739a04e7b390..789af4082220 100644
--- a/media-sound/qastools/qastools-0.23.0.ebuild
+++ b/media-sound/qastools/qastools-0.23.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,12 +7,12 @@ inherit cmake
DESCRIPTION="Qt5 GUI ALSA tools: mixer, configuration browser"
HOMEPAGE="https://gitlab.com/sebholt/qastools"
-SRC_URI="https://gitlab.com/sebholt/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz"
+SRC_URI="https://gitlab.com/sebholt/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
+S="${WORKDIR}/${PN}-v${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
BDEPEND="
dev-qt/linguist-tools:5
@@ -30,8 +30,6 @@ DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}/${P}-nomancompress.patch" )
-S="${WORKDIR}"/${PN}-v${PV}
-
src_configure() {
local mycmakeargs=(
-DSKIP_LICENSE_INSTALL=ON
diff --git a/media-sound/qastools/qastools-1.4.0.ebuild b/media-sound/qastools/qastools-1.4.0.ebuild
index fd5462cfef8f..37704ef41fe2 100644
--- a/media-sound/qastools/qastools-1.4.0.ebuild
+++ b/media-sound/qastools/qastools-1.4.0.ebuild
@@ -7,13 +7,12 @@ inherit cmake
DESCRIPTION="Qt GUI ALSA tools: mixer, configuration browser"
HOMEPAGE="https://gitlab.com/sebholt/qastools"
-SRC_URI="https://gitlab.com/sebholt/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz"
-S="${WORKDIR}"/${PN}-v${PV}
+SRC_URI="https://gitlab.com/sebholt/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
+S="${WORKDIR}/${PN}-v${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
RDEPEND="
dev-qt/qtbase:6[dbus,gui,network,widgets]