Package Details: jubler 7.0.3-2

Git Clone URL: https://aur.archlinux.org/jubler.git (read-only, click to copy)
Package Base: jubler
Description: Subtitle editor running on Java
Upstream URL: http://www.jubler.org
Keywords: subtitles
Licenses: GPL2
Provides: jubler
Submitter: Kisuke-CZE
Maintainer: CodeXYZ
Last Packager: CodeXYZ
Votes: 1
Popularity: 0.000000
First Submitted: 2017-09-16 23:35 (UTC)
Last Updated: 2022-02-22 21:28 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Latest Comments

1 2 Next › Last »

CodeXYZ commented on 2022-02-22 21:31 (UTC)

Brought up to date and switched the urls to Github. Builds and runs on my system. LMK if it's working correctly since I don't use this :)

teras commented on 2020-11-02 08:41 (UTC)

Jubler now exists in github, https://github.com/teras/Jubler/releases/tag/v7.0.3

Tio commented on 2020-10-31 18:20 (UTC)

Error:

==> Retrieving sources...
  -> Downloading Jubler-6.0.2.appimage...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (60) SSL certificate problem: certificate has expired
More details here: https://curl.haxx.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
==> ERROR: Failure while downloading https://astuteinternet.dl.sourceforge.net/project/jubler/Jubler%20Binary%20Releases/6.0.2/Jubler-6.0.2.appimage
    Aborting...
Failed to build jubler

CodeXYZ commented on 2020-04-27 15:49 (UTC)

Thanks for letting me know

teras commented on 2020-04-26 23:34 (UTC)

The project has permanentely been migrated to github.

mniak commented on 2020-04-26 20:14 (UTC) (edited on 2020-04-26 20:14 (UTC) by mniak)

==> ERROR: Failure while downloading https://astuteinternet.dl.sourceforge.net/project/jubler/Jubler%20Binary%20Releases/6.0.2/Jubler-6.0.2.appimage
    Aborting...
Error downloading sources: jubler

kaefert commented on 2020-03-07 14:57 (UTC)

that seems equivalent, though somehow trying to rebuild the package with this script gives me this seemingly unrelated error:

cp: target '/var/tmp/pamac-build-thomas/jubler/src/squashfs-root/lib/zemberek.jar' is not a directory
==> ERROR: A failure occurred in package().
    Aborting...

Kisuke-CZE commented on 2020-03-07 14:19 (UTC)

Since I do not use ArchLinux anymore, I cannot test it. But I would do that by adding new variable which could contain that subversion string. Try PKGBUILD attached, I beleive it could work. But I am not sure.

PKGBUILD:

# Maintainer AwesomeHaircut: jesusbalbastro gmail com
# Previous Maintainer: Kisuke <kisuke at kisuke dot cz>

pkgname=jubler
_AppName=Jubler
pkgver=7.0.0
pkgrel=1
_subver='-alpha1'
pkgdesc='Subtitle editor running on Java'
arch=('any')
url='http://www.jubler.org'
license=('GPL2')
provides=('jubler')
depends=('java-runtime>=8')
optdepends=('mplayer: live video preview for subtitles')
source=("https://github.com/teras/Jubler/releases/download/v${pkgver}${_subver}/${_AppName}-${pkgver}${_subver}.appimage"
    'jubler.desktop')
sha256sums=('ae7cdecdd8c8184cec174e6b9511b3dfe730764c75f840a03e6c83dff456c271'
            '56f6d1af4d5086231c2f3935d46aaa0293dbba11ecfeaa5f95609a58a9e59056')
noextract=("${_AppName}-${pkgver}${_subver}.appimage")

package() {
    cd ${srcdir}
    chmod +x ${_AppName}-${pkgver}${_subver}.appimage
    ./${_AppName}-${pkgver}${_subver}.appimage --appimage-extract
    mkdir -p ${pkgdir}/usr/share/java/${pkgname}
    cp -R ${srcdir}/squashfs-root/lib/* ${pkgdir}/usr/share/java/${pkgname}/
    mv ${pkgdir}/usr/share/java/${pkgname}/AppRun.jar ${pkgdir}/usr/share/java/${pkgname}/${_AppName}.jar
    find ${pkgdir}/usr/share/java/${pkgname}/* -type d -exec chmod 755 {} +

    chmod -R 755 ${srcdir}/squashfs-root/usr/
    cp -R ${srcdir}/squashfs-root/usr ${pkgdir}/

    install -D -m644 "$srcdir/${pkgname}.desktop" "$pkgdir/usr/share/applications/${pkgname}.desktop"
}

kaefert commented on 2020-03-07 13:15 (UTC)

can't, the system will complain that the pkgver variable is not allowed to contain a dash character = "-".

teras commented on 2020-03-06 09:56 (UTC)

-alpha1 is part of the versioning, maybe added there?