[arch-commits] Commit in djview/repos/community-x86_64 (PKGBUILD PKGBUILD)
Gaëtan Bisson
bisson at archlinux.org
Wed Oct 3 23:28:57 UTC 2018
Date: Wednesday, October 3, 2018 @ 23:28:56
Author: bisson
Revision: 389327
archrelease: copy trunk to community-x86_64
Added:
djview/repos/community-x86_64/PKGBUILD
(from rev 389326, djview/trunk/PKGBUILD)
Deleted:
djview/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 71 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-03 23:28:32 UTC (rev 389326)
+++ PKGBUILD 2018-10-03 23:28:56 UTC (rev 389327)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Paulo Matias <matias.archlinux-br.org>
-# Contributor: Leslie P. Polzer <polzer.gnu.org>
-# Contributor: erm67 <erm67.yahoo.it>
-# Contributor: Daniel J Griffiths
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=djview
-pkgver=4.10.6
-pkgrel=1
-pkgdesc='Portable DjVu viewer and browser plugin'
-url='http://djvu.sourceforge.net/djview4.html'
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('qt5-tools')
-depends=('qt5-base' 'djvulibre'
- 'libxkbcommon-x11' 'libsm')
-source=("http://downloads.sourceforge.net/djvu/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('9d2790f208fea45f5cd31cfd5ab6b24a3ba91415')
-
-conflicts=('djview4')
-provides=('djview4')
-replaces=('djview4')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- export QMAKE=qmake-qt5
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
- ln -s djview "${pkgdir}"/usr/bin/djview4
-}
Copied: djview/repos/community-x86_64/PKGBUILD (from rev 389326, djview/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-10-03 23:28:56 UTC (rev 389327)
@@ -0,0 +1,35 @@
+# Contributor: Paulo Matias <matias.archlinux-br.org>
+# Contributor: Leslie P. Polzer <polzer.gnu.org>
+# Contributor: erm67 <erm67.yahoo.it>
+# Contributor: Daniel J Griffiths
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=djview
+pkgver=4.10.6
+pkgrel=2
+pkgdesc='Portable DjVu viewer and browser plugin'
+url='http://djvu.sourceforge.net/djview4.html'
+license=('GPL')
+arch=('x86_64')
+makedepends=('qt5-tools')
+depends=('qt5-base' 'djvulibre'
+ 'libxkbcommon-x11' 'libsm')
+source=("https://downloads.sourceforge.net/djvu/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('8446f3cd692238421a342f12baa365528445637bffb96899f319fe762fda7c21')
+
+conflicts=('djview4')
+provides=('djview4')
+replaces=('djview4')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ export QMAKE=qmake-qt5
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ ln -s djview "${pkgdir}"/usr/bin/djview4
+}
More information about the arch-commits
mailing list