summaryrefslogtreecommitdiff
path: root/lxqt-base/lxqt-config
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-05-31 11:32:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-05-31 11:32:45 +0100
commit421a17f90e084b06593d77a0354f632664c30744 (patch)
tree928bccdb91be0d064361b95f5a0595fc50fbed43 /lxqt-base/lxqt-config
parentf2f3fc0601dae0efdf582833e773ff9d87759ec9 (diff)
lxqt-base/lxqt-meta : drop lxqt and related packages
Diffstat (limited to 'lxqt-base/lxqt-config')
-rw-r--r--lxqt-base/lxqt-config/Manifest1
-rw-r--r--lxqt-base/lxqt-config/files/lxqt-config-0.14.1-qt-5.14-build.patch21
-rw-r--r--lxqt-base/lxqt-config/files/lxqt-config-hide-unwanted-appearance-settings.patch64
-rw-r--r--lxqt-base/lxqt-config/lxqt-config-0.14.1-r1.ebuild85
4 files changed, 0 insertions, 171 deletions
diff --git a/lxqt-base/lxqt-config/Manifest b/lxqt-base/lxqt-config/Manifest
deleted file mode 100644
index 703c2426..00000000
--- a/lxqt-base/lxqt-config/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-config-0.14.1.tar.xz 293304 BLAKE2B f090d7878815edc4f3f0078301a099ffc8ff57865516a9097db75faa1627af33c60d76b75cef8a7da5e9e790869e6768f54c3b17c59b038578f22d645c3c22fd SHA512 747644f8e0623cb2e8eadda57c7307387423152a089d5b423b06650fbf235371764a26e82363cbee9db5c1145e3fdb754e6ecdcf0930dccec375dda424c8b13f
diff --git a/lxqt-base/lxqt-config/files/lxqt-config-0.14.1-qt-5.14-build.patch b/lxqt-base/lxqt-config/files/lxqt-config-0.14.1-qt-5.14-build.patch
deleted file mode 100644
index 31b22cd6..00000000
--- a/lxqt-base/lxqt-config/files/lxqt-config-0.14.1-qt-5.14-build.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From cd7de12f2ebe5a2ad03c2086da4c3b5317a4506e Mon Sep 17 00:00:00 2001
-From: Chih-Hsuan Yen <yan12125@gmail.com>
-Date: Sun, 15 Dec 2019 09:32:55 +0800
-Subject: [PATCH] Fix building with Qt 5.14
-
----
- lxqt-config-input/touchpaddevice.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/lxqt-config-input/touchpaddevice.cpp b/lxqt-config-input/touchpaddevice.cpp
-index 31adbe5f..41690c2c 100644
---- a/lxqt-config-input/touchpaddevice.cpp
-+++ b/lxqt-config-input/touchpaddevice.cpp
-@@ -21,6 +21,7 @@
- #include <cmath>
- #include <QDebug>
- #include <QX11Info>
-+#include <QUrl>
- #include <libudev.h>
- #include <LXQt/Settings>
- #include <X11/Xatom.h>
diff --git a/lxqt-base/lxqt-config/files/lxqt-config-hide-unwanted-appearance-settings.patch b/lxqt-base/lxqt-config/files/lxqt-config-hide-unwanted-appearance-settings.patch
deleted file mode 100644
index ddfd7801..00000000
--- a/lxqt-base/lxqt-config/files/lxqt-config-hide-unwanted-appearance-settings.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-diff -Nur a/lxqt-config-appearance/main.cpp b/lxqt-config-appearance/main.cpp
---- a/lxqt-config-appearance/main.cpp 2019-02-24 00:16:01.000000000 +0000
-+++ b/lxqt-config-appearance/main.cpp 2019-05-22 11:13:45.456936737 +0100
-@@ -30,10 +30,7 @@
- #include <LXQt/Settings>
- #include <LXQt/ConfigDialog>
- #include <QCommandLineParser>
--#include "iconthemeconfig.h"
- #include "lxqtthemeconfig.h"
--#include "styleconfig.h"
--#include "fontsconfig.h"
- #include "configothertoolkits.h"
-
- #include "../liblxqt-config-cursor/selectwnd.h"
-@@ -66,23 +63,6 @@
-
- QSettings& qtSettings = *settings; // use lxqt config file for Qt settings in Qt5.
-
-- /*** Widget Style ***/
-- StyleConfig* stylePage = new StyleConfig(settings, &qtSettings, &mConfigAppearanceSettings, configOtherToolKits, dialog);
-- dialog->addPage(stylePage, QObject::tr("Widget Style"), QStringList() << "preferences-desktop-theme" << "preferences-desktop");
-- QObject::connect(dialog, &LXQt::ConfigDialog::reset, stylePage, &StyleConfig::initControls);
-- QObject::connect(stylePage, &StyleConfig::settingsChanged, dialog, [dialog] {
-- dialog->enableButton(QDialogButtonBox::Apply, true); // enable Apply button when something is changed
-- });
--
-- /*** Icon Theme ***/
-- IconThemeConfig* iconPage = new IconThemeConfig(settings, dialog);
-- dialog->addPage(iconPage, QObject::tr("Icons Theme"), QStringList() << "preferences-desktop-icons" << "preferences-desktop");
-- QObject::connect(dialog, &LXQt::ConfigDialog::reset, iconPage, &IconThemeConfig::initControls);
-- QObject::connect(iconPage, &IconThemeConfig::settingsChanged, dialog, [dialog] {
-- dialog->enableButton(QDialogButtonBox::Apply, true);
-- });
-- QObject::connect(iconPage, &IconThemeConfig::updateOtherSettings, configOtherToolKits, &ConfigOtherToolKits::setConfig);
--
- /*** LXQt Theme ***/
- LXQtThemeConfig* themePage = new LXQtThemeConfig(settings, dialog);
- dialog->addPage(themePage, QObject::tr("LXQt Theme"), QStringList() << "preferences-desktop-color" << "preferences-desktop");
-@@ -91,14 +71,6 @@
- dialog->enableButton(QDialogButtonBox::Apply, true);
- });
-
-- /*** Font ***/
-- FontsConfig* fontsPage = new FontsConfig(settings, &qtSettings, dialog);
-- dialog->addPage(fontsPage, QObject::tr("Font"), QStringList() << "preferences-desktop-font" << "preferences-desktop");
-- QObject::connect(dialog, &LXQt::ConfigDialog::reset, fontsPage, &FontsConfig::initControls);
-- QObject::connect(fontsPage, &FontsConfig::updateOtherSettings, configOtherToolKits, &ConfigOtherToolKits::setConfig);
-- QObject::connect(fontsPage, &FontsConfig::settingsChanged, dialog, [dialog] {
-- dialog->enableButton(QDialogButtonBox::Apply, true);
-- });
-
- /*** Cursor Theme ***/
- SelectWnd* cursorPage = new SelectWnd(sessionSettings, dialog);
-@@ -112,10 +84,7 @@
- QObject::connect(dialog, &LXQt::ConfigDialog::clicked, [=] (QDialogButtonBox::StandardButton btn) {
- if (btn == QDialogButtonBox::Apply)
- {
-- stylePage->applyStyle();
-- iconPage->applyIconTheme();
- themePage->applyLxqtTheme();
-- fontsPage->updateQtFont();
- cursorPage->applyCusorTheme();
- // disable Apply button after changes are applied
- dialog->enableButton(btn, false);
diff --git a/lxqt-base/lxqt-config/lxqt-config-0.14.1-r1.ebuild b/lxqt-base/lxqt-config/lxqt-config-0.14.1-r1.ebuild
deleted file mode 100644
index 693697f0..00000000
--- a/lxqt-base/lxqt-config/lxqt-config-0.14.1-r1.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils xdg-utils
-
-DESCRIPTION="LXQt system configuration control center"
-HOMEPAGE="https://lxqt.org/"
-
-if [[ ${PV} = *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
- SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-LICENSE="GPL-2 GPL-2+ GPL-3 LGPL-2 LGPL-2+ LGPL-2.1+ WTFPL-2"
-SLOT="0"
-IUSE="+gtk +monitor +touchpad"
-
-BDEPEND="
- dev-qt/linguist-tools:5
- >=lxqt-base/lxqt-build-tools-0.6.0
-"
-DEPEND="
- >=dev-libs/libqtxdg-3.3.1
- dev-qt/qtcore:5
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- dev-qt/qtx11extras:5
- dev-qt/qtxml:5
- kde-frameworks/kwindowsystem:5
- =lxqt-base/liblxqt-$(ver_cut 1-2)*
- sys-libs/zlib:=
- x11-apps/setxkbmap
- x11-libs/libxcb:=
- x11-libs/libX11
- x11-libs/libXcursor
- x11-libs/libXfixes
- monitor? ( kde-plasma/libkscreen:5= )
- touchpad? (
- virtual/libudev
- x11-drivers/xf86-input-libinput
- x11-libs/libXext
- )
-"
-RDEPEND="${DEPEND}
- !lxqt-base/lxqt-l10n
-"
-
-PATCHES=( ${FILESDIR}/${P}-qt-5.14-build.patch )
-
-src_prepare() {
- if use gtk; then
- # Redcore Linux patch : hide no longer working appearance settings when using qgtk2 platform plugin
- eapply "${FILESDIR}"/"${PN}"-hide-unwanted-appearance-settings.patch
- cmake-utils_src_prepare
- else
- cmake-utils_src_prepare
- fi
-}
-
-src_configure() {
- local mycmakeargs=(
- -DWITH_MONITOR="$(usex monitor)"
- -DWITH_TOUCHPAD="$(usex touchpad)"
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- doman man/*.1 liblxqt-config-cursor/man/*.1 lxqt-config-appearance/man/*.1
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}