Compare commits
9 Commits
a3c6c420ac
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
319b7ab97b | ||
|
|
92cb43f275 | ||
|
|
536d98d673 | ||
|
|
8def3917c2 | ||
|
|
9fff5c0ea0 | ||
|
|
b4099f2d0b | ||
|
|
6489911e04 | ||
|
|
2780ad4161 | ||
|
|
11a3023dc2 |
11
README.md
11
README.md
@@ -3,15 +3,11 @@ This is the [Gentoo](https://www.gentoo.org) equivalent of the [pkgsrc](https://
|
|||||||
|
|
||||||
Feel free to always hit me up for issues with this repository, I am always here.
|
Feel free to always hit me up for issues with this repository, I am always here.
|
||||||
|
|
||||||
> [!NOTE]
|
|
||||||
> This place is a clean redo of the copy hosted at [Framagit](https://framagit.org/MinazukiMidnight/minazuki-overlay), and will be force-pushed once the work here is done.
|
|
||||||
> The URLs mentioned here will be changed to the GitLab ones.
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
The `app-eselect/eselect-repository` module is required to proceed, you will have to `emerge` that first.
|
The `app-eselect/eselect-repository` module is required to proceed, you will have to `emerge` that first.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
root # eselect repository add minazuki git https://git.chaotic.ninja/shinyoukai/minazuki-overlay
|
root # eselect repository add minazuki git https://framagit.org/MinazukiMidnight/minazuki-overlay
|
||||||
root # emaint sync --repo minazuki
|
root # emaint sync --repo minazuki
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -21,7 +17,10 @@ Alternatively, store these values inside `/etc/portage/repos.conf/minazuki.conf`
|
|||||||
[minazuki]
|
[minazuki]
|
||||||
location = /var/db/repos/minazuki
|
location = /var/db/repos/minazuki
|
||||||
sync-type = git
|
sync-type = git
|
||||||
sync-uri = https://git.chaotic.ninja/shinyoukai/minazuki-overlay
|
sync-uri = https://framagit.org/MinazukiMidnight/minazuki-overlay
|
||||||
```
|
```
|
||||||
|
|
||||||
You will need `dev-vcs/git` installed either way (see the the `git` USE flag for `eselect-repository`)
|
You will need `dev-vcs/git` installed either way (see the the `git` USE flag for `eselect-repository`)
|
||||||
|
|
||||||
|
## Mirrors
|
||||||
|
* [Chaotic Git Hosting](https://git.chaotic.ninja/shinyoukai/minazuki-overlay)
|
||||||
|
|||||||
1
app-i18n/libkkc-data/Manifest
Normal file
1
app-i18n/libkkc-data/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST libkkc-data-0.2.7.tar.xz 22262552 BLAKE2B 2c735ee9fabf8f8f201591c9ed584cece22ddcd15da5f36b39bb422b1bce1dbcbcd66f71b5713e2dd4c5e2862b06b014c24a4a3db63c86ecee20519434da9261 SHA512 61c0cd8c0fa41ed8df49cac6709eebb245cc965d7e192b1ba945e95f2fc46aca8aa48c16e1977a12c157c55dab6b9f4c30f4905806725eca6e697b762eb7cbd7
|
||||||
32
app-i18n/libkkc-data/libkkc-data-0.2.7.ebuild
Normal file
32
app-i18n/libkkc-data/libkkc-data-0.2.7.ebuild
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
# Copyright 2026 Shin'ya Minazuki
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python2_7 )
|
||||||
|
inherit autotools python-single-r1
|
||||||
|
|
||||||
|
LIBKKC_PV="0.3.5"
|
||||||
|
|
||||||
|
DESCRIPTION="Language model data for app-i18n/libkkc"
|
||||||
|
HOMEPAGE="https://github.com/ueno/libkkc"
|
||||||
|
SRC_URI="https://github.com/ueno/libkkc/releases/download/v${LIBKKC_PV}/${P}.tar.xz"
|
||||||
|
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||||
|
|
||||||
|
DEPEND="dev-libs/marisa"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
default
|
||||||
|
python_fix_shebang tools/genfilter.py
|
||||||
|
python_fix_shebang tools/sortlm.py
|
||||||
|
eautoreconf
|
||||||
|
}
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
econf
|
||||||
|
}
|
||||||
11
app-i18n/libkkc-data/metadata.xml
Normal file
11
app-i18n/libkkc-data/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">ueno/libkkc</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
1
media-fonts/umefont/Manifest
Normal file
1
media-fonts/umefont/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST umefont_670.tar.xz 6900112 BLAKE2B 4a5d544e7ddcdb74aa62d10f424d2a9d5d6c4b82c730531ac410681962f61a13eaca2dc2f159089aedca5d38c71da5b11b5f776e9e209793c0583cef23cc4809 SHA512 c7e6fc4e588f066ec8f7a29cfc0703741813f0b51365bae01fc63c5d1ab2a1be5c2b4a68e2b84dafd0a14888084a25baf29f9a24fb25121c38bae8ade311e4db
|
||||||
8
media-fonts/umefont/metadata.xml
Normal file
8
media-fonts/umefont/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>
|
||||||
22
media-fonts/umefont/umefont-670.ebuild
Normal file
22
media-fonts/umefont/umefont-670.ebuild
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
# Copyright 2026 Shin'ya Minazuki
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit edo font
|
||||||
|
|
||||||
|
DESCRIPTION="Ume 18 Japanese fonts (Mincho and Gothic)"
|
||||||
|
HOMEPAGE="http://osdn.jp/projects/ume-font/wiki/FrontPage"
|
||||||
|
SRC_URI="https://ftp.iij.ad.jp/pub/sourceforge.jp/ume-font/22212/umefont_670.tar.xz"
|
||||||
|
|
||||||
|
S="${WORKDIR}/umefont_670"
|
||||||
|
|
||||||
|
LICENSE="mplus-fonts"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
||||||
|
IUSE=""
|
||||||
|
RESTRICT="binchecks strip"
|
||||||
|
|
||||||
|
BDEPEND="x11-apps/mkfontscale"
|
||||||
|
FONT_SUFFIX="ttf"
|
||||||
|
|
||||||
|
DOCS=( license.html )
|
||||||
@@ -34,7 +34,7 @@ QA_PREBUILT="
|
|||||||
"
|
"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
>=app-accesibility/at-spi2-core-2.46.0:2[X]
|
app-accessibility/at-spi2-core:2[X]
|
||||||
dev-libs/expat
|
dev-libs/expat
|
||||||
dev-libs/fribidi
|
dev-libs/fribidi
|
||||||
dev-libs/glib:2
|
dev-libs/glib:2
|
||||||
|
|||||||
@@ -1,34 +0,0 @@
|
|||||||
# Copyright 2026 Shin'ya Minazuki
|
|
||||||
# This file will get removed in a subsequent commit, do not use
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
inherit xdg
|
|
||||||
|
|
||||||
DESCRIPTION="Decentralized and secure messenger app (binary)"
|
|
||||||
HOMEPAGE="https://delta.chat"
|
|
||||||
|
|
||||||
SRC_URI="https://download.delta.chat/desktop/v${PV}/${PN%-bin}-${PV}.tar.gz"
|
|
||||||
S="${WORKDIR}/${PN%-bin}-${PV}"
|
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="-* ~amd64"
|
|
||||||
|
|
||||||
DELTACHAT_HOME="opt/${PN%-bin}"
|
|
||||||
IUSE="suid"
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
cd "${ED}"
|
|
||||||
einfo "Creating directories"
|
|
||||||
dodir "/opt"
|
|
||||||
dodir "/usr/bin"
|
|
||||||
dodir "/usr/share/applications"
|
|
||||||
einfo "Copying directories"
|
|
||||||
cp -r ${WORKDIR}/deltachat-desktop-${PV} ${DELTACHAT_HOME}
|
|
||||||
einfo "Creating symbolic links"
|
|
||||||
dosym "../../${DELTACHAT_HOME}/${PN%-bin}" "usr/bin/${PN%-bin}"
|
|
||||||
use suid && fperms 4711 "/${DELTACHAT_HOME}/chrome-sandbox"
|
|
||||||
einfo "Creating .desktop files"
|
|
||||||
cp "${FILESDIR}/deltachat.desktop" "usr/share/applications"
|
|
||||||
cp "${FILESDIR}/delta-chat.svg" "${ED}/${DELTACHAT_HOME}"
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Name=Delta Chat
|
|
||||||
Comment=Decentralized private messenger with chat-shared tools and games
|
|
||||||
Exec=/usr/bin/deltachat-desktop
|
|
||||||
Icon=/opt/deltachat-desktop/delta-chat.svg
|
|
||||||
Categories=Network
|
|
||||||
Type=Application
|
|
||||||
1
net-im/mcabber/Manifest
Normal file
1
net-im/mcabber/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST mcabber-1.1.2.tar.bz2 651528 BLAKE2B d2160409d3a6e3c1a579bd1259438b11fae79612919a202a69a13c98c77fb5dbe4bc685939783f2a454ad5796c7d7f93e31d5fc92d96f2c6cc03e4efd4169f74 SHA512 bf53d593e84a4b4b2cf0230a4d94ea75f55008e3c2a839af5839519151209a61cce1685f9db14b65f5c4fa438bfabfeb25eb8e78e666b092c5c66af249788106
|
||||||
44
net-im/mcabber/mcabber-1.1.2.ebuild
Normal file
44
net-im/mcabber/mcabber-1.1.2.ebuild
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
# Copyright 2026 Shin'ya Minazuki
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DESCRIPTION="A small console-based client for Jabber/XMPP"
|
||||||
|
HOMEPAGE="https://mcabber.com"
|
||||||
|
SRC_URI="https://mcabber.com/files/${P}.tar.bz2"
|
||||||
|
|
||||||
|
LICENSE="GPL-2+-with-openssl-linking-exception"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
|
IUSE="aspell debug enchant gpgme otr sigwinch +ssl"
|
||||||
|
|
||||||
|
BDEPEND="
|
||||||
|
virtual/pkgconfig
|
||||||
|
"
|
||||||
|
DEPEND="
|
||||||
|
dev-libs/glib
|
||||||
|
net-libs/libidn
|
||||||
|
net-libs/loudmouth
|
||||||
|
sys-libs/ncurses
|
||||||
|
aspell? ( app-text/aspell )
|
||||||
|
enchant? ( app-text/enchant )
|
||||||
|
gpgme? ( app-crypt/gpgme )
|
||||||
|
otr? ( net-libs/libotr )
|
||||||
|
ssl? ( dev-libs/openssl )
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
econf \
|
||||||
|
$(use_enable aspell) \
|
||||||
|
$(use_enable debug) \
|
||||||
|
$(use_enable enchant) \
|
||||||
|
$(use_enable gpgme) \
|
||||||
|
$(use_enable otr) \
|
||||||
|
$(use_enable sigwinch) \
|
||||||
|
$(use_enable ssl)
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
emake DESTDIR="${D}" install
|
||||||
|
}
|
||||||
21
net-im/mcabber/metadata.xml
Normal file
21
net-im/mcabber/metadata.xml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
<?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>
|
||||||
|
<longdescription lang="en">
|
||||||
|
mcabber is a small XMPP (Jabber) console client, it includes features such as SASL/SSL/TLS support,
|
||||||
|
MUC (Multi-User Chat) support, history logging, command completion, OpenPGP encryption, OTR (Off-The-Record Messaging) support,
|
||||||
|
dynamic modules, and external action triggers.
|
||||||
|
</longdescription>
|
||||||
|
<use>
|
||||||
|
<flag name="aspell">Enable spell-checking support (using app-text/aspell)</flag>
|
||||||
|
<flag name="enchant">Enable spell-checking support (using app-text/enchant)</flag>
|
||||||
|
<flag name="gpgme">Enable GPG encryption (using app-crypt/gpgme)</flag>
|
||||||
|
<flag name="otr">Enable OTR encryption</flag>
|
||||||
|
<flag name="sigwinch">Enable the internal SIGWINCH handler</flag>
|
||||||
|
<flag name="ssl">Enable SSL/TLS support</flag>
|
||||||
|
</use>
|
||||||
|
</pkgmetadata>
|
||||||
Reference in New Issue
Block a user