Package Details: pdfsam 5.2.2-1

Git Clone URL: https://aur.archlinux.org/pdfsam.git (read-only, click to copy)
Package Base: pdfsam
Description: A free open source tool to split and merge pdf documents
Upstream URL: https://www.pdfsam.org/
Licenses: AGPL3
Submitter: ainola
Maintainer: ChaosKid42 (ChaosKid42)
Last Packager: ChaosKid42
Votes: 18
Popularity: 0.013097
First Submitted: 2021-02-25 08:17 (UTC)
Last Updated: 2024-02-08 17:55 (UTC)

Dependencies (6)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4

Alad commented on 2021-02-16 19:53 (UTC)

As Spotlightkid pointed out, you might want to build this from source.

ChaosKid42 commented on 2021-02-07 17:06 (UTC) (edited on 2021-02-07 17:08 (UTC) by ChaosKid42)

Comment from Kr1ss:

Since this is a Java application, I think this package (pdfsam-bin) should be merged into pdfsam, not the other way around.

Excerpt from the AUR submission guide (the 5th bullet point) :

Packages that use prebuilt deliverables, when the sources are available, must use the -bin suffix. An exception to this is with Java.

Kr1ss commented on 2021-02-07 16:47 (UTC)

Hi @ChaosKid42, thank you for packaging this app !

Since this is a Java application, I think this package should be merged into pdfsam, not the other way around.

Excerpt from the AUR submission guide (the 5th bullet point) :

Packages that use prebuilt deliverables, when the sources are available, must use the -bin suffix. An exception to this is with Java.

Cheers !

SpotlightKid commented on 2021-02-01 10:35 (UTC)

This package should be called pdfsam-bin. It would be possible to build pdfsam from source, though:

https://github.com/torakiki/pdfsam/wiki/Build-and-run

berbigou commented on 2021-01-11 12:09 (UTC) (edited on 2021-01-11 12:10 (UTC) by berbigou)

@elovin. So unzip package should be in the dependencies list (I know, I should have it already, but then I know I haven't... because I use 7z)

ChaosKid42 commented on 2021-01-11 11:58 (UTC)

@mercutio Tanks for spotting this. Fixed in newest release.

mercutio commented on 2021-01-11 11:08 (UTC)

There's a typo in the gendesk command: It should say --pkgdesc="${pkgdesc}" instead of --pkgdesc="${pkgdesk}"

elovin commented on 2021-01-10 20:18 (UTC)

I had to change the PKGBUILD script to use unzip insted of bsdtar to decompress the zip archive.

source=("https://github.com/torakiki/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-linux.zip"
        "pdfsam")
noextract=("${pkgname}-${pkgver}-linux.zip")

prepare() {

    # use unzip as opposed to bsdtar 
  unzip "${pkgname}-${pkgver}-linux.zip" -d "${pkgname}-${pkgver}-linux"

  # create *.desktop file
  gendesk -f -n \