From 8dd17625671faf6a47abf31d4c96a1e20d764ba5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 20 Feb 2023 02:17:30 +0000 Subject: gentoo auto-resync : 20:02:2023 - 02:17:29 --- x11-themes/kfaenza/Manifest | 2 +- x11-themes/kfaenza/kfaenza-0.8.9-r2.ebuild | 57 ----------------------------- x11-themes/kfaenza/kfaenza-0.8.9-r3.ebuild | 58 ++++++++++++++++++++++++++++++ 3 files changed, 59 insertions(+), 58 deletions(-) delete mode 100644 x11-themes/kfaenza/kfaenza-0.8.9-r2.ebuild create mode 100644 x11-themes/kfaenza/kfaenza-0.8.9-r3.ebuild (limited to 'x11-themes/kfaenza') diff --git a/x11-themes/kfaenza/Manifest b/x11-themes/kfaenza/Manifest index 2eddf50bf91e..169b0e06aba0 100644 --- a/x11-themes/kfaenza/Manifest +++ b/x11-themes/kfaenza/Manifest @@ -1,5 +1,5 @@ DIST 147483-additional-KFaenza.tar.gz 520155 BLAKE2B 641129bed0d0b838b9d77347c274564475edfb87dd813a5e043cb10c54c8e9cf064164e7e0d43c6ba58b3811f88ef8ecbfc098065522a1c46b594e620bb86f69 SHA512 940078c60a950242c5fe55883923563864c5f7020ef20e35492e18b4cb2ca885d679ac33f35482427b2a6fdba71d6ef19fb6e697a9e3fc1df09e1b542da8c5db DIST 153813-kfaenza-icon-patch-0.3.tar.gz 51672 BLAKE2B be9cd24baaf8391a55333f139a900354f9f974103b44b667f512d74e0aaeab95df214960d29189aa99c57d25cfad42aa9f2d80ac924aed6e788889b04658c078 SHA512 0a0bf105d320c25ffca06f6fbfdd4298ea891012aaa33df9494dbab04f786bd5b9b7a18a5a388333fb8af708334ee4653f8aaa86b0221b3ef45755bb3b8f3d8a DIST kfaenza-0.8.9.tar.gz 71489656 BLAKE2B dc98dffa25e8acc6a9c83d389ead7e66466b62b3cb7c2e3963ec6ae89bed7a340457364aca6412947dc9fe980bf1fa2cd48f5ff25db685b148b5808a9c07d53a SHA512 cb66f9ab7f25c4f5c4f5148d6dcdda4015f7ef128234845b60ab06db4b82f2fc0103f922f349a93a8e559b781db44e9c6865a2d0dadab8988c4a34f65a867cc4 -EBUILD kfaenza-0.8.9-r2.ebuild 1505 BLAKE2B 2e730c41ba7b898588369db1d80edb5c4e3655820958318bc3816756b11afc0fc2b13dd846ee2a196f343d9008dade281be67fa665c148c995b2271eacd12d7d SHA512 3fc70fc5c8fe69791e16b9450195dac9ed0b4c7598634e330bec29e2a135f0ec6c238848de1e026b6f878363cd72cae8876daa074ec7bccc597b7090bed9e50f +EBUILD kfaenza-0.8.9-r3.ebuild 1464 BLAKE2B 312f03e42e05a923654de0d3fceb762dd47c61ed62204e022cdd0ce23734a235dbccac508cb575a7f3a8f4368f74d10a4c5eaa5dc8c2650e62b4421a8bd7ce4b SHA512 dd065888ec52454fede5ff2a6fae5fdda099a6f3cfa03b4f960508e8350f08c56bc0dc3acb19936d2fa03a36b37ffef9a35b12aa75385835257a41b3320831ee MISC metadata.xml 363 BLAKE2B 528db77078e3c167457e1f51414578337cc9cbeb62828e69e6836a515236326bf07130ed554c37ba61b7ee7ddfb8e64083869016ca99f5c465219d39aea55c9f SHA512 b095e9a7bdc61c7ad1681d8a1057a6edf5ab9503bd178125ac63c4f1ff194c15ad431484ac9c378ea110f4703112c04ae8b718a1c4308ac878e99158fb672cf9 diff --git a/x11-themes/kfaenza/kfaenza-0.8.9-r2.ebuild b/x11-themes/kfaenza/kfaenza-0.8.9-r2.ebuild deleted file mode 100644 index 07f3151900e0..000000000000 --- a/x11-themes/kfaenza/kfaenza-0.8.9-r2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PN="KFaenza" -DESCRIPTION="Faenza-Cupertino icon theme for KDE Plasma" -HOMEPAGE="https://store.kde.org/p/1002580/ - https://kde-look.org/content/show.php/KFaenza+icon+patch?content=153813 - https://kde-look.org/content/show.php/Additional+KFaenza+Icons?content=147483" -#That is upstream location, not reupload. Don't fix -SRC_URI="http://ompldr.org/vYjR0NQ/${P}.tar.gz - http://kde-look.org/CONTENT/content-files/153813-${PN}-icon-patch-0.3.tar.gz - additional? ( http://kde-look.org/CONTENT/content-files/147483-additional-KFaenza.tar.gz )" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+additional branding" - -S="${WORKDIR}/${MY_PN}" -RESTRICT="binchecks strip" - -src_unpack() { - unpack ${P}.tar.gz - pushd "${S}" > /dev/null - for tarball in ${A}; do - [[ "${tarball}" == ${P}.tar.gz ]] && continue - unpack "${tarball}" - done - popd > /dev/null -} - -src_prepare() { - default - - # Gentoo bug 620352 - local f - for f in 16 22 32 48; do - mv apps/${f}/"numpty physics.png" apps/${f}/"numptyphysics.png" || die - done - - use branding || return - - local res - for res in 22 32 48 64 128 256; do - cp "${S}"/places/${res}/start-here-gentoo.png \ - "${S}"/places/${res}/start-here.png || die - done - cp "${S}"/places/scalable/start-here-gentoo.svg \ - "${S}"/places/scalable/start-here.svg || die -} - -src_install() { - dodir /usr/share/icons - cp -R "${S}/" "${D}"/usr/share/icons || die "Install failed!" -} diff --git a/x11-themes/kfaenza/kfaenza-0.8.9-r3.ebuild b/x11-themes/kfaenza/kfaenza-0.8.9-r3.ebuild new file mode 100644 index 000000000000..792976c3d5cc --- /dev/null +++ b/x11-themes/kfaenza/kfaenza-0.8.9-r3.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_PN="KFaenza" + +DESCRIPTION="Faenza-Cupertino icon theme for KDE Plasma" +HOMEPAGE="https://store.kde.org/p/1002580/ + https://kde-look.org/content/show.php/KFaenza+icon+patch?content=153813 + https://kde-look.org/content/show.php/Additional+KFaenza+Icons?content=147483" +#That is upstream location, not reupload. Don't fix +SRC_URI="http://ompldr.org/vYjR0NQ/${P}.tar.gz + http://kde-look.org/CONTENT/content-files/153813-${PN}-icon-patch-0.3.tar.gz + additional? ( http://kde-look.org/CONTENT/content-files/147483-additional-KFaenza.tar.gz )" +S="${WORKDIR}/${MY_PN}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="+additional branding" +RESTRICT="binchecks strip" + +src_unpack() { + unpack ${P}.tar.gz + pushd "${S}" >/dev/null || die + local tarball + for tarball in ${A}; do + [[ "${tarball}" == ${P}.tar.gz ]] && continue + unpack "${tarball}" + done + popd >/dev/null || die +} + +src_prepare() { + default + + # Gentoo Bug #620352 + local f + for f in 16 22 32 48; do + mv apps/${f}/"numpty physics.png" apps/${f}/"numptyphysics.png" || die + done + + use branding || return + + local res + for res in 22 32 48 64 128 256; do + cp places/${res}/start-here-gentoo.png \ + places/${res}/start-here.png || die + done + cp places/scalable/start-here-gentoo.svg \ + places/scalable/start-here.svg || die +} + +src_install() { + insinto /usr/share/icons/KFaenza + doins -r . +} -- cgit v1.2.3