Package Details: briss 0.9-6

Git Clone URL: https://aur.archlinux.org/briss.git (read-only, click to copy)
Package Base: briss
Description: Java tool to crop pages of PDF documents to one or more regions selected with a GUI.
Upstream URL: http://sourceforge.net/projects/briss/
Keywords: crop ebook fit margin pdf
Licenses: GPL
Submitter: FacuTuesca
Maintainer: wolfanger
Last Packager: FacuTuesca
Votes: 35
Popularity: 0.000000
First Submitted: 2015-08-10 13:42 (UTC)
Last Updated: 2018-01-14 14:43 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

FacuTuesca commented on 2018-01-14 14:42 (UTC)

@SammysHP: Fixed, thanks.

SammysHP commented on 2017-11-26 16:31 (UTC)

You can use bsdtar to extract the icon so that the "fastjar" dependency is not required anymore: bsdtar -xf $pkgname-$pkgver.jar Briss_icon_032x032.gif

FacuTuesca commented on 2016-03-24 23:14 (UTC)

@frangio: Done, thanks.

frangio commented on 2016-03-24 23:05 (UTC)

May I suggest the following modification to the script in bin: --- PKGBUILD.old 2016-03-24 20:00:30.240267051 -0300 +++ PKGBUILD.new 2016-03-24 18:08:10.118762051 -0300 @@ -18,9 +18,8 @@ cp * $pkgdir/usr/share/$pkgname/ mkdir -p $pkgdir/usr/bin cat >> $pkgdir/usr/bin/$pkgname << EOF -#!/bin/bash -java -jar /usr/share/$pkgname/$pkgname-$pkgver.jar "\$@" -exit \$? +#!/bin/sh +exec java -jar /usr/share/$pkgname/$pkgname-$pkgver.jar "\$@" EOF chmod a+x $pkgdir/usr/bin/$pkgname mkdir -p $pkgdir/usr/share/applications