summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOskar Roesler (bionade24)2024-04-14 14:17:09 +0200
committerOskar Roesler (bionade24)2024-04-14 14:17:09 +0200
commit57da8480d326eb7fe5b66a9c96c9baba7ccbe2c9 (patch)
tree500d0c09a567d836b9c30f783e20f77b7690caad
parent08a7af7b15b0271da386b612584bf98ed662e227 (diff)
downloadaur-vesc_tool-git.tar.gz
Patch the build skript so that the binary is named vesc_tool and use an
icon provided by the repo instead of an externally provided one.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
-rw-r--r--aur-build-qmake.patch6
-rw-r--r--vesc-tool.pngbin6750 -> 0 bytes
4 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44b308978af2..3e5f55a77a77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vesc_tool-git
pkgdesc = VESC ESC graphical configuration tool
- pkgver = r1403.24b62d1
+ pkgver = r1412.7c02f7f
pkgrel = 1
epoch = 1
url = https://vesc-project.com/vesc_tool
@@ -25,8 +25,6 @@ pkgbase = vesc_tool-git
source = vesc_tool-git::git+https://github.com/vedderb/vesc_tool.git
source = aur-build-qmake.patch
source = vesc-tool.desktop
- source = vesc-tool.png
- sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ce5ea39d0751..2720649a2594 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=vesc_tool-git
epoch=1
-pkgver=r1403.24b62d1
+pkgver=r1412.7c02f7f
pkgrel=1
pkgdesc="VESC ESC graphical configuration tool"
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
@@ -11,11 +11,9 @@ makedepends=('git' 'mold')
conflicts=('vesc-tool')
source=("$pkgname"::"git+https://github.com/vedderb/vesc_tool.git"
'aur-build-qmake.patch'
- 'vesc-tool.desktop'
- 'vesc-tool.png')
+ 'vesc-tool.desktop')
sha256sums=('SKIP'
'SKIP'
- 'SKIP'
'SKIP')
options=(!debug)
@@ -42,7 +40,7 @@ package() {
install -Dm644 ../vesc-tool.desktop \
"$pkgdir/usr/share/applications/vesc-tool.desktop"
- install -Dm644 ../vesc-tool.png \
+ install -Dm644 'res/+theme_light/icons/v_icon-256.png' \
"$pkgdir/usr/share/icons/vesc-tool.png"
}
diff --git a/aur-build-qmake.patch b/aur-build-qmake.patch
index c5dc96496b3a..ac59fa8e1ea1 100644
--- a/aur-build-qmake.patch
+++ b/aur-build-qmake.patch
@@ -1,5 +1,5 @@
---- vesc_tool.pro 2024-04-07 11:01:38.869088704 +0200
-+++ vesc_tool.pro 2024-04-07 11:35:05.284270363 +0200
+--- /var/lib/archbuild/extra-x86_64/oskar/build/vesc_tool-git/vesc_tool/vesc_tool.pro 2024-04-14 14:07:19.371492688 +0200
++++ vesc_tool.pro 2024-04-14 14:09:40.747867361 +0200
@@ -1,106 +1,40 @@
-#-------------------------------------------------
-#
@@ -154,7 +154,7 @@
- manifest.output = $$PWD/android/AndroidManifest.xml
- QMAKE_SUBSTITUTES += manifest
-}
-+TARGET = vesc_tool_$$VT_VERSION
++TARGET = vesc_tool
TEMPLATE = app
-
diff --git a/vesc-tool.png b/vesc-tool.png
deleted file mode 100644
index c44adaddffcb..000000000000
--- a/vesc-tool.png
+++ /dev/null
Binary files differ