Сравнение xdg-user-dirs-0.18 с xdg-user-dirs-0.20
| /usr/portage/x11-misc/xdg-user-dirs/xdg-user-dirs-0.20.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 |
| 5 | 5 | |
| 6 |
inherit autotools |
|
| 6 |
inherit meson |
|
| 7 | 7 | |
| 8 | 8 |
DESCRIPTION="Tool to help manage 'well known' user directories" |
| 9 |
HOMEPAGE="https://www.freedesktop.org/wiki/Software/xdg-user-dirs" |
|
| 10 |
SRC_URI="https://user-dirs.freedesktop.org/releases/${P}.tar.gz"
|
|
| 9 |
HOMEPAGE="https://www.freedesktop.org/wiki/Software/xdg-user-dirs/" |
|
| 10 |
SRC_URI="https://user-dirs.freedesktop.org/releases/${P}.tar.xz"
|
|
| 11 | 11 | |
| 12 | 12 |
LICENSE="GPL-2" |
| 13 | 13 |
SLOT="0" |
| ... | ... | |
| 15 | 15 |
IUSE="gtk" |
| 16 | 16 | |
| 17 | 17 |
BDEPEND="app-text/docbook-xml-dtd:4.3 |
| 18 |
dev-libs/libxslt |
|
| 18 | 19 |
sys-devel/gettext" |
| 19 | 20 |
PDEPEND="gtk? ( x11-misc/xdg-user-dirs-gtk )" |
| 20 | ||
| 21 |
DOCS=( AUTHORS ChangeLog NEWS ) |
|
| 22 | ||
| 23 |
PATCHES=( "${FILESDIR}"/${PN}-0.15-libiconv.patch )
|
|
| 24 | ||
| 25 |
src_prepare() {
|
|
| 26 |
default |
|
| 27 | ||
| 28 |
# For libiconv patch |
|
| 29 |
eautoreconf |
|
| 30 |
} |
|