mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-misc/tint2: fix path tint2rc bug #629312
Submitted-by: Chris Mayo <aklhfex@gmail.com> Package-Manager: Portage-2.3.6, Repoman-2.3.1
This commit is contained in:
@@ -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} )
|
||||
@@ -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=(
|
||||
Reference in New Issue
Block a user