diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-05-31 11:41:23 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-05-31 11:41:23 +0100 |
commit | 3330231dd1b3ae7085eb70045926d260260d7e14 (patch) | |
tree | 1fd0928e65d7c71331c860fa375f40f97baf8fc8 /x11-misc | |
parent | 421a17f90e084b06593d77a0354f632664c30744 (diff) |
media-sound/pavucontrol-qt : drop
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/qlipper/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/qlipper/qlipper-5.1.1.ebuild | 38 | ||||
-rw-r--r-- | x11-misc/qps/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/qps/qps-1.10.18.ebuild | 37 |
4 files changed, 0 insertions, 77 deletions
diff --git a/x11-misc/qlipper/Manifest b/x11-misc/qlipper/Manifest deleted file mode 100644 index fe4a5f95..00000000 --- a/x11-misc/qlipper/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qlipper-5.1.1.tar.gz 101397 BLAKE2B 3941a5715424ed0d0b66854a27fa88514d613b460c1fbb64d31b0b5a59abe3bde421df6a2297239fb00c59b4a8c053d240ff283c229d251fc5776de4ad152de8 SHA512 196e3a348028d4b0f52362a1c0cfb0c479a31b6b56af5c5423db91af2ecc926eee1c9da385171b2084e1a7b6e919d94d1c1626fa128636b4075a00bbc5351586 diff --git a/x11-misc/qlipper/qlipper-5.1.1.ebuild b/x11-misc/qlipper/qlipper-5.1.1.ebuild deleted file mode 100644 index 0fa83298..00000000 --- a/x11-misc/qlipper/qlipper-5.1.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils gnome2-utils - -DESCRIPTION="Lightweight and cross-platform clipboard history applet" -HOMEPAGE="https://github.com/pvanek/qlipper" -SRC_URI="https://github.com/pvanek/qlipper/archive/5.1.1.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -# bundles x11-libs/libqxt but no qt5 system version is available yet -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - x11-libs/libX11 -" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 -" - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/x11-misc/qps/Manifest b/x11-misc/qps/Manifest deleted file mode 100644 index aab02621..00000000 --- a/x11-misc/qps/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qps-1.10.18.tar.xz 164256 BLAKE2B 5eee79c2bab6eac23a91292132da4054836f86315a18399099aaad8853a06dbd79cb7c52af8c0e7098125d5cc06c04516235d6acb461e2caaf72584e7e05aa1b SHA512 f2647cb814e6cefba71aa70ee63c92dde88b312c9ada67e677de2bf22141afa3d7196d089606d270b610ddf3bd7466e6534de3614bea1a68d3a3b61a23b1c37d diff --git a/x11-misc/qps/qps-1.10.18.ebuild b/x11-misc/qps/qps-1.10.18.ebuild deleted file mode 100644 index 69867e59..00000000 --- a/x11-misc/qps/qps-1.10.18.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils gnome2-utils xdg-utils - -DESCRIPTION="Visual process manager - Qt version of ps/top" -HOMEPAGE="https://lxqt.org/" -SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" - -LICENSE="GPL-2+ LGPL-2.1+ QPL-1.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="debug" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 -" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 - >=lxqt-base/lxqt-build-tools-0.5.0 -" - -pkg_postinst() { - xdg_desktop_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - gnome2_icon_cache_update -} |