Diff xdg-user-dirs-gtk-0.14 with a xdg-user-dirs-gtk-0.16
| /usr/portage/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.16.ebuild 2026-05-27 19:17:04.765634810 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 32 | 32 | |
| 33 | 33 |
src_prepare() {
|
| 34 | 34 |
default |
| 35 | ||
| 36 |
# https://gitlab.gnome.org/GNOME/xdg-user-dirs-gtk/-/merge_requests/23 |
|
| 35 | 37 |
sed -i \ |
| 36 |
-e '/Encoding/d' \ |
|
| 37 | 38 |
-e 's:OnlyShowIn=GNOME;LXDE;Unity;:NotShowIn=KDE;:' \ |
| 38 | 39 |
user-dirs-update-gtk.desktop.in || die |
| 39 | 40 |
} |