Package Details: visicut-git 2.0.r7.g4054819-1

Git Clone URL: https://aur.archlinux.org/visicut-git.git (read-only, click to copy)
Package Base: visicut-git
Description: A user-friendy, platform-independent tool for preparing, saving and sending jobs to laser cutters.
Upstream URL: https://visicut.org/
Licenses: LGPL-3.0-or-later
Provides: visicut
Submitter: Regenschein93
Maintainer: Visne
Last Packager: Visne
Votes: 1
Popularity: 0.80
First Submitted: 2019-04-23 17:39 (UTC)
Last Updated: 2024-04-12 15:44 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

alexcg1 commented on 2024-04-12 16:13 (UTC)

Installs fine and runs great!

alexcg1 commented on 2024-04-12 15:53 (UTC)

Nice, trying it now. So far, so good. It clones just fine. Will report back if any issues.

Visne commented on 2024-04-12 15:51 (UTC)

I've adopted the package and I think I've fixed all the issues. Let me know if you run into any.

alexcg1 commented on 2024-04-10 14:14 (UTC)

When using yay -S visicut-git, the repo fails to clone and I receive the following output:

AUR Explicit (1): visicut-git-1.8.r65.5e579108-1
Sync Make Dependency (1): ant-1.10.14-1
:: PKGBUILD up to date, skipping download: visicut-git
  1 visicut-git                              (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
  1 visicut-git                              (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
==> Making package: visicut-git 1.8.r65.5e579108-1 (Wed 10 Apr 2024 04:06:42 PM CEST)
==> Retrieving sources...
  -> Cloning VisiCut.git git repo...
Cloning into bare repository '/home/alexcg/.cache/yay/visicut-git/VisiCut.git'...
fatal: unable to connect to github.com:
github.com[0: 140.82.121.4]: errno=Connection timed out

==> ERROR: Failure while downloading VisiCut.git git repo
    Aborting...
 -> error downloading sources: /home/alexcg/.cache/yay/visicut-git 
         context: exit status 1

Jikstra commented on 2023-08-15 14:48 (UTC) (edited on 2023-08-15 14:49 (UTC) by Jikstra)

Patch to fix PKGBUILD.

  • Adds maven as builddependency

  • Adds jre11 as dependency

  • Fixes broken git clone

diff --git a/PKGBUILD b/PKGBUILD
index b759aa0..1250547 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@

 # Maintainer: Lukas Harbauer <lukas.harbauer@mailbox.org>
 pkgname=visicut-git
-pkgver=1.8.r65.5e579108
+pkgver=1.9.r195.baeb9a62
 pkgrel=1
 epoch=
 pkgdesc="a userfriendy, platform-independent tool for preparing, saving and sending jobs to Lasercutters, from git master"
@@ -9,9 +9,10 @@ arch=(any)
 url="https://visicut.org/"
 license=('LGPL')
 groups=()
-depends=()
+depends=('jre11-openjdk')
 makedepends=('ant>=1.10.5'
-             'git')
+             'git'
+             'maven')
 checkdepends=()
 optdepends=('ant: Java Building tool')
 provides=(visicut)
@@ -21,7 +22,7 @@ backup=()
 options=()
 install=
 changelog=
-source=('VisiCut.git::git://github.com/t-oster/VisiCut.git')
+source=('VisiCut.git::git+https://github.com/t-oster/VisiCut.git')
 noextract=()
 md5sums=(SKIP)
 validpgpkeys=(DF29C7472CA45E978A05883A69EBE9F6052F7F81)

haawda commented on 2022-07-02 10:07 (UTC)

No, git+https is needed.

Visne commented on 2022-07-01 13:43 (UTC)

Doesn't clone the repo, line 24 should be

source=('VisiCut.git::git://github.com/t-oster/VisiCut.git')

zoe1337 commented on 2020-10-20 08:46 (UTC)

please add maven as dependency

gatonero commented on 2020-06-19 17:42 (UTC)

Solution: At least Java 11 is needed.

gatonero commented on 2020-05-12 13:46 (UTC)

MVNVM] Using maven: 3.6.2 [INFO] Scanning for projects... [INFO] [INFO] --------------------< de.thomas-oster:liblasercut >--------------------- [INFO] Building liblasercut 1.9-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (agent) @ liblasercut --- [INFO] argLine set to -javaagent:/home/cs/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/var/tmp/pamac-build-cs/visicut-git/src/VisiCut.git/LibLaserCut/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ liblasercut --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ liblasercut --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 78 source files to /var/tmp/pamac-build-cs/visicut-git/src/VisiCut.git/LibLaserCut/target/classes [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.650 s [INFO] Finished at: 2020-05-12T15:45:29+02:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project liblasercut: Fatal error compiling: invalid target release: 11 -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException make: *** [Makefile:28: libLaserCut] Fehler 1 ==> FEHLER: Ein Fehler geschah in build(). Breche ab..