summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Salmanovich2023-05-09 12:59:14 +0300
committerDenis Salmanovich2023-05-09 12:59:14 +0300
commit61b6c67adc3b376087b9d53ea256e416f0d313d2 (patch)
tree8631c187dc591b86a347741815bcfedd10c4de6e
parent89d33d586c9c8a87a9307715533b8b70ee622467 (diff)
downloadaur-61b6c67adc3b376087b9d53ea256e416f0d313d2.tar.gz
updated version to 0.3.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD28
-rw-r--r--cadzinho.desktop9
-rw-r--r--cadzinho.pngbin6910 -> 0 bytes
4 files changed, 11 insertions, 38 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de4446177a5e..d7697379ca98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,13 @@
pkgbase = cadzinho
pkgdesc = Minimalist computer aided design (CAD) software
- pkgver = 0.2.0
- pkgrel = 7
+ pkgver = 0.3.0
+ pkgrel = 1
url = https://github.com/zecruel/CadZinho
arch = x86_64
license = MIT
depends = sdl2
depends = lua
- source = https://github.com/zecruel/CadZinho/releases/download/0.2.0/linux.zip
- source = cadzinho.png
- source = cadzinho.desktop
- sha256sums = 3c751b0c49bf5afc2465e58dc4303d22fdcfe3b0f4f90cbbb1e84c5b5cee92bf
- sha256sums = 103e5df8fac52c36a5245cb0fbb6208881fc4d9cf7a4faaced74a6c5f62b4e2d
- sha256sums = b97e9c4da9fca86e3171f7ed662934363d33dab49ff8f83ec326b8f366e4fc63
+ source = https://github.com/zecruel/CadZinho/releases/download/0.3.0/linux.zip
+ sha256sums = 0f7ca0c3958950ce18340a210bfa04c4ec2e7256f9bdceb2864f7291a464b08a
pkgname = cadzinho
diff --git a/PKGBUILD b/PKGBUILD
index f2b555782cdf..b0dc9f7f2a64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Author: Ezequiel
# Contributor: Ezequiel
pkgname=cadzinho
-pkgver=0.2.0
-pkgrel=7
+pkgver=0.3.0
+pkgrel=1
pkgdesc="Minimalist computer aided design (CAD) software"
arch=('x86_64')
url='https://github.com/zecruel/CadZinho'
@@ -11,26 +11,12 @@ license=('MIT')
depends=('sdl2' 'lua')
-source=('https://github.com/zecruel/CadZinho/releases/download/0.2.0/linux.zip'
- 'cadzinho.png'
- 'cadzinho.desktop')
-
-prepare() {
- cd ${srcdir}
- chmod +x CadZinho-x86_64.AppImage
- ./CadZinho-x86_64.AppImage --appimage-extract
-}
-
+source=('https://github.com/zecruel/CadZinho/releases/download/0.3.0/linux.zip')
package() {
cd ${srcdir}
- install -D -m644 cadzinho.png ${pkgdir}/opt/cadzinho/cadzinho.png
- install -D -m644 cadzinho.desktop ${pkgdir}/usr/share/applications/cadzinho.desktop
- install -d -m644 ${pkgdir}/opt/cadzinho
- cp -r $srcdir/squashfs-root/* ${pkgdir}/opt/cadzinho
- chmod a+x ${pkgdir}/opt/cadzinho/AppRun
+ install -dm755 ${pkgdir}/usr/share/{cadzinho,applications,icons}
+ cp -r ${srcdir}/share/* ${pkgdir}/usr/share
+ install -D -m755 ${srcdir}/cadzinho ${pkgdir}/usr/bin/cadzinho
}
-
-sha256sums=('3c751b0c49bf5afc2465e58dc4303d22fdcfe3b0f4f90cbbb1e84c5b5cee92bf'
- '103e5df8fac52c36a5245cb0fbb6208881fc4d9cf7a4faaced74a6c5f62b4e2d'
- 'b97e9c4da9fca86e3171f7ed662934363d33dab49ff8f83ec326b8f366e4fc63')
+sha256sums=('0f7ca0c3958950ce18340a210bfa04c4ec2e7256f9bdceb2864f7291a464b08a')
diff --git a/cadzinho.desktop b/cadzinho.desktop
deleted file mode 100644
index f0d64ccb224e..000000000000
--- a/cadzinho.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Exec=/opt/cadzinho/AppRun
-Icon=/opt/cadzinho/cadzinho.png
-Name=CadZinho
-Terminal=false
-Type=Application
-Categories=GNOME;GTK;Graphics
-Encoding=UTF-8
-Comment=CadZinho - Minimalist computer aided design (CAD) software
diff --git a/cadzinho.png b/cadzinho.png
deleted file mode 100644
index ff765a930491..000000000000
--- a/cadzinho.png
+++ /dev/null
Binary files differ