From 5350f6ea315e3b568663923dde9566a1058cb56a Mon Sep 17 00:00:00 2001 From: TheDevKiller Date: Fri, 3 May 2019 22:28:38 +0200 Subject: [PATCH] Add tryone's compton fork --- x11-misc/compton-tryone/Manifest | 2 ++ .../compton-tryone/compton-tryone-0.1.ebuild | 35 +++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 x11-misc/compton-tryone/Manifest create mode 100644 x11-misc/compton-tryone/compton-tryone-0.1.ebuild diff --git a/x11-misc/compton-tryone/Manifest b/x11-misc/compton-tryone/Manifest new file mode 100644 index 0000000..937194d --- /dev/null +++ b/x11-misc/compton-tryone/Manifest @@ -0,0 +1,2 @@ +DIST v0.1_beta2.tar.gz 144239 BLAKE2B 993c091aa0eab4171740a26c4ea8e9da66368fbcddbbdf9c466dd2cb2dbe0a685dc6c2027a5b56d08df4fd42d21784dd2cbb7cf56869feb1b74b4854db20a5f8 SHA512 c3a019d90e32559d44e3a4969bcc15a15837db9c9519ce8cc70b1bd3d0cb16d29449f68cc2f6a8d834569c9620ec6533ab85c1586da957c69b1ae341d9584535 +EBUILD compton-tryone-0.1.ebuild 746 BLAKE2B 6f0312a1e84581b7be0dbcdd206807956ba7be53510b7aa2121b94621b2200e09109d8e5e013f27ecc2f4d8f3bede7c4a88cb19d2110ab9bb221fe2b2d453f93 SHA512 68554446455f11859dfac69af3a1761f69d0cb0f627d33fd08086be9445984da9101b7f7d02aa0ef82a91e32e198497e3e3db38ac781adb1fcf950a2f52c6554 diff --git a/x11-misc/compton-tryone/compton-tryone-0.1.ebuild b/x11-misc/compton-tryone/compton-tryone-0.1.ebuild new file mode 100644 index 0000000..d6715b8 --- /dev/null +++ b/x11-misc/compton-tryone/compton-tryone-0.1.ebuild @@ -0,0 +1,35 @@ +# 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/v0.1_beta2.tar.gz" + +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=""