You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
548 B
25 lines
548 B
# Copyright 1999-2018 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
DESCRIPTION="A small daemon to watch for window creation and set window transparency values"
|
|
HOMEPAGE="http://spuriousinterrupt.org/projects/transd"
|
|
SRC_URI="mirror://gentoo/${P}.tar.xz"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 x86"
|
|
IUSE=""
|
|
|
|
RDEPEND="x11-libs/libX11
|
|
>=xfce-base/libxfce4util-4.8"
|
|
DEPEND="${RDEPEND}
|
|
dev-util/intltool
|
|
virtual/pkgconfig"
|
|
|
|
src_prepare() {
|
|
sed -i -e '/Encoding/d' transd.desktop.in || die
|
|
default
|
|
}
|