Search Criteria
Package Details: opensubtitlesdownload 6.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/opensubtitlesdownload.git (read-only, click to copy) |
---|---|
Package Base: | opensubtitlesdownload |
Description: | An application to help you quickly find and download subtitles for your favorite videos |
Upstream URL: | https://emeric.io/OpenSubtitlesDownload |
Licenses: | GPL3 |
Provides: | OpenSubtitlesDownload |
Submitter: | tyrannis.hawk |
Maintainer: | tyrannis.hawk (Emeric) |
Last Packager: | Emeric |
Votes: | 3 |
Popularity: | 0.010910 |
First Submitted: | 2022-09-23 07:22 (UTC) |
Last Updated: | 2024-08-19 19:20 (UTC) |
Dependencies (4)
- python (python37AUR, python311AUR, python310AUR)
- wget (wget-gitAUR, wurlAUR)
- kdialog (kdialog-gitAUR) (optional) – Only needed for KDE based desktop environments
- zenity (qarma-gitAUR, zenity-gtk3AUR, zenity-gitAUR) (optional) – Only needed for GNOME based desktop environments
Latest Comments
tyrannis.hawk commented on 2021-03-21 17:18 (UTC)
@ignapk I used your suggestions to update the PKGBUILD. Thanks! Hope it's better now.
ignapk commented on 2020-12-05 03:14 (UTC) (edited on 2020-12-07 16:23 (UTC) by ignapk)
Hi, I've got some comments on the PKGBUILD:
gzip is required by base and in the base-devel group so I think it can be removed from dependencies
Maybe package description could mention that it can be used as nautilus script? i.e. "Python nautilus-compatible script to download subtitles form opensubtitles.org"
GPL3 is included in the licenses package so there's no need to copy the license file in package()
The downloaded source filename isn't unique, so alternative one should be specified in the source array:
source=("$_pkgname-$pkgver::https://github.com/emericg/$_pkgname/archive/v$pkgver.tar.gz")
You should install the desktop files from
$_pkgname-$pkgver/desktop-files
to$pkgdir/usr/share/applications/
withinstall -Dm644 source dest
I'd also patch them to remove the quotations marks from the
exec=
part withsed 's/"%F"/%F/' -i "$_pkgname-$pkgver/desktop-files/$_pkgname-gnome.desktop"
in prepare(), at least until it's fixed upstream EDIT: https://github.com/emericg/OpenSubtitlesDownload/commit/e8e090150ff10d3a94ab4f191ed7457045b81a00, so the next release will have it fixedPerhaps user could be informed after installation that it can be used as a nautilus script if put in ~/.local/share/nautilus/scripts directory?