Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 860502 Details for
Bug 778542
games-puzzle/enigma-1.30 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
enigma-1.30.ebuild
enigma-1.30.ebuild (text/plain), 1.77 KB, created by
Khumba
on 2023-04-22 02:32:47 UTC
(
hide
)
Description:
enigma-1.30.ebuild
Filename:
MIME Type:
Creator:
Khumba
Created:
2023-04-22 02:32:47 UTC
Size:
1.77 KB
patch
obsolete
># Copyright 1999-2023 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=8 >inherit autotools xdg-utils > >MY_PV="${PV/_/-}" >if [[ "${PV}" = *_alpha* || "${PV}" = *_beta* ]]; then > MY_SRC="${PN}-${MY_PV}" >else > MY_SRC="${PN}-${MY_PV}-src" >fi >MY_P_SHORT="${PN}-${PV%%_*}" >DESCRIPTION="Puzzle game similar to Oxyd" >HOMEPAGE="http://www.nongnu.org/enigma/" >SRC_URI="https://github.com/Enigma-Game/Enigma/releases/download/${MY_PV}/${MY_SRC}.tar.gz" > >LICENSE="GPL-2+ > non-free? ( enigma-music ) >" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="nls non-free" > >COMMON_DEPS=" > media-libs/sdl2-ttf > media-libs/libsdl2[video] > media-libs/sdl2-mixer > media-libs/sdl2-image[jpeg,png] > media-libs/libpng:0= > sys-libs/zlib > net-misc/curl > || ( >=dev-libs/xerces-c-3[icu] >=dev-libs/xerces-c-3[-icu,-iconv] ) > net-libs/enet:= > nls? ( virtual/libintl ) >" >DEPEND="${COMMON_DEPS}" >RDEPEND="${COMMON_DEPS} > media-fonts/dejavu > x11-misc/xdg-utils >" > >S="${WORKDIR}/${MY_P_SHORT}" > >PATCHES=( > "${FILESDIR}/${PN}-1.30-build.patch" >) > >src_prepare() { > default > if ! use non-free; then > eapply "${FILESDIR}/${PN}-1.30-remove-menu-music.patch" > rm data/music/menu/pentagonal_dreams.s3m || die "Couldn't remove non-free music." > fi > sed -i \ > -e "s:DOCDIR:\"/usr/share/doc/${MY_P_SHORT}/html\":" \ > src/main.cc || die > eautoreconf >} > >src_configure() { > econf \ > --with-system-enet \ > $(use_enable nls) >} > >src_install() { > HTML_DOCS="doc/*" DOCS="ACKNOWLEDGEMENTS AUTHORS CHANGES README doc/HACKING" \ > default > dosym \ > ../../fonts/dejavu/DejaVuSansCondensed.ttf \ > /usr/share/${PN}/fonts/DejaVuSansCondensed.ttf > dosym \ > ../../fonts/dejavu/DejaVuSans.ttf \ > /usr/share/${PN}/fonts/vera_sans.ttf > doman doc/enigma.6 >} > >pkg_postinst() { > xdg_icon_cache_update >} > >pkg_postrm() { > xdg_icon_cache_update >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 778542
:
694602
|
694605
|
694812
| 860502 |
860503
|
860504
|
860505