From c284807a65640fe82f47a32cc72e890141779406 Mon Sep 17 00:00:00 2001 From: TheDevKiller Date: Sun, 5 May 2019 00:32:19 +0200 Subject: [PATCH] Compton-Tryone: I forgot to commit the ebuild --- .../compton-tryone/compton-tryone-9999.ebuild | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 x11-misc/compton-tryone/compton-tryone-9999.ebuild diff --git a/x11-misc/compton-tryone/compton-tryone-9999.ebuild b/x11-misc/compton-tryone/compton-tryone-9999.ebuild new file mode 100644 index 0000000..d6d2b0c --- /dev/null +++ b/x11-misc/compton-tryone/compton-tryone-9999.ebuild @@ -0,0 +1,37 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Compton tryone's fork (with blur)" +HOMEPAGE="https://github.com/tryone144/compton" +SRC_URI="https://github.com/tryone144/compton/archive/dual_kawase.zip" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXfixes + x11-libs/libXext + x11-libs/libXrender + x11-libs/libXrandr + x11-libs/libXinerama + virtual/pkgconfig + sys-devel/make + x11-base/xcb-proto + x11-apps/xprop + x11-apps/xwininfo + dev-libs/libpcre + dev-libs/libconfig + x11-libs/libdrm + media-libs/mesa + sys-apps/dbus + app-text/asciidoc" +RDEPEND="${DEPEND}" +BDEPEND="" + +S="${WORKDIR}/compton-dual_kawase"