diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-08-28 17:08:36 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-08-28 17:09:30 +0200 |
commit | d9a54b4160430ee851f80a38d85ba7896e3d47ba (patch) | |
tree | fcb4573d080f073bf33d5bca25f41e1141ef42be /xfce-base | |
parent | xfce-base/xfdesktop: Remove old (diff) | |
download | gentoo-d9a54b4160430ee851f80a38d85ba7896e3d47ba.tar.gz gentoo-d9a54b4160430ee851f80a38d85ba7896e3d47ba.tar.bz2 gentoo-d9a54b4160430ee851f80a38d85ba7896e3d47ba.zip |
xfce-base/xfdesktop: Add license for backgrounds
Closes: https://bugs.gentoo.org/938594
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-base')
-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" |