Package Details: protocase-designer 6.0-2

Git Clone URL: https://aur.archlinux.org/protocase-designer.git (read-only, click to copy)
Package Base: protocase-designer
Description: The fastest and easiest way to design, price, and build custom electronics enclosures.
Upstream URL: http://www.protocasedesigner.com/
Keywords: protocase
Licenses: custom
Submitter: BannedPatriot
Maintainer: sickcodes
Last Packager: sickcodes
Votes: 1
Popularity: 0.000000
First Submitted: 2015-09-21 06:50 (UTC)
Last Updated: 2022-09-14 00:47 (UTC)

Latest Comments

PerilousBooklet commented on 2023-04-17 10:13 (UTC) (edited on 2023-04-17 10:14 (UTC) by PerilousBooklet)

There is an error in the PKGBUILD, specifically in the following block of code, regarding the installation of the PNG icon:

# create the shortcut
cp $srcdir/ProtocaseDesigner/ProtocaseDesigner.desktop $pkgdir/usr/local/share/applications/ProtocaseDesigner.desktop
cp $srcdir/ProtocaseDesigner/Protocase-Designer.png $pkgdir/usr/local/share/pixmaps/Protocase-Designer.png

The name of the PNG icon should be ProtocaseDesigner.png

MrBlister commented on 2022-12-15 18:07 (UTC) (edited on 2022-12-15 18:10 (UTC) by MrBlister)

There's an error in the PKGBUILD: echo '#/bin/sh' > $pkgdir/usr/local/bin/ProtocaseDesigner ..should be: echo '#!/bin/sh' > $pkgdir/usr/local/bin/ProtocaseDesigner

sickcodes commented on 2022-09-10 06:02 (UTC)

Adopted and updated to 6.0

sudoforge commented on 2018-03-28 03:01 (UTC) (edited on 2018-03-28 03:01 (UTC) by sudoforge)

Sorry to anyone who encountered issues installing this since February, I had the md5sums listed incorrectly. This was fixed in commit 87676bc3afad.

sudoforge commented on 2018-02-19 07:59 (UTC)

@DrTebi, it looks like you may have meant to list two different java providers, but erroneously copy-pasted jre8-openjdk-headless. I'm just taking over this package, do you care to fix your comment? I'd be happy to take a look at bumping the JRE version in the next few days.

DrTebi commented on 2017-11-08 11:38 (UTC)

Just to point out, this also runs fine with jre8-openjdk-headless (8.u144-1) and jre8-openjdk-headless (8.u144-1). Maybe the maintainer can tweak the PKGBUILD to include this.