[arch-commits] Commit in djview/repos (8 files)

Gaetan Bisson bisson at archlinux.org
Mon Mar 2 17:09:29 UTC 2015


    Date: Monday, March 2, 2015 @ 18:09:29
  Author: bisson
Revision: 128560

archrelease: copy trunk to community-i686, community-x86_64

Added:
  djview/repos/community-i686/PKGBUILD
    (from rev 128559, djview/trunk/PKGBUILD)
  djview/repos/community-i686/install
    (from rev 128559, djview/trunk/install)
  djview/repos/community-x86_64/PKGBUILD
    (from rev 128559, djview/trunk/PKGBUILD)
  djview/repos/community-x86_64/install
    (from rev 128559, djview/trunk/install)
Deleted:
  djview/repos/community-i686/PKGBUILD
  djview/repos/community-i686/install
  djview/repos/community-x86_64/PKGBUILD
  djview/repos/community-x86_64/install

---------------------------+
 /PKGBUILD                 |   76 ++++++++++++++++++++++++++++++++++++++++++++
 /install                  |   24 +++++++++++++
 community-i686/PKGBUILD   |   37 ---------------------
 community-i686/install    |   12 ------
 community-x86_64/PKGBUILD |   37 ---------------------
 community-x86_64/install  |   12 ------
 6 files changed, 100 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-03-02 17:09:02 UTC (rev 128559)
+++ community-i686/PKGBUILD	2015-03-02 17:09:29 UTC (rev 128560)
@@ -1,37 +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
-pkgrel=2
-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')
-source=("http://downloads.sourceforge.net/djvu/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('7526d23aa501ce34468e42f094f49b6b96cce186')
-
-conflicts=('djview4')
-provides=('djview4')
-replaces=('djview4')
-
-install=install
-
-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-i686/PKGBUILD (from rev 128559, djview/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-03-02 17:09:29 UTC (rev 128560)
@@ -0,0 +1,38 @@
+# $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
+pkgrel=2
+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=('7526d23aa501ce34468e42f094f49b6b96cce186')
+
+conflicts=('djview4')
+provides=('djview4')
+replaces=('djview4')
+
+install=install
+
+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
+}

Deleted: community-i686/install
===================================================================
--- community-i686/install	2015-03-02 17:09:02 UTC (rev 128559)
+++ community-i686/install	2015-03-02 17:09:29 UTC (rev 128560)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true
-	update-desktop-database -q || true
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: djview/repos/community-i686/install (from rev 128559, djview/trunk/install)
===================================================================
--- community-i686/install	                        (rev 0)
+++ community-i686/install	2015-03-02 17:09:29 UTC (rev 128560)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true
+	update-desktop-database -q || true
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-03-02 17:09:02 UTC (rev 128559)
+++ community-x86_64/PKGBUILD	2015-03-02 17:09:29 UTC (rev 128560)
@@ -1,37 +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
-pkgrel=2
-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')
-source=("http://downloads.sourceforge.net/djvu/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('7526d23aa501ce34468e42f094f49b6b96cce186')
-
-conflicts=('djview4')
-provides=('djview4')
-replaces=('djview4')
-
-install=install
-
-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 128559, djview/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-03-02 17:09:29 UTC (rev 128560)
@@ -0,0 +1,38 @@
+# $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
+pkgrel=2
+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=('7526d23aa501ce34468e42f094f49b6b96cce186')
+
+conflicts=('djview4')
+provides=('djview4')
+replaces=('djview4')
+
+install=install
+
+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
+}

Deleted: community-x86_64/install
===================================================================
--- community-x86_64/install	2015-03-02 17:09:02 UTC (rev 128559)
+++ community-x86_64/install	2015-03-02 17:09:29 UTC (rev 128560)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true
-	update-desktop-database -q || true
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: djview/repos/community-x86_64/install (from rev 128559, djview/trunk/install)
===================================================================
--- community-x86_64/install	                        (rev 0)
+++ community-x86_64/install	2015-03-02 17:09:29 UTC (rev 128560)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true
+	update-desktop-database -q || true
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}



More information about the arch-commits mailing list