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

2016-05-03 Thread Gaetan Bisson
Date: Wednesday, May 4, 2016 @ 02:10:12
  Author: bisson
Revision: 173623

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

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

---+
 /PKGBUILD |   72 
 community-i686/PKGBUILD   |   38 ---
 community-i686/install|   12 ---
 community-x86_64/PKGBUILD |   38 ---
 community-x86_64/install  |   12 ---
 5 files changed, 72 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-04 00:09:35 UTC (rev 173622)
+++ community-i686/PKGBUILD 2016-05-04 00:10:12 UTC (rev 173623)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Paulo Matias 
-# Contributor: Leslie P. Polzer 
-# Contributor: erm67 
-# Contributor: Daniel J Griffiths
-# Maintainer: Gaetan Bisson 
-
-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
-}

Copied: djview/repos/community-i686/PKGBUILD (from rev 173622, 
djview/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-04 00:10:12 UTC (rev 173623)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Contributor: Leslie P. Polzer 
+# Contributor: erm67 
+# Contributor: Daniel J Griffiths
+# Maintainer: Gaetan Bisson 
+
+pkgname=djview
+pkgver=4.10.5
+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=('b3ca4d638a630913cd2596e2399f8049b4559a4f')
+
+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
+}

Deleted: community-i686/install
===
--- community-i686/install  2016-05-04 00:09:35 UTC (rev 173622)
+++ community-i686/install  2016-05-04 00:10:12 UTC (rev 173623)
@@ -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
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-04 00:09:35 UTC (rev 173622)
+++ community-x86_64/PKGBUILD   2016-05-04 00:10:12 UTC (rev 173623)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Paulo Matias 
-# Contributor: Leslie P. Polzer 
-# Contributor: erm67 
-# Contributor: Daniel J Griffiths
-# Maintainer: Gaetan Bisson 
-
-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
-}

Copied: 

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

2015-12-06 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 06:06:28
  Author: foutrelis
Revision: 149559

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

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

---+
 community-staging-i686/PKGBUILD   |   38 
 community-staging-i686/install|   12 +++
 community-staging-x86_64/PKGBUILD |   38 
 community-staging-x86_64/install  |   12 +++
 4 files changed, 100 insertions(+)

Copied: djview/repos/community-staging-i686/PKGBUILD (from rev 149558, 
djview/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 05:06:28 UTC (rev 149559)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Contributor: Leslie P. Polzer 
+# Contributor: erm67 
+# Contributor: Daniel J Griffiths
+# Maintainer: Gaetan Bisson 
+
+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-staging-i686/install (from rev 149558, 
djview/trunk/install)
===
--- community-staging-i686/install  (rev 0)
+++ community-staging-i686/install  2015-12-07 05:06:28 UTC (rev 149559)
@@ -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
+}

Copied: djview/repos/community-staging-x86_64/PKGBUILD (from rev 149558, 
djview/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-07 05:06:28 UTC (rev 149559)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Contributor: Leslie P. Polzer 
+# Contributor: erm67 
+# Contributor: Daniel J Griffiths
+# Maintainer: Gaetan Bisson 
+
+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-staging-x86_64/install (from rev 149558, 
djview/trunk/install)
===
--- community-staging-x86_64/install(rev 0)
+++ community-staging-x86_64/install2015-12-07 05:06:28 UTC (rev 149559)
@@ -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
+}


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

2015-02-20 Thread Gaetan Bisson
Date: Friday, February 20, 2015 @ 09:28:28
  Author: bisson
Revision: 128017

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

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

---+
 community-i686/PKGBUILD   |   37 +
 community-i686/install|   12 
 community-x86_64/PKGBUILD |   37 +
 community-x86_64/install  |   12 
 4 files changed, 98 insertions(+)

Copied: djview/repos/community-i686/PKGBUILD (from rev 128016, 
djview/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-20 08:28:28 UTC (rev 128017)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Contributor: Leslie P. Polzer 
+# Contributor: erm67 
+# Contributor: Daniel J Griffiths
+# Maintainer: Gaetan Bisson 
+
+pkgname=djview
+pkgver=4.10
+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')
+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/install (from rev 128016, 
djview/trunk/install)
===
--- community-i686/install  (rev 0)
+++ community-i686/install  2015-02-20 08:28:28 UTC (rev 128017)
@@ -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
+}

Copied: djview/repos/community-x86_64/PKGBUILD (from rev 128016, 
djview/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-20 08:28:28 UTC (rev 128017)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Contributor: Leslie P. Polzer 
+# Contributor: erm67 
+# Contributor: Daniel J Griffiths
+# Maintainer: Gaetan Bisson 
+
+pkgname=djview
+pkgver=4.10
+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')
+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/install (from rev 128016, 
djview/trunk/install)
===
--- community-x86_64/install(rev 0)
+++ community-x86_64/install2015-02-20 08:28:28 UTC (rev 128017)
@@ -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
+}