Package Details: sejda-desktop 7.6.8-1

Git Clone URL: https://aur.archlinux.org/sejda-desktop.git (read-only, click to copy)
Package Base: sejda-desktop
Description: PDF editor
Upstream URL: http://www.sejda.com/desktop
Keywords: convert editor pdf
Licenses: LicenseRef-EULA
Submitter: onny
Maintainer: severach (thibaultmol)
Last Packager: severach
Votes: 11
Popularity: 0.45
First Submitted: 2017-01-03 09:18 (UTC)
Last Updated: 2024-02-08 15:21 (UTC)

Latest Comments

1 2 3 Next › Last »

gok commented on 2024-02-08 11:08 (UTC)

Thanks for updating the package. Could you remove gconf from the dependencies? It is not necessary from what I can see (I built v7.6.8 without gconf as a dependency, and used it briefly without noticing any issues).

steadfasterX commented on 2024-02-06 15:19 (UTC)

latest version: v7.6.8 Jan 2024

barikad commented on 2023-11-07 09:29 (UTC) (edited on 2023-11-07 09:37 (UTC) by barikad)

How to submit a merge request fort v7.6.0 ?:

Maintainer: Chris Severance aur.severach aATt spamgourmet dott com
Contributor: Frederic Bezies <fredbezies at gmail dot com>
Contributor: James An james@jamesan.ca
Contributor: Jonas Heinrich onny@project-insanity.org
Contributor: Thibault Molleman <aur at thibaultmol d0t link>

pkgname='sejda-desktop' pkgver='7.6.0' pkgrel='1' license=('custom:EULA') pkgdesc='PDF editor' arch=('x86_64') depends=('gconf') url='http://www.sejda.com/desktop' source=("https://sejda-cdn.com/downloads/sejda-desktop_${pkgver}_amd64.deb") md5sums=('c6db6e829b696be9c348e57a507844fa')

sha512sums=('b27d4f89cec5df81b297f9325faed645b8c4d7103c7452da261c52daeb89812e3392d1793d2439866b961bc6ec4be7514853808a218373e558d1cdbf2e3f1ea2')

options=('!strip')

prepare() { bsdtar -xf 'control.tar.gz' sed -e 's:/opt/:opt/:g' 'postinst' > 'postinst.Arch' }

package() { bsdtar --no-same-owner --no-same-permissions -xf 'data.tar.gz' -C "${pkgdir}" cd "${pkgdir}" install -d 'usr/bin' ln -s '/opt/sejda-desktop/sejda-desktop' 'usr/bin/sejda-desktop'

find -type 'f' '(' -name '.DS_Store' -o -iname '*.bat' ')' -delete

# fix permissions bash "${srcdir}/postinst.Arch"

# symlink licenses install -d "usr/share/licenses/${pkgname}" local _i for _i in 'EULA.pdf' 'LICENSE.electron' 'LICENSES.chromium.html'; do ln -s "/opt/sejda-desktop/${_i}" "usr/share/licenses/${pkgname}/${_i}" done }

UnsolvedAluminum commented on 2023-09-15 10:50 (UTC) (edited on 2023-09-15 10:52 (UTC) by UnsolvedAluminum)

Tried installing and running in Arch Linux distrobox, and got the following errors:

sejda-desktop: error while loading shared libraries: libatk-1.0.so.0: cannot open shared object file: No such file or directory
sejda-desktop: error while loading shared libraries: libcups.so.2: cannot open shared object file: No such file or directory
sejda-desktop: error while loading shared libraries: libgtk-3.so.0: cannot open shared object file: No such file or directory

I fixed it by manually installing atkmm, cups, and gtk3 but they should be included as dependencies.

(This is of course in sejda-desktop 7.5.4 currently on AUR instead of the newer 7.5.6)

ali.molaei commented on 2022-06-25 19:12 (UTC)

Hey @severach/@thibaultmol

Sejda does not depend on "gconf" anymore since it's using newer versions of the electron, you can remove it since it's inconvenient to build and install "gconf" from AUR

thibaultmol commented on 2021-05-19 09:52 (UTC)

@teohhanhui thx, I knew what I did wrong. I edited the scrinfo instead of the pkgbuild. But wasn't sure if to fix it or just leave it till the next version. But I'v' modified it now

teohhanhui commented on 2021-05-19 09:36 (UTC)

@thibaultmol You need to regenerate the .SRCINFO so that it matches the PKGBUILD.

https://wiki.archlinux.org/title/.SRCINFO#Generation

thibaultmol commented on 2021-05-18 13:09 (UTC)

My bad, I shouldn't have updated the pkgrel. it's weird that it doesn't show on the pkgbuild, must have missed something.

DAC324 commented on 2021-05-18 13:04 (UTC)

I can second @chandra: The package appears to have an update but as the version information in PKGBUILD is not updated, the update is treated as a re-install rather than an update.

severach commented on 2021-05-18 02:36 (UTC)

Not if there's no reason to update current compiles.