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 0C7801396D0 for ; Tue, 29 Aug 2017 18:39:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39123E0ED5; Tue, 29 Aug 2017 18:39:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 160AAE0ED5 for ; Tue, 29 Aug 2017 18:39:51 +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 63D8F33BE2E for ; Tue, 29 Aug 2017 18:39:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 857498701 for ; Tue, 29 Aug 2017 18:39:47 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1504031837.d9d4b0be19190f0ad5c610cf07c574425bcf7ff9.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/files/, x11-misc/tint2/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/tint2/files/0.14.6-sysconfdir-xdg.patch x11-misc/tint2/files/0.14.6-sysconfdir-xdg2.patch x11-misc/tint2/tint2-0.14.6-r1.ebuild x11-misc/tint2/tint2-0.14.6-r2.ebuild X-VCS-Directories: x11-misc/tint2/ x11-misc/tint2/files/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: d9d4b0be19190f0ad5c610cf07c574425bcf7ff9 X-VCS-Branch: master Date: Tue, 29 Aug 2017 18:39:47 +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-Archives-Salt: e7d8e748-574e-4d1a-aebb-001a6c02de6d X-Archives-Hash: 605b784339db14daaa60462dce4e134c commit: d9d4b0be19190f0ad5c610cf07c574425bcf7ff9 Author: Amy Liffey gentoo org> AuthorDate: Tue Aug 29 18:34:06 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Tue Aug 29 18:37:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d4b0be x11-misc/tint2: fix path tint2rc bug #629312 Submitted-by: Chris Mayo gmail.com> Package-Manager: Portage-2.3.6, Repoman-2.3.1 .../{0.14.6-sysconfdir-xdg.patch => 0.14.6-sysconfdir-xdg2.patch} | 2 +- x11-misc/tint2/{tint2-0.14.6-r1.ebuild => tint2-0.14.6-r2.ebuild} | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-misc/tint2/files/0.14.6-sysconfdir-xdg.patch b/x11-misc/tint2/files/0.14.6-sysconfdir-xdg2.patch similarity index 86% rename from x11-misc/tint2/files/0.14.6-sysconfdir-xdg.patch rename to x11-misc/tint2/files/0.14.6-sysconfdir-xdg2.patch index 73da5b15a41..6b29b49aaf7 100644 --- a/x11-misc/tint2/files/0.14.6-sysconfdir-xdg.patch +++ b/x11-misc/tint2/files/0.14.6-sysconfdir-xdg2.patch @@ -5,7 +5,7 @@ install( FILES tint2.svg DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps ) install( FILES tint2.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications ) -install( FILES themes/tint2rc DESTINATION /etc/xdg/tint2 ) -+install( FILES themes/tint2rc DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/xdg/tint2 ) ++install( FILES themes/tint2rc DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}/xdg/tint2 ) install( FILES default_icon.png DESTINATION ${CMAKE_INSTALL_DATADIR}/tint2 ) install( FILES AUTHORS ChangeLog README.md doc/tint2.md DESTINATION ${docdir} ) install( FILES doc/manual.html doc/readme.html DESTINATION ${htmldir} ) diff --git a/x11-misc/tint2/tint2-0.14.6-r1.ebuild b/x11-misc/tint2/tint2-0.14.6-r2.ebuild similarity index 95% rename from x11-misc/tint2/tint2-0.14.6-r1.ebuild rename to x11-misc/tint2/tint2-0.14.6-r2.ebuild index 7e9b1d53672..bc7cd9da3b2 100644 --- a/x11-misc/tint2/tint2-0.14.6-r1.ebuild +++ b/x11-misc/tint2/tint2-0.14.6-r2.ebuild @@ -31,7 +31,8 @@ DEPEND=" " RDEPEND="${DEPEND}" -PATCHES=( "${FILESDIR}/${PV}-sysconfdir-xdg.patch" ) +# bug 629312 +PATCHES=( "${FILESDIR}/${PV}-sysconfdir-xdg2.patch" ) src_configure() { local mycmakeargs=(