[arch-commits] Commit in psutils/trunk (PKGBUILD psutils-1.17.diff)

Antonio Rojas arojas at archlinux.org
Sun Feb 9 08:16:54 UTC 2020


    Date: Sunday, February 9, 2020 @ 08:16:53
  Author: arojas
Revision: 375021

Add missing perl-ipc-run3 dependency (#FS65321)

Modified:
  psutils/trunk/PKGBUILD
Deleted:
  psutils/trunk/psutils-1.17.diff

-------------------+
 PKGBUILD          |    4 ++--
 psutils-1.17.diff |   33 ---------------------------------
 2 files changed, 2 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-09 06:43:42 UTC (rev 375020)
+++ PKGBUILD	2020-02-09 08:16:53 UTC (rev 375021)
@@ -4,12 +4,12 @@
  
 pkgname=psutils
 pkgver=1.93
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 pkgdesc="A set of postscript utilities"
 url="https://github.com/rrthomas/psutils"
 license=('custom')
-depends=('glibc' 'ghostscript')
+depends=('glibc' 'ghostscript' 'perl-ipc-run3')
 provides=('psutils-lprng')
 replaces=('psutils-lprng')
 options=('!makeflags')

Deleted: psutils-1.17.diff
===================================================================
--- psutils-1.17.diff	2020-02-09 06:43:42 UTC (rev 375020)
+++ psutils-1.17.diff	2020-02-09 08:16:53 UTC (rev 375021)
@@ -1,33 +0,0 @@
-diff -u -r --new-file psutils.orig/Makefile.unix psutils/Makefile.unix
---- psutils.orig/Makefile.unix	Tue Mar 11 14:52:59 1997
-+++ psutils/Makefile.unix	Thu Jan 18 20:53:36 2001
-@@ -19,16 +19,16 @@
- # psnup puts multiple logical pages on one physical page
- # psresize scales and moves pages to fit on different paper sizes
- 
--PAPER=a4
-+PAPER=letter
- 
- # Makefile for PSUtils under Unix
- 
- OS = UNIX
- 
--BINDIR = /usr/local/bin
-+BINDIR = /usr/bin
- SCRIPTDIR = $(BINDIR)
--INCLUDEDIR = /usr/local/share/psutils
--PERL = /usr/local/bin/perl
-+INCLUDEDIR = /usr/share/psutils
-+PERL = /usr/bin/perl
- 
- BINMODE = 0755
- MANMODE = 0644
-@@ -36,7 +36,7 @@
- INSTALL = install -c -m $(BINMODE)
- INSTALLMAN = install -c -m $(MANMODE)
- MANEXT = 1
--MANDIR = /usr/local/share/man/man$(MANEXT)
-+MANDIR = /usr/man/man$(MANEXT)
- 
- CC = gcc
- CFLAGS = -DPAPER=\"$(PAPER)\" -DUNIX -O -Wall



More information about the arch-commits mailing list