From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4281A15817D for ; Sat, 15 Jun 2024 14:53:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04453E2AD4; Sat, 15 Jun 2024 14:53:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD366E2AD4 for ; Sat, 15 Jun 2024 14:53:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFA1B33E3A9 for ; Sat, 15 Jun 2024 14:53:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 448E91D12 for ; Sat, 15 Jun 2024 14:53:52 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1718462631.3176706f6aca4974deabd4c6e85f7e873a116ef3.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-config/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-config/Manifest lxqt-base/lxqt-config/lxqt-config-2.0.0.ebuild X-VCS-Directories: lxqt-base/lxqt-config/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 3176706f6aca4974deabd4c6e85f7e873a116ef3 X-VCS-Branch: master Date: Sat, 15 Jun 2024 14:53:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 54e7d6a9-4b84-481a-95d4-28e1cc7d161a X-Archives-Hash: 0302ebb6b4830e7413b415d6bf485b1b commit: 3176706f6aca4974deabd4c6e85f7e873a116ef3 Author: Jimi Huotari gentoo org> AuthorDate: Sat Jun 15 14:41:22 2024 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Sat Jun 15 14:43:51 2024 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=3176706f lxqt-base/lxqt-config: drop 2.0.0 Signed-off-by: Jimi Huotari gentoo.org> lxqt-base/lxqt-config/Manifest | 1 - lxqt-base/lxqt-config/lxqt-config-2.0.0.ebuild | 70 -------------------------- 2 files changed, 71 deletions(-) diff --git a/lxqt-base/lxqt-config/Manifest b/lxqt-base/lxqt-config/Manifest deleted file mode 100644 index 5d8d5a46..00000000 --- a/lxqt-base/lxqt-config/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lxqt-config-2.0.0.tar.xz 380552 BLAKE2B 5b6dc5f1323609b487608efabcd3b3a2b2d14ee0374a9959b9ee1627146232ff8d91ea244b243a342217f06613424e5e0dca0b89bfef99771dcf8018fccba2ea SHA512 dbb96a069fa0b73c5e7cb6ed26d99ddf838df363b3dba5c6f8ac3dde4ab316646c6bea6fd6d463d9ddc76c38ce8b75dbf1fadc7e56d4c548a54c6d53b494bce3 diff --git a/lxqt-base/lxqt-config/lxqt-config-2.0.0.ebuild b/lxqt-base/lxqt-config/lxqt-config-2.0.0.ebuild deleted file mode 100644 index b5163665..00000000 --- a/lxqt-base/lxqt-config/lxqt-config-2.0.0.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PV="$(ver_cut 1-2)" - -inherit cmake xdg-utils - -DESCRIPTION="LXQt system configuration control center" -HOMEPAGE="https://lxqt-project.org/" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - 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" -fi - -LICENSE="GPL-2 GPL-2+ GPL-3 LGPL-2 LGPL-2+ LGPL-2.1+ WTFPL-2" -SLOT="0" -IUSE="+monitor +touchpad" - -BDEPEND=" - >=dev-qt/qttools-6.6:6[linguist] - >=dev-util/lxqt-build-tools-2.0.0 -" -DEPEND=" - >=dev-libs/libqtxdg-4.0.0 - >=dev-qt/qtbase-6.6:6[gui,widgets,xml] - >=dev-qt/qtsvg-6.6:6 - =lxqt-base/liblxqt-${MY_PV}*:= - =lxqt-base/lxqt-menu-data-${MY_PV}* - sys-libs/zlib:= - x11-apps/setxkbmap - x11-libs/libxcb:= - x11-libs/libX11 - x11-libs/libXcursor - x11-libs/libXfixes - monitor? ( kde-plasma/libkscreen:6= ) - touchpad? ( - virtual/libudev:= - x11-drivers/xf86-input-libinput - x11-libs/libXi - ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DWITH_MONITOR=$(usex monitor) - -DWITH_TOUCHPAD=$(usex touchpad) - ) - - cmake_src_configure -} - -src_install() { - cmake_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 -}