summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2016-02-29 16:41:23 +0100
committerJake2016-02-29 16:41:23 +0100
commit77cafd304ee1b4516049c9fe7b3b7b6be7a3e04b (patch)
tree1d539df5d6a194dbb3ac7f8e76bb71511b815be8
parent107e89135e8bf57650e117c84992bea8e5144cc5 (diff)
downloadaur-77cafd304ee1b4516049c9fe7b3b7b6be7a3e04b.tar.gz
Add tk depend + improved Starter
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
-rw-r--r--flatcam-git.desktop12
3 files changed, 20 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a304ec7ab538..16ce03123738 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Fri Feb 19 16:44:18 UTC 2016
+# Mon Feb 29 15:40:25 UTC 2016
pkgbase = flatcam-git
pkgdesc = Generates CNC gcode from 2D PCB files (Gerber/Excellon/SVG)
- pkgver = r309.4e0fa74
+ pkgver = r336.3280427
pkgrel = 1
- url = flatcam.org
+ url = http://flatcam.org
arch = any
license = MIT
makedepends = git
+ depends = tk
depends = python2-simplejson
depends = python2-pyqt4
depends = python2-scipy
@@ -22,7 +23,7 @@ pkgbase = flatcam-git
source = flatcam-git.desktop
md5sums = SKIP
md5sums = 80700f0bb07c959dc3019d9664472387
- md5sums = e6496ad0b956d83fbe0e28a3b94e6c4f
+ md5sums = 75964eb8fb5d9fbb3da848edbf52af7a
pkgname = flatcam-git
diff --git a/PKGBUILD b/PKGBUILD
index 35524c2c55e8..bb41d2cc35ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
-# Maintainer: Your Name <youremail@domain.com>
+# Maintainer: Jake <ja.ke@posteo.de>
pkgname=flatcam-git
_pkgname=FlatCAM
-pkgver=r309.4e0fa74
+pkgver=r336.3280427
pkgrel=1
pkgdesc="Generates CNC gcode from 2D PCB files (Gerber/Excellon/SVG)"
arch=('any')
-url="flatcam.org"
+url="http://flatcam.org"
license=('MIT')
-depends=('python2-simplejson' 'python2-pyqt4' 'python2-scipy' 'python2-matplotlib' 'python2-shapely' 'python2-rtree' 'python2-svg.path')
+depends=('tk' 'python2-simplejson' 'python2-pyqt4' 'python2-scipy' 'python2-matplotlib' 'python2-shapely' 'python2-rtree' 'python2-svg.path')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
@@ -16,7 +16,7 @@ source=("git+https://bitbucket.org/jpcgt/flatcam.git"
"$pkgname.desktop")
md5sums=('SKIP'
'80700f0bb07c959dc3019d9664472387'
- 'e6496ad0b956d83fbe0e28a3b94e6c4f')
+ '75964eb8fb5d9fbb3da848edbf52af7a')
pkgver() {
cd "$srcdir/${pkgname%-git}"
diff --git a/flatcam-git.desktop b/flatcam-git.desktop
index f8e1f23e9cc9..2a1a1032a1f0 100644
--- a/flatcam-git.desktop
+++ b/flatcam-git.desktop
@@ -1,5 +1,13 @@
[Desktop Entry]
-Name=FlatCAM
+Categories=Development
Exec=flatcam
+Comment=Generates CNC gcode from 2D PCB files (Gerber/Excellon/SVG)
Icon=flatcam
-Type=Application \ No newline at end of file
+MimeType=
+Name=FlatCAM
+Path=
+StartupNotify=true
+Terminal=false
+TerminalOptions=
+Type=Application
+