Rebuild packages with popper-0.33.x

This commit is contained in:
Alexpux
2015-05-18 15:52:25 +03:00
parent 9ef715dc27
commit 9b3ef707e1
4 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
_realname=evince
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=3.16.0
pkgrel=1
pkgrel=2
arch=('any')
pkgdesc="Document (PostScript, PDF) viewer (mingw-w64)"
options=(strip staticlibs)

View File

@@ -6,7 +6,7 @@
_realname=gdal
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.11.2
pkgrel=2
pkgrel=3
pkgdesc="A translator library for raster geospatial data formats (mingw-w64)"
arch=('any')
url="http://www.gdal.org/"
@@ -37,7 +37,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-cfitsio"
"${MINGW_PACKAGE_PREFIX}-sqlite3"
"${MINGW_PACKAGE_PREFIX}-xerces-c"
"${MINGW_PACKAGE_PREFIX}-xz")
options=(strip staticlibs)
options=('strip' 'staticlibs')
source=(http://download.osgeo.org/${_realname}/${pkgver}/${_realname}-${pkgver}.tar.gz
02-poppler-0_31-compatibility.patch)

View File

@@ -3,7 +3,7 @@
_realname=gimp
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=2.8.14
pkgrel=3
pkgrel=4
pkgdesc="GNU Image Manipulation Program (mingw-w64)"
arch=('any')
groups=("${MINGW_PACKAGE_PREFIX}")

View File

@@ -11,7 +11,7 @@ fi
_realname=inkscape
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.91
pkgrel=6
pkgrel=7
pkgdesc="Vector graphics editor using the SVG file format (mingw-w64)"
arch=('any')
url="http://inkscape.sourceforge.net/"