Date: Friday, June 13, 2014 @ 20:26:05
  Author: bpiotrowski
Revision: 113110

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

Added:
  mupdf/repos/community-i686/PKGBUILD
    (from rev 113109, mupdf/trunk/PKGBUILD)
  mupdf/repos/community-i686/mupdf.desktop
    (from rev 113109, mupdf/trunk/mupdf.desktop)
  mupdf/repos/community-i686/mupdf.install
    (from rev 113109, mupdf/trunk/mupdf.install)
  mupdf/repos/community-i686/mupdf.xpm
    (from rev 113109, mupdf/trunk/mupdf.xpm)
  mupdf/repos/community-x86_64/PKGBUILD
    (from rev 113109, mupdf/trunk/PKGBUILD)
  mupdf/repos/community-x86_64/mupdf.desktop
    (from rev 113109, mupdf/trunk/mupdf.desktop)
  mupdf/repos/community-x86_64/mupdf.install
    (from rev 113109, mupdf/trunk/mupdf.install)
  mupdf/repos/community-x86_64/mupdf.xpm
    (from rev 113109, mupdf/trunk/mupdf.xpm)
Deleted:
  mupdf/repos/community-i686/PKGBUILD
  mupdf/repos/community-i686/mupdf-1.4-system-libcurl.patch
  mupdf/repos/community-i686/mupdf.install
  mupdf/repos/community-x86_64/PKGBUILD
  mupdf/repos/community-x86_64/mupdf-1.4-system-libcurl.patch
  mupdf/repos/community-x86_64/mupdf.install

-------------------------------------------------+
 /PKGBUILD                                       |  104 ++++++++++++++++++++++
 /mupdf.install                                  |   24 +++++
 community-i686/PKGBUILD                         |   60 ------------
 community-i686/mupdf-1.4-system-libcurl.patch   |   26 -----
 community-i686/mupdf.desktop                    |   15 +++
 community-i686/mupdf.install                    |   12 --
 community-x86_64/PKGBUILD                       |   60 ------------
 community-x86_64/mupdf-1.4-system-libcurl.patch |   26 -----
 community-x86_64/mupdf.desktop                  |   15 +++
 community-x86_64/mupdf.install                  |   12 --
 10 files changed, 158 insertions(+), 196 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2014-06-13 18:25:58 UTC (rev 113109)
+++ community-i686/PKGBUILD     2014-06-13 18:26:05 UTC (rev 113110)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <nos...@bpiotrowski.pl>
-# Contributor: Brad Fanella <bradfane...@archlinux.us>
-# Contributor: Stefan Husmann <stefan-husm...@t-online.de>
-# Contributor: Pierre-Paul Paquin <pierrepaulpaq...@gmail.com>
-# Contributor: xduugu
-
-pkgname=mupdf
-pkgver=1.4
-pkgrel=2
-pkgdesc='Lightweight PDF and XPS viewer'
-arch=('i686' 'x86_64')
-url='http://mupdf.com'
-license=('GPL3')
-depends=('curl' 'desktop-file-utils' 'freetype2' 'jbig2dec' 'libjpeg' 'libxext'
-         'openssl')
-install=mupdf.install
-options=('staticlibs')
-source=(http://mupdf.com/downloads/mupdf-$pkgver-source.tar.gz
-        mupdf-1.4-system-libcurl.patch)
-md5sums=('0f6840a7020db0c833b0c090ca1864ec'
-         'b9fa68f059cfcd0b95c1166c83fd2ec5')
-
-prepare() {
-  cd $pkgname-$pkgver-source
-  rm -rf thirdparty/{curl,freetype,jpeg,zlib,jbig2dec}
-  patch -p1 -i ../mupdf-1.4-system-libcurl.patch
-
-  cd platform/debian
-  sed -i -e 's/mupdf.xpm/mupdf/' \
-    -e 's/application\/x-pdf/application\/x-pdf/' \
-    -e 's/mupdf-select-file/mupdf/' \
-    -e 's/^$/NoDisplay=true/' \
-    mupdf.desktop
-}
-
-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
-  install -Dm644 build/release/libmujs.a "$pkgdir"/usr/lib
-
-  mv "$pkgdir"/usr/bin/mupdf-x11-curl "$pkgdir"/usr/bin/mupdf
-  rm "$pkgdir"/usr/bin/mupdf-x11
-
-  cd platform/debian
-  install -Dm644 mupdf.desktop "$pkgdir"/usr/share/applications/mupdf.desktop
-  install -Dm644 mupdf.xpm "$pkgdir"/usr/share/pixmaps/mupdf.xpm
-
-  find "$pkgdir"/usr/include \
-    "$pkgdir"/usr/share \
-    "$pkgdir"/usr/lib -type f | xargs chmod -v 0644
-}

