drop x11-misc/gcolor3 (upstreamed)
This commit is contained in:
parent
a84fd127a3
commit
d3af21e263
1 changed files with 0 additions and 31 deletions
|
@ -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
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue