Обновлены маски, удален устаревший ebuild

pull/13/head
parent 3ae804f48d
commit 383f6acbc1

@ -153,6 +153,7 @@ www-plugins/chrome-binary-plugins:stable amd64
~x11-plugins/pidgin-led-notification-0.1 amd64
~x11-plugins/pidgin-mpris-0.2.6 amd64
~x11-themes/claws-mail-themes-20221017 amd64
~x11-themes/elementary-xfce-icon-theme-0.17 amd64
~x11-themes/pidgin-penguins-smileys-1.0 amd64
~x11-themes/smplayer-skins-15.2.0 amd64
~x11-wm/openbox-3.6.1 amd64

@ -1 +0,0 @@
DIST elementary-xfce-icon-theme-0.13.1.tar.gz 6270817 BLAKE2B c4fa8b6de5a839dfaa564f2b850598d6d071912fcd892348e5e0c77095c89c47091351097c7e3a50eb9cc2518f36d23c1216aea59b22d0ef321235edae0a1fbb SHA512 6a0de74110a7a9d0052e469c930b518a7e4582fd499cffe4322b22148bc0dcbe62bfaf1181aa0f6e3dd3fe5eab85dacfeabc9d280303fb2377581e6ac93832e2

@ -1,39 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit xdg-utils
MY_PN="${PN/-icon-theme/}"
DESCRIPTION="Elementary icons forked from upstream, extended and maintained for Xfce"
HOMEPAGE="https://github.com/shimmerproject/elementary-xfce"
SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="public-domain GPL-1 GPL-2 GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
RDEPEND=""
DEPEND="media-gfx/optipng"
S="${WORKDIR}/${MY_PN}-${PV}"
src_install() {
insinto /usr/share/icons/
for shade in elementary-xfce*; do
for doc in {AUTHORS,CONTRIBUTORS,LICENSE}; do
if [[ -f ${shade}/${doc} ]]; then
newdoc ${shade}/${doc} ${shade}-${doc}
rm -f ${shade}/${doc} || die
elif [[ -L ${shade}/${doc} ]]; then
unlink ${shade}/${doc} || die
fi
done
doins -r ${shade}
done
}
pkg_preinst() { xdg_icon_savelist; }
pkg_postinst() { xdg_icon_cache_update; }
pkg_postrm() { xdg_icon_cache_update; }

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>support@calculate.ru</email>
<name>Mir Calculate</name>
<description>Calculate Overlay</description>
</maintainer>
<upstream><remote-id type="github">shimmerproject/elementary-xfce</remote-id></upstream>
</pkgmetadata>
Loading…
Cancel
Save