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 9DE941396D0 for ; Mon, 28 Aug 2017 16:21:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD266E0DE9; Mon, 28 Aug 2017 16:21:34 +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 A8159E0DE9 for ; Mon, 28 Aug 2017 16:21:34 +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 8539333BEBE for ; Mon, 28 Aug 2017 16:21:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06F9985BC for ; Mon, 28 Aug 2017 16:21:32 +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: <1503937266.b4892d73b5d0c05d5127e90acb2d6b246b6f42e3.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/tint2-0.14.6-r1.ebuild x11-misc/tint2/tint2-0.14.6.ebuild X-VCS-Directories: x11-misc/tint2/files/ x11-misc/tint2/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: b4892d73b5d0c05d5127e90acb2d6b246b6f42e3 X-VCS-Branch: master Date: Mon, 28 Aug 2017 16:21:32 +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: 5cb741a2-7e4e-45f4-ad4e-be9e3153662d X-Archives-Hash: 8b6d99977da284fa912494e4a348fbcb commit: b4892d73b5d0c05d5127e90acb2d6b246b6f42e3 Author: Amy Liffey gentoo org> AuthorDate: Mon Aug 28 16:20:03 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Mon Aug 28 16:21:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4892d73 x11-misc/tint2: fix tint2rc for prefix bug #629134 Submitted-by: tastu teche yahoo.com> Package-Manager: Portage-2.3.6, Repoman-2.3.1 x11-misc/tint2/files/0.14.6-sysconfdir-xdg.patch | 12 ++++++++++++ .../tint2/{tint2-0.14.6.ebuild => tint2-0.14.6-r1.ebuild} | 2 ++ 2 files changed, 14 insertions(+) diff --git a/x11-misc/tint2/files/0.14.6-sysconfdir-xdg.patch b/x11-misc/tint2/files/0.14.6-sysconfdir-xdg.patch new file mode 100644 index 00000000000..73da5b15a41 --- /dev/null +++ b/x11-misc/tint2/files/0.14.6-sysconfdir-xdg.patch @@ -0,0 +1,12 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -257,7 +257,7 @@ + install( TARGETS tint2 DESTINATION bin ) + 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 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.ebuild b/x11-misc/tint2/tint2-0.14.6-r1.ebuild similarity index 95% rename from x11-misc/tint2/tint2-0.14.6.ebuild rename to x11-misc/tint2/tint2-0.14.6-r1.ebuild index c34f9788549..7e9b1d53672 100644 --- a/x11-misc/tint2/tint2-0.14.6.ebuild +++ b/x11-misc/tint2/tint2-0.14.6-r1.ebuild @@ -31,6 +31,8 @@ DEPEND=" " RDEPEND="${DEPEND}" +PATCHES=( "${FILESDIR}/${PV}-sysconfdir-xdg.patch" ) + src_configure() { local mycmakeargs=( -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"