1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-01-06 22:04:17 +01:00

Update wmaker ebuild

This commit is contained in:
2020-04-20 12:19:37 +02:00
parent 4160f74511
commit 2550d9e93b
2 changed files with 7 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
inherit autotools eutils git-r3
DESCRIPTION="The fast and light GNUstep window manager - gryf's personal ebuild"
@@ -52,8 +52,6 @@ src_prepare() {
fi;
done;
default
eautoreconf
}
@@ -83,7 +81,7 @@ src_configure() {
--localedir="${EPREFIX}"/usr/share/locale \
${myconf}
cd ../WindowMaker-extra-0.1
pushd ../WindowMaker-extra-0.1 || die
econf
}
@@ -91,18 +89,15 @@ src_compile() {
emake
# WindowMaker Extra Package (themes and icons)
cd ../WindowMaker-extra-0.1
pushd ../WindowMaker-extra-0.1 || die
emake
}
src_install() {
emake DESTDIR="${D}" install
dodoc AUTHORS BUGFORM BUGS ChangeLog INSTALL* FAQ* \
README* NEWS TODO
default
# WindowMaker Extra
cd ../WindowMaker-extra-0.1
pushd ../WindowMaker-extra-0.1 || die
emake DESTDIR="${D}" install
newdoc README README.extra