# HG changeset patch # User prymula # Date 1706807703 -3600 # Node ID 3989cc565d092187253737a0f649ca90c32663c9 # Parent 4bdac9bd90cc61823ddea9f17d2a70fd5f6f6eb8 postagelabels-0.220120-0_PKG diff -r 4bdac9bd90cc -r 3989cc565d09 postagelabels/DEBIAN/debian.control --- 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 diff -r 4bdac9bd90cc -r 3989cc565d09 postagelabels/PKG/PKGBUILD --- /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 +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 +} diff -r 4bdac9bd90cc -r 3989cc565d09 postagelabels/RPM/postagelabels.spec --- 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}