[arch-commits] Commit in paps/repos/community-x86_64 (PKGBUILD PKGBUILD)
Gaëtan Bisson
bisson at archlinux.org
Tue Oct 29 20:04:49 UTC 2019
Date: Tuesday, October 29, 2019 @ 20:04:47
Author: bisson
Revision: 520940
archrelease: copy trunk to community-x86_64
Added:
paps/repos/community-x86_64/PKGBUILD
(from rev 520939, paps/trunk/PKGBUILD)
Deleted:
paps/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-29 20:04:21 UTC (rev 520939)
+++ PKGBUILD 2019-10-29 20:04:47 UTC (rev 520940)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Artyom 'logus' Pervukhin <logus9 at gmail.com>
-# Contributor: Tim Yang <tdy at gmx.com>
-
-pkgname=paps
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='Converts Unicode text to postscript and pdf using pango'
-url='https://github.com/dov/paps'
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('pango')
-source=("https://github.com/dov/paps/archive/${pkgver}.tar.gz")
-sha256sums=('7a18e8096944a21e0d9fcfb389770d1e7672ba90569180cb5d45984914cedb13')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./autogen.sh
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: paps/repos/community-x86_64/PKGBUILD (from rev 520939, paps/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-29 20:04:47 UTC (rev 520940)
@@ -0,0 +1,27 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Artyom 'logus' Pervukhin <logus9 at gmail.com>
+# Contributor: Tim Yang <tdy at gmx.com>
+
+pkgname=paps
+pkgver=0.7.1
+pkgrel=1
+pkgdesc='Converts Unicode text to postscript and pdf using pango'
+url='https://github.com/dov/paps'
+arch=('x86_64')
+license=('LGPL')
+depends=('pango')
+makedepends=('intltool')
+source=("https://github.com/dov/paps/archive/v${pkgver}.tar.gz")
+sha256sums=('b8cbd16f8dd5832ecfa9907d31411b35a7f12d81a5ec472a1555d00a8a205e0e')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./autogen.sh
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list