From 053663053b3b11a8394b6e15945ae60dc1b4d00a Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 17 Jun 2013 20:14:15 -0300 Subject: calibre-libre: rebuild against new libffi --- libre/calibre-libre/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libre/calibre-libre') diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD index 6d97546ee..8a42d10c3 100644 --- a/libre/calibre-libre/PKGBUILD +++ b/libre/calibre-libre/PKGBUILD @@ -10,7 +10,7 @@ _pkgname=calibre pkgname=calibre-libre pkgver=0.9.35 -pkgrel=1 +pkgrel=1.1 pkgdesc="Ebook management application, with unar support included and nonfree fonts removed" arch=('i686' 'x86_64' 'mips64el') url="http://calibre-ebook.com/" -- cgit v1.2.3 From df15cd18ec8bcb4df6b5277e9bb3cd3e2d46bfcf Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 18 Jun 2013 17:56:06 -0300 Subject: calibre-libre-0.9.35-2: updating revision due PyQt rebuild --- libre/calibre-libre/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libre/calibre-libre') diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD index 8a42d10c3..2057bf70b 100644 --- a/libre/calibre-libre/PKGBUILD +++ b/libre/calibre-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 92801 2013-06-15 11:25:47Z jelle $ +# $Id: PKGBUILD 92904 2013-06-18 12:33:10Z andrea $ # Maintainer: jelle van der Waa # Maintainer: Daniel Wallace # Contributor: Giovanni Scafora @@ -10,7 +10,7 @@ _pkgname=calibre pkgname=calibre-libre pkgver=0.9.35 -pkgrel=1.1 +pkgrel=2 pkgdesc="Ebook management application, with unar support included and nonfree fonts removed" arch=('i686' 'x86_64' 'mips64el') url="http://calibre-ebook.com/" @@ -19,7 +19,7 @@ depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy' 'python2-mechanize' 'podofo' 'libwmf' 'python2-beautifulsoup3' 'imagemagick' 'poppler-qt' 'chmlib' 'python2-lxml' 'libusbx' 'python2-imaging' 'shared-mime-info' 'python2-dnspython' - 'unar' 'python2-pyqt' 'python2-psutil' 'icu' 'libmtp' + 'unar' 'python2-pyqt4' 'python2-psutil' 'icu' 'libmtp' 'python2-netifaces' 'python2-cssselect') makedepends=('python2-pycountry' 'qt4-private-headers') optdepends=('ipython2: to use calibre-debug') -- cgit v1.2.3 From 05080cb2f478d39a436551b9ce1cedc621c0a6ad Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 21 Jun 2013 16:31:35 -0300 Subject: calibre-libre-0.9.36-1: updating version --- libre/calibre-libre/PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libre/calibre-libre') diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD index 2057bf70b..0b61073cf 100644 --- a/libre/calibre-libre/PKGBUILD +++ b/libre/calibre-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 92904 2013-06-18 12:33:10Z andrea $ +# $Id: PKGBUILD 92987 2013-06-21 10:34:05Z jelle $ # Maintainer: jelle van der Waa # Maintainer: Daniel Wallace # Contributor: Giovanni Scafora @@ -9,8 +9,8 @@ _pkgname=calibre pkgname=calibre-libre -pkgver=0.9.35 -pkgrel=2 +pkgver=0.9.36 +pkgrel=1 pkgdesc="Ebook management application, with unar support included and nonfree fonts removed" arch=('i686' 'x86_64' 'mips64el') url="http://calibre-ebook.com/" @@ -27,10 +27,10 @@ replaces=$_pkgname conflicts=$_pkgname provides=$_pkgname=$pkgver install=calibre.install -source=("http://calibre-ebook.googlecode.com/files/${_pkgname}-${pkgver}.tar.xz" +source=("http://sourceforge.net/projects/calibre/files/${pkgver}/calibre-${pkgver}.tar.xz" 'desktop_integration.patch' 'calibre-mount-helper') -md5sums=('070aa5c1da33fb2ba9a2c0150d7a55c5' +md5sums=('f7dfb823bd17435c99f20b8a5f904b2a' '8353d1878c5a498b3e49eddef473605f' '675cd87d41342119827ef706055491e7') @@ -61,7 +61,7 @@ build() { # LANG='en_US.UTF-8' python2 setup.py resources # Don't build translations since building them is broken badly - # LANG='en_US.UTF-8' python2 setup.py translations +#LANG='en_US.UTF-8' python2 setup.py translations } package() { -- cgit v1.2.3 From 3f47d9bbc046334b9e779bc43751113e0ddb1e0b Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 30 Jun 2013 14:33:23 -0300 Subject: calibre-libre-0.9.37-1: updating version --- libre/calibre-libre/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libre/calibre-libre') diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD index 0b61073cf..339969ba1 100644 --- a/libre/calibre-libre/PKGBUILD +++ b/libre/calibre-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 92987 2013-06-21 10:34:05Z jelle $ +# $Id: PKGBUILD 93260 2013-06-30 12:27:03Z jelle $ # Maintainer: jelle van der Waa # Maintainer: Daniel Wallace # Contributor: Giovanni Scafora @@ -9,7 +9,7 @@ _pkgname=calibre pkgname=calibre-libre -pkgver=0.9.36 +pkgver=0.9.37 pkgrel=1 pkgdesc="Ebook management application, with unar support included and nonfree fonts removed" arch=('i686' 'x86_64' 'mips64el') @@ -30,7 +30,7 @@ install=calibre.install source=("http://sourceforge.net/projects/calibre/files/${pkgver}/calibre-${pkgver}.tar.xz" 'desktop_integration.patch' 'calibre-mount-helper') -md5sums=('f7dfb823bd17435c99f20b8a5f904b2a' +md5sums=('76db2eb11fe51d85ae9121203defb677' '8353d1878c5a498b3e49eddef473605f' '675cd87d41342119827ef706055491e7') -- cgit v1.2.3