From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1711894-garchives=archives.gentoo.org@lists.gentoo.org> Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B9A5C1581F0 for <garchives@archives.gentoo.org>; Fri, 24 Jan 2025 03:49:30 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9E91D34349C for <garchives@archives.gentoo.org>; Fri, 24 Jan 2025 03:49:30 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A05A411042D; Fri, 24 Jan 2025 03:49:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 98F3911042D for <gentoo-commits@lists.gentoo.org>; Fri, 24 Jan 2025 03:49:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 537B63434A6 for <gentoo-commits@lists.gentoo.org>; Fri, 24 Jan 2025 03:49:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE4DAE65 for <gentoo-commits@lists.gentoo.org>; Fri, 24 Jan 2025 03:49:27 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1737690561.98fe098988b15cc75fb9581b51b32d42be341096.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-mimeapps-list/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-mimeapps-list/plasma-mimeapps-list-1.ebuild kde-plasma/plasma-mimeapps-list/plasma-mimeapps-list-2.ebuild X-VCS-Directories: kde-plasma/plasma-mimeapps-list/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 98fe098988b15cc75fb9581b51b32d42be341096 X-VCS-Branch: master Date: Fri, 24 Jan 2025 03:49:27 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5829b1a4-ef5f-4784-8ba8-75b5acab076a X-Archives-Hash: e8aa2395924f48fed134e31e20c45495 commit: 98fe098988b15cc75fb9581b51b32d42be341096 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 24 03:48:53 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 24 03:49:21 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=98fe0989 kde-plasma/plasma-mimeapps-list: fix install path Closes: https://bugs.gentoo.org/946490 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{plasma-mimeapps-list-1.ebuild => plasma-mimeapps-list-2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/plasma-mimeapps-list/plasma-mimeapps-list-1.ebuild b/kde-plasma/plasma-mimeapps-list/plasma-mimeapps-list-2.ebuild similarity index 94% rename from kde-plasma/plasma-mimeapps-list/plasma-mimeapps-list-1.ebuild rename to kde-plasma/plasma-mimeapps-list/plasma-mimeapps-list-2.ebuild index 0d851c73bb..b6d5866dc1 100644 --- a/kde-plasma/plasma-mimeapps-list/plasma-mimeapps-list-1.ebuild +++ b/kde-plasma/plasma-mimeapps-list/plasma-mimeapps-list-2.ebuild @@ -21,6 +21,6 @@ src_install() { # TODO: Should we just remove the upstream one in /usr/share? # /etc/xdg should really be available for site-local overrides, but then # again we have CONFIG_PROTECT... - insinto /etc/xdg/mimeapps.list + insinto /etc/xdg doins "${FILESDIR}"/mimeapps.list }