Date: Tuesday, January 12, 2016 @ 17:29:12
  Author: bisson
Revision: 156177

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

Added:
  djview/repos/community-i686/PKGBUILD
    (from rev 156176, djview/trunk/PKGBUILD)
  djview/repos/community-i686/install
    (from rev 156176, djview/trunk/install)
  djview/repos/community-x86_64/PKGBUILD
    (from rev 156176, djview/trunk/PKGBUILD)
  djview/repos/community-x86_64/install
    (from rev 156176, 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   |   38 ----------------------
 community-i686/install    |   12 ------
 community-x86_64/PKGBUILD |   38 ----------------------
 community-x86_64/install  |   12 ------
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2016-01-12 16:28:35 UTC (rev 156176)
+++ community-i686/PKGBUILD     2016-01-12 16:29:12 UTC (rev 156177)
@@ -1,38 +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 <bis...@archlinux.org>
-
-pkgname=djview
-pkgver=4.10
-pkgrel=3
-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
-}

Copied: djview/repos/community-i686/PKGBUILD (from rev 156176, 
djview/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2016-01-12 16:29:12 UTC (rev 156177)
@@ -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 <bis...@archlinux.org>
+
+pkgname=djview
+pkgver=4.10.5
+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=('b3ca4d638a630913cd2596e2399f8049b4559a4f')
+
+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      2016-01-12 16:28:35 UTC (rev 156176)
+++ community-i686/install      2016-01-12 16:29:12 UTC (rev 156177)
@@ -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 156176, 
djview/trunk/install)
===================================================================
--- community-i686/install                              (rev 0)
+++ community-i686/install      2016-01-12 16:29:12 UTC (rev 156177)
@@ -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   2016-01-12 16:28:35 UTC (rev 156176)
+++ community-x86_64/PKGBUILD   2016-01-12 16:29:12 UTC (rev 156177)
@@ -1,38 +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 <bis...@archlinux.org>
-
-pkgname=djview
-pkgver=4.10
-pkgrel=3
-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
-}

Copied: djview/repos/community-x86_64/PKGBUILD (from rev 156176, 
djview/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-12 16:29:12 UTC (rev 156177)
@@ -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 <bis...@archlinux.org>
+
+pkgname=djview
+pkgver=4.10.5
+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=('b3ca4d638a630913cd2596e2399f8049b4559a4f')
+
+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    2016-01-12 16:28:35 UTC (rev 156176)
+++ community-x86_64/install    2016-01-12 16:29:12 UTC (rev 156177)
@@ -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 156176, 
djview/trunk/install)
===================================================================
--- community-x86_64/install                            (rev 0)
+++ community-x86_64/install    2016-01-12 16:29:12 UTC (rev 156177)
@@ -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
+}

Reply via email to