diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2022-04-11 17:15:12 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2022-04-12 01:03:11 -0400 |
commit | 7834078687e5b4d831fec6d8d2ede200f44ba0d8 (patch) | |
tree | 685d7d4bf5c3f790810c0eabf361e1264ae95d99 /libre/calibre3 | |
parent | 0c9201b8340208f0783cdd79a2a4587be1788497 (diff) | |
download | abslibre-7834078687e5b4d831fec6d8d2ede200f44ba0d8.tar.gz abslibre-7834078687e5b4d831fec6d8d2ede200f44ba0d8.tar.bz2 abslibre-7834078687e5b4d831fec6d8d2ede200f44ba0d8.zip |
housekeeping - remove mentions of qt5-webengine from pkgdesc
Diffstat (limited to 'libre/calibre3')
-rw-r--r-- | libre/calibre3/PKGBUILD | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/libre/calibre3/PKGBUILD b/libre/calibre3/PKGBUILD index 70e634774..a20ecaad8 100644 --- a/libre/calibre3/PKGBUILD +++ b/libre/calibre3/PKGBUILD @@ -1,10 +1,10 @@ -# Maintainer (Arch): Jelle van der Waa <jelle@vdwaa.nl> -# Maintainer (Arch): Eli Schwartz <eschwartz@archlinux.org> -# Contributor (Arch): Daniel Wallace <danielwallace at gtmanfred dot com> -# Contributor (Arch): Giovanni Scafora <giovanni@archlinux.org> -# Contributor (Arch): Petrov Roman <nwhisper@gmail.com> -# Contributor (Arch): Andrea Fagiani <andfagiani _at_ gmail dot com> -# Contributor (Arch): Larry Hajali <larryhaja@gmail.com> +# Maintainer (arch): Jelle van der Waa <jelle@vdwaa.nl> +# Maintainer (arch): Eli Schwartz <eschwartz@archlinux.org> +# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com> +# Contributor: Giovanni Scafora <giovanni@archlinux.org> +# Contributor: Petrov Roman <nwhisper@gmail.com> +# Contributor: Andrea Fagiani <andfagiani _at_ gmail dot com> +# Contributor: Larry Hajali <larryhaja@gmail.com> # Maintainer: Andreas Grapentin <andreas@grapentin.org> # Contributor: David P.<megver83@parabola.nu> # Contributor: Jesús E.<heckyel@parabola.nu> @@ -14,7 +14,8 @@ # parabola changes and rationale: # - removed de-compression engine for rar archives -# - frozen at v3.48.0 - v4.x and above removed support for webkit +# - build without qt5-webengine +# - frozen at v3.48.0 - v4 removed support for webkit pkgname=calibre3 @@ -23,7 +24,6 @@ pkgver=3.48.0 pkgrel=1 pkgrel+=.parabola3 pkgdesc="Ebook management application" -pkgdesc+=", without nonfree RAR support, without webengine" arch=('x86_64') arch+=('i686' 'armv7h') url="https://calibre-ebook.com/" |