drop x11-misc/gcolor3 (upstreamed)

This commit is contained in:
Martin Sekera 2022-08-07 20:50:59 +02:00
parent a84fd127a3
commit d3af21e263

View file

@ -1,31 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson xdg-utils
DESCRIPTION="A simple color chooser written in GTK3 (like gcolor2)"
HOMEPAGE="https://gitlab.gnome.org/World/gcolor3"
SRC_URI="https://gitlab.gnome.org/World/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
DEPEND="
>=x11-libs/gtk+-3.20
=sys-libs/libportal-0.3*
"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-v${PV}"
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}