[arch-commits] Commit in python2-poppler/repos (10 files)
Balló György
bgyorgy at archlinux.org
Mon Jun 27 21:13:02 UTC 2016
Date: Monday, June 27, 2016 @ 21:13:02
Author: bgyorgy
Revision: 181450
archrelease: copy trunk to community-i686, community-x86_64
Added:
python2-poppler/repos/community-i686/PKGBUILD
(from rev 181449, python2-poppler/trunk/PKGBUILD)
python2-poppler/repos/community-i686/pypoppler-0.12.1-poppler-0.16.0.patch
(from rev 181449, python2-poppler/trunk/pypoppler-0.12.1-poppler-0.16.0.patch)
python2-poppler/repos/community-i686/python-poppler-0.12.1-poppler-0.39.0-changes.patch
(from rev 181449, python2-poppler/trunk/python-poppler-0.12.1-poppler-0.39.0-changes.patch)
python2-poppler/repos/community-x86_64/PKGBUILD
(from rev 181449, python2-poppler/trunk/PKGBUILD)
python2-poppler/repos/community-x86_64/pypoppler-0.12.1-poppler-0.16.0.patch
(from rev 181449, python2-poppler/trunk/pypoppler-0.12.1-poppler-0.16.0.patch)
python2-poppler/repos/community-x86_64/python-poppler-0.12.1-poppler-0.39.0-changes.patch
(from rev 181449, python2-poppler/trunk/python-poppler-0.12.1-poppler-0.39.0-changes.patch)
Deleted:
python2-poppler/repos/community-i686/PKGBUILD
python2-poppler/repos/community-i686/pypoppler-0.12.1-poppler-0.16.0.patch
python2-poppler/repos/community-x86_64/PKGBUILD
python2-poppler/repos/community-x86_64/pypoppler-0.12.1-poppler-0.16.0.patch
---------------------------------------------------------------------+
/PKGBUILD | 100 ++++++++++
/pypoppler-0.12.1-poppler-0.16.0.patch | 22 ++
community-i686/PKGBUILD | 46 ----
community-i686/pypoppler-0.12.1-poppler-0.16.0.patch | 11 -
community-i686/python-poppler-0.12.1-poppler-0.39.0-changes.patch | 19 +
community-x86_64/PKGBUILD | 46 ----
community-x86_64/pypoppler-0.12.1-poppler-0.16.0.patch | 11 -
community-x86_64/python-poppler-0.12.1-poppler-0.39.0-changes.patch | 19 +
8 files changed, 160 insertions(+), 114 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-06-27 21:12:56 UTC (rev 181449)
+++ community-i686/PKGBUILD 2016-06-27 21:13:02 UTC (rev 181450)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org
-# Contributor: György Balló <ballogy at freestart.hu>
-
-pkgname=python2-poppler
-_realname=pypoppler
-pkgver=0.12.1
-pkgrel=8
-pkgdesc="Python 2.x bindings for Poppler"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/poppler-python"
-license=('GPL')
-depends=('pygtk' 'poppler-glib' 'glib2' 'freetype2')
-provides=('pypoppler' 'python-poppler')
-conflicts=('python-poppler')
-replaces=('python-poppler')
-source=("http://launchpad.net/poppler-python/trunk/development/+download/$_realname-$pkgver.tar.gz"
- 'pypoppler-0.12.1-poppler-0.16.0.patch')
-md5sums=('1a89e5ed3042afc81bbd4d02e0cf640a'
- '683c5b67866d56adc2494120cc329dc8')
-
-build() {
- cd "$srcdir/$_realname-$pkgver"
-
- # poppler 0.16 compat
- patch -Np0 -i \
- "$srcdir/pypoppler-0.12.1-poppler-0.16.0.patch"
-
- # poppler 0.18 compat
- sed -i "/pixbuf/,/^)/d" poppler.defs
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-static \
- PYTHON=python2
- make
-}
-
-package() {
- cd "$srcdir/$_realname-$pkgver"
-
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python2-poppler/repos/community-i686/PKGBUILD (from rev 181449, python2-poppler/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-27 21:13:02 UTC (rev 181450)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Ray Rashif <schiv at archlinux.org
+
+pkgname=python2-poppler
+_realname=pypoppler
+pkgver=0.12.1
+pkgrel=9
+pkgdesc="Python 2.x bindings for Poppler"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/poppler-python"
+license=('GPL')
+depends=('pygtk' 'poppler-glib')
+source=("http://launchpad.net/poppler-python/trunk/development/+download/$_realname-$pkgver.tar.gz"
+ 'pypoppler-0.12.1-poppler-0.16.0.patch'
+ 'python-poppler-0.12.1-poppler-0.39.0-changes.patch')
+md5sums=('1a89e5ed3042afc81bbd4d02e0cf640a'
+ '683c5b67866d56adc2494120cc329dc8'
+ '5f0a6f7f4b649ad61a71f800a6e0ba91')
+
+prepare() {
+ cd "$srcdir/$_realname-$pkgver"
+
+ # poppler 0.16 compat
+ patch -Np0 -i \
+ "$srcdir/pypoppler-0.12.1-poppler-0.16.0.patch"
+
+ # poppler 0.18 compat
+ sed -i "/pixbuf/,/^)/d" poppler.defs
+
+ # poppler 0.39 compat
+ patch -Np0 -i \
+ "$srcdir/python-poppler-0.12.1-poppler-0.39.0-changes.patch"
+}
+
+build() {
+ cd "$srcdir/$_realname-$pkgver"
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var
+ PYTHON=python2
+ make
+}
+
+package() {
+ cd "$srcdir/$_realname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-i686/pypoppler-0.12.1-poppler-0.16.0.patch
===================================================================
--- community-i686/pypoppler-0.12.1-poppler-0.16.0.patch 2016-06-27 21:12:56 UTC (rev 181449)
+++ community-i686/pypoppler-0.12.1-poppler-0.16.0.patch 2016-06-27 21:13:02 UTC (rev 181450)
@@ -1,11 +0,0 @@
---- poppler.defs.orig 2010-12-30 05:55:07.000000000 +0000
-+++ poppler.defs 2010-12-30 05:55:27.000000000 +0000
-@@ -1794,7 +1794,7 @@
-
- (define-method get_text
- (of-object "PopplerPage")
-- (c-name "poppler_page_get_text")
-+ (c-name "poppler_page_get_selected_text")
- (return-type "char*")
- (parameters
- '("PopplerSelectionStyle" "style")
Copied: python2-poppler/repos/community-i686/pypoppler-0.12.1-poppler-0.16.0.patch (from rev 181449, python2-poppler/trunk/pypoppler-0.12.1-poppler-0.16.0.patch)
===================================================================
--- community-i686/pypoppler-0.12.1-poppler-0.16.0.patch (rev 0)
+++ community-i686/pypoppler-0.12.1-poppler-0.16.0.patch 2016-06-27 21:13:02 UTC (rev 181450)
@@ -0,0 +1,11 @@
+--- poppler.defs.orig 2010-12-30 05:55:07.000000000 +0000
++++ poppler.defs 2010-12-30 05:55:27.000000000 +0000
+@@ -1794,7 +1794,7 @@
+
+ (define-method get_text
+ (of-object "PopplerPage")
+- (c-name "poppler_page_get_text")
++ (c-name "poppler_page_get_selected_text")
+ (return-type "char*")
+ (parameters
+ '("PopplerSelectionStyle" "style")
Copied: python2-poppler/repos/community-i686/python-poppler-0.12.1-poppler-0.39.0-changes.patch (from rev 181449, python2-poppler/trunk/python-poppler-0.12.1-poppler-0.39.0-changes.patch)
===================================================================
--- community-i686/python-poppler-0.12.1-poppler-0.39.0-changes.patch (rev 0)
+++ community-i686/python-poppler-0.12.1-poppler-0.39.0-changes.patch 2016-06-27 21:13:02 UTC (rev 181450)
@@ -0,0 +1,19 @@
+--- poppler.defs 2009-09-27 16:07:59.000000000 +0700
++++ poppler.defs 2015-12-22 16:36:14.000000000 +0600
+@@ -579,16 +579,4 @@
+ )
+
+-(define-enum Orientation
+- (in-module "Poppler")
+- (c-name "PopplerOrientation")
+- (gtype-id "POPPLER_TYPE_ORIENTATION")
+- (values
+- '("portrait" "POPPLER_ORIENTATION_PORTRAIT")
+- '("landscape" "POPPLER_ORIENTATION_LANDSCAPE")
+- '("upsidedown" "POPPLER_ORIENTATION_UPSIDEDOWN")
+- '("seascape" "POPPLER_ORIENTATION_SEASCAPE")
+- )
+-)
+-
+ (define-enum PageTransitionType
+ (in-module "Poppler")
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-06-27 21:12:56 UTC (rev 181449)
+++ community-x86_64/PKGBUILD 2016-06-27 21:13:02 UTC (rev 181450)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org
-# Contributor: György Balló <ballogy at freestart.hu>
-
-pkgname=python2-poppler
-_realname=pypoppler
-pkgver=0.12.1
-pkgrel=8
-pkgdesc="Python 2.x bindings for Poppler"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/poppler-python"
-license=('GPL')
-depends=('pygtk' 'poppler-glib' 'glib2' 'freetype2')
-provides=('pypoppler' 'python-poppler')
-conflicts=('python-poppler')
-replaces=('python-poppler')
-source=("http://launchpad.net/poppler-python/trunk/development/+download/$_realname-$pkgver.tar.gz"
- 'pypoppler-0.12.1-poppler-0.16.0.patch')
-md5sums=('1a89e5ed3042afc81bbd4d02e0cf640a'
- '683c5b67866d56adc2494120cc329dc8')
-
-build() {
- cd "$srcdir/$_realname-$pkgver"
-
- # poppler 0.16 compat
- patch -Np0 -i \
- "$srcdir/pypoppler-0.12.1-poppler-0.16.0.patch"
-
- # poppler 0.18 compat
- sed -i "/pixbuf/,/^)/d" poppler.defs
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-static \
- PYTHON=python2
- make
-}
-
-package() {
- cd "$srcdir/$_realname-$pkgver"
-
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python2-poppler/repos/community-x86_64/PKGBUILD (from rev 181449, python2-poppler/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-06-27 21:13:02 UTC (rev 181450)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Ray Rashif <schiv at archlinux.org
+
+pkgname=python2-poppler
+_realname=pypoppler
+pkgver=0.12.1
+pkgrel=9
+pkgdesc="Python 2.x bindings for Poppler"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/poppler-python"
+license=('GPL')
+depends=('pygtk' 'poppler-glib')
+source=("http://launchpad.net/poppler-python/trunk/development/+download/$_realname-$pkgver.tar.gz"
+ 'pypoppler-0.12.1-poppler-0.16.0.patch'
+ 'python-poppler-0.12.1-poppler-0.39.0-changes.patch')
+md5sums=('1a89e5ed3042afc81bbd4d02e0cf640a'
+ '683c5b67866d56adc2494120cc329dc8'
+ '5f0a6f7f4b649ad61a71f800a6e0ba91')
+
+prepare() {
+ cd "$srcdir/$_realname-$pkgver"
+
+ # poppler 0.16 compat
+ patch -Np0 -i \
+ "$srcdir/pypoppler-0.12.1-poppler-0.16.0.patch"
+
+ # poppler 0.18 compat
+ sed -i "/pixbuf/,/^)/d" poppler.defs
+
+ # poppler 0.39 compat
+ patch -Np0 -i \
+ "$srcdir/python-poppler-0.12.1-poppler-0.39.0-changes.patch"
+}
+
+build() {
+ cd "$srcdir/$_realname-$pkgver"
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var
+ PYTHON=python2
+ make
+}
+
+package() {
+ cd "$srcdir/$_realname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/pypoppler-0.12.1-poppler-0.16.0.patch
===================================================================
--- community-x86_64/pypoppler-0.12.1-poppler-0.16.0.patch 2016-06-27 21:12:56 UTC (rev 181449)
+++ community-x86_64/pypoppler-0.12.1-poppler-0.16.0.patch 2016-06-27 21:13:02 UTC (rev 181450)
@@ -1,11 +0,0 @@
---- poppler.defs.orig 2010-12-30 05:55:07.000000000 +0000
-+++ poppler.defs 2010-12-30 05:55:27.000000000 +0000
-@@ -1794,7 +1794,7 @@
-
- (define-method get_text
- (of-object "PopplerPage")
-- (c-name "poppler_page_get_text")
-+ (c-name "poppler_page_get_selected_text")
- (return-type "char*")
- (parameters
- '("PopplerSelectionStyle" "style")
Copied: python2-poppler/repos/community-x86_64/pypoppler-0.12.1-poppler-0.16.0.patch (from rev 181449, python2-poppler/trunk/pypoppler-0.12.1-poppler-0.16.0.patch)
===================================================================
--- community-x86_64/pypoppler-0.12.1-poppler-0.16.0.patch (rev 0)
+++ community-x86_64/pypoppler-0.12.1-poppler-0.16.0.patch 2016-06-27 21:13:02 UTC (rev 181450)
@@ -0,0 +1,11 @@
+--- poppler.defs.orig 2010-12-30 05:55:07.000000000 +0000
++++ poppler.defs 2010-12-30 05:55:27.000000000 +0000
+@@ -1794,7 +1794,7 @@
+
+ (define-method get_text
+ (of-object "PopplerPage")
+- (c-name "poppler_page_get_text")
++ (c-name "poppler_page_get_selected_text")
+ (return-type "char*")
+ (parameters
+ '("PopplerSelectionStyle" "style")
Copied: python2-poppler/repos/community-x86_64/python-poppler-0.12.1-poppler-0.39.0-changes.patch (from rev 181449, python2-poppler/trunk/python-poppler-0.12.1-poppler-0.39.0-changes.patch)
===================================================================
--- community-x86_64/python-poppler-0.12.1-poppler-0.39.0-changes.patch (rev 0)
+++ community-x86_64/python-poppler-0.12.1-poppler-0.39.0-changes.patch 2016-06-27 21:13:02 UTC (rev 181450)
@@ -0,0 +1,19 @@
+--- poppler.defs 2009-09-27 16:07:59.000000000 +0700
++++ poppler.defs 2015-12-22 16:36:14.000000000 +0600
+@@ -579,16 +579,4 @@
+ )
+
+-(define-enum Orientation
+- (in-module "Poppler")
+- (c-name "PopplerOrientation")
+- (gtype-id "POPPLER_TYPE_ORIENTATION")
+- (values
+- '("portrait" "POPPLER_ORIENTATION_PORTRAIT")
+- '("landscape" "POPPLER_ORIENTATION_LANDSCAPE")
+- '("upsidedown" "POPPLER_ORIENTATION_UPSIDEDOWN")
+- '("seascape" "POPPLER_ORIENTATION_SEASCAPE")
+- )
+-)
+-
+ (define-enum PageTransitionType
+ (in-module "Poppler")
More information about the arch-commits
mailing list