[arch-commits] Commit in mupdf/repos (8 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun Aug 18 17:34:32 UTC 2013


    Date: Sunday, August 18, 2013 @ 19:34:31
  Author: bpiotrowski
Revision: 95919

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

Added:
  mupdf/repos/community-i686/PKGBUILD
    (from rev 95918, mupdf/trunk/PKGBUILD)
  mupdf/repos/community-i686/mupdf.install
    (from rev 95918, mupdf/trunk/mupdf.install)
  mupdf/repos/community-x86_64/PKGBUILD
    (from rev 95918, mupdf/trunk/PKGBUILD)
  mupdf/repos/community-x86_64/mupdf.install
    (from rev 95918, mupdf/trunk/mupdf.install)
Deleted:
  mupdf/repos/community-i686/PKGBUILD
  mupdf/repos/community-i686/mupdf.install
  mupdf/repos/community-x86_64/PKGBUILD
  mupdf/repos/community-x86_64/mupdf.install

--------------------------------+
 /PKGBUILD                      |   84 +++++++++++++++++++++++++++++++++++++++
 /mupdf.install                 |   24 +++++++++++
 community-i686/PKGBUILD        |   39 ------------------
 community-i686/mupdf.install   |   12 -----
 community-x86_64/PKGBUILD      |   39 ------------------
 community-x86_64/mupdf.install |   12 -----
 6 files changed, 108 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-08-18 17:34:12 UTC (rev 95918)
+++ community-i686/PKGBUILD	2013-08-18 17:34:31 UTC (rev 95919)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-# Contributor: Pierre-Paul Paquin <pierrepaulpaquin at gmail.com>
-# Contributor: xduugu
-
-pkgname=mupdf
-pkgver=1.3
-pkgrel=1
-pkgdesc='Lightweight PDF and XPS viewer'
-arch=('i686' 'x86_64')
-url='http://mupdf.com'
-license=('GPL3')
-depends=('desktop-file-utils' 'libxext' 'openssl')
-install=mupdf.install
-source=(https://mupdf.googlecode.com/files/$pkgname-$pkgver-source.tar.gz)
-sha256sums=('aba8b31bee9cc0a16abedab5e31c81c65996cba5591e62a50a79bea2a63d4478')
-
-build() {
-  CFLAGS+=' -fPIC'
-  CXXFLAGS+=' -fPIC'
-
-  cd $pkgname-$pkgver-source
-  make build=release
-}
-
-package() {
-  cd $pkgname-$pkgver-source
-  make build=release prefix="$pkgdir"/usr install
-
-  cd platform/debian
-  sed -i 's/mupdf.xpm/mupdf/' mupdf.desktop
-  sed -i 's/application\/x-pdf/application\/x-pdf/' mupdf.desktop
-  install -Dm644 mupdf.desktop "$pkgdir"/usr/share/applications/mupdf.desktop
-  install -Dm644 mupdf.xpm "$pkgdir"/usr/share/pixmaps/mupdf.xpm
-
-  chmod 644 "$pkgdir"/usr/lib/libmupdf{,-js-none}.a
-}

Copied: mupdf/repos/community-i686/PKGBUILD (from rev 95918, mupdf/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-08-18 17:34:31 UTC (rev 95919)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: Pierre-Paul Paquin <pierrepaulpaquin at gmail.com>
+# Contributor: xduugu
+
+pkgname=mupdf
+pkgver=1.3
+pkgrel=2
+pkgdesc='Lightweight PDF and XPS viewer'
+arch=('i686' 'x86_64')
+url='http://mupdf.com'
+license=('GPL3')
+depends=('desktop-file-utils' 'libxext' 'openssl')
+install=mupdf.install
+source=(https://mupdf.googlecode.com/files/$pkgname-$pkgver-source.tar.gz)
+sha256sums=('aba8b31bee9cc0a16abedab5e31c81c65996cba5591e62a50a79bea2a63d4478')
+
+build() {
+  CFLAGS+=' -fPIC'
+  CXXFLAGS+=' -fPIC'
+
+  cd $pkgname-$pkgver-source
+  make build=release CURL_LIBS='-lcurl -lpthread'
+}
+
+package() {
+  cd $pkgname-$pkgver-source
+  make build=release prefix="$pkgdir"/usr install
+
+  mv "$pkgdir"/usr/bin/mupdf-x11-curl "$pkgdir"/usr/bin/mupdf
+  rm "$pkgdir"/usr/bin/mupdf-x11
+
+  cd platform/debian
+  sed -i 's/mupdf.xpm/mupdf/' mupdf.desktop
+  sed -i 's/application\/x-pdf/application\/x-pdf/' mupdf.desktop
+  install -Dm644 mupdf.desktop "$pkgdir"/usr/share/applications/mupdf.desktop
+  install -Dm644 mupdf.xpm "$pkgdir"/usr/share/pixmaps/mupdf.xpm
+
+  chmod 644 "$pkgdir"/usr/lib/libmupdf{,-js-none}.a
+}

Deleted: community-i686/mupdf.install
===================================================================
--- community-i686/mupdf.install	2013-08-18 17:34:12 UTC (rev 95918)
+++ community-i686/mupdf.install	2013-08-18 17:34:31 UTC (rev 95919)
@@ -1,12 +0,0 @@
-post_install() {
-	update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}
-

Copied: mupdf/repos/community-i686/mupdf.install (from rev 95918, mupdf/trunk/mupdf.install)
===================================================================
--- community-i686/mupdf.install	                        (rev 0)
+++ community-i686/mupdf.install	2013-08-18 17:34:31 UTC (rev 95919)
@@ -0,0 +1,12 @@
+post_install() {
+	update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-08-18 17:34:12 UTC (rev 95918)
+++ community-x86_64/PKGBUILD	2013-08-18 17:34:31 UTC (rev 95919)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-# Contributor: Pierre-Paul Paquin <pierrepaulpaquin at gmail.com>
-# Contributor: xduugu
-
-pkgname=mupdf
-pkgver=1.3
-pkgrel=1
-pkgdesc='Lightweight PDF and XPS viewer'
-arch=('i686' 'x86_64')
-url='http://mupdf.com'
-license=('GPL3')
-depends=('desktop-file-utils' 'libxext' 'openssl')
-install=mupdf.install
-source=(https://mupdf.googlecode.com/files/$pkgname-$pkgver-source.tar.gz)
-sha256sums=('aba8b31bee9cc0a16abedab5e31c81c65996cba5591e62a50a79bea2a63d4478')
-
-build() {
-  CFLAGS+=' -fPIC'
-  CXXFLAGS+=' -fPIC'
-
-  cd $pkgname-$pkgver-source
-  make build=release
-}
-
-package() {
-  cd $pkgname-$pkgver-source
-  make build=release prefix="$pkgdir"/usr install
-
-  cd platform/debian
-  sed -i 's/mupdf.xpm/mupdf/' mupdf.desktop
-  sed -i 's/application\/x-pdf/application\/x-pdf/' mupdf.desktop
-  install -Dm644 mupdf.desktop "$pkgdir"/usr/share/applications/mupdf.desktop
-  install -Dm644 mupdf.xpm "$pkgdir"/usr/share/pixmaps/mupdf.xpm
-
-  chmod 644 "$pkgdir"/usr/lib/libmupdf{,-js-none}.a
-}

Copied: mupdf/repos/community-x86_64/PKGBUILD (from rev 95918, mupdf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-08-18 17:34:31 UTC (rev 95919)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: Pierre-Paul Paquin <pierrepaulpaquin at gmail.com>
+# Contributor: xduugu
+
+pkgname=mupdf
+pkgver=1.3
+pkgrel=2
+pkgdesc='Lightweight PDF and XPS viewer'
+arch=('i686' 'x86_64')
+url='http://mupdf.com'
+license=('GPL3')
+depends=('desktop-file-utils' 'libxext' 'openssl')
+install=mupdf.install
+source=(https://mupdf.googlecode.com/files/$pkgname-$pkgver-source.tar.gz)
+sha256sums=('aba8b31bee9cc0a16abedab5e31c81c65996cba5591e62a50a79bea2a63d4478')
+
+build() {
+  CFLAGS+=' -fPIC'
+  CXXFLAGS+=' -fPIC'
+
+  cd $pkgname-$pkgver-source
+  make build=release CURL_LIBS='-lcurl -lpthread'
+}
+
+package() {
+  cd $pkgname-$pkgver-source
+  make build=release prefix="$pkgdir"/usr install
+
+  mv "$pkgdir"/usr/bin/mupdf-x11-curl "$pkgdir"/usr/bin/mupdf
+  rm "$pkgdir"/usr/bin/mupdf-x11
+
+  cd platform/debian
+  sed -i 's/mupdf.xpm/mupdf/' mupdf.desktop
+  sed -i 's/application\/x-pdf/application\/x-pdf/' mupdf.desktop
+  install -Dm644 mupdf.desktop "$pkgdir"/usr/share/applications/mupdf.desktop
+  install -Dm644 mupdf.xpm "$pkgdir"/usr/share/pixmaps/mupdf.xpm
+
+  chmod 644 "$pkgdir"/usr/lib/libmupdf{,-js-none}.a
+}

Deleted: community-x86_64/mupdf.install
===================================================================
--- community-x86_64/mupdf.install	2013-08-18 17:34:12 UTC (rev 95918)
+++ community-x86_64/mupdf.install	2013-08-18 17:34:31 UTC (rev 95919)
@@ -1,12 +0,0 @@
-post_install() {
-	update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}
-

Copied: mupdf/repos/community-x86_64/mupdf.install (from rev 95918, mupdf/trunk/mupdf.install)
===================================================================
--- community-x86_64/mupdf.install	                        (rev 0)
+++ community-x86_64/mupdf.install	2013-08-18 17:34:31 UTC (rev 95919)
@@ -0,0 +1,12 @@
+post_install() {
+	update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}
+




More information about the arch-commits mailing list