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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Fri Apr 5 21:06:47 UTC 2013


    Date: Friday, April 5, 2013 @ 23:06:47
  Author: bpiotrowski
Revision: 87740

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

Added:
  mupdf/repos/community-i686/PKGBUILD
    (from rev 87739, mupdf/trunk/PKGBUILD)
  mupdf/repos/community-i686/mupdf.install
    (from rev 87739, mupdf/trunk/mupdf.install)
  mupdf/repos/community-x86_64/PKGBUILD
    (from rev 87739, mupdf/trunk/PKGBUILD)
  mupdf/repos/community-x86_64/mupdf.install
    (from rev 87739, 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                      |   80 +++++++++++++++++++++++++++++++++++++++
 /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, 104 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-04-05 21:06:33 UTC (rev 87739)
+++ community-i686/PKGBUILD	2013-04-05 21:06:47 UTC (rev 87740)
@@ -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 (.desktop and install files)
-
-pkgname=mupdf
-pkgver=1.2
-pkgrel=1
-pkgdesc='Lightweight PDF and XPS viewer'
-arch=('i686' 'x86_64')
-url='http://mupdf.com'
-license=('GPL3')
-depends=('freetype2' 'libjpeg' 'jbig2dec' 'openjpeg' 'libxext' 'desktop-file-utils' 'xdg-utils')
-install=mupdf.install
-source=(https://mupdf.googlecode.com/files/$pkgname-$pkgver-source.zip)
-sha256sums=('9bc9e31ec27c091dad37f70940bd799e46ab6da4299bc58e803bff3dbb07dc3b')
-
-build() {
-    CFLAGS+=' -fPIC'
-    CXXFLAGS+=' -fPIC'
-
-	cd "$srcdir"/$pkgname-$pkgver-source
-	make build=release prefix=/usr
-}
-
-package() {
-	cd "$srcdir"/$pkgname-$pkgver-source
-	make build=release prefix="$pkgdir"/usr install
-
-	sed -i 's/mupdf.xpm/mupdf/' debian/mupdf.desktop
-  	sed -i 's/application\/x-pdf/application\/x-pdf/' debian/mupdf.desktop
-
-	install -Dm644 debian/mupdf.desktop "$pkgdir"/usr/share/applications/mupdf.desktop
-  	install -Dm644 debian/mupdf.xpm "$pkgdir"/usr/share/pixmaps/mupdf.xpm
-
-    chmod 644 "$pkgdir"/usr/lib/libfitz.a
-}

Copied: mupdf/repos/community-i686/PKGBUILD (from rev 87739, mupdf/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-04-05 21:06:47 UTC (rev 87740)
@@ -0,0 +1,40 @@
+# $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 (.desktop and install files)
+
+pkgname=mupdf
+pkgver=1.2
+pkgrel=2
+pkgdesc='Lightweight PDF and XPS viewer'
+arch=('i686' 'x86_64')
+url='http://mupdf.com'
+license=('GPL3')
+depends=('freetype2' 'libjpeg' 'jbig2dec' 'openjpeg' 'libxext' 'desktop-file-utils' 'xdg-utils')
+install=mupdf.install
+source=(https://mupdf.googlecode.com/files/$pkgname-$pkgver-source.zip)
+sha256sums=('9bc9e31ec27c091dad37f70940bd799e46ab6da4299bc58e803bff3dbb07dc3b')
+
+build() {
+    CFLAGS+=' -fPIC'
+    CXXFLAGS+=' -fPIC'
+
+	cd "$srcdir"/$pkgname-$pkgver-source
+	rm -rf thirdparty
+	make build=release prefix=/usr
+}
+
+package() {
+	cd "$srcdir"/$pkgname-$pkgver-source
+	make build=release prefix="$pkgdir"/usr install
+
+	sed -i 's/mupdf.xpm/mupdf/' debian/mupdf.desktop
+  	sed -i 's/application\/x-pdf/application\/x-pdf/' debian/mupdf.desktop
+
+	install -Dm644 debian/mupdf.desktop "$pkgdir"/usr/share/applications/mupdf.desktop
+  	install -Dm644 debian/mupdf.xpm "$pkgdir"/usr/share/pixmaps/mupdf.xpm
+
+    chmod 644 "$pkgdir"/usr/lib/libfitz.a
+}

Deleted: community-i686/mupdf.install
===================================================================
--- community-i686/mupdf.install	2013-04-05 21:06:33 UTC (rev 87739)
+++ community-i686/mupdf.install	2013-04-05 21:06:47 UTC (rev 87740)
@@ -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 87739, mupdf/trunk/mupdf.install)
===================================================================
--- community-i686/mupdf.install	                        (rev 0)
+++ community-i686/mupdf.install	2013-04-05 21:06:47 UTC (rev 87740)
@@ -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-04-05 21:06:33 UTC (rev 87739)
+++ community-x86_64/PKGBUILD	2013-04-05 21:06:47 UTC (rev 87740)
@@ -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 (.desktop and install files)
-
-pkgname=mupdf
-pkgver=1.2
-pkgrel=1
-pkgdesc='Lightweight PDF and XPS viewer'
-arch=('i686' 'x86_64')
-url='http://mupdf.com'
-license=('GPL3')
-depends=('freetype2' 'libjpeg' 'jbig2dec' 'openjpeg' 'libxext' 'desktop-file-utils' 'xdg-utils')
-install=mupdf.install
-source=(https://mupdf.googlecode.com/files/$pkgname-$pkgver-source.zip)
-sha256sums=('9bc9e31ec27c091dad37f70940bd799e46ab6da4299bc58e803bff3dbb07dc3b')
-
-build() {
-    CFLAGS+=' -fPIC'
-    CXXFLAGS+=' -fPIC'
-
-	cd "$srcdir"/$pkgname-$pkgver-source
-	make build=release prefix=/usr
-}
-
-package() {
-	cd "$srcdir"/$pkgname-$pkgver-source
-	make build=release prefix="$pkgdir"/usr install
-
-	sed -i 's/mupdf.xpm/mupdf/' debian/mupdf.desktop
-  	sed -i 's/application\/x-pdf/application\/x-pdf/' debian/mupdf.desktop
-
-	install -Dm644 debian/mupdf.desktop "$pkgdir"/usr/share/applications/mupdf.desktop
-  	install -Dm644 debian/mupdf.xpm "$pkgdir"/usr/share/pixmaps/mupdf.xpm
-
-    chmod 644 "$pkgdir"/usr/lib/libfitz.a
-}

Copied: mupdf/repos/community-x86_64/PKGBUILD (from rev 87739, mupdf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-04-05 21:06:47 UTC (rev 87740)
@@ -0,0 +1,40 @@
+# $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 (.desktop and install files)
+
+pkgname=mupdf
+pkgver=1.2
+pkgrel=2
+pkgdesc='Lightweight PDF and XPS viewer'
+arch=('i686' 'x86_64')
+url='http://mupdf.com'
+license=('GPL3')
+depends=('freetype2' 'libjpeg' 'jbig2dec' 'openjpeg' 'libxext' 'desktop-file-utils' 'xdg-utils')
+install=mupdf.install
+source=(https://mupdf.googlecode.com/files/$pkgname-$pkgver-source.zip)
+sha256sums=('9bc9e31ec27c091dad37f70940bd799e46ab6da4299bc58e803bff3dbb07dc3b')
+
+build() {
+    CFLAGS+=' -fPIC'
+    CXXFLAGS+=' -fPIC'
+
+	cd "$srcdir"/$pkgname-$pkgver-source
+	rm -rf thirdparty
+	make build=release prefix=/usr
+}
+
+package() {
+	cd "$srcdir"/$pkgname-$pkgver-source
+	make build=release prefix="$pkgdir"/usr install
+
+	sed -i 's/mupdf.xpm/mupdf/' debian/mupdf.desktop
+  	sed -i 's/application\/x-pdf/application\/x-pdf/' debian/mupdf.desktop
+
+	install -Dm644 debian/mupdf.desktop "$pkgdir"/usr/share/applications/mupdf.desktop
+  	install -Dm644 debian/mupdf.xpm "$pkgdir"/usr/share/pixmaps/mupdf.xpm
+
+    chmod 644 "$pkgdir"/usr/lib/libfitz.a
+}

Deleted: community-x86_64/mupdf.install
===================================================================
--- community-x86_64/mupdf.install	2013-04-05 21:06:33 UTC (rev 87739)
+++ community-x86_64/mupdf.install	2013-04-05 21:06:47 UTC (rev 87740)
@@ -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 87739, mupdf/trunk/mupdf.install)
===================================================================
--- community-x86_64/mupdf.install	                        (rev 0)
+++ community-x86_64/mupdf.install	2013-04-05 21:06:47 UTC (rev 87740)
@@ -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