summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2016-03-22 18:21:21 +0100
committerJake2016-03-22 18:21:21 +0100
commitd02686d70292b889099e6551c58174090cfdd97b (patch)
treee63a9a129546c724c53e6c07858227d5dfa102d3
parent84c00d7d65c4b7bbaff87176e0489815f5228979 (diff)
downloadaur-d02686d70292b889099e6551c58174090cfdd97b.tar.gz
Update to 4.08
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD14
-rw-r--r--script-communicator.desktop2
3 files changed, 15 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbfbf765e94e..ea5189212e36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Feb 13 22:40:03 UTC 2016
+# Tue Mar 22 17:09:05 UTC 2016
pkgbase = script-communicator
pkgdesc = Scriptable terminal with Serial/TCP/UDP/SPI/CAN support
- pkgver = 4.03
+ pkgver = 4.08
pkgrel = 1
url = http://sourceforge.net/projects/scriptcommunicator/
arch = i686
@@ -10,14 +10,15 @@ pkgbase = script-communicator
license = GPL3
makedepends = qt5-tools
makedepends = dos2unix
+ makedepends = icoutils
depends = qt5-script
depends = qt5-serialport
- source = http://sourceforge.net/projects/scriptcommunicator/files/Source/ScriptCommunicator_04_03_source.zip
+ source = http://sourceforge.net/projects/scriptcommunicator/files/Source/ScriptCommunicator_04_08_source.zip
source = qmake.patch
source = script-communicator.desktop
- md5sums = c124c95110988c7a870b35ef43a5bddd
+ md5sums = 7a1b304ac45004cb57a19e50ab02982d
md5sums = efe580480b123884895d7aadad495921
- md5sums = f1b6721b942570e9f5349acbef5992b0
+ md5sums = 2178766b1e5dcccffe29d666625d111a
pkgname = script-communicator
diff --git a/PKGBUILD b/PKGBUILD
index 13db2230715d..0801add7fe77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: Jake <ja.ke@posteo.de>
pkgname=script-communicator
-_fullname=ScriptCommunicator_04_03_source
-pkgver=4.03
+_fullname=ScriptCommunicator_04_08_source
+pkgver=4.08
pkgrel=1
pkgdesc="Scriptable terminal with Serial/TCP/UDP/SPI/CAN support"
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/scriptcommunicator/"
license=('GPL3')
depends=('qt5-script' 'qt5-serialport')
-makedepends=('qt5-tools' 'dos2unix')
+makedepends=('qt5-tools' 'dos2unix' 'icoutils')
source=("http://sourceforge.net/projects/scriptcommunicator/files/Source/${_fullname}.zip"
"qmake.patch"
"$pkgname.desktop")
-md5sums=('c124c95110988c7a870b35ef43a5bddd'
+md5sums=('7a1b304ac45004cb57a19e50ab02982d'
'efe580480b123884895d7aadad495921'
- 'f1b6721b942570e9f5349acbef5992b0')
+ '2178766b1e5dcccffe29d666625d111a')
prepare() {
@@ -33,7 +33,9 @@ build() {
package() {
install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
- cd "${_fullname}"
+ cd "${_fullname}"
+
+ icotool -x images/main.ico -i 1 -o images/main.png
install -Dm644 "images/main.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
mkdir -p "$pkgdir/opt/$pkgname"
diff --git a/script-communicator.desktop b/script-communicator.desktop
index 95550e69076c..8bdeb6917203 100644
--- a/script-communicator.desktop
+++ b/script-communicator.desktop
@@ -8,4 +8,4 @@ Icon=script-communicator
Path=/usr/bin
Terminal=false
StartupNotify=false
-Categories=Application;
+Categories=Development