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 9F7C415ACFB for ; Mon, 17 Apr 2023 22:08:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29767E0AA0; Mon, 17 Apr 2023 22:08:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 14F42E0AA0 for ; Mon, 17 Apr 2023 22:08:10 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6043E340CDE for ; Mon, 17 Apr 2023 22:08:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7ADA7A53 for ; Mon, 17 Apr 2023 22:08:05 +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: <1681769160.06bfe9699d41a6cf811af12cb56721314ff36fe7.chiitoo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/lxqt-themes/Manifest x11-themes/lxqt-themes/lxqt-themes-1.3.0.ebuild X-VCS-Directories: x11-themes/lxqt-themes/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 06bfe9699d41a6cf811af12cb56721314ff36fe7 X-VCS-Branch: master Date: Mon, 17 Apr 2023 22:08:05 +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: f2a3b9fc-4514-4311-944d-5febc8c9c646 X-Archives-Hash: 6e176bdbaf40049f0c190939c1dc7701 commit: 06bfe9699d41a6cf811af12cb56721314ff36fe7 Author: Michael Vetter iodoru org> AuthorDate: Sat Apr 15 19:08:49 2023 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Mon Apr 17 22:06:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06bfe969 x11-themes/lxqt-themes: add 1.3.0 Signed-off-by: Michael Vetter iodoru.org> Signed-off-by: Jimi Huotari gentoo.org> x11-themes/lxqt-themes/Manifest | 1 + x11-themes/lxqt-themes/lxqt-themes-1.3.0.ebuild | 30 +++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/x11-themes/lxqt-themes/Manifest b/x11-themes/lxqt-themes/Manifest index 05fa9f5675bc..fbfb6635e231 100644 --- a/x11-themes/lxqt-themes/Manifest +++ b/x11-themes/lxqt-themes/Manifest @@ -1 +1,2 @@ DIST lxqt-themes-1.2.0.tar.xz 26646616 BLAKE2B fdb5e0879af6a2e68fb95e58599f0d9eadc3e935e20ed46a4c9da66859b28219896222d7102bddc2c7f600aff3dd72e37971b4143b286e87875296b499c35e31 SHA512 d43ff614a2b91436539b7cd7891d6ad5e968b49dfc44a7c1d9196f47827365b9a8377dd6d7d76c0e43ea09cee0b99e274b2663eaac0c4742559e70f9cbe6ebba +DIST lxqt-themes-1.3.0.tar.xz 26647512 BLAKE2B 7c00d77c17b34c420aaf2dc835fa540173dd69d137793d8304600b21ac0860d144f845d8f2f18079e37cb90c708a9b62ddb0cf7ee323e541ea9eb10b5a2cd68d SHA512 b07bd6223b5d39bc728722bfe88698692d283b8fb5af302c0c74f1aca32fc8d53d904fe3ad60e3e0d8d81d33fc1404856e2d6d360a71f3ec3d1f6e602a2941e8 diff --git a/x11-themes/lxqt-themes/lxqt-themes-1.3.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-1.3.0.ebuild new file mode 100644 index 000000000000..00ab08fb1657 --- /dev/null +++ b/x11-themes/lxqt-themes/lxqt-themes-1.3.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg-utils + +DESCRIPTION="LXQt Themes" +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 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +fi + +LICENSE="LGPL-2.1+" +SLOT="0" + +BDEPEND=">=dev-util/lxqt-build-tools-0.13.0" + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +}