[arch-commits] Commit in apvlv/repos (10 files)

Jonathan Steel jsteel at archlinux.org
Fri Mar 6 18:49:35 UTC 2015


    Date: Friday, March 6, 2015 @ 19:49:34
  Author: jsteel
Revision: 128831

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

Added:
  apvlv/repos/community-i686/PKGBUILD
    (from rev 128830, apvlv/trunk/PKGBUILD)
  apvlv/repos/community-i686/apvlv.install
    (from rev 128830, apvlv/trunk/apvlv.install)
  apvlv/repos/community-x86_64/PKGBUILD
    (from rev 128830, apvlv/trunk/PKGBUILD)
  apvlv/repos/community-x86_64/apvlv.install
    (from rev 128830, apvlv/trunk/apvlv.install)
Deleted:
  apvlv/repos/community-i686/PKGBUILD
  apvlv/repos/community-i686/apvlv.desktop
  apvlv/repos/community-i686/apvlv.install
  apvlv/repos/community-x86_64/PKGBUILD
  apvlv/repos/community-x86_64/apvlv.desktop
  apvlv/repos/community-x86_64/apvlv.install

--------------------------------+
 /PKGBUILD                      |   78 +++++++++++++++++++++++++++++++++++++++
 /apvlv.install                 |   14 +++++++
 community-i686/PKGBUILD        |   44 ----------------------
 community-i686/apvlv.desktop   |   17 --------
 community-i686/apvlv.install   |    7 ---
 community-x86_64/PKGBUILD      |   44 ----------------------
 community-x86_64/apvlv.desktop |   17 --------
 community-x86_64/apvlv.install |    7 ---
 8 files changed, 92 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-03-06 18:49:16 UTC (rev 128830)
+++ community-i686/PKGBUILD	2015-03-06 18:49:34 UTC (rev 128831)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer:  Jonathan Steel <jsteel at aur.archlinux.org>
-# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-# Contributor: tocer.deng <tocer.deng at gmail.com>
-
-pkgname=apvlv
-pkgver=0.1.4.20121023
-pkgrel=4
-pkgdesc='PDF/DJVU/TXT viewer which behaves like Vim'
-arch=('i686' 'x86_64')
-url="http://naihe2010.github.com/apvlv/"
-license=('GPL')
-depends=('gtk2' 'poppler-glib' 'djvulibre' 'desktop-file-utils')
-makedepends=('cmake' 'webkitgtk2')
-install=$pkgname.install
-source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz
-        $pkgname.desktop)
-backup=('etc/apvlvrc')
-md5sums=('f222fc4b09b15358eb4e7f996ba810d6'
-         '54478fecb54f36d1c44d8fdc233ddbac')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  mkdir -p build
-  cd build
-  
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
-        -DAPVLV_WITH_DJVU=yes -DAPVLV_WITH_TXT=yes \
-        -DAPVLV_WITH_UMD=no  ..
-
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver/build
-
-  make DESTDIR="$pkgdir"/ install
-
-  install -Dm644 "$srcdir"/$pkgname.desktop \
-    "$pkgdir"/usr/share/applications/$pkgname.desktop
-}

Copied: apvlv/repos/community-i686/PKGBUILD (from rev 128830, apvlv/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-03-06 18:49:34 UTC (rev 128831)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: tocer.deng <tocer.deng at gmail.com>
+
+pkgname=apvlv
+pkgver=0.1.5
+pkgrel=1
+pkgdesc='PDF/DJVU/TXT viewer which behaves like Vim'
+arch=('i686' 'x86_64')
+url="http://naihe2010.github.com/apvlv/"
+license=('GPL2')
+depends=('gtk3' 'poppler-glib' 'djvulibre' 'desktop-file-utils')
+makedepends=('cmake' 'webkitgtk2')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/naihe2010/apvlv/archive/v$pkgver.tar.gz)
+backup=('etc/apvlvrc')
+md5sums=('e200e1f8ad7e765399d08845d6de2c9b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  mkdir -p build
+  cd build
+  
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+        -DAPVLV_WITH_DJVU=yes -DAPVLV_WITH_TXT=yes \
+        -DAPVLV_WITH_UMD=no  ..
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/apvlv.desktop
===================================================================
--- community-i686/apvlv.desktop	2015-03-06 18:49:16 UTC (rev 128830)
+++ community-i686/apvlv.desktop	2015-03-06 18:49:34 UTC (rev 128831)
@@ -1,17 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=apvlv
-Comment=A minimalistic document viewer
-Comment[de]=Ein minimalistischer Dokumenten-Betrachter
-Comment[fr]=Un visionneur de document minimaliste
-Comment[ru]=Минималистичный просмотрщик документов
-Comment[tr]=Minimalist bir belge görüntüleyicisi
-Comment[es_CL]=Un visor de documentos minimalista
-Comment[uk_UA]=Легкий переглядач документів
-Comment[it]=Un visualizzatore di documenti minimalista
-Comment[pl]=Minimalistyczna przeglądarka dokumentów
-Exec=apvlv %f
-Terminal=false
-Categories=Office;Viewer;
-MimeType=application/pdf;application/postscript;application/eps;application/x-eps;image/eps;image/x-eps;image/vnd.djvu;

Deleted: community-i686/apvlv.install
===================================================================
--- community-i686/apvlv.install	2015-03-06 18:49:16 UTC (rev 128830)
+++ community-i686/apvlv.install	2015-03-06 18:49:34 UTC (rev 128831)
@@ -1,7 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  post_install
-}

