Diff cwm-6.6 with a cwm-6.7
/usr/portage/x11-wm/cwm/cwm-6.7.ebuild 2021-04-16 05:39:00.000000000 +0300 | ||
---|---|---|
6 | 6 |
inherit desktop toolchain-funcs |
7 | 7 | |
8 | 8 |
DESCRIPTION="OpenBSD fork of calmwm, a clean and lightweight window manager" |
9 |
HOMEPAGE="https://www.openbsd.org/cgi-bin/cvsweb/xenocara/app/cwm/ |
|
10 |
https://github.com/chneukirchen/cwm" |
|
9 |
HOMEPAGE="https://github.com/leahneukirchen/cwm |
|
10 |
https://www.openbsd.org/cgi-bin/cvsweb/xenocara/app/cwm/ |
|
11 |
" |
|
11 | 12 | |
12 | 13 |
if [[ ${PV} == 9999 ]]; then |
13 | 14 |
inherit git-r3 |
14 |
EGIT_REPO_URI="https://github.com/leahneukirchen/${PN}.git" |
|
15 |
EGIT_REPO_URI="https://github.com/leahneukirchen/cwm.git" |
|
15 | 16 |
else |
16 |
SRC_URI="https://github.com/leahneukirchen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
|
17 |
SRC_URI="https://github.com/leahneukirchen/cwm/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
|
17 | 18 |
KEYWORDS="amd64 arm ~arm64 x86" |
18 | 19 |
fi |
19 | 20 | |
20 | 21 |
LICENSE="ISC" |
21 | 22 |
SLOT="0" |
22 | 23 | |
23 |
RDEPEND="x11-libs/libXft |
|
24 |
DEPEND="x11-libs/libXft |
|
24 | 25 |
x11-libs/libXinerama |
25 | 26 |
x11-libs/libXrandr |
26 | 27 |
" |
27 |
DEPEND="${RDEPEND}" |
|
28 |
BDEPEND="sys-devel/bison |
|
28 |
RDEPEND="${DEPEND}" |
|
29 |
BDEPEND=" |
|
30 |
sys-devel/bison |
|
29 | 31 |
virtual/pkgconfig |
30 | 32 |
" |
31 | 33 | |
32 |
PATCHES=( |
|
33 |
"${FILESDIR}/${PN}-Makefile.patch" |
|
34 |
) |
|
35 | ||
36 | 34 |
src_compile() { |
37 | 35 |
emake CFLAGS="${CFLAGS} -D_GNU_SOURCE" CC="$(tc-getCC)" PKG_CONFIG="$(tc-getPKG_CONFIG)" |
38 | 36 |
} |