[arch-commits] Commit in psutils/repos/extra-x86_64 (4 files)

Felix Yan felixonmars at archlinux.org
Mon Jun 4 15:13:23 UTC 2018


    Date: Monday, June 4, 2018 @ 15:13:22
  Author: felixonmars
Revision: 325853

archrelease: copy trunk to extra-x86_64

Added:
  psutils/repos/extra-x86_64/PKGBUILD
    (from rev 325852, psutils/trunk/PKGBUILD)
  psutils/repos/extra-x86_64/psutils-1.17.diff
    (from rev 325852, psutils/trunk/psutils-1.17.diff)
Deleted:
  psutils/repos/extra-x86_64/PKGBUILD
  psutils/repos/extra-x86_64/psutils-1.17.diff

-------------------+
 PKGBUILD          |   82 ++++++++++++++++++++++++++--------------------------
 psutils-1.17.diff |   66 ++++++++++++++++++++---------------------
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 15:13:05 UTC (rev 325852)
+++ PKGBUILD	2018-06-04 15:13:22 UTC (rev 325853)
@@ -1,41 +0,0 @@
-# $Id$
-# 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.17
-pkgrel=5
-arch=('i686' 'x86_64')
-pkgdesc="A set of postscript utilities"
-url="http://knackered.org/angus/psutils/"
-license=('custom')
-depends=('glibc' 'ghostscript')
-provides=('psutils-lprng')
-replaces=('psutils-lprng')
-options=('!makeflags')
-source=("https://sources.archlinux.org/other/psutils/${pkgname}-${pkgver}.tar.gz"
-        'psutils-1.17.diff')
-md5sums=('b161522f3bd1507655326afa7db4a0ad'
-         '2b49e9e796000b42f42804d4b50a2be1')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-  patch -Np1 -i "${srcdir}/psutils-1.17.diff"
-  make -f Makefile.unix BINDIR=/usr/bin \
-    INCLUDEDIR=/usr/include/psutils PERL=/usr/bin/perl \
-    MANDIR=/usr/share/man/man1 \
-    CFLAGS="$CFLAGS -DPAPER=\\\"letter\\\" -DUNIX -Wall" \
-    CCFLAGS="$LDFLAGS"
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  install -d -m755 "${pkgdir}/usr/include"
-  install -d -m755 "${pkgdir}/usr/share/man"
-  make -f Makefile.unix BINDIR="${pkgdir}/usr/bin" \
-    INCLUDEDIR="${pkgdir}/usr/include/psutils" PERL=/usr/bin/perl \
-    MANDIR="${pkgdir}/usr/share/man/man1" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: psutils/repos/extra-x86_64/PKGBUILD (from rev 325852, psutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 15:13:22 UTC (rev 325853)
@@ -0,0 +1,41 @@
+# $Id$
+# 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.17
+pkgrel=6
+arch=('x86_64')
+pkgdesc="A set of postscript utilities"
+url="http://knackered.org/angus/psutils/"
+license=('custom')
+depends=('glibc' 'ghostscript')
+provides=('psutils-lprng')
+replaces=('psutils-lprng')
+options=('!makeflags')
+source=("https://sources.archlinux.org/other/psutils/${pkgname}-${pkgver}.tar.gz"
+        'psutils-1.17.diff')
+sha512sums=('91feff88c885173ab1c4ba6b5ffd0d9e90bfa6105479b074065584fc2a87e78fbe71e4bc90d2e7079d86b467caf092b6744b0ea4234880ba78cad8dd7820de77'
+            '795f45c6315e3c02485d1d5243c1541992b669539257249a185f57136e623c489a9f3635d3f171f698428aeb9710332cf36bb0aa0ade8ea351514044630f12f0')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  patch -Np1 -i "${srcdir}/psutils-1.17.diff"
+  make -f Makefile.unix BINDIR=/usr/bin \
+    INCLUDEDIR=/usr/include/psutils PERL=/usr/bin/perl \
+    MANDIR=/usr/share/man/man1 \
+    CFLAGS="$CFLAGS -DPAPER=\\\"letter\\\" -DUNIX -Wall" \
+    CCFLAGS="$LDFLAGS"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  install -d -m755 "${pkgdir}/usr/include"
+  install -d -m755 "${pkgdir}/usr/share/man"
+  make -f Makefile.unix BINDIR="${pkgdir}/usr/bin" \
+    INCLUDEDIR="${pkgdir}/usr/include/psutils" PERL=/usr/bin/perl \
+    MANDIR="${pkgdir}/usr/share/man/man1" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: psutils-1.17.diff
===================================================================
--- psutils-1.17.diff	2018-06-04 15:13:05 UTC (rev 325852)
+++ psutils-1.17.diff	2018-06-04 15:13:22 UTC (rev 325853)
@@ -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

Copied: psutils/repos/extra-x86_64/psutils-1.17.diff (from rev 325852, psutils/trunk/psutils-1.17.diff)
===================================================================
--- psutils-1.17.diff	                        (rev 0)
+++ psutils-1.17.diff	2018-06-04 15:13:22 UTC (rev 325853)
@@ -0,0 +1,33 @@
+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