Copied: apvlv/repos/community-i686/apvlv.install (from rev 128830, apvlv/trunk/apvlv.install)
===================================================================
--- community-i686/apvlv.install	                        (rev 0)
+++ community-i686/apvlv.install	2015-03-06 18:49:34 UTC (rev 128831)
@@ -0,0 +1,7 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-03-06 18:49:16 UTC (rev 128830)
+++ community-x86_64/PKGBUILD	2015-03-06 18:49:34 UTC (rev 128831)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer:  Jonathan Steel <jsteel at aur.archlinux.org>
-# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-# Contributor: tocer.deng <tocer.deng at gmail.com>
-
-pkgname=apvlv
-pkgver=0.1.4.20121023
-pkgrel=4
-pkgdesc='PDF/DJVU/TXT viewer which behaves like Vim'
-arch=('i686' 'x86_64')
-url="http://naihe2010.github.com/apvlv/"
-license=('GPL')
-depends=('gtk2' 'poppler-glib' 'djvulibre' 'desktop-file-utils')
-makedepends=('cmake' 'webkitgtk2')
-install=$pkgname.install
-source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz
-        $pkgname.desktop)
-backup=('etc/apvlvrc')
-md5sums=('f222fc4b09b15358eb4e7f996ba810d6'
-         '54478fecb54f36d1c44d8fdc233ddbac')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  mkdir -p build
-  cd build
-  
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
-        -DAPVLV_WITH_DJVU=yes -DAPVLV_WITH_TXT=yes \
-        -DAPVLV_WITH_UMD=no  ..
-
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver/build
-
-  make DESTDIR="$pkgdir"/ install
-
-  install -Dm644 "$srcdir"/$pkgname.desktop \
-    "$pkgdir"/usr/share/applications/$pkgname.desktop
-}

Copied: apvlv/repos/community-x86_64/PKGBUILD (from rev 128830, apvlv/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-03-06 18:49:34 UTC (rev 128831)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: tocer.deng <tocer.deng at gmail.com>
+
+pkgname=apvlv
+pkgver=0.1.5
+pkgrel=1
+pkgdesc='PDF/DJVU/TXT viewer which behaves like Vim'
+arch=('i686' 'x86_64')
+url="http://naihe2010.github.com/apvlv/"
+license=('GPL2')
+depends=('gtk3' 'poppler-glib' 'djvulibre' 'desktop-file-utils')
+makedepends=('cmake' 'webkitgtk2')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/naihe2010/apvlv/archive/v$pkgver.tar.gz)
+backup=('etc/apvlvrc')
+md5sums=('e200e1f8ad7e765399d08845d6de2c9b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  mkdir -p build
+  cd build
+  
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+        -DAPVLV_WITH_DJVU=yes -DAPVLV_WITH_TXT=yes \
+        -DAPVLV_WITH_UMD=no  ..
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/apvlv.desktop
===================================================================
--- community-x86_64/apvlv.desktop	2015-03-06 18:49:16 UTC (rev 128830)
+++ community-x86_64/apvlv.desktop	2015-03-06 18:49:34 UTC (rev 128831)
@@ -1,17 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=apvlv
-Comment=A minimalistic document viewer
-Comment[de]=Ein minimalistischer Dokumenten-Betrachter
-Comment[fr]=Un visionneur de document minimaliste
-Comment[ru]=Минималистичный просмотрщик документов
-Comment[tr]=Minimalist bir belge görüntüleyicisi
-Comment[es_CL]=Un visor de documentos minimalista
-Comment[uk_UA]=Легкий переглядач документів
-Comment[it]=Un visualizzatore di documenti minimalista
-Comment[pl]=Minimalistyczna przeglądarka dokumentów
-Exec=apvlv %f
-Terminal=false
-Categories=Office;Viewer;
-MimeType=application/pdf;application/postscript;application/eps;application/x-eps;image/eps;image/x-eps;image/vnd.djvu;

Deleted: community-x86_64/apvlv.install
===================================================================
--- community-x86_64/apvlv.install	2015-03-06 18:49:16 UTC (rev 128830)
+++ community-x86_64/apvlv.install	2015-03-06 18:49:34 UTC (rev 128831)
@@ -1,7 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  post_install
-}

Copied: apvlv/repos/community-x86_64/apvlv.install (from rev 128830, apvlv/trunk/apvlv.install)
===================================================================
--- community-x86_64/apvlv.install	                        (rev 0)
+++ community-x86_64/apvlv.install	2015-03-06 18:49:34 UTC (rev 128831)
@@ -0,0 +1,7 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list