2019-05-03 22:28:38 +02:00
|
|
|
# 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"
|
2019-05-04 15:31:56 +02:00
|
|
|
SRC_URI="https://github.com/tryone144/compton/archive/dual_kawase.zip"
|
2019-05-03 22:28:38 +02:00
|
|
|
|
|
|
|
LICENSE=""
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
IUSE=""
|
|
|
|
|
2019-05-03 22:31:34 +02:00
|
|
|
DEPEND="x11-libs/libX11
|
2019-05-03 22:28:38 +02:00
|
|
|
x11-libs/libXcomposite
|
|
|
|
x11-libs/libXdamage
|
|
|
|
x11-libs/libXfixes
|
|
|
|
x11-libs/libXext
|
2019-05-03 22:32:54 +02:00
|
|
|
x11-libs/libXrender
|
2019-05-03 22:28:38 +02:00
|
|
|
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=""
|
2019-05-03 22:39:01 +02:00
|
|
|
|
2019-05-04 15:33:21 +02:00
|
|
|
S="/var/tmp/portage/x11-misc/compton-tryone-0.1/work/compton-dual_kawase"
|