Changing package name to bin

This commit is contained in:
Akshaj Tiwari 2026-01-28 00:27:42 +05:30
parent 57dc32b502
commit 1d096ae3d7
2 changed files with 5 additions and 4 deletions

View file

@ -1,4 +1,4 @@
pkgbase = pictopy-bin
pkgbase = pictopy
pkgdesc = PictoPy - Desktop image gallery (Tauri/Python)
pkgver = 1.1.0
pkgrel = 2

View file

@ -1,4 +1,5 @@
pkgname=pictopy-bin
pkgbase=pictopy
pkgname=(pictopy-bin)
pkgver=1.1.0
pkgrel=2
pkgdesc="PictoPy - Desktop image gallery (Tauri/Python)"
@ -13,11 +14,11 @@ sha256sums=('SKIP')
prepare() {
# Extract the debian control and data files
ar x "picto_py-${pkgver}.deb"
ar x "pictopy-bin-${pkgver}.deb"
tar -xf data.tar.*
}
package() {
package_pictopy-bin() {
# Install the main files extracted from the deb
# Using 'cp -a' preserves permissions and directory structure
cp -a usr "$pkgdir/"