Mercurial > hg > pub > prymula > scripts
changeset 3:3989cc565d09
postagelabels-0.220120-0_PKG
author | prymula <prymula76@outlook.com> |
---|---|
date | Thu, 01 Feb 2024 18:15:03 +0100 |
parents | 4bdac9bd90cc |
children | 15fcbb8857c3 |
files | postagelabels/DEBIAN/debian.control postagelabels/PKG/PKGBUILD postagelabels/RPM/postagelabels.spec |
diffstat | 3 files changed, 26 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/postagelabels/DEBIAN/debian.control Thu Feb 01 17:13:37 2024 +0100 +++ b/postagelabels/DEBIAN/debian.control Thu Feb 01 18:15:03 2024 +0100 @@ -10,4 +10,4 @@ Package: postagelabels Architecture: all Depends: ${misc:Depends}, python3-all, python3-gi, python3-gi-cairo, gir1.2-gtk-3.0 -Description: An application for cropping photos to popular paper sizes. +Description: Create and arrange mailing labels on canvas
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/postagelabels/PKG/PKGBUILD Thu Feb 01 18:15:03 2024 +0100 @@ -0,0 +1,24 @@ +# Maintainer: Przemyslaw R. Pietraszczyk <prymula76@outlook.com> +pkgname=postagelabels +pkgver=0.220120 +pkgrel=0 +pkgdesc="Create and arrange mailing labels on canvas" +arch=('any') +url="prymula.ct8.pl" +license=('GPL') +groups=() +depends=('python' 'python-gobject' 'gtk3') +makedepends=('python' 'python-gobject' 'gtk3') +source=($pkgname-$pkgver-$pkgrel.tar.gz) +noextract=() +sha256sums=('304c76b1e3fca440ee36df1389f054c16fe25fa8163e9e0b6f69bbdaadb1368b') #generate with 'makepkg -g' || sha256sum + +#build() { + #cd "$srcdir/$pkgname-$pkgver-$pkgrel" + #python -m build --wheel --no-isolation +#} + +package() { + cd "$srcdir/$pkgname-$pkgver-$pkgrel" + make -f Makefile.aur DESTDIR="$pkgdir/" install +}
--- a/postagelabels/RPM/postagelabels.spec Thu Feb 01 17:13:37 2024 +0100 +++ b/postagelabels/RPM/postagelabels.spec Thu Feb 01 18:15:03 2024 +0100 @@ -33,7 +33,7 @@ BuildArch: noarch %description - +Create and arrange mailing labels on canvas %prep %setup -n %{name}-%{unmangled_version} -n %{name}-%{unmangled_version}