mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 03:23:20 -04:00
Merge updates from master
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit toolchain-funcs
|
||||
inherit toolchain-funcs flag-o-matic
|
||||
|
||||
DESCRIPTION="Read-only FUSE file system for mounting archives and compressed files"
|
||||
HOMEPAGE="https://github.com/google/fuse-archive"
|
||||
@@ -29,23 +29,26 @@ DEPEND="
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
# TODO(NRK): enable tests. requires python.
|
||||
# also takes a lot of disk space (and time) by generating big.zip.
|
||||
src_test() {
|
||||
:
|
||||
src_configure() {
|
||||
sed -i 's|-O2||g' Makefile || die "sed failed"
|
||||
sed -i 's|-O0 -g||g' Makefile || die "sed failed"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
local incpath=""
|
||||
incpath="${incpath} -I../intrusive-${BOOST_VERSION}/include"
|
||||
incpath="${incpath} -I../config-${BOOST_VERSION}/include"
|
||||
incpath="${incpath} -I../assert-${BOOST_VERSION}/include"
|
||||
incpath="${incpath} -I../move-${BOOST_VERSION}/include"
|
||||
emake CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)" \
|
||||
CPPFLAGS="${incpath} ${CPPFLAGS}"
|
||||
append-cppflags "-I../intrusive-${BOOST_VERSION}/include"
|
||||
append-cppflags "-I../config-${BOOST_VERSION}/include"
|
||||
append-cppflags "-I../assert-${BOOST_VERSION}/include"
|
||||
append-cppflags "-I../move-${BOOST_VERSION}/include"
|
||||
emake CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin out/fuse-archive
|
||||
doman fuse-archive.1
|
||||
}
|
||||
|
||||
# TODO(NRK): enable tests. requires python.
|
||||
# also takes a lot of disk space (and time) by generating big.zip.
|
||||
src_test() {
|
||||
:
|
||||
}
|
||||
|
||||
@@ -1,44 +0,0 @@
|
||||
# Copyright 2019-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit desktop java-pkg-2 xdg
|
||||
|
||||
DESCRIPTION="Minecraft launcher which integrates multiple different ModPacks"
|
||||
HOMEPAGE="https://atlauncher.com
|
||||
https://github.com/ATLauncher/ATLauncher"
|
||||
SRC_URI="https://github.com/ATLauncher/ATLauncher/releases/download/v${PV}/${P}.jar
|
||||
https://raw.githubusercontent.com/ATLauncher/ATLauncher/master/src/main/resources/assets/image/icon.ico -> ${PN}.ico"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
BDEPEND="media-gfx/imagemagick[png]"
|
||||
RDEPEND="virtual/jre:1.8"
|
||||
|
||||
src_unpack() {
|
||||
# do not unpack jar file
|
||||
cp "${DISTDIR}/${PN}.ico" "${S}" || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
convert ${PN}.ico ${PN}.png || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
java-pkg_newjar "${DISTDIR}/${P}.jar" ${PN}.jar
|
||||
|
||||
dobin "${FILESDIR}/${PN}"
|
||||
|
||||
newicon -s 256x256 ${PN}-0.png atlauncher.png
|
||||
newicon -s 128x128 ${PN}-1.png atlauncher.png
|
||||
newicon -s 64x64 ${PN}-2.png atlauncher.png
|
||||
newicon -s 48x48 ${PN}-3.png atlauncher.png
|
||||
newicon -s 32x32 ${PN}-4.png atlauncher.png
|
||||
newicon -s 16x16 ${PN}-5.png atlauncher.png
|
||||
make_desktop_entry ${PN} "ATLauncher" atlauncher Game
|
||||
}
|
||||
@@ -1,3 +1,2 @@
|
||||
DIST ATLauncher-3.4.27.0.jar 22508308 BLAKE2B 36d725b4e75407363245487470930b2bbfddfca9849905d4738b08764043e8a449cfc33cf2e41679e415cabe0b49f717bd5293aa03ddda6a1c5f7bbe890ef8af SHA512 1ea03c559d0983e644ab8433aacd849b29ccc73c2aa22e37ca97dc0723b5fec939712db6235a8bea1e833217d5e05b2abe10f3b699bd19ac5f8a5040ad8ebcac
|
||||
DIST ATLauncher-3.4.3.1.jar 13796481 BLAKE2B 909e6a22f743bcd69109a8d14a197f7e81f3773a324df789cc1a23f5f6884f8a17a3321738542b67a3b783d6e98b353b76b12d9cd354de1b78c548b84e4262c7 SHA512 6c8c897c904129e17436604d6b05fe9fa16ba7c1269d22a76a89b5f9db6a319657bf28147d8b5159b8829b057b86ab9a8de5dcde33f622f9621351a1803b46e6
|
||||
DIST ATLauncher.ico 370070 BLAKE2B 992e5df968054884c21f136b8f16f2b14e8d321b2196ebc07f7a59621223ca79b896f63b21dba864f61f238ca1864039a410d8089127714163092f65d0ca7f27 SHA512 353f6dd68475778cc8e97a773e800fe532df2f6d28d5babc751cfb5ed7ef24ef6246f76d26e3e25706e458741d604bb8fa8e79cb8904900284f0f7b0f9488bfb
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
DIST technic-launcher-4.625.jar 5394348 BLAKE2B 46306f86a4b80aa70276ccc8fbd3f88c036bdd5e67a3b9a6b0444a9ec22d86113082d279ad9d78313e5753e9458ba7c52a7e507eb4b625c2b6d2662c5e5fdb10 SHA512 29cca87c55c3415fa3dde40030b09db75dc00387e87f2432a44d7acde1e1544ebf7f55a12d46d084c2f207be7882ee13bd6f50af3da0046b02d64077c35a24c4
|
||||
DIST technic-launcher-4.768.jar 6949323 BLAKE2B b5e2006b82f0efee9c872c513436c8ab68ad87473a001b1baf25393be5a1c26ffee1d0783dd87218c1e38978d6934c610019cc80e68401bc978a1834b19b8741 SHA512 d96cda057e746dced1bcc7635ace43a9eb65ed71a28e7af3f0b184162cb365aa101e4bb90880da679b52a9f5b828d27cf81b3cb729ccda4b02837bc638876753
|
||||
DIST technic-launcher-4.822.jar 7170316 BLAKE2B ab222361a511c66d23dda052b17b00b4ba5068d229e1dcb0720976998712dc82c92831135fea700be671459f304f3bf29907defee1cd3ac8b5985eff80d37156 SHA512 9ffbd23c4ff26f3a1d0a198fd404a811a8326eb04cafa900c1627abd6c191e089ac758500dbb10c747c68daedfcfd91399bebabfaa6e73d9fa76372b8d73ab45
|
||||
DIST technic-launcher.ico 15086 BLAKE2B 4f5be0661bfbdca971cf022767618acef1e912b60c3f0574f383a8bd0281a6d66ca1b8b105412ec9579f3999514a471412fb16da66d937acfb4d3236b8f99663 SHA512 c109113a0e1be10bc013bfb79b742396a768fa683860a83d734e158b709e66b9e21067e1791ae5f7a854ccd21b1bf9adf6eeb27bc33d9da03f902dfe5d8be710
|
||||
|
||||
@@ -1,42 +0,0 @@
|
||||
# Copyright 2019-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit desktop java-pkg-2 xdg
|
||||
|
||||
DESCRIPTION="Minecraft launcher for community-made modpacks on the Technic Platform"
|
||||
HOMEPAGE="https://www.technicpack.net/"
|
||||
SRC_URI="
|
||||
https://launcher.technicpack.net/launcher${PV:0:1}/${PV:2}/TechnicLauncher.jar -> ${P}.jar
|
||||
https://www.technicpack.net/favicon.ico -> ${PN}.ico
|
||||
"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="technic"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RESTRICT="bindist mirror"
|
||||
BDEPEND="media-gfx/imagemagick[png]"
|
||||
RDEPEND="virtual/jre:1.8"
|
||||
|
||||
src_unpack() {
|
||||
# do not unpack jar file
|
||||
cp "${DISTDIR}/${PN}.ico" "${S}" || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
convert ${PN}.ico ${PN}.png || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
java-pkg_newjar "${DISTDIR}/${P}.jar" ${PN}.jar
|
||||
java-pkg_dolauncher ${PN} --jar ${PN}.jar --java_args "\${JAVA_OPTS}"
|
||||
|
||||
newicon -s 16x16 ${PN}-0.png technic.png
|
||||
newicon -s 32x32 ${PN}-1.png technic.png
|
||||
newicon -s 48x48 ${PN}-2.png technic.png
|
||||
make_desktop_entry ${PN} "Technic Launcher" technic Game
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright 2019-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI=8
|
||||
|
||||
inherit desktop java-pkg-2 xdg
|
||||
|
||||
|
||||
@@ -2,3 +2,5 @@ DIST supersonic-0.13.0-vendor.tar.xz 8727176 BLAKE2B 34be3feedb7ea5df286b95f260e
|
||||
DIST supersonic-0.13.0.tar.gz 63671925 BLAKE2B 4f8a68f90723db2da3c2a6f16c796b46453b7ad767b0294109c0a92e1630de8a406e7993510e5817893aac1548f7ef8188b57dd73cd343c16524d113f7e96e26 SHA512 6cbc2d1f49c977633d3db94896b400a510090c7f8cec7e45b227ed2c9e4e202568182cb63e57755aa2b1c09adf136cbbd5a00d75c583a3c29f2bdf58c5fd2e8c
|
||||
DIST supersonic-0.13.1-vendor.tar.xz 8736248 BLAKE2B e1431bf5758255d14b613e7bfbf7c9c87205be80e924fb0f2bcf6ee163e71c1330e4d01ec519e929b37f11290c313291aeb5aee4bacf1df21732cabdbb7d02ac SHA512 555ef8334627626bd51d075b3f1a0892e0524e75524587046fce8d2746f5b21d598f23da35daa7dfa645ce48658a22ea0587f3d90bb21fd7ad2439d3f9aa2f5f
|
||||
DIST supersonic-0.13.1.tar.gz 63678698 BLAKE2B c0bcac53f9cc17cabbfe2fbc4c4e6fa809e0611465862b71561af198e0090266ee8f5d321179c287d249470c00996b3fd0c9bee9807be8e39702107c5eb8fa22 SHA512 7153640df2e4fd2e14b9ff14325afd70589960113d1cdd7dbaeaf75d7074152e2bbb5b3b832aa0947f85c625236c3b01116b766ac8524b00e7471a164492435c
|
||||
DIST supersonic-0.13.2-vendor.tar.xz 8757956 BLAKE2B c228d799e13667350a5e05580ec5cbe9be066d408a81a70cab75cd28be14dd116a8e043a241dc94a702c84d30a514099cee116e1a45315b204272bde8096381b SHA512 2f0699fd7908ed5786a5474523fd2b5aed9e50ad6d23c61e5598f94f05ce5354bb02a3b1ac9e8d16156743a159cadcb118a464a3d122715fc8ca46c3954f1520
|
||||
DIST supersonic-0.13.2.tar.gz 63687288 BLAKE2B eb761d39fe29807808b5dbd6070413bb90a93301a445a7ada6168d29b9b184aa319b140ea23a8af6d6e300f2f95cfc6862db7f9abadd8fb364bde3f3963059bc SHA512 b4372f9765f12e95c357717467ef55cd9a84a362c5179365e393405121d7094339e09f8e69a7a813d2cbd55bc8fa71beeefd18203cd28df96d3259fc5b7652e5
|
||||
|
||||
40
media-sound/supersonic/supersonic-0.13.2.ebuild
Normal file
40
media-sound/supersonic/supersonic-0.13.2.ebuild
Normal file
@@ -0,0 +1,40 @@
|
||||
# Copyright 2023-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit desktop go-module xdg
|
||||
|
||||
DESCRIPTION="A lightweight and full-featured cross-platform desktop client"
|
||||
HOMEPAGE="https://github.com/dweymouth/supersonic"
|
||||
SRC_URI="https://github.com/dweymouth/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
media-libs/libglvnd
|
||||
media-video/mpv[libmpv]
|
||||
x11-libs/libX11
|
||||
x11-libs/libXcursor
|
||||
x11-libs/libXi
|
||||
x11-libs/libXinerama
|
||||
"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_compile() {
|
||||
ego build
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin supersonic
|
||||
sed -i 's/supersonic-desktop/supersonic/g' "res/${PN}-desktop.desktop" || die
|
||||
domenu "res/${PN}-desktop.desktop"
|
||||
local x
|
||||
for x in 128 256 512; do
|
||||
newicon -s ${x} res/appicon-${x}.png supersonic.png
|
||||
done
|
||||
}
|
||||
@@ -5,7 +5,4 @@
|
||||
<email>davidroman96@gmail.com</email>
|
||||
<name>David Roman</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="openrc">Install an openrc runscript</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
inherit java-pkg-2 systemd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user