Add tryone's compton fork
This commit is contained in:
parent
efba072eaa
commit
5350f6ea31
2
x11-misc/compton-tryone/Manifest
Normal file
2
x11-misc/compton-tryone/Manifest
Normal file
@ -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
|
35
x11-misc/compton-tryone/compton-tryone-0.1.ebuild
Normal file
35
x11-misc/compton-tryone/compton-tryone-0.1.ebuild
Normal file
@ -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=""
|
Loading…
Reference in New Issue
Block a user