Diff windowmaker-0.95.9-r4 with a windowmaker-0.96.0
/usr/portage/x11-wm/windowmaker/windowmaker-0.96.0.ebuild 2023-10-09 14:52:36.004368514 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 1999-2023 Gentoo Authors |
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
5 |
inherit autotools desktop |
|
4 |
EAPI=8 |
|
5 |
inherit desktop |
|
6 | 6 | |
7 | 7 |
DESCRIPTION="The fast and light GNUstep window manager" |
8 | 8 |
HOMEPAGE="https://www.windowmaker.org/" |
9 |
SRC_URI="https://windowmaker.org/pub/source/release/${P/windowm/WindowM}.tar.gz |
|
9 |
SRC_URI=" |
|
10 |
https://github.com/window-maker/wmaker/releases/download/wmaker-${PV}/${P/windowm/WindowM}.tar.gz |
|
10 | 11 |
https://www.windowmaker.org/pub/source/release/WindowMaker-extra-0.1.tar.gz" |
11 | 12 | |
12 | 13 |
SLOT="0" |
13 | 14 |
LICENSE="GPL-2" |
14 | 15 |
IUSE="gif imagemagick jpeg modelock nls png tiff webp xinerama +xpm xrandr" |
15 |
KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" |
|
16 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" |
|
16 | 17 | |
17 | 18 |
DEPEND="media-libs/fontconfig |
18 | 19 |
>=x11-libs/libXft-2.1.0 |
... | ... | |
36 | 37 | |
37 | 38 |
DOCS=( AUTHORS BUGFORM BUGS ChangeLog INSTALL-WMAKER FAQ |
38 | 39 |
NEWS README README.definable-cursor README.i18n TODO ) |
39 |
PATCHES=( "${FILESDIR}"/${PN}-0.95.8-configure_default_search_paths.patch ) |
|
40 | 40 | |
41 | 41 |
src_prepare() { |
42 | 42 |
# Fix some paths |
... | ... | |
49 | 49 |
done |
50 | 50 | |
51 | 51 |
default |
52 |
eautoreconf |
|
53 | 52 |
} |
54 | 53 | |
55 | 54 |
src_configure() { |