diff options
-rw-r--r-- | xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild | 5 | ||||
-rw-r--r-- | xfce-base/xfdesktop/xfdesktop-4.19.3.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild b/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild index 61095b214870..af0a10e88b2f 100644 --- a/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild +++ b/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,8 @@ HOMEPAGE=" " SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" -LICENSE="GPL-2+" +# CC for /usr/share/backgrounds, see backgrounds/README.md +LICENSE="GPL-2+ CC-BY-SA-4.0" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" IUSE="libnotify +thunar" diff --git a/xfce-base/xfdesktop/xfdesktop-4.19.3.ebuild b/xfce-base/xfdesktop/xfdesktop-4.19.3.ebuild index eba432b23304..0d3cffbc97f9 100644 --- a/xfce-base/xfdesktop/xfdesktop-4.19.3.ebuild +++ b/xfce-base/xfdesktop/xfdesktop-4.19.3.ebuild @@ -12,7 +12,8 @@ HOMEPAGE=" " SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" -LICENSE="GPL-2+" +# CC for /usr/share/backgrounds, see backgrounds/README.md +LICENSE="GPL-2+ CC-BY-SA-4.0" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86" IUSE="libnotify +thunar wayland X" |