[arch-commits] Commit in lprint/trunk (4 files)

Andreas Radke andyrtr at gemini.archlinux.org
Wed Aug 10 18:57:25 UTC 2022


    Date: Wednesday, August 10, 2022 @ 18:57:24
  Author: andyrtr
Revision: 452526

upgpkg: lprint 1.1.0-2: fix wrong path in systemd service file - FS#75465 + enable debug

Added:
  lprint/trunk/keys/
  lprint/trunk/keys/pgp/
  lprint/trunk/keys/pgp/9086C3CDC66C3F563CF8F405BE67C75EC81F3244.asc
Modified:
  lprint/trunk/PKGBUILD

-------------------------------------------------------+
 PKGBUILD                                              |    6 +++++-
 keys/pgp/9086C3CDC66C3F563CF8F405BE67C75EC81F3244.asc |    1 +
 2 files changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-10 17:48:25 UTC (rev 452525)
+++ PKGBUILD	2022-08-10 18:57:24 UTC (rev 452526)
@@ -3,12 +3,13 @@
 
 pkgname=lprint
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Label Printer Application"
 arch=('x86_64')
 url="https://www.msweet.org/lprint/"
 license=('Apache' 'custom')
 depends=('pappl' 'libcups' 'libpng' 'libusb' 'pam')
+options=('debug')
 source=("https://github.com/michaelrsweet/lprint/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig}
         fix-systemd-installdir.patch)
 #validpgpkeys=('845464660B686AAB36540B6F999559A027815955')  # "Michael R Sweet <michael.r.sweet at gmail.com>"
@@ -38,4 +39,7 @@
   make DESTDIR="${pkgdir}" install
   # add license + exception
   install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" {LICENSE,NOTICE}
+
+  # workaround until next release - FS#75465 / https://github.com/michaelrsweet/lprint/pull/63
+  sed -i "s:/local::" "${pkgdir}"/usr/lib/systemd/system/lprint.service
 }

Added: keys/pgp/9086C3CDC66C3F563CF8F405BE67C75EC81F3244.asc
===================================================================
(Binary files differ)

Index: lprint/trunk/keys/pgp/9086C3CDC66C3F563CF8F405BE67C75EC81F3244.asc
===================================================================
--- keys/pgp/9086C3CDC66C3F563CF8F405BE67C75EC81F3244.asc	2022-08-10 17:48:25 UTC (rev 452525)
+++ keys/pgp/9086C3CDC66C3F563CF8F405BE67C75EC81F3244.asc	2022-08-10 18:57:24 UTC (rev 452526)

Property changes on: lprint/trunk/keys/pgp/9086C3CDC66C3F563CF8F405BE67C75EC81F3244.asc
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


More information about the arch-commits mailing list