Compare commits
6 Commits
2bcf8a462b
...
c0d91e1449
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c0d91e1449 | ||
|
|
357abb6bb7 | ||
|
|
8881b0b594 | ||
|
|
f4ee5f19f1 | ||
|
|
c50c11620d | ||
|
|
aec3fd7904 |
@@ -5,4 +5,4 @@ EAPI=8
|
|||||||
inherit acct-group
|
inherit acct-group
|
||||||
|
|
||||||
DESCRIPTION="A group for net-im/matterbridge"
|
DESCRIPTION="A group for net-im/matterbridge"
|
||||||
ACCT_GROUP_ID=113
|
ACCT_GROUP_ID=-1
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ EAPI=8
|
|||||||
inherit acct-user
|
inherit acct-user
|
||||||
|
|
||||||
DESCRIPTION="Unprivileged user for Matterbridge"
|
DESCRIPTION="Unprivileged user for Matterbridge"
|
||||||
ACCT_USER_ID=113
|
ACCT_USER_ID=-1
|
||||||
ACCT_USER_GROUPS=( matterbridge )
|
ACCT_USER_GROUPS=( matterbridge )
|
||||||
|
|
||||||
acct-user_add_deps
|
acct-user_add_deps
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ inherit optfeature
|
|||||||
|
|
||||||
DESCRIPTION="Infinitely adaptable password manager"
|
DESCRIPTION="Infinitely adaptable password manager"
|
||||||
HOMEPAGE="https://projects.laidback.moe/kanako/"
|
HOMEPAGE="https://projects.laidback.moe/kanako/"
|
||||||
SRC_URI="https://mirror.chaotic.ninja/software/${P}.tar.gz"
|
SRC_URI="https://mirror.chaotic.ninja/software/${PN}/${P}.tar.gz"
|
||||||
|
|
||||||
LICENSE="BEER-WARE"
|
LICENSE="BEER-WARE"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|||||||
1
dev-lang/kuroko/Manifest
Normal file
1
dev-lang/kuroko/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST kuroko-1.4.0.tar.gz 1329265 BLAKE2B e8eab140c0bd3ed057fb0e7a2e3998ccb5d5ed0d95ad084705a32ea4f6d66d8e01f356887f3ca8fc9f8082c3a5cabfc1422e62fc2c117c602f18dfbd5f72eca2 SHA512 bdcf8f28dae7f1d704c6c74c455a34390a0aadcb41b0bfeb3c3cc7c8ee7670fc001a14e87d6912d05d72ce1f25c69bf8ff4036a45339aa48e6a94fe1ae330ff8
|
||||||
18
dev-lang/kuroko/kuroko-1.4.0.ebuild
Normal file
18
dev-lang/kuroko/kuroko-1.4.0.ebuild
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# Copyright 2026 Shin'ya Minazuki
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DESCRIPTION="Lightweight, bytecode-compiled, dynamic and interpreted programming language "
|
||||||
|
HOMEPAGE="https://kuroko-lang.github.io/"
|
||||||
|
SRC_URI="https://github.com/kuroko-lang/kuroko/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
emake
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
emake DESTDIR="${D}" prefix="${EPREFIX}/usr" install
|
||||||
|
}
|
||||||
11
dev-lang/kuroko/metadata.xml
Normal file
11
dev-lang/kuroko/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>shinyoukai@laidback.moe</email>
|
||||||
|
<name>Shin'ya Minazuki</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">kuroko-lang/kuroko</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
@@ -7,7 +7,7 @@ inherit dune
|
|||||||
|
|
||||||
DESCRIPTION="Applicative text parsing library for OCaml"
|
DESCRIPTION="Applicative text parsing library for OCaml"
|
||||||
HOMEPAGE="https://projects.laidback.moe/kosuzu/"
|
HOMEPAGE="https://projects.laidback.moe/kosuzu/"
|
||||||
SRC_URI="https://mirror.chaotic.ninja/software/text_parse-4.tar.gz"
|
SRC_URI="https://mirror.chaotic.ninja/software/kosuzu/${P}.tar.gz"
|
||||||
|
|
||||||
LICENSE="EUPL-1.2"
|
LICENSE="EUPL-1.2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|||||||
1
net-p2p/lanxchange/Manifest
Normal file
1
net-p2p/lanxchange/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST lanxchange-1.41.zip 757123 BLAKE2B 3630e08440d811fe329e6ce38f7e2eb4ad435e02bda9e8373a30344dee46f9c295ae0bfdf607cbfe1377067658207528083c65ad57dd6f6cd1fa8fbbf447c7cd SHA512 d873fd626b51a4555d0ae38edf660659a4dc5a5945b3688e967fd92b09845b12f12e346bb404de19b1987df5adad5bddb2781d99d94d164a422b392e8208bbea
|
||||||
27
net-p2p/lanxchange/lanxchange-1.41.ebuild
Normal file
27
net-p2p/lanxchange/lanxchange-1.41.ebuild
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
# Copyright 2026 Shin'ya Minazuki
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit wrapper desktop xdg
|
||||||
|
|
||||||
|
DESCRIPTION="A simple tool for spontaneous, local network file transfers."
|
||||||
|
HOMEPAGE="https://lanxchange.com"
|
||||||
|
SRC_URI="https://github.com/tfg13/LanXchange/releases/download/v${PV}/lxc.zip -> ${P}.zip"
|
||||||
|
S="${WORKDIR}"
|
||||||
|
|
||||||
|
LICENSE="GPL-3+"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
DEPEND="virtual/jre:1.8"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
insinto "/opt/lanxchange"
|
||||||
|
doins -r "${S}/3rd_party_licenses"
|
||||||
|
doins -r "${S}/img"
|
||||||
|
doins "${S}/lanxchange.jar"
|
||||||
|
# Chances are that the slot system will take care of the symlinks for Java
|
||||||
|
# Hence the call to env(1)
|
||||||
|
make_wrapper "lanxchange" "/usr/bin/env -S java -jar /opt/lanxchange/lanxchange.jar"
|
||||||
|
# Now, the desktop entry
|
||||||
|
newicon "/opt/lanxchange/img/logo.png" "${PN}.png"
|
||||||
|
make_desktop_entry "${PN}" "LanXchange" "${PN}" "Network;P2P"
|
||||||
|
}
|
||||||
8
net-p2p/lanxchange/metadata.xml
Normal file
8
net-p2p/lanxchange/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>shinyoukai@laidback.moe</email>
|
||||||
|
<name>Shin'ya Minazuki</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
||||||
@@ -12,8 +12,8 @@ if [[ ${PV} = 9999* ]]; then
|
|||||||
inherit git-r3
|
inherit git-r3
|
||||||
else
|
else
|
||||||
SRC_URI="
|
SRC_URI="
|
||||||
https://mirror.chaotic.ninja/software/aya-${PV}.tar.gz
|
https://mirror.chaotic.ninja/software/${PN}/${P}.tar.gz
|
||||||
https://mirror.chaotic.ninja/software/aya-vendor.tar.gz
|
https://mirror.chaotic.ninja/software/${PN}/${PN}-vendor.tar.gz
|
||||||
"
|
"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ inherit dune
|
|||||||
|
|
||||||
DESCRIPTION="Text archival and exchange"
|
DESCRIPTION="Text archival and exchange"
|
||||||
HOMEPAGE="https://projects.laidback.moe/kosuzu"
|
HOMEPAGE="https://projects.laidback.moe/kosuzu"
|
||||||
SRC_URI="https://mirror.chaotic.ninja/software/${P}.tar.gz"
|
SRC_URI="https://mirror.chaotic.ninja/software/${PN}/${P}.tar.gz"
|
||||||
|
|
||||||
LICENSE="EUPL-1.2"
|
LICENSE="EUPL-1.2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|||||||
1
www-client/palemoon-bin/Manifest
Normal file
1
www-client/palemoon-bin/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST palemoon-bin-34.2.2-amd64.tar.xz 38842464 BLAKE2B d4a158f19d7c65cdc39303ecf2a16f6a7eff32ffd4ae8dc5975c086fa43920b42cca790a25bebc9f5774ae210b63a5216f1e647a8d308ef4ed825e90e3345059 SHA512 84815935697a3c5fe5dd5a5dc8a9933a50d761860c2b1232137dee8946e62f6f633c5358f642385214c1dee8a3f110165c69489f9ddaacd0578b9f346599e746
|
||||||
8
www-client/palemoon-bin/metadata.xml
Normal file
8
www-client/palemoon-bin/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>shinyoukai@laidback.moe</email>
|
||||||
|
<name>Shin'ya Minazuki</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
||||||
70
www-client/palemoon-bin/palemoon-bin-34.2.2.ebuild
Normal file
70
www-client/palemoon-bin/palemoon-bin-34.2.2.ebuild
Normal file
@@ -0,0 +1,70 @@
|
|||||||
|
# Copyright 2026 Shin'ya Minazuki
|
||||||
|
EAPI=8
|
||||||
|
PM_PN="${PN%-bin}"
|
||||||
|
|
||||||
|
inherit desktop xdg
|
||||||
|
|
||||||
|
DESCRIPTION="Independent web browser built upon a fork of Firefox/Gecko (binary)"
|
||||||
|
HOMEPAGE="https://www.palemoon.org"
|
||||||
|
SRC_URI="https://rm-us.palemoon.org/release/${PM_PN}-${PV}.linux-x86_64-gtk3.tar.xz -> ${P}-amd64.tar.xz"
|
||||||
|
|
||||||
|
LICENSE="MPL-2.0"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
app-accessibility/at-spi2-core:2[X]
|
||||||
|
dev-libs/dbus-glib
|
||||||
|
dev-libs/glib
|
||||||
|
media-libs/freetype
|
||||||
|
media-libs/harfbuzz
|
||||||
|
media-libs/libpng
|
||||||
|
x11-libs/gtk+:3
|
||||||
|
x11-libs/libX11
|
||||||
|
x11-libs/libXcomposite
|
||||||
|
x11-libs/libXcursor
|
||||||
|
x11-libs/libXdamage
|
||||||
|
x11-libs/libXext
|
||||||
|
x11-libs/libXfixes
|
||||||
|
x11-libs/libXi
|
||||||
|
x11-libs/libXrandr
|
||||||
|
x11-libs/libxcb
|
||||||
|
x11-libs/pango
|
||||||
|
x11-libs/pixman
|
||||||
|
virtual/zlib
|
||||||
|
!www-client/palemoon
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
RESTRICT="mirror strip"
|
||||||
|
QA_PREBUILT="*"
|
||||||
|
S="${WORKDIR}"
|
||||||
|
IUSE="cpu_flags_x86_avx"
|
||||||
|
REQUIRED_USE="
|
||||||
|
amd64? ( cpu_flags_x86_avx )
|
||||||
|
"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
cd ${PM_PN} || die
|
||||||
|
rm -rf gtk2
|
||||||
|
default
|
||||||
|
}
|
||||||
|
src_install() {
|
||||||
|
cd ${PM_PN} || die
|
||||||
|
insinto "/opt/${PM_PN}/browser"
|
||||||
|
doins -r browser/*
|
||||||
|
insinto "/opt/${PM_PN}/defaults"
|
||||||
|
doins -r defaults/*
|
||||||
|
insinto "/opt/${PM_PN}/dictionaries"
|
||||||
|
doins dictionaries/*
|
||||||
|
insinto "/opt/${PM_PN}/fonts"
|
||||||
|
doins fonts/*
|
||||||
|
insinto "/opt/${PM_PN}/icons"
|
||||||
|
doins icons/*
|
||||||
|
insinto "/opt/${PM_PN}"
|
||||||
|
doins *.ini *.manifest *.list *.dat precomplete removed-files
|
||||||
|
exeinto "/opt/${PM_PN}"
|
||||||
|
doexe ${PM_PN} ${PN} *.so
|
||||||
|
dosym -r "/opt/${PM_PN}/${PM_PN}" "/usr/bin/${PM_PN}"
|
||||||
|
newicon "browser/icons/mozicon128.png" "${PM_PN}.png"
|
||||||
|
make_desktop_entry "${PM_PN} %U" "Pale Moon" "${PM_PN}" "Network;WebBrowser" "StartupWMClass=PaleMoon"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user