summaryrefslogtreecommitdiff
path: root/lxqt-base
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-16 00:29:52 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-16 00:29:52 +0000
commitb57ab45d323a5f705adedd0d105e1da6084a45b4 (patch)
treedcd91327ca8eb1f5a806a74a0793066d03ff5bb1 /lxqt-base
parent4645c7cb90339047afbb31ebbe2a5f95c0e27642 (diff)
lxqt-base/lxqt-config : revision bump
Diffstat (limited to 'lxqt-base')
-rw-r--r--lxqt-base/lxqt-config/files/lxqt-config-kscreen-52690.patch (renamed from lxqt-base/lxqt-config/files/kscreen.patch)0
-rw-r--r--lxqt-base/lxqt-config/files/lxqt-config-qgtk2.patch (renamed from lxqt-base/lxqt-config/files/qgtk2.patch)0
-rw-r--r--lxqt-base/lxqt-config/lxqt-config-1.2.0-r3.ebuild (renamed from lxqt-base/lxqt-config/lxqt-config-1.2.0-r2.ebuild)13
3 files changed, 5 insertions, 8 deletions
diff --git a/lxqt-base/lxqt-config/files/kscreen.patch b/lxqt-base/lxqt-config/files/lxqt-config-kscreen-52690.patch
index be6c0164..be6c0164 100644
--- a/lxqt-base/lxqt-config/files/kscreen.patch
+++ b/lxqt-base/lxqt-config/files/lxqt-config-kscreen-52690.patch
diff --git a/lxqt-base/lxqt-config/files/qgtk2.patch b/lxqt-base/lxqt-config/files/lxqt-config-qgtk2.patch
index bf684cdf..bf684cdf 100644
--- a/lxqt-base/lxqt-config/files/qgtk2.patch
+++ b/lxqt-base/lxqt-config/files/lxqt-config-qgtk2.patch
diff --git a/lxqt-base/lxqt-config/lxqt-config-1.2.0-r2.ebuild b/lxqt-base/lxqt-config/lxqt-config-1.2.0-r3.ebuild
index 936fe47f..b4492330 100644
--- a/lxqt-base/lxqt-config/lxqt-config-1.2.0-r2.ebuild
+++ b/lxqt-base/lxqt-config/lxqt-config-1.2.0-r3.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
fi
LICENSE="GPL-2 GPL-2+ GPL-3 LGPL-2 LGPL-2+ LGPL-2.1+ WTFPL-2"
@@ -49,16 +49,13 @@ DEPEND="
"
RDEPEND="${DEPEND}"
+PATCHES=( "${FILESDIR}"/"${PN}"-kscreen-52690.patch )
+
src_prepare() {
- if has_version ">=kde-plasma/libkscreen-5.26.90" ; then
- eapply "${FILESDIR}"/kscreen.patch
- fi
if use gtk; then
- eapply "${FILESDIR}"/qgtk2.patch
- cmake_src_prepare
- else
- cmake_src_prepare
+ PATCHES+=( "${FILESDIR}"/"${PN}"-qgtk2.patch )
fi
+ cmake_src_prepare
}
src_configure() {