Search Criteria
Package Details: pdfstudio8 8.4.0-12
Git Clone URL: | https://aur.archlinux.org/pdfstudio8.git (read-only, click to copy) |
---|---|
Package Base: | pdfstudio8 |
Description: | Review, annotate, and edit PDF Documents |
Upstream URL: | http://www.qoppa.com/pdfstudio/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | flamusdiu |
Maintainer: | flamusdiu |
Last Packager: | flamusdiu |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2014-02-15 18:52 |
Last Updated: | 2016-06-05 03:35 |
Dependencies (4)
- desktop-file-utils (desktop-file-utils-git)
- gcc-libs-multilib (gcc-libs-multilib-x32, gcc-libs-multilib-git, gcc-libs-git, gcc-libs) (x86_64)
- java-runtime>=6 (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, jre14, jdk-arm, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, jre-bcl, amazon-corretto-15, jre-openj9, jdk11-openj9-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, jdk-openj9-bin, jre, jdk11-adoptopenjdk, jdk-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, zulu-embedded-jdk, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jre11, sapmachine-jdk-bin, jre11-jetbrains-imfix, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, jdk-jetbrains, jre8-adoptopenjdk, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
- pacman>=4.2.0 (pacman-git) (make)
Latest Comments
1 2 3 Next › Last »
flamusdiu commented on 2016-05-27 21:35
@jdarch: oops just saw this. Fixed.
jdarch commented on 2015-09-08 07:42
The .desktop entry contains 'Exec=pdfstudio8', but the PKGBUILD symlinks to '/usr/bin/pdfstudio'
I would suggest modifying the PKGBUILD
flamusdiu commented on 2014-09-01 00:56
Another small change -- fixed depends
flamusdiu commented on 2014-09-01 00:27
@jdarch: fixed =P
jdarch commented on 2014-08-31 12:07
Could you change the location of the license file?
'install -dm 755 "${pkgdir}/usr/share/license/pdfstudio8/"' can be left out
The other line installs LICENSE.html to a non standard location, I believe it should be changed to:
'install -Dm644 resources/license.html "${pkgdir}/usr/share/licenses/pdfstudio8/LICENSE.html"'
flamusdiu commented on 2014-07-20 14:02
Please note that version 9 is located here: https://aur.archlinux.org/packages/pdfstudio/
This is the final version of Version 8. So if you upgrade to Version 9, please use the new package.
flamusdiu commented on 2014-07-11 13:42
Fixed for the last time(I think ... haha!).
flamusdiu commented on 2014-07-11 13:27
Unless they do something to their build envio -- you shouldn't end up with spaces in the path names but went ahead and quoted them out.
Oops about the link. Dang, it's what I get. Fixed.
jdarch commented on 2014-07-11 11:23
One more thing:
The PKGBUILD's line:
ln -s ${srcdir}/opt/pdfstudio8/pdfstudio8 ${pkgdir}/usr/bin/pdfstudio8
should probably be:
ln -s /opt/pdfstudio8/pdfstudio8 ${pkgdir}/usr/bin/pdfstudio8
jdarch commented on 2014-07-11 10:25
Thanks! Could people who use asrcdir and/or a pkgdir containing whitespaces (it is possible...) run into trouble with unquoted ${srcdir} or ${pkgdir} variables?