games-arcade/mininim: update to 0.10, drop old version
This commit is contained in:
parent
3fa6fafc91
commit
94813f98cc
@ -1 +1 @@
|
|||||||
DIST mininim-0.9.2.tar.gz 5355543 SHA256 0f0b5af2ae0f5c7bbb35c7f0cbc02161896ea01708c5a34ffcced0fe253ee9c9 SHA512 f1eb666e8efdb3b319675a4fdab7b75b8f22d9d49fad173a6777d048a2de99fcbfdfe4687fa53f69f7f30f20d4f01009f9d68f7c725d62bdceffa6965628f303 WHIRLPOOL eb926005f9ab54f2178ac077b23e45b49d8589c30c83ae519b870da72fafc25820bc5974046a9e11d6be0cdd61184e0dcd2b299ab8ada392b3c6a0cabcfb1ab7
|
DIST mininim-0.10.tar.gz 5189282 BLAKE2B 92259a37fdb5e4330f7e9bb1e94441224ec096732c10c22f728e6be0894481f30a82d66b0ddb2bc5e3cc8f84cdd364e7699c4dbe1c329fe82669f2e9afd4be2c SHA512 083f23341e484a26e8a744367ac0f2e232c152263f57119ac177bc6180ff908f8a73b4e31153ddcc44b282d9a79fa4daf76222b7c2479726e6ff0916d2457d22
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
--- a/doc/Makefile.am 2016-02-24 16:29:44.064522852 +0300
|
|
||||||
+++ b/doc/Makefile.am 2016-02-24 16:29:12.720524705 +0300
|
|
||||||
@@ -1662,9 +1662,9 @@
|
|
||||||
convert $$f "${builddir}/mininim-figures/"`basename $${f%.png}.eps`; done
|
|
||||||
|
|
||||||
install-info-local:
|
|
||||||
- $(MKDIR_P) "${infodir}"
|
|
||||||
- chmod u+w "${infodir}"
|
|
||||||
- cp -rv "${srcdir}/mininim-figures" "${infodir}"
|
|
||||||
+ $(MKDIR_P) "$(DESTDIR)${infodir}"
|
|
||||||
+ chmod u+w "$(DESTDIR)${infodir}"
|
|
||||||
+ cp -rv "${srcdir}/mininim-figures" "$(DESTDIR)${infodir}"
|
|
||||||
|
|
||||||
uninstall-local:
|
|
||||||
find "${infodir}/mininim-figures" \( -type f -or -type d \) \
|
|
||||||
--- a/Makefile.am 2016-02-24 16:33:45.983508550 +0300
|
|
||||||
+++ b/Makefile.am 2016-02-24 16:34:37.934505478 +0300
|
|
||||||
@@ -2105,9 +2105,9 @@
|
|
||||||
$(WINDRES) $(WINDRESFLAGS) -o $@ $<
|
|
||||||
|
|
||||||
install-data-hook:
|
|
||||||
- $(MKDIR_P) "${pkgdatadir}"
|
|
||||||
- chmod u+w "${pkgdatadir}"
|
|
||||||
- cp -rv "${top_srcdir}/data" "${pkgdatadir}"
|
|
||||||
+ $(MKDIR_P) "$(DESTDIR)${pkgdatadir}"
|
|
||||||
+ chmod u+w "$(DESTDIR)${pkgdatadir}"
|
|
||||||
+ cp -rv "${top_srcdir}/data" "$(DESTDIR)${pkgdatadir}"
|
|
||||||
|
|
||||||
uninstall-local:
|
|
||||||
find "${pkgdatadir}/data" \( -type f -or -type d \) \
|
|
@ -1,8 +1,8 @@
|
|||||||
# Copyright 1999-2016 Gentoo Foundation
|
# Copyright 1999-2018 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
EAPI=6
|
EAPI=7
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
@ -17,10 +17,7 @@ KEYWORDS="~amd64 ~x86"
|
|||||||
RDEPEND="media-libs/allegro:5[alsa,gtk,png,truetype,vorbis]"
|
RDEPEND="media-libs/allegro:5[alsa,gtk,png,truetype,vorbis]"
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
PATCHES=( "${FILESDIR}/${P}-sandbox.patch" )
|
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
eapply ${PATCHES[@]}
|
|
||||||
eapply_user
|
eapply_user
|
||||||
eautoreconf
|
eautoreconf
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user