From 274a376fc7e2f77f0dcb004c809af3253058cc5d Mon Sep 17 00:00:00 2001 From: rouhim Date: Fri, 20 Jun 2025 10:53:26 +0000 Subject: [PATCH] Update to v1.10.0 --- .SRCINFO | 18 +++++++++--------- PKGBUILD | 23 +++++++++-------------- 2 files changed, 18 insertions(+), 23 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7a5247ece8bfc..57a5e2172baf6 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = binvec-bin pkgdesc = A simple application to convert raster graphics to vector graphics (pre-compiled) - pkgver = 1.9.25 + pkgver = 1.10.0 pkgrel = 1 url = https://github.com/RouHim/binvec arch = x86_64 @@ -11,13 +11,13 @@ pkgbase = binvec-bin provides = binvec conflicts = binvec options = !strip - source_x86_64 = binvec-1.9.25-x86_64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.9.25/binvec-x86_64-unknown-linux-gnu - sha256sums_x86_64 = 6da08544ec7ea1fef674900158bc3caf65ba1c2a7e4103d9b948743230d81ff1 - source_aarch64 = binvec-1.9.25-aarch64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.9.25/binvec-aarch64-unknown-linux-gnu - sha256sums_aarch64 = 6da08544ec7ea1fef674900158bc3caf65ba1c2a7e4103d9b948743230d81ff1 - source_armv7h = binvec-1.9.25-armv7-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.9.25/binvec-armv7-unknown-linux-gnueabihf - sha256sums_armv7h = 6da08544ec7ea1fef674900158bc3caf65ba1c2a7e4103d9b948743230d81ff1 - source_armv6h = binvec-1.9.25-arm-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.9.25/binvec-arm-unknown-linux-gnueabihf - sha256sums_armv6h = 6da08544ec7ea1fef674900158bc3caf65ba1c2a7e4103d9b948743230d81ff1 + source_x86_64 = binvec-1.10.0-x86_64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.10.0/binvec-x86_64-unknown-linux-gnu + sha256sums_x86_64 = e4c2e5f8834e139991aeebd0be8da1ac440f0179517edfc15c77cc4eee4f3cae + source_aarch64 = binvec-1.10.0-aarch64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.10.0/binvec-aarch64-unknown-linux-gnu + sha256sums_aarch64 = e4c2e5f8834e139991aeebd0be8da1ac440f0179517edfc15c77cc4eee4f3cae + source_armv7h = binvec-1.10.0-armv7-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.10.0/binvec-armv7-unknown-linux-gnueabihf + sha256sums_armv7h = e4c2e5f8834e139991aeebd0be8da1ac440f0179517edfc15c77cc4eee4f3cae + source_armv6h = binvec-1.10.0-arm-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.10.0/binvec-arm-unknown-linux-gnueabihf + sha256sums_armv6h = e4c2e5f8834e139991aeebd0be8da1ac440f0179517edfc15c77cc4eee4f3cae pkgname = binvec-bin diff --git a/PKGBUILD b/PKGBUILD index 3d3ea22aa7901..d14296f454974 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: RouHim pkgname=binvec-bin -pkgver=1.9.25 +pkgver=1.10.0 pkgrel=1 pkgdesc="A simple application to convert raster graphics to vector graphics (pre-compiled)" arch=('x86_64' 'aarch64' 'armv7h' 'armv6h') @@ -18,10 +18,10 @@ source_aarch64=("binvec-${pkgver}-aarch64-unknown-linux-gnu::https://github.com/ source_armv7h=("binvec-${pkgver}-armv7-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/${pkgver}/binvec-armv7-unknown-linux-gnueabihf") source_armv6h=("binvec-${pkgver}-arm-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/${pkgver}/binvec-arm-unknown-linux-gnueabihf") -sha256sums_x86_64=('6da08544ec7ea1fef674900158bc3caf65ba1c2a7e4103d9b948743230d81ff1') -sha256sums_aarch64=('6da08544ec7ea1fef674900158bc3caf65ba1c2a7e4103d9b948743230d81ff1') -sha256sums_armv7h=('6da08544ec7ea1fef674900158bc3caf65ba1c2a7e4103d9b948743230d81ff1') -sha256sums_armv6h=('6da08544ec7ea1fef674900158bc3caf65ba1c2a7e4103d9b948743230d81ff1') +sha256sums_x86_64=('e4c2e5f8834e139991aeebd0be8da1ac440f0179517edfc15c77cc4eee4f3cae') +sha256sums_aarch64=('e4c2e5f8834e139991aeebd0be8da1ac440f0179517edfc15c77cc4eee4f3cae') +sha256sums_armv7h=('e4c2e5f8834e139991aeebd0be8da1ac440f0179517edfc15c77cc4eee4f3cae') +sha256sums_armv6h=('e4c2e5f8834e139991aeebd0be8da1ac440f0179517edfc15c77cc4eee4f3cae') package() { # Install binary @@ -34,14 +34,9 @@ package() { install -Dm755 "binvec-${pkgver}-arm-unknown-linux-gnueabihf" "${pkgdir}/usr/bin/binvec" fi - # Create documentation directory - mkdir -p "${pkgdir}/usr/share/doc/${pkgname}" + # Install desktop file + install -Dm644 "${startdir}/.desktop/binvec.desktop" "${pkgdir}/usr/share/applications/binvec.desktop" - # Download the documentation files - curl -s "https://raw.githubusercontent.com/RouHim/binvec/${pkgver}/README.md" -o "${pkgdir}/usr/share/doc/${pkgname}/README.md" - curl -s "https://raw.githubusercontent.com/RouHim/binvec/${pkgver}/CHANGELOG.md" -o "${pkgdir}/usr/share/doc/${pkgname}/CHANGELOG.md" - - # Download the license file - mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}" - curl -s "https://raw.githubusercontent.com/RouHim/binvec/${pkgver}/LICENSE" -o "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + # Install icon + install -Dm644 "${startdir}/icon.png" "${pkgdir}/usr/share/pixmaps/binvec.png" }