Copied: mupdf/repos/community-i686/PKGBUILD (from rev 113109, 
mupdf/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2014-06-13 18:26:05 UTC (rev 113110)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrow...@archlinux.org>
+# Contributor: Brad Fanella <bradfane...@archlinux.us>
+# Contributor: Stefan Husmann <stefan-husm...@t-online.de>
+# Contributor: Pierre-Paul Paquin <pierrepaulpaq...@gmail.com>
+# Contributor: xduugu
+
+pkgname=mupdf
+pkgver=1.5
+pkgrel=1
+pkgdesc='Lightweight PDF and XPS viewer'
+arch=('i686' 'x86_64')
+url='http://mupdf.com'
+license=('GPL3')
+depends=('curl' 'desktop-file-utils' 'freetype2' 'jbig2dec' 'libjpeg' 'libxext'
+         'openssl')
+install=mupdf.install
+options=('staticlibs')
+source=(http://mupdf.com/downloads/mupdf-$pkgver-source.tar.gz
+        mupdf.desktop
+        mupdf.xpm)
+md5sums=('89bd4ddc74c266062ebf2702741bb173'
+         '39b54f82a763aac54e352315a0ee9037'
+         'f3f35e7320bafde331250de1c99186a1')
+
+prepare() {
+  cd $pkgname-$pkgver-source
+  rm -rf thirdparty/{curl,freetype,jpeg,zlib,jbig2dec}
+}
+
+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
+  install -Dm644 build/release/libmujs.a "$pkgdir"/usr/lib
+
+  mv "$pkgdir"/usr/bin/mupdf-x11-curl "$pkgdir"/usr/bin/mupdf
+  rm "$pkgdir"/usr/bin/mupdf-x11
+
+  install -Dm644 ../mupdf.desktop 
"$pkgdir"/usr/share/applications/mupdf.desktop
+  install -Dm644 ../mupdf.xpm "$pkgdir"/usr/share/pixmaps/mupdf.xpm
+
+  find "$pkgdir"/usr/include "$pkgdir"/usr/share "$pkgdir"/usr/lib \
+    -type f -exec chmod -v 0644 {} +
+}

Deleted: community-i686/mupdf-1.4-system-libcurl.patch
===================================================================
--- community-i686/mupdf-1.4-system-libcurl.patch       2014-06-13 18:25:58 UTC 
(rev 113109)
+++ community-i686/mupdf-1.4-system-libcurl.patch       2014-06-13 18:26:05 UTC 
(rev 113110)
@@ -1,26 +0,0 @@
-diff -rupN a/Makerules b/Makerules
---- a/Makerules        2014-04-11 15:10:41.000000000 +0000
-+++ b/Makerules        2014-04-15 05:35:34.430028127 +0000
-@@ -47,6 +47,8 @@ SYS_OPENJPEG_LIBS = -lopenjpeg
- SYS_JBIG2DEC_LIBS = -ljbig2dec
- SYS_JPEG_LIBS = -ljpeg
- SYS_ZLIB_LIBS = -lz
-+SYS_CURL_CFLAGS = $(shell pkg-config --cflags libcurl) -I/usr/include/curl
-+SYS_CURL_LIBS = $(shell pkg-config --libs libcurl)
- 
- CC = xcrun cc
- AR = xcrun ar
-diff -rupN a/Makethird b/Makethird
---- a/Makethird        2014-04-11 15:10:41.000000000 +0000
-+++ b/Makethird        2014-04-15 05:37:06.712810863 +0000
-@@ -454,6 +454,10 @@ CURL_CFLAGS := -I$(CURL_DIR)/include
- CURL_LIBS := $(SYS_CURL_DEPS)
- 
- HAVE_CURL := yes
-+else
-+HAVE_CURL := yes
-+CURL_CFLAGS := $(SYS_CURL_CFLAGS)
-+CURL_LIBS := $(SYS_CURL_LIBS) $(SYS_CURL_DEPS)
- endif
- 
- # --- X11 ---

Copied: mupdf/repos/community-i686/mupdf.desktop (from rev 113109, 
mupdf/trunk/mupdf.desktop)
===================================================================
--- community-i686/mupdf.desktop                                (rev 0)
+++ community-i686/mupdf.desktop        2014-06-13 18:26:05 UTC (rev 113110)
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Name=MuPDF
+GenericName=PDF file viewer
+Exec=mupdf %f
+TryExec=mupdf
+Icon=mupdf
+Terminal=false
+Type=Application
+MimeType=application/pdf;application/x-pdf;application/x-cbz;application/oxps;application/vnd.ms-xpsdocument;image/jpeg;image/pjpeg;image/png;image/tiff;image/x-tiff
+Categories=Viewer;Graphics;
+Actions=View
+NoDisplay=true
+[Desktop Action View]
+Name=View with mupdf
+Exec=mupdf %f

Deleted: community-i686/mupdf.install
===================================================================
--- community-i686/mupdf.install        2014-06-13 18:25:58 UTC (rev 113109)
+++ community-i686/mupdf.install        2014-06-13 18:26:05 UTC (rev 113110)
@@ -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 113109, 
mupdf/trunk/mupdf.install)
===================================================================
--- community-i686/mupdf.install                                (rev 0)
+++ community-i686/mupdf.install        2014-06-13 18:26:05 UTC (rev 113110)
@@ -0,0 +1,12 @@
+post_install() {
+       update-desktop-database -q
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}
+

Copied: mupdf/repos/community-i686/mupdf.xpm (from rev 113109, 
mupdf/trunk/mupdf.xpm)
===================================================================
(Binary files differ)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2014-06-13 18:25:58 UTC (rev 113109)
+++ community-x86_64/PKGBUILD   2014-06-13 18:26:05 UTC (rev 113110)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <nos...@bpiotrowski.pl>
-# Contributor: Brad Fanella <bradfane...@archlinux.us>
-# Contributor: Stefan Husmann <stefan-husm...@t-online.de>
-# Contributor: Pierre-Paul Paquin <pierrepaulpaq...@gmail.com>
-# Contributor: xduugu
-
-pkgname=mupdf
-pkgver=1.4
-pkgrel=2
-pkgdesc='Lightweight PDF and XPS viewer'
-arch=('i686' 'x86_64')
-url='http://mupdf.com'
-license=('GPL3')
-depends=('curl' 'desktop-file-utils' 'freetype2' 'jbig2dec' 'libjpeg' 'libxext'
-         'openssl')
-install=mupdf.install
-options=('staticlibs')
-source=(http://mupdf.com/downloads/mupdf-$pkgver-source.tar.gz
-        mupdf-1.4-system-libcurl.patch)
-md5sums=('0f6840a7020db0c833b0c090ca1864ec'
-         'b9fa68f059cfcd0b95c1166c83fd2ec5')
-
-prepare() {
-  cd $pkgname-$pkgver-source
-  rm -rf thirdparty/{curl,freetype,jpeg,zlib,jbig2dec}
-  patch -p1 -i ../mupdf-1.4-system-libcurl.patch
-
-  cd platform/debian
-  sed -i -e 's/mupdf.xpm/mupdf/' \
-    -e 's/application\/x-pdf/application\/x-pdf/' \
-    -e 's/mupdf-select-file/mupdf/' \
-    -e 's/^$/NoDisplay=true/' \
-    mupdf.desktop
-}
-
-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
-  install -Dm644 build/release/libmujs.a "$pkgdir"/usr/lib
-
-  mv "$pkgdir"/usr/bin/mupdf-x11-curl "$pkgdir"/usr/bin/mupdf
-  rm "$pkgdir"/usr/bin/mupdf-x11
-
-  cd platform/debian
-  install -Dm644 mupdf.desktop "$pkgdir"/usr/share/applications/mupdf.desktop
-  install -Dm644 mupdf.xpm "$pkgdir"/usr/share/pixmaps/mupdf.xpm
-
-  find "$pkgdir"/usr/include \
-    "$pkgdir"/usr/share \
-    "$pkgdir"/usr/lib -type f | xargs chmod -v 0644
-}

Copied: mupdf/repos/community-x86_64/PKGBUILD (from rev 113109, 
mupdf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-13 18:26:05 UTC (rev 113110)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrow...@archlinux.org>
+# Contributor: Brad Fanella <bradfane...@archlinux.us>
+# Contributor: Stefan Husmann <stefan-husm...@t-online.de>
+# Contributor: Pierre-Paul Paquin <pierrepaulpaq...@gmail.com>
+# Contributor: xduugu
+
+pkgname=mupdf
+pkgver=1.5
+pkgrel=1
+pkgdesc='Lightweight PDF and XPS viewer'
+arch=('i686' 'x86_64')
+url='http://mupdf.com'
+license=('GPL3')
+depends=('curl' 'desktop-file-utils' 'freetype2' 'jbig2dec' 'libjpeg' 'libxext'
+         'openssl')
+install=mupdf.install
+options=('staticlibs')
+source=(http://mupdf.com/downloads/mupdf-$pkgver-source.tar.gz
+        mupdf.desktop
+        mupdf.xpm)
+md5sums=('89bd4ddc74c266062ebf2702741bb173'
+         '39b54f82a763aac54e352315a0ee9037'
+         'f3f35e7320bafde331250de1c99186a1')
+
+prepare() {
+  cd $pkgname-$pkgver-source
+  rm -rf thirdparty/{curl,freetype,jpeg,zlib,jbig2dec}
+}
+
+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
+  install -Dm644 build/release/libmujs.a "$pkgdir"/usr/lib
+
+  mv "$pkgdir"/usr/bin/mupdf-x11-curl "$pkgdir"/usr/bin/mupdf
+  rm "$pkgdir"/usr/bin/mupdf-x11
+
+  install -Dm644 ../mupdf.desktop 
"$pkgdir"/usr/share/applications/mupdf.desktop
+  install -Dm644 ../mupdf.xpm "$pkgdir"/usr/share/pixmaps/mupdf.xpm
+
+  find "$pkgdir"/usr/include "$pkgdir"/usr/share "$pkgdir"/usr/lib \
+    -type f -exec chmod -v 0644 {} +
+}

Deleted: community-x86_64/mupdf-1.4-system-libcurl.patch
===================================================================
--- community-x86_64/mupdf-1.4-system-libcurl.patch     2014-06-13 18:25:58 UTC 
(rev 113109)
+++ community-x86_64/mupdf-1.4-system-libcurl.patch     2014-06-13 18:26:05 UTC 
(rev 113110)
@@ -1,26 +0,0 @@
-diff -rupN a/Makerules b/Makerules
---- a/Makerules        2014-04-11 15:10:41.000000000 +0000
-+++ b/Makerules        2014-04-15 05:35:34.430028127 +0000
-@@ -47,6 +47,8 @@ SYS_OPENJPEG_LIBS = -lopenjpeg
- SYS_JBIG2DEC_LIBS = -ljbig2dec
- SYS_JPEG_LIBS = -ljpeg
- SYS_ZLIB_LIBS = -lz
-+SYS_CURL_CFLAGS = $(shell pkg-config --cflags libcurl) -I/usr/include/curl
-+SYS_CURL_LIBS = $(shell pkg-config --libs libcurl)
- 
- CC = xcrun cc
- AR = xcrun ar
-diff -rupN a/Makethird b/Makethird
---- a/Makethird        2014-04-11 15:10:41.000000000 +0000
-+++ b/Makethird        2014-04-15 05:37:06.712810863 +0000
-@@ -454,6 +454,10 @@ CURL_CFLAGS := -I$(CURL_DIR)/include
- CURL_LIBS := $(SYS_CURL_DEPS)
- 
- HAVE_CURL := yes
-+else
-+HAVE_CURL := yes
-+CURL_CFLAGS := $(SYS_CURL_CFLAGS)
-+CURL_LIBS := $(SYS_CURL_LIBS) $(SYS_CURL_DEPS)
- endif
- 
- # --- X11 ---

Copied: mupdf/repos/community-x86_64/mupdf.desktop (from rev 113109, 
mupdf/trunk/mupdf.desktop)
===================================================================
--- community-x86_64/mupdf.desktop                              (rev 0)
+++ community-x86_64/mupdf.desktop      2014-06-13 18:26:05 UTC (rev 113110)
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Name=MuPDF
+GenericName=PDF file viewer
+Exec=mupdf %f
+TryExec=mupdf
+Icon=mupdf
+Terminal=false
+Type=Application
+MimeType=application/pdf;application/x-pdf;application/x-cbz;application/oxps;application/vnd.ms-xpsdocument;image/jpeg;image/pjpeg;image/png;image/tiff;image/x-tiff
+Categories=Viewer;Graphics;
+Actions=View
+NoDisplay=true
+[Desktop Action View]
+Name=View with mupdf
+Exec=mupdf %f

Deleted: community-x86_64/mupdf.install
===================================================================
--- community-x86_64/mupdf.install      2014-06-13 18:25:58 UTC (rev 113109)
+++ community-x86_64/mupdf.install      2014-06-13 18:26:05 UTC (rev 113110)
@@ -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 113109, 
mupdf/trunk/mupdf.install)
===================================================================
--- community-x86_64/mupdf.install                              (rev 0)
+++ community-x86_64/mupdf.install      2014-06-13 18:26:05 UTC (rev 113110)
@@ -0,0 +1,12 @@
+post_install() {
+       update-desktop-database -q
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}
+

Copied: mupdf/repos/community-x86_64/mupdf.xpm (from rev 113109, 
mupdf/trunk/mupdf.xpm)
===================================================================
(Binary files differ)

Reply via email to