[arch-commits] Commit in zathura-pdf-poppler/repos (3 files)

Johannes Löthberg demize at archlinux.org
Sun Feb 2 14:44:33 UTC 2020


    Date: Sunday, February 2, 2020 @ 14:44:33
  Author: demize
Revision: 561578

db-move: moved zathura-pdf-poppler from [community-testing] to [community] (x86_64)

Added:
  zathura-pdf-poppler/repos/community-x86_64/PKGBUILD
    (from rev 561577, zathura-pdf-poppler/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  zathura-pdf-poppler/repos/community-testing-x86_64/
  zathura-pdf-poppler/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   31 +++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   32 --------------------------------
 2 files changed, 31 insertions(+), 32 deletions(-)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2020-02-02 14:44:32 UTC (rev 561577)
+++ community-x86_64/PKGBUILD	2020-02-02 14:44:33 UTC (rev 561578)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com)
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: karnath <karnathtorjian at gmail.com>
-
-pkgname=zathura-pdf-poppler
-pkgver=0.2.9
-pkgrel=1
-
-pkgdesc="Adds pdf support to zathura by using the poppler engine"
-url="https://pwmt.org/projects/zathura-pdf-poppler/"
-arch=('x86_64')
-license=('custom')
-
-depends=('poppler-glib' 'zathura' 'desktop-file-utils')
-makedepends=('meson' 'ninja')
-
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-poppler-$pkgver.tar.xz)
-
-sha1sums=('7007e1794da6286350c672d0591815078c266a6b')
-
-build() {
-  cd zathura-pdf-poppler-$pkgver
-  arch-meson build
-  ninja -C build
-}
-
-package(){
-  DESTDIR="$pkgdir" ninja -C zathura-pdf-poppler-$pkgver/build install
-  install -Dm0644 zathura-pdf-poppler-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-pdf-poppler/repos/community-x86_64/PKGBUILD (from rev 561577, zathura-pdf-poppler/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-02-02 14:44:33 UTC (rev 561578)
@@ -0,0 +1,31 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com)
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: karnath <karnathtorjian at gmail.com>
+
+pkgname=zathura-pdf-poppler
+pkgver=0.3.0
+pkgrel=1
+
+pkgdesc="Adds pdf support to zathura by using the poppler engine"
+url="https://pwmt.org/projects/zathura-pdf-poppler/"
+arch=('x86_64')
+license=('custom')
+
+depends=('poppler-glib' 'zathura' 'desktop-file-utils')
+makedepends=('meson' 'ninja')
+
+source=(zathura-pdf-poppler-$pkgver.tar.gz::https://github.com/pwmt/zathura-pdf-poppler/archive/$pkgver.tar.gz)
+
+sha1sums=('a7f307d7de4f4f68212d7e665024af0a595e28f5')
+
+build() {
+  cd zathura-pdf-poppler-$pkgver
+  arch-meson build
+  ninja -C build
+}
+
+package(){
+  DESTDIR="$pkgdir" ninja -C zathura-pdf-poppler-$pkgver/build install
+  install -Dm0644 zathura-pdf-poppler-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list