diff options
Diffstat (limited to 'x11-themes/elementary-xfce-icon-theme')
-rw-r--r-- | x11-themes/elementary-xfce-icon-theme/Manifest | 2 | ||||
-rw-r--r-- | x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.20.ebuild (renamed from x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.18.ebuild) | 12 |
2 files changed, 11 insertions, 3 deletions
diff --git a/x11-themes/elementary-xfce-icon-theme/Manifest b/x11-themes/elementary-xfce-icon-theme/Manifest index eeb0f0ef20b1..318c17c054ca 100644 --- a/x11-themes/elementary-xfce-icon-theme/Manifest +++ b/x11-themes/elementary-xfce-icon-theme/Manifest @@ -1,2 +1,2 @@ -DIST elementary-xfce-0.18.tar.gz 6915651 BLAKE2B b9d1674296c2648f6ad3f31cd5162c44b2c472761dd57811138d97cf42a1e52576fca9541bf63337fcf9208736845f982b9b71deb76f43d6114ac99ab095492d SHA512 50157429c1c702e3b167168d7f28de8b61439fb00b926326cea9ff1f60753134be79ce3685987f3875a6609b45697bac55b0d31920e47deb3ba8c39185d9ea39 DIST elementary-xfce-0.19.tar.gz 7130377 BLAKE2B ee9d94b609fbd1537519f365030996eec2da2f4890380506a5a78ce138ca5174827d0c4ac98850911fe317bfaf64483cbcb06bf40de220493387855eec228a53 SHA512 e36482877e791bdd39a1e0c1e8d5de60865e5845036fb1e5436e62908a4c700adf01b394e5f99ce82abe834aac8dd4d71a17fe4a85de8b50b8a41a2afe3ebbf1 +DIST elementary-xfce-0.20.tar.gz 7439368 BLAKE2B 4413debd94d236177613a701c4040de7577446ecafa73b6162db451b065a3b5a4a689666a1f178a7fd67ccc372624a35724e10a58579e8c2ec396d8a787589dc SHA512 483bd6c7b6ac92f074c79d4b5fe6b992055d6b92a025731d39e1a92f638eb04d38394ed6c38366f4c2eddac8b52e5a605d4e5be69e4a825a02875e5ca31f04d4 diff --git a/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.18.ebuild b/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.20.ebuild index 521c097975a9..34a423a8ea3d 100644 --- a/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.18.ebuild +++ b/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.20.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 @@ -11,7 +11,13 @@ HOMEPAGE="https://github.com/shimmerproject/elementary-xfce" SRC_URI="https://github.com/shimmerproject/elementary-xfce/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" -LICENSE="public-domain GPL-1 GPL-2 GPL-3" +# see AUTHORS +LICENSE=" + GPL-2+ + Apache-2.0 + CC-BY-4.0 CC-BY-NC-SA-4.0 CC-BY-SA-4.0 + public-domain +" SLOT="0" KEYWORDS="~amd64 ~riscv ~x86" @@ -23,6 +29,8 @@ BDEPEND=" src_prepare() { sed -i -e 's:-Werror -O0 -pipe:${CFLAGS} ${CPPFLAGS} ${LDFLAGS}:' \ svgtopng/Makefile || die + # https://dart.dev/brand ; unclear if we should redistribute that + find -name application-vnd.dart.svg -delete || die default } |