Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Manga reader for Gentoo.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
sergiotarxz
n00b
n00b


Joined: 27 Apr 2022
Posts: 34

PostPosted: Wed Apr 27, 2022 5:01 pm    Post subject: Manga reader for Gentoo. Reply with quote

Hi forum, I made a manga reader using libadwaita and libsoup and packaged it in a overlay,
it is free software of course and the full source code it is available in my git repository.

It uses readmng.com as it's manga source.

The repository is https://gitea.sergiotarxz.freemyip.com/sergiotarxz/mangareader

And the overlay url is https://gitea.sergiotarxz.freemyip.com/sergiotarxz/sergiotarxz-overlay

You can install it easily doing:

Quote:

git clone https://gitea.sergiotarxz.freemyip.com/sergiotarxz/sergiotarxz-overlay
cd sergiotarxz-overlay
sudo cp sergiotarxz.conf /etc/portage/repos.conf
sudo emerge --sync sergiotarxz
echo 'app-misc/openmg ~amd64' | sudo tee /etc/portage/package.accept_keywords/openmg
sudo emerge -a openmg


When it reaches some level of stability and features I would like to package it in the gentoo repo.

I hope you enjoy it.

PD: I have added the repository to the official overlay list, so cloning it is now unnecessary, you can simply run:

Code:
sudo eselect repository enable sergiotarxz
sudo emerge --sync sergiotarxz
echo 'app-misc/openmg ~amd64' | sudo tee /etc/portage/package.accept_keywords/openmg
sudo emerge -a openmg


Beware that if you use the qa url for eselect-repository (default) the repository may not still be there because cache, also local cache applies,
so you may do before:

Code:
sudo rm ~root/.cache/eselect-repo/repositories.xml


But that's for people with real hurry to use it.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum