[arch-commits] Commit in psutils/repos/extra-x86_64 (3 files)
Antonio Rojas
arojas at archlinux.org
Sun Feb 9 08:17:17 UTC 2020
Date: Sunday, February 9, 2020 @ 08:17:17
Author: arojas
Revision: 375022
archrelease: copy trunk to extra-x86_64
Added:
psutils/repos/extra-x86_64/PKGBUILD
(from rev 375021, psutils/trunk/PKGBUILD)
Deleted:
psutils/repos/extra-x86_64/PKGBUILD
psutils/repos/extra-x86_64/psutils-1.17.diff
-------------------+
PKGBUILD | 72 ++++++++++++++++++++++++++--------------------------
psutils-1.17.diff | 33 -----------------------
2 files changed, 36 insertions(+), 69 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-09 08:16:53 UTC (rev 375021)
+++ PKGBUILD 2020-02-09 08:17:17 UTC (rev 375022)
@@ -1,36 +0,0 @@
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: eric <eric at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=psutils
-pkgver=1.93
-pkgrel=1
-arch=('x86_64')
-pkgdesc="A set of postscript utilities"
-url="https://github.com/rrthomas/psutils"
-license=('custom')
-depends=('glibc' 'ghostscript')
-provides=('psutils-lprng')
-replaces=('psutils-lprng')
-options=('!makeflags')
-source=("https://github.com/rrthomas/psutils/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('48da2ec1be379ac05d0d3d5d7b6229c2fa56dfb41ae811f5120021e832db21f4')
-
-build() {
- cd ${pkgname}-${pkgver}
-
- export CFLAGS="$CFLAGS -DPAPER=\\\"letter\\\" -DUNIX -Wall" \
- export CCFLAGS="$LDFLAGS"
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
-
- # install license
- install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
- install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}
Copied: psutils/repos/extra-x86_64/PKGBUILD (from rev 375021, psutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-02-09 08:17:17 UTC (rev 375022)
@@ -0,0 +1,36 @@
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=psutils
+pkgver=1.93
+pkgrel=2
+arch=('x86_64')
+pkgdesc="A set of postscript utilities"
+url="https://github.com/rrthomas/psutils"
+license=('custom')
+depends=('glibc' 'ghostscript' 'perl-ipc-run3')
+provides=('psutils-lprng')
+replaces=('psutils-lprng')
+options=('!makeflags')
+source=("https://github.com/rrthomas/psutils/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('48da2ec1be379ac05d0d3d5d7b6229c2fa56dfb41ae811f5120021e832db21f4')
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ export CFLAGS="$CFLAGS -DPAPER=\\\"letter\\\" -DUNIX -Wall" \
+ export CCFLAGS="$LDFLAGS"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
+
+ # install license
+ install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
Deleted: psutils-1.17.diff
===================================================================
--- psutils-1.17.diff 2020-02-09 08:16:53 UTC (rev 375021)
+++ psutils-1.17.diff 2020-02-09 08:17:17 UTC (rev 375022)
@@ -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