View previous topic :: View next topic |
Author |
Message |
imesg Guru
Joined: 12 Jul 2002 Posts: 451
|
Posted: Sat Mar 06, 2021 12:10 pm Post subject: gourmet recipe manager |
|
|
Gourmet recipe manager ebuild was removed when python2 ended life. However GRM has been advanced to use python3.
First it would be nice to have a new ebuild.
Second I want to install GRM but there is a list of prerecquisites that are unfamiliar:
python3-gi
python3-gi-cairo
gir1.2-gtk-3.0
libgirepository1.0-dev
Are there corresponding gentoo ebuilds for these? Or perhaps these are contained in other ebuilds.
Thanks,
Last edited by imesg on Sat Mar 06, 2021 4:48 pm; edited 1 time in total |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31424 Location: here
|
Posted: Sat Mar 06, 2021 2:55 pm Post subject: |
|
|
Code: | python3-gi
python3-gi-cairo |
These two are available with dev-python/pygobject[cairo]
Code: | gir1.2-gtk-3.0
libgirepository1.0-dev |
These two are available with x11-libs/gtk+:3[introspection] _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
imesg Guru
Joined: 12 Jul 2002 Posts: 451
|
Posted: Sat Mar 06, 2021 5:06 pm Post subject: |
|
|
fedeliallalinea wrote: | Code: | python3-gi
python3-gi-cairo |
These two are available with dev-python/pygobject[cairo]
Code: | gir1.2-gtk-3.0
libgirepository1.0-dev |
These two are available with x11-libs/gtk+:3[introspection] |
Thanks fedeliallalinea. Distributions are really different. I think these were from ubuntu. |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31424 Location: here
|
Posted: Sat Mar 06, 2021 5:58 pm Post subject: |
|
|
imesg wrote: | Thanks fedeliallalinea. Distributions are really different. I think these were from ubuntu. |
You can use package.debian.org and at top of page you can see the source. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
|