mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-10 20:08:43 -04:00
Merge updates from master
This commit is contained in:
commit
ed83454dcb
@ -1 +1 @@
|
||||
DIST io.github.msojocs.bilibili_1.16.3-2_amd64.deb 214605244 BLAKE2B 43117bda98851b447211f1ee41ffe737d42b6a2cfae2e308468f1bfe972537ab02bfb6bad7bb1ff0ef261f0141a0db4b0fbcaef585eed01a9c9b949913e28f40 SHA512 6fc2d20760572e9a5ba31986e054fd989bca2350dbdfa52a7cf6237e3239834024d6639022cd5e638ce1b4f3b9fcfc1b9d6bc524f31ff61d70121c4e51554044
|
||||
DIST io.github.msojocs.bilibili_1.16.3-3_amd64.deb 214629996 BLAKE2B 306d8a660074a6748fa3971c3f13aa4616555632d25bd7586f9ef0748503398087e43abab84d697af79ea87d758861123daa3657d3c4fa6f2f281516ee3500f7 SHA512 8aa90f5a63ef4f8a39bfeee5572cfe676d77c400b255896fc5fd7f1fcd0b10f97d2e89d81f3f566e7d6e1ade1dfdc417a57f9abf893059d55050f57a0090e7e5
|
||||
|
@ -1,2 +1 @@
|
||||
DIST mihomo-party-linux-1.6.0-amd64.deb 108602084 BLAKE2B 0fdabf6f730f194584af967c9c25011b08ca81cb08f22f80478c38d1593050558695ad8ddf264ed09e2816393cf8161564b4de9e336a65cb522c1d8c286e253a SHA512 ba6e99ab4fca911a3f0e136e904bd96ce4b8024fa49a3d53455cb16e35be34bcac25845a7b64cbe71217eec1781c0cfc066888df9f731ba525caa5938893e98e
|
||||
DIST mihomo-party-linux-1.7.1-amd64.deb 109494022 BLAKE2B 64e58f7ee044cf1a1d090178a1a471f2d5424d7df5c3a38e6c0d90cf146a5058722b132b1ef1a000353c3cd865eb944f75889ca344a190c2c66ee7c2209a3f51 SHA512 62da6f77a9b399e5b45a6cd37c856ad011ac8346567d69352e3bcaae7b174befb601123905af6ffc124036f0a3e6eec48cb0328aa53ab9cfa70e400b8dd0a9a9
|
||||
DIST mihomo-party-linux-1.7.2-amd64.deb 107570302 BLAKE2B 860a42534954a5f49d92a6d7e06d7c60f039cdc0b89b2a4b908a6a3b59db0ecdf9668df0db7c8dc7761467aea2ad78540d02343a45fae7d2154607736707760a SHA512 9d3ae87d9aeead42bbebbcc4f25dc80e2cd6a25629d332994251e19d4baf1eaffff39a3549bff2e56ba34d4c8efd9af1bd6ca4ef0d438d859c7e41867d700a24
|
||||
|
@ -1,49 +0,0 @@
|
||||
# Copyright 2024-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit desktop xdg unpacker
|
||||
|
||||
DESCRIPTION="Mihomo Party"
|
||||
HOMEPAGE="
|
||||
https://mihomo.party
|
||||
https://github.com/mihomo-party-org/mihomo-party
|
||||
"
|
||||
SRC_URI="https://github.com/mihomo-party-org/mihomo-party/releases/download/v${PV}/mihomo-party-linux-${PV}-amd64.deb"
|
||||
|
||||
S="${WORKDIR}"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="+tun"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/nss
|
||||
media-libs/alsa-lib
|
||||
media-libs/mesa
|
||||
net-print/cups
|
||||
x11-libs/gtk+:3
|
||||
x11-libs/libdrm
|
||||
x11-libs/libxkbcommon
|
||||
"
|
||||
|
||||
RESTRICT="strip"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
|
||||
src_install() {
|
||||
domenu usr/share/applications/mihomo-party.desktop
|
||||
doicon -s 512 usr/share/icons/hicolor/512x512/apps/mihomo-party.png
|
||||
insinto /opt/
|
||||
doins -r opt/mihomo-party
|
||||
fperms +x /opt/mihomo-party/chrome-sandbox
|
||||
fperms +x /opt/mihomo-party/chrome_crashpad_handler
|
||||
fperms +x /opt/mihomo-party/mihomo-party
|
||||
fperms +x /opt/mihomo-party/resources/sidecar/mihomo
|
||||
fperms +x /opt/mihomo-party/resources/sidecar/mihomo-alpha
|
||||
if use tun; then
|
||||
fperms +s /opt/mihomo-party/resources/sidecar/mihomo
|
||||
fperms +s /opt/mihomo-party/resources/sidecar/mihomo-alpha
|
||||
fi
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user