summaryrefslogtreecommitdiff
path: root/lxqt-base/lxqt-config
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-15 18:03:13 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-15 18:03:13 +0100
commitb2842112832e3fe38bc7fceb1b3db4b24264e542 (patch)
tree649c6e31742bc50464ad96401c3895f88dab78cc /lxqt-base/lxqt-config
parentb55133a6f04a2fbdb3d4dc1492ad69d1f8e74856 (diff)
Revert "lxqt : version bump"
This reverts commit b55133a6f04a2fbdb3d4dc1492ad69d1f8e74856.
Diffstat (limited to 'lxqt-base/lxqt-config')
-rw-r--r--lxqt-base/lxqt-config/Manifest1
-rw-r--r--lxqt-base/lxqt-config/lxqt-config-0.11.1.ebuild54
2 files changed, 0 insertions, 55 deletions
diff --git a/lxqt-base/lxqt-config/Manifest b/lxqt-base/lxqt-config/Manifest
deleted file mode 100644
index 344f3d41..00000000
--- a/lxqt-base/lxqt-config/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-config-0.11.1.tar.xz 198028 SHA256 65899ba616a637a8abf88889285aed400046064c85fc29393522782bf557425b SHA512 6248953e4227c4ad40437ab54026aa3e4010f49244562efae91e50a9f791fcd27057518700a78a7b142fbca47b058c6d0ec4a7fff098332ce97843bb5399f1cc WHIRLPOOL 745ab48f1d70d3e843d8042228034b42a1f90577e1394f05ad79dcf8fbc6884a7d673266ccd3367cc3db5b24f4fec4c5c6d2db6dac8de47e52a891233b61295b
diff --git a/lxqt-base/lxqt-config/lxqt-config-0.11.1.ebuild b/lxqt-base/lxqt-config/lxqt-config-0.11.1.ebuild
deleted file mode 100644
index 27813af8..00000000
--- a/lxqt-base/lxqt-config/lxqt-config-0.11.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit cmake-utils
-
-DESCRIPTION="LXQt system configuration control center"
-HOMEPAGE="http://lxqt.org/"
-
-if [[ ${PV} = *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
-else
- SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-LICENSE="GPL-2 LGPL-2.1+"
-SLOT="0"
-
-CDEPEND="
- >=dev-libs/libqtxdg-1.0.0
- dev-qt/qtconcurrent:5
- 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
- kde-plasma/libkscreen:5=
- ~lxqt-base/liblxqt-${PV}
- sys-libs/zlib
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libxcb:=
- x11-libs/libX11
- x11-libs/libXcursor
- x11-libs/libXext
- x11-libs/libXfixes"
-DEPEND="${CDEPEND}
- dev-qt/linguist-tools:5"
-RDEPEND="${CDEPEND}
- x11-apps/setxkbmap"
-
-src_configure() {
- local mycmakeargs=( -DPULL_TRANSLATIONS=OFF )
- cmake-utils_src_configure
-}
-
-src_install(){
- cmake-utils_src_install
- doman man/*.1 liblxqt-config-cursor/man/*.1 lxqt-config-appearance/man/*.1
-}