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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 50F9C138334 for ; Sat, 9 Mar 2019 11:46:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60D77E08C0; Sat, 9 Mar 2019 11:46:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37DA4E08C0 for ; Sat, 9 Mar 2019 11:46:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7703C335C97 for ; Sat, 9 Mar 2019 11:46:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAF964E3 for ; Sat, 9 Mar 2019 11:46:16 +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: <1552131783.5f5d2589e9873539dead65c29c13f8fee013c1a0.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/lxqt-config-0.14.1.ebuild lxqt-base/lxqt-config/lxqt-config-9999.ebuild X-VCS-Directories: lxqt-base/lxqt-config/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 5f5d2589e9873539dead65c29c13f8fee013c1a0 X-VCS-Branch: master Date: Sat, 9 Mar 2019 11:46:16 +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: d06d462e-c577-4889-8827-c01d55630fda X-Archives-Hash: 704b95787b4532df6f04173bc4166fe5 commit: 5f5d2589e9873539dead65c29c13f8fee013c1a0 Author: Jimi Huotari gentoo org> AuthorDate: Sat Mar 9 11:43:03 2019 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Sat Mar 9 11:43:03 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=5f5d2589 lxqt-base/lxqt-config: switch from 'gnome2-utils' to 'xdg-utils' Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jimi Huotari gentoo.org> lxqt-base/lxqt-config/lxqt-config-0.14.1.ebuild | 6 +++--- lxqt-base/lxqt-config/lxqt-config-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lxqt-base/lxqt-config/lxqt-config-0.14.1.ebuild b/lxqt-base/lxqt-config/lxqt-config-0.14.1.ebuild index acc4f126..05882046 100644 --- a/lxqt-base/lxqt-config/lxqt-config-0.14.1.ebuild +++ b/lxqt-base/lxqt-config/lxqt-config-0.14.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils gnome2-utils +inherit cmake-utils xdg-utils DESCRIPTION="LXQt system configuration control center" HOMEPAGE="https://lxqt.org/" @@ -64,9 +64,9 @@ src_install() { } pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update } diff --git a/lxqt-base/lxqt-config/lxqt-config-9999.ebuild b/lxqt-base/lxqt-config/lxqt-config-9999.ebuild index acc4f126..05882046 100644 --- a/lxqt-base/lxqt-config/lxqt-config-9999.ebuild +++ b/lxqt-base/lxqt-config/lxqt-config-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils gnome2-utils +inherit cmake-utils xdg-utils DESCRIPTION="LXQt system configuration control center" HOMEPAGE="https://lxqt.org/" @@ -64,9 +64,9 @@ src_install() { } pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update }