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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Dec 7 05:14:09 UTC 2015


    Date: Monday, December 7, 2015 @ 06:14:08
  Author: bpiotrowski
Revision: 149569

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

Added:
  apvlv/repos/community-staging-i686/
  apvlv/repos/community-staging-i686/PKGBUILD
    (from rev 149568, apvlv/trunk/PKGBUILD)
  apvlv/repos/community-staging-i686/apvlv.install
    (from rev 149568, apvlv/trunk/apvlv.install)
  apvlv/repos/community-staging-x86_64/
  apvlv/repos/community-staging-x86_64/PKGBUILD
    (from rev 149568, apvlv/trunk/PKGBUILD)
  apvlv/repos/community-staging-x86_64/apvlv.install
    (from rev 149568, apvlv/trunk/apvlv.install)

----------------------------------------+
 community-staging-i686/PKGBUILD        |   39 +++++++++++++++++++++++++++++++
 community-staging-i686/apvlv.install   |    7 +++++
 community-staging-x86_64/PKGBUILD      |   39 +++++++++++++++++++++++++++++++
 community-staging-x86_64/apvlv.install |    7 +++++
 4 files changed, 92 insertions(+)

Copied: apvlv/repos/community-staging-i686/PKGBUILD (from rev 149568, apvlv/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 05:14:08 UTC (rev 149569)
@@ -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=2
+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
+}

Copied: apvlv/repos/community-staging-i686/apvlv.install (from rev 149568, apvlv/trunk/apvlv.install)
===================================================================
--- community-staging-i686/apvlv.install	                        (rev 0)
+++ community-staging-i686/apvlv.install	2015-12-07 05:14:08 UTC (rev 149569)
@@ -0,0 +1,7 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  post_install
+}

Copied: apvlv/repos/community-staging-x86_64/PKGBUILD (from rev 149568, apvlv/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 05:14:08 UTC (rev 149569)
@@ -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=2
+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
+}

Copied: apvlv/repos/community-staging-x86_64/apvlv.install (from rev 149568, apvlv/trunk/apvlv.install)
===================================================================
--- community-staging-x86_64/apvlv.install	                        (rev 0)
+++ community-staging-x86_64/apvlv.install	2015-12-07 05:14:08 UTC (rev 149569)
@@ -0,0 +1,7 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list