Balló György pushed to branch main at Arch Linux / Packaging / Packages /
griffith
Commits:
d3c702b9 by Balló György at 2026-06-03T03:36:07+02:00
Add missing dependencies
python-beautifulsoup4 and python-requests are needed for some plugins.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -5,14 +5,18 @@ pkgbase = griffith
url = https://gitlab.com/Strit/griffith
arch = any
license = GPL-2.0-or-later
+ depends = gdk-pixbuf2
+ depends = glib2
+ depends = gtk3
depends = gtkspell3
+ depends = hicolor-icon-theme
+ depends = python
+ depends = python-beautifulsoup4
depends = python-chardet
depends = python-gobject
depends = python-pillow
depends = python-reportlab
- depends = python
- depends = gtk3
- depends = gdk-pixbuf2
+ depends = python-requests
depends = python-sqlalchemy
optdepends = python-tmdbsimple: For TMDB plugin support
source =
https://gitlab.com/Strit/griffith/-/archive/0.25/griffith-0.25.tar.gz
=====================================
PKGBUILD
=====================================
@@ -17,14 +17,18 @@ arch=('any')
url='https://gitlab.com/Strit/griffith'
license=('GPL-2.0-or-later')
depends=(
+ 'gdk-pixbuf2'
+ 'glib2'
+ 'gtk3'
'gtkspell3'
+ 'hicolor-icon-theme'
+ 'python'
+ 'python-beautifulsoup4'
'python-chardet'
'python-gobject'
'python-pillow'
'python-reportlab'
- 'python'
- 'gtk3'
- 'gdk-pixbuf2'
+ 'python-requests'
'python-sqlalchemy'
)
optdepends=('python-tmdbsimple: For TMDB plugin support')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/griffith/-/commit/d3c702b9dcff4e278319347542b081b7501d956a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/griffith/-/commit/d3c702b9dcff4e278319347542b081b7501d956a
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help