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 D4B14138334 for ; Sat, 9 Mar 2019 11:46:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2A2EE08C2; 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 A8BEDE08C2 for ; Sat, 9 Mar 2019 11:46:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5A1CA335C8C 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 C0492559 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: <1552131933.afd27b54c7280974e5ca9ef3a9ee4a68bfa46246.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-misc/obconf-qt/ X-VCS-Repository: proj/qt X-VCS-Files: x11-misc/obconf-qt/obconf-qt-0.14.1.ebuild x11-misc/obconf-qt/obconf-qt-9999.ebuild X-VCS-Directories: x11-misc/obconf-qt/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: afd27b54c7280974e5ca9ef3a9ee4a68bfa46246 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: 0d6c30fe-f2e5-4879-9158-ef3a8ce0e10c X-Archives-Hash: af8c8e7b633defeb5006c4a78fd05db6 commit: afd27b54c7280974e5ca9ef3a9ee4a68bfa46246 Author: Jimi Huotari gentoo org> AuthorDate: Sat Mar 9 11:45:33 2019 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Sat Mar 9 11:45:33 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=afd27b54 x11-misc/obconf-qt: switch from 'gnome2-utils' to 'xdg-utils' Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jimi Huotari gentoo.org> x11-misc/obconf-qt/obconf-qt-0.14.1.ebuild | 6 +++--- x11-misc/obconf-qt/obconf-qt-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11-misc/obconf-qt/obconf-qt-0.14.1.ebuild b/x11-misc/obconf-qt/obconf-qt-0.14.1.ebuild index 3fc2e65c..e2194d81 100644 --- a/x11-misc/obconf-qt/obconf-qt-0.14.1.ebuild +++ b/x11-misc/obconf-qt/obconf-qt-0.14.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils gnome2-utils xdg-utils +inherit cmake-utils xdg-utils DESCRIPTION="Openbox window manager configuration tool" HOMEPAGE="https://lxqt.org/" @@ -40,10 +40,10 @@ DEPEND="${RDEPEND} pkg_postinst() { xdg_desktop_database_update - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { xdg_desktop_database_update - gnome2_icon_cache_update + xdg_icon_cache_update } diff --git a/x11-misc/obconf-qt/obconf-qt-9999.ebuild b/x11-misc/obconf-qt/obconf-qt-9999.ebuild index 3fc2e65c..e2194d81 100644 --- a/x11-misc/obconf-qt/obconf-qt-9999.ebuild +++ b/x11-misc/obconf-qt/obconf-qt-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils gnome2-utils xdg-utils +inherit cmake-utils xdg-utils DESCRIPTION="Openbox window manager configuration tool" HOMEPAGE="https://lxqt.org/" @@ -40,10 +40,10 @@ DEPEND="${RDEPEND} pkg_postinst() { xdg_desktop_database_update - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { xdg_desktop_database_update - gnome2_icon_cache_update + xdg_icon_cache_update }