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 0FD9E15808F for ; Wed, 9 Mar 2022 19:26:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22C9BE08FC; Wed, 9 Mar 2022 19:26:27 +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 0472DE08FC for ; Wed, 9 Mar 2022 19:26:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2A604342F52 for ; Wed, 9 Mar 2022 19:26:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20B4831A for ; Wed, 9 Mar 2022 19:26:23 +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: <1646852904.1456aeb4fe4d4475e581df1d604234da87ce07be.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-themes/lxqt-themes/ X-VCS-Repository: proj/qt X-VCS-Files: x11-themes/lxqt-themes/lxqt-themes-9999.ebuild X-VCS-Directories: x11-themes/lxqt-themes/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 1456aeb4fe4d4475e581df1d604234da87ce07be X-VCS-Branch: master Date: Wed, 9 Mar 2022 19:26:23 +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: d8eaed01-797e-4589-8abc-6757f586ee43 X-Archives-Hash: 1c17522c1b6a7a357ddcb2bb32f3cc08 commit: 1456aeb4fe4d4475e581df1d604234da87ce07be Author: Jimi Huotari gentoo org> AuthorDate: Wed Mar 9 19:08:24 2022 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Wed Mar 9 19:08:24 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=1456aeb4 x11-themes/lxqt-themes: sync with the latest release ebuild Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jimi Huotari gentoo.org> x11-themes/lxqt-themes/lxqt-themes-9999.ebuild | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild b/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild index 22f37c6f..80f6d606 100644 --- a/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild +++ b/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit cmake +inherit cmake xdg-utils DESCRIPTION="LXQt Themes" -HOMEPAGE="https://lxqt.github.io/" +HOMEPAGE="https://lxqt-project.org/" -if [[ ${PV} == *9999* ]]; then +if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else @@ -19,4 +19,12 @@ fi LICENSE="LGPL-2.1+" SLOT="0" -BDEPEND=">=dev-util/lxqt-build-tools-0.9.0" +BDEPEND=">=dev-util/lxqt-build-tools-0.10.0" + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +}