mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 10:33:28 -04:00
Merge updates from master
This commit is contained in:
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz"
|
||||
LICENSE="BSD GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="bash-completion libsamplerate png python timidity +vorbis"
|
||||
IUSE="libsamplerate png python timidity +vorbis"
|
||||
|
||||
DEPEND="
|
||||
media-libs/libsdl2
|
||||
@@ -22,7 +22,6 @@ DEPEND="
|
||||
png? ( media-libs/libpng:= )"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
bash-completion? ( app-shells/bash-completion )
|
||||
python? (
|
||||
dev-lang/python
|
||||
dev-python/pillow
|
||||
|
||||
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/fabiangreffrath/${PN}/archive/${P}.tar.gz"
|
||||
LICENSE="BSD GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="bash-completion libsamplerate png python timidity +vorbis zlib"
|
||||
IUSE="libsamplerate png python timidity +vorbis zlib"
|
||||
|
||||
DEPEND="
|
||||
media-libs/libsdl2
|
||||
@@ -23,7 +23,6 @@ DEPEND="
|
||||
zlib? ( sys-libs/zlib )"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
bash-completion? ( app-shells/bash-completion )
|
||||
python? (
|
||||
dev-lang/python
|
||||
dev-python/pillow
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
DIST gzdoom-4.1.1.tar.gz 13008847 BLAKE2B ac2bddbcc618148ed9de15dfe9105d1f3b9f319496b995d2af06834eb1349415ab3ee48beaa3e1acac04c81152e32bc89b71ac53576cf7789c1471a29a0a5339 SHA512 649e8bbf7f7f669d1bda13f1ab654428b69fa3e03a97eefb2ff1e996dbf62c66df72dddee9b8c139664ce5374ffbcdd8a10d1c4e3d0e6e65848ed5660b547d34
|
||||
DIST gzdoom-4.1.2.tar.gz 13045742 BLAKE2B 38c70eb82ba266e5b41bf62f28f4cee77ba17c0cc1e4186bf11be9021386511346c111874b695ef56a4ed3c93668bb64a71ba4169183646e49d0ab60a1c0793a SHA512 915029e676b17dd330aeee17fa8a9e07bb8e7a16e8ebce9fcdcd24e5b2f0cc48fd8f6914314029b332112ad4215a0f0d45d8e448e9025ac3c2a708a5e0bbd399
|
||||
|
||||
64
games-fps/gzdoom/gzdoom-4.1.2.ebuild
Normal file
64
games-fps/gzdoom/gzdoom-4.1.2.ebuild
Normal file
@@ -0,0 +1,64 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils desktop xdg
|
||||
|
||||
DESCRIPTION="A modder-friendly OpenGL source port based on the DOOM engine"
|
||||
HOMEPAGE="https://zdoom.org"
|
||||
SRC_URI="https://github.com/coelckers/${PN}/archive/g${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD BZIP2 DUMB-0.9.2 GPL-3 LGPL-3 MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="fluidsynth gtk openal openmp"
|
||||
|
||||
DEPEND="
|
||||
media-libs/libsdl2[opengl]
|
||||
sys-libs/zlib
|
||||
virtual/jpeg:0
|
||||
gtk? ( <x11-libs/gtk+-4:= )"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
fluidsynth? ( media-sound/fluidsynth )
|
||||
openal? (
|
||||
media-libs/libsndfile
|
||||
media-libs/openal
|
||||
media-sound/mpg123
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${PN}-g${PV}"
|
||||
|
||||
src_prepare() {
|
||||
cmake-utils_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_SHARED_LIBS=OFF
|
||||
-DINSTALL_DOCS_PATH="${EPREFIX}/usr/share/doc/${P}/docs"
|
||||
-DNO_GTK="$(usex !gtk)"
|
||||
-DNO_OPENAL="$(usex !openal)"
|
||||
-DNO_OPENMP="$(usex !openmp)"
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
newicon src/posix/zdoom.xpm "${PN}.xpm"
|
||||
make_desktop_entry "${PN}" "GZDoom" "${PN}" "Game;ActionGame"
|
||||
cmake-utils_src_install
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
xdg_pkg_preinst
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
}
|
||||
@@ -1 +1,2 @@
|
||||
DIST badwolf-0.1.1.tar.gz 8673 BLAKE2B fbdc7f67bd653d6771e3b6e3e8b0b17ab6e94b1243d6ea5aac3597fa30760f7d2c54fd970db23411dec36a0f90ce98eba4f3946f2e3dfe7bcc621bb0f12df29c SHA512 b03090e5f46b190cfad5d1b78a4aeac8610a642ff9a8cb6676f2216bb89aabf79f0afc4d82d5e175448a414d0064439edede7ceeb853540696796a57d67c6efb
|
||||
DIST badwolf-0.2.0.tar.gz 10128 BLAKE2B 06cba68e35af4e8bb8b973226acb45d8d781eb0a45d7432e50eeb3fb13565b249caad2cbde4728a9b75e51483f2f9f68c7f08dae9634f33008d9db2751093715 SHA512 bbb660c2ff8c05a9595c8974027338582aed7eb4035c33abcade6c47f9f5dc15a08f657d8d24f4238d9e6a930991a4d99d7da91b79fa3e6653f198f5e2ca079e
|
||||
|
||||
54
www-client/badwolf/badwolf-0.2.0.ebuild
Normal file
54
www-client/badwolf/badwolf-0.2.0.ebuild
Normal file
@@ -0,0 +1,54 @@
|
||||
# Copyright 2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit savedconfig
|
||||
|
||||
if [[ "${PV}" == "9999" ]]
|
||||
then
|
||||
EGIT_REPO_URI="https://hacktivis.me/git/badwolf.git"
|
||||
EGIT_MIN_CLONE_TYPE="single+tags"
|
||||
inherit git-r3
|
||||
else
|
||||
MY_P="${PN}-$(ver_rs 3 - 4 .)"
|
||||
SRC_URI="https://hacktivis.me/releases/${MY_P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Minimalist and privacy-oriented WebKitGTK+ browser"
|
||||
HOMEPAGE="https://hacktivis.me/projects/badwolf"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
DOCS=("README.md" "KnowledgeBase.md")
|
||||
|
||||
DEPEND="
|
||||
x11-libs/gtk+:3
|
||||
net-libs/webkit-gtk:4=
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
restore_config config.h
|
||||
default
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake \
|
||||
CC="${CC:-cc}" \
|
||||
CFLAGS="${CFLAGS:--02 -Wall -Wextra}" \
|
||||
LDFLAGS="${LDFLAGS}" \
|
||||
PREFIX="/usr"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake \
|
||||
DESTDIR="${D}" \
|
||||
PREFIX="/usr" \
|
||||
install
|
||||
|
||||
save_config config.h
|
||||
einstalldocs
|
||||
}
|
||||
Reference in New Issue
Block a user