diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-07 11:42:03 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-07 11:42:03 +0100 |
commit | f70601e0934acd62f6c5d06c5ede4cc607179514 (patch) | |
tree | 0b337390375de04b950fc4b45edc0f895a4701a4 /games-strategy/freesynd | |
parent | b2be182d49eea46686b5cf2680d457df61e89dc4 (diff) |
gentoo resync : 07.07.2018
Diffstat (limited to 'games-strategy/freesynd')
-rw-r--r-- | games-strategy/freesynd/Manifest | 2 | ||||
-rw-r--r-- | games-strategy/freesynd/freesynd-0.7.1-r1.ebuild | 22 |
2 files changed, 11 insertions, 13 deletions
diff --git a/games-strategy/freesynd/Manifest b/games-strategy/freesynd/Manifest index b339599b9781..389db704dbdd 100644 --- a/games-strategy/freesynd/Manifest +++ b/games-strategy/freesynd/Manifest @@ -1,4 +1,4 @@ AUX freesynd-0.7.1-cmake.patch 931 BLAKE2B 0ad1994ad923355fdcae7c472a1440c88a848c409d5cc17b43d4d42e6307eb5c9f362efae5d81227d6ed6a7a4ecd5a7ec3492086e11f2208473190f2713fdd89 SHA512 994d12a2f079582bda03a600888c2d7ed2043468d69ce752e64deb45d156de5a7556edabd00d2635acc2c39882a8074193dc559e423e8e0181e9d4ea9d8b8b6f DIST freesynd-0.7.1.tar.gz 2576695 BLAKE2B 11b8f1d25768cdef6cf6894e8141cd13562a133a3253aa5b19034f0c54f114081dd97d41d230c74b5b1aaf66d84ad45d0c09ca5cdc72fb1de00a39ff23ad1272 SHA512 b87e6adaf71206532b4f90cd230ca6be00438fe26f000c5a0bfebf2839fea80d78d98ddc27331a2224874338c3e14ffbfa58b8c5bdbdc53c93bba8d6a9e6b7b4 -EBUILD freesynd-0.7.1-r1.ebuild 1640 BLAKE2B 2191d33a02ad08dc458bf5df63371f068014a63a3e6c6273296003d7ad7f53b7df7e37531176c20f2f97b733e18c0f3003849dbf2a2691c4bd8d7a7b34966c8a SHA512 8883509215a0c8bcf61d740f11b971bfff09cdffd0ef15fc3e7ccb526db7748cfde2d5c0b0e889874eaf8360df52f3f7e1a123a0709afacd923a10b04a455c0a +EBUILD freesynd-0.7.1-r1.ebuild 1597 BLAKE2B 3d7fadee4f1f1c9c8574b7477972cd781afab7c1f321137bfef5ae84cbb80c6b595ac1b73b165e4878f7a03995899c9a79fd90faddd035c3d10f0fd477f6da03 SHA512 29892a155a86b4a3eda85c5d1e8f987a85f7b63a70ef2b9adc981b509e804bcf2ae4b4b5c28bc19f4fe9499504f8d4a7d6c1e204ce7e9d32cd778394a525c718 MISC metadata.xml 401 BLAKE2B e83ee7425bd7de156c4ce45903a7fe00a12ad94f9e8bfe8ab0547458d2cf3f883fbbb319494a40bdabbadf2d85e74d0a929c43973d27550a7198bfd2c0e7add7 SHA512 5750ad5bed978d8a906a3cea47f3602257b5390bb87096c1e005d0c2bd1921b9033bdfb87f14506e88e8929268a9c9bb0003c9b343d0a0040b30df2058726152 diff --git a/games-strategy/freesynd/freesynd-0.7.1-r1.ebuild b/games-strategy/freesynd/freesynd-0.7.1-r1.ebuild index c787783deb41..08cdeb54329a 100644 --- a/games-strategy/freesynd/freesynd-0.7.1-r1.ebuild +++ b/games-strategy/freesynd/freesynd-0.7.1-r1.ebuild @@ -1,10 +1,12 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit eutils cmake-utils gnome2-utils readme.gentoo-r1 +EAPI=6 -DESCRIPTION="A portable reimplementation of engine for the classic Bullfrog game, Syndicate" +CMAKE_IN_SOURCE_BUILD=1 +inherit cmake-utils desktop gnome2-utils readme.gentoo-r1 + +DESCRIPTION="Portable reimplementation of engine for the classic Bullfrog game, Syndicate" HOMEPAGE="http://freesynd.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -23,9 +25,9 @@ RDEPEND=" " DEPEND="${RDEPEND}" -PATCHES=( "${FILESDIR}"/${P}-cmake.patch ) +DOCS=( NEWS README INSTALL AUTHORS ) -CMAKE_IN_SOURCE_BUILD=1 +PATCHES=( "${FILESDIR}"/${P}-cmake.patch ) DOC_CONTENTS=" You have to set \"data_dir = /my/path/to/synd-data\" @@ -42,8 +44,8 @@ src_prepare() { src_configure() { local mycmakeargs=( - $(cmake-utils_use_with debug DEBUG) - $(cmake-utils_use_build devtools DEV_TOOLS) + -DWITH_DEBUG=$(usex debug) + -DBUILD_DEV_TOOLS=$(usex devtools) ) cmake-utils_src_configure @@ -56,14 +58,10 @@ src_install() { doins -r data newicon -s 128 icon/sword.png ${PN}.png make_desktop_entry ${PN} - dodoc NEWS README INSTALL AUTHORS + einstalldocs readme.gentoo_create_doc } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { gnome2_icon_cache_update if use debug ; then |