Diff windowmaker-0.96.0 with a windowmaker-9999
| /usr/portage/x11-wm/windowmaker/windowmaker-9999.ebuild 2023-10-09 14:52:36.004368514 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 1 |
# Copyright 1999-2023 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 |
inherit desktop |
|
| 5 |
inherit autotools desktop git-r3 |
|
| 6 | 6 | |
| 7 | 7 |
DESCRIPTION="The fast and light GNUstep window manager" |
| 8 | 8 |
HOMEPAGE="https://www.windowmaker.org/" |
| 9 |
SRC_URI=" |
|
| 10 |
https://github.com/window-maker/wmaker/releases/download/wmaker-${PV}/${P/windowm/WindowM}.tar.gz
|
|
| 11 |
https://www.windowmaker.org/pub/source/release/WindowMaker-extra-0.1.tar.gz" |
|
| 9 |
SRC_URI="https://www.windowmaker.org/pub/source/release/WindowMaker-extra-0.1.tar.gz" |
|
| 10 |
EGIT_REPO_URI="https://repo.or.cz/wmaker-crm.git" |
|
| 11 |
EGIT_BRANCH="next" |
|
| 12 | 12 | |
| 13 | 13 |
SLOT="0" |
| 14 | 14 |
LICENSE="GPL-2" |
| 15 | 15 |
IUSE="gif imagemagick jpeg modelock nls png tiff webp xinerama +xpm xrandr" |
| 16 |
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" |
|
| 16 |
KEYWORDS="" |
|
| 17 | 17 | |
| 18 | 18 |
DEPEND="media-libs/fontconfig |
| 19 | 19 |
>=x11-libs/libXft-2.1.0 |
| ... | ... | |
| 33 | 33 |
RDEPEND="${DEPEND}"
|
| 34 | 34 |
BDEPEND="nls? ( >=sys-devel/gettext-0.10.39 )" |
| 35 | 35 | |
| 36 |
S=${WORKDIR}/${P/windowm/WindowM}
|
|
| 37 | ||
| 38 | 36 |
DOCS=( AUTHORS BUGFORM BUGS ChangeLog INSTALL-WMAKER FAQ |
| 39 | 37 |
NEWS README README.definable-cursor README.i18n TODO ) |
| 40 | 38 | |
| 39 |
src_unpack() {
|
|
| 40 |
# wm-extras |
|
| 41 |
unpack ${A}
|
|
| 42 | ||
| 43 |
git-r3_src_unpack |
|
| 44 |
} |
|
| 45 | ||
| 41 | 46 |
src_prepare() {
|
| 42 | 47 |
# Fix some paths |
| 43 | 48 |
for file in WindowMaker/*menu* util/wmgenmenu.c; do |
| ... | ... | |
| 49 | 54 |
done |
| 50 | 55 | |
| 51 | 56 |
default |
| 57 |
eautoreconf |
|
| 52 | 58 |
} |
| 53 | 59 | |
| 54 | 60 |
src_configure() {
|