Search Criteria
Package Details: sejda-desktop 7.7.5-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/sejda-desktop.git (read-only, click to copy) |
---|---|
Package Base: | sejda-desktop |
Description: | Proprietary commercial PDF editor |
Upstream URL: | https://www.sejda.com/desktop |
Keywords: | convert editor pdf |
Licenses: | LicenseRef-EULA |
Submitter: | onny |
Maintainer: | thibaultmol (FabioLolix) |
Last Packager: | FabioLolix |
Votes: | 11 |
Popularity: | 0.002968 |
First Submitted: | 2017-01-03 09:18 (UTC) |
Last Updated: | 2024-11-03 14:47 (UTC) |
Dependencies (27)
- alsa-lib
- at-spi2-core (at-spi2-core-gitAUR)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- cairo (cairo-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- expat (expat-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libdrm (libdrm-gitAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxcomposite
- libxdamage
- libxext (libxext-gitAUR)
- libxfixes
- libxi (libxi-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- Show 7 more dependencies...
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
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:
I fixed it by manually installing
atkmm
,cups
, andgtk3
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 thePKGBUILD
.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.
chandra commented on 2021-05-18 02:26 (UTC)
Shouldn't
pkgrel='1'
becomepkgrel='2'
now?« First ‹ Previous 1 2 3 4 Next › Last »