summaryrefslogtreecommitdiff
path: root/x11-misc
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 /x11-misc
parentf2f3fc0601dae0efdf582833e773ff9d87759ec9 (diff)
lxqt-base/lxqt-meta : drop lxqt and related packages
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/compton-conf/Manifest1
-rw-r--r--x11-misc/compton-conf/compton-conf-0.14.1-r2.ebuild28
-rw-r--r--x11-misc/compton/Manifest1
-rw-r--r--x11-misc/compton/compton-0.1_beta2-r10.ebuild74
-rw-r--r--x11-misc/compton/files/makefile.patch31
-rw-r--r--x11-misc/obconf-qt/Manifest1
-rw-r--r--x11-misc/obconf-qt/obconf-qt-0.14.1.ebuild49
-rw-r--r--x11-misc/pcmanfm-qt/Manifest1
-rw-r--r--x11-misc/pcmanfm-qt/files/pcmanfm-qt-0.14.1-use_view_action_icons_from_theme.patch12
-rw-r--r--x11-misc/pcmanfm-qt/pcmanfm-qt-0.14.1.ebuild62
10 files changed, 0 insertions, 260 deletions
diff --git a/x11-misc/compton-conf/Manifest b/x11-misc/compton-conf/Manifest
deleted file mode 100644
index cbfaa323..00000000
--- a/x11-misc/compton-conf/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST compton-conf-0.14.1.tar.gz 43598 BLAKE2B 7b5ba53f35b399cfa7a0c83717794658498e4f92dc67cd7e502b660c4942c12683e604d344093def50ffc527627f67985c52910cd5192536bda42a3f916bdfe7 SHA512 e40810c44076e9f06970c4645e2f72fadbf7912485f1815d02593ae7a5db4987054f263a73252ba1c99de7b9812decd92021bc5758f211325e494912535c51f7
diff --git a/x11-misc/compton-conf/compton-conf-0.14.1-r2.ebuild b/x11-misc/compton-conf/compton-conf-0.14.1-r2.ebuild
deleted file mode 100644
index 77fcbc8b..00000000
--- a/x11-misc/compton-conf/compton-conf-0.14.1-r2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2016-2017 Redcore Linux Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils
-
-DESCRIPTION="GUI configuration tool for compton X composite manager"
-HOMEPAGE="https://github.com/lxde/compton-conf"
-SRC_URI="https://github.com/lxde/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/linguist-tools:5
- dev-qt/qtwidgets:5
- >=lxqt-base/lxqt-build-tools-0.6.0"
-RDEPEND="${DEPEND}"
-
-src_install() {
- cmake-utils_src_install
- rm -rf "${D}"usr/share/"${PN}"
-}
diff --git a/x11-misc/compton/Manifest b/x11-misc/compton/Manifest
deleted file mode 100644
index 10048992..00000000
--- a/x11-misc/compton/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST compton-0.1_beta2.tar.gz 144239 BLAKE2B 993c091aa0eab4171740a26c4ea8e9da66368fbcddbbdf9c466dd2cb2dbe0a685dc6c2027a5b56d08df4fd42d21784dd2cbb7cf56869feb1b74b4854db20a5f8 SHA512 c3a019d90e32559d44e3a4969bcc15a15837db9c9519ce8cc70b1bd3d0cb16d29449f68cc2f6a8d834569c9620ec6533ab85c1586da957c69b1ae341d9584535
diff --git a/x11-misc/compton/compton-0.1_beta2-r10.ebuild b/x11-misc/compton/compton-0.1_beta2-r10.ebuild
deleted file mode 100644
index 3d14a03d..00000000
--- a/x11-misc/compton/compton-0.1_beta2-r10.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6,7} )
-inherit toolchain-funcs python-r1
-
-DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana"
-HOMEPAGE="https://github.com/chjj/compton"
-SRC_URI="https://github.com/chjj/compton/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="dbus +drm opengl +pcre xinerama"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="${PYTHON_DEPS}
- dev-libs/libconfig:=
- x11-libs/libX11
- x11-libs/libXcomposite
- x11-libs/libXdamage
- x11-libs/libXext
- x11-libs/libXfixes
- x11-libs/libXrandr
- x11-libs/libXrender
- dbus? ( sys-apps/dbus )
- opengl? ( virtual/opengl )
- pcre? ( dev-libs/libpcre:3 )
- xinerama? ( x11-libs/libXinerama )"
-RDEPEND="${COMMON_DEPEND}
- x11-apps/xprop
- x11-apps/xwininfo"
-DEPEND="${COMMON_DEPEND}
- app-text/asciidoc
- virtual/pkgconfig
- x11-base/xorg-proto
- drm? ( x11-libs/libdrm )"
-
-nobuildit() { use $1 || echo yes ; }
-
-pkg_setup() {
- if [[ ${MERGE_TYPE} != binary ]]; then
- tc-export CC
- fi
-}
-
-src_prepare() {
- default
- eapply ${FILESDIR}/makefile.patch
-}
-
-src_compile() {
- emake docs
-
- NO_DBUS=$(nobuildit dbus) \
- NO_XINERAMA=$(nobuildit xinerama) \
- NO_VSYNC_DRM=$(nobuildit drm) \
- NO_VSYNC_OPENGL=$(nobuildit opengl) \
- NO_REGEX_PCRE=$(nobuildit pcre) \
- emake compton
-}
-
-src_install() {
- NO_DBUS=$(nobuildit dbus) \
- NO_VSYNC_DRM=$(nobuildit drm) \
- NO_VSYNC_OPENGL=$(nobuildit opengl) \
- NO_REGEX_PCRE=$(nobuildit pcre) \
- default
- docinto examples
- dodoc compton.sample.conf dbus-examples/*
- python_foreach_impl python_newscript bin/compton-convgen.py compton-convgen
-}
diff --git a/x11-misc/compton/files/makefile.patch b/x11-misc/compton/files/makefile.patch
deleted file mode 100644
index 904ec97b..00000000
--- a/x11-misc/compton/files/makefile.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -Nur a/Makefile b/Makefile
---- a/Makefile 2013-10-21 15:17:01.000000000 +0100
-+++ b/Makefile 2017-12-03 19:42:08.110646392 +0000
-@@ -6,7 +6,6 @@
- PREFIX ?= /usr
- BINDIR ?= $(PREFIX)/bin
- MANDIR ?= $(PREFIX)/share/man/man1
--APPDIR ?= $(PREFIX)/share/applications
-
- PACKAGES = x11 xcomposite xfixes xdamage xrender xext xrandr
- LIBS = -lm -lrt
-@@ -126,10 +125,9 @@
- docs: $(MANPAGES) $(MANPAGES_HTML)
-
- install: $(BINS) docs
-- @install -d "$(DESTDIR)$(BINDIR)" "$(DESTDIR)$(MANDIR)" "$(DESTDIR)$(APPDIR)"
-+ @install -d "$(DESTDIR)$(BINDIR)" "$(DESTDIR)$(MANDIR)"
- @install -m755 $(BINS) "$(DESTDIR)$(BINDIR)"/
- @install -m644 $(MANPAGES) "$(DESTDIR)$(MANDIR)"/
-- @install -m644 compton.desktop "$(DESTDIR)$(APPDIR)"/
- ifneq "$(DOCDIR)" ""
- @install -d "$(DESTDIR)$(DOCDIR)"
- @install -m644 README.md compton.sample.conf "$(DESTDIR)$(DOCDIR)"/
-@@ -139,7 +137,6 @@
- uninstall:
- @rm -f "$(DESTDIR)$(BINDIR)/compton" "$(DESTDIR)$(BINDIR)/compton-trans"
- @rm -f $(addprefix "$(DESTDIR)$(MANDIR)"/, compton.1 compton-trans.1)
-- @rm -f "$(DESTDIR)$(APPDIR)/compton.desktop"
- ifneq "$(DOCDIR)" ""
- @rm -f $(addprefix "$(DESTDIR)$(DOCDIR)"/, README.md compton.sample.conf cdbus-driver.sh)
- endif
diff --git a/x11-misc/obconf-qt/Manifest b/x11-misc/obconf-qt/Manifest
deleted file mode 100644
index 908d81f9..00000000
--- a/x11-misc/obconf-qt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST obconf-qt-0.14.1.tar.xz 97032 BLAKE2B 8bfe93325d37bdcca40b38f99f635cddf39ad1781e694f002676f6ff6fd0d6c708908ca458a051f63509f572b247b4de5778a1451e763c4372038ef99a1594d7 SHA512 7ae4feb8daa3853f768e9cb613fc99046f98744e03efc673ee9e5cb3d4ffa2861f2a9f762acd9c54ef2b9ca3f288d2901cdcce5c09db84689dd186006b8e26ed
diff --git a/x11-misc/obconf-qt/obconf-qt-0.14.1.ebuild b/x11-misc/obconf-qt/obconf-qt-0.14.1.ebuild
deleted file mode 100644
index d195189b..00000000
--- a/x11-misc/obconf-qt/obconf-qt-0.14.1.ebuild
+++ /dev/null
@@ -1,49 +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="Openbox window manager configuration tool"
-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+"
-SLOT="0"
-
-BDEPEND="
- dev-qt/linguist-tools:5
- >=lxqt-base/lxqt-build-tools-0.6.0
- virtual/pkgconfig
-"
-DEPEND="
- dev-libs/glib:2
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- dev-qt/qtx11extras:5
- sys-apps/sed
- x11-wm/openbox:3
- x11-libs/libX11
-"
-RDEPEND="${DEPEND}
- !lxqt-base/lxqt-l10n
-"
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
diff --git a/x11-misc/pcmanfm-qt/Manifest b/x11-misc/pcmanfm-qt/Manifest
deleted file mode 100644
index 280320d8..00000000
--- a/x11-misc/pcmanfm-qt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pcmanfm-qt-0.14.1.tar.xz 227360 BLAKE2B 2401238ad53838c9f6e45d596c43b09eecf555bfe069a5cef633c0442867f04b636bebf29241cae8b5a1161a9dad5648390badcd6a3d8b756ac6438acac4961f SHA512 f3d170ab8344332f740a3245cc549ea0c3bddc97a45472dcd46208d59413dd42d3571821f309184417a34a627d2cb093fcaa335f782cf6e526eef3fcad212b3e
diff --git a/x11-misc/pcmanfm-qt/files/pcmanfm-qt-0.14.1-use_view_action_icons_from_theme.patch b/x11-misc/pcmanfm-qt/files/pcmanfm-qt-0.14.1-use_view_action_icons_from_theme.patch
deleted file mode 100644
index 81a7a08b..00000000
--- a/x11-misc/pcmanfm-qt/files/pcmanfm-qt-0.14.1-use_view_action_icons_from_theme.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur a/pcmanfm/mainwindow.cpp b/pcmanfm/mainwindow.cpp
---- a/pcmanfm/mainwindow.cpp 2019-02-24 00:16:13.000000000 +0000
-+++ b/pcmanfm/mainwindow.cpp 2019-06-01 12:31:10.004634642 +0100
-@@ -201,7 +201,7 @@
-
- // use generic icons for view actions only if theme icons don't exist
- ui.actionIconView->setIcon(QIcon::fromTheme(QLatin1String("view-list-icons"), style()->standardIcon(QStyle::SP_FileDialogContentsView)));
-- ui.actionThumbnailView->setIcon(QIcon::fromTheme(QLatin1String("dialog-information"), style()->standardIcon(QStyle::SP_FileDialogInfoView)));
-+ ui.actionThumbnailView->setIcon(QIcon::fromTheme(QLatin1String("view-list-thumbnails"), style()->standardIcon(QStyle::SP_FileDialogInfoView)));
- ui.actionCompactView->setIcon(QIcon::fromTheme(QLatin1String("view-list-text"), style()->standardIcon(QStyle::SP_FileDialogListView)));
- ui.actionDetailedList->setIcon(QIcon::fromTheme(QLatin1String("view-list-details"), style()->standardIcon(QStyle::SP_FileDialogDetailedView)));
-
diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.14.1.ebuild b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.14.1.ebuild
deleted file mode 100644
index df0694d8..00000000
--- a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.14.1.ebuild
+++ /dev/null
@@ -1,62 +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
-
-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
-
-DESCRIPTION="Fast lightweight tabbed filemanager (Qt port)"
-HOMEPAGE="https://lxqt.org/"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-IUSE="samba"
-
-PATCHES=( "${FILESDIR}/${P}-use_view_action_icons_from_theme.patch" )
-
-BDEPEND="
- dev-qt/linguist-tools:5
- >=lxqt-base/lxqt-build-tools-0.6.0
-"
-DEPEND="
- dev-libs/glib:2
- dev-qt/qtcore:5
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- dev-qt/qtx11extras:5
- =x11-libs/libfm-qt-$(ver_cut 1-2)*
- x11-libs/libxcb:=
- x11-misc/xdg-utils
- virtual/eject
- virtual/freedesktop-icon-theme
-"
-RDEPEND="${DEPEND}
- samba? ( net-fs/samba
- x11-misc/pcmanfm-qt-share
- )
- !lxqt-base/lxqt-l10n
-"
-
-pkg_postinst() {
- xdg_desktop_database_update
-
- if ! has_version lxqt-base/lxqt-meta && ! has_version gnome-base/gvfs; then
- elog
- elog "To make use of the 'trash' functionality, please install"
- elog "the 'gnome-base/gvfs' package."
- elog
- fi
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
-}