mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/graphite to 1.3.3-1
This commit is contained in:
parent
db3557b5e6
commit
31aeed4696
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
# - patch for arm
|
||||
|
||||
pkgname=graphite
|
||||
pkgver=1.3.2
|
||||
pkgver=1.3.3
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -20,7 +20,7 @@ options=('!emptydirs')
|
|||
source=(http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz
|
||||
graphite2-1.2.0-cmakepath.patch
|
||||
graphite-arm-nodefaultlibs.patch)
|
||||
sha1sums=('cb9293aab77b4008f9c6c6d4fbed783b6aaad071'
|
||||
sha1sums=('54b04c283bab4695de63ae2dd6cff392dd49d7f0'
|
||||
'7283d73e21f28a0b4221af9ce7998d68fcced16a'
|
||||
'67b4fb81303484a65ab5bfa183da999d14169157')
|
||||
|
||||
|
@ -28,7 +28,7 @@ prepare() {
|
|||
cd "${srcdir}"
|
||||
|
||||
# python2 fixes
|
||||
sed -i "s:\/usr\/bin\/python:\/usr\/bin\/python2:" graphite2-${pkgver}/tests/{biditest,corrupt.py,defuzz,fnttxtrender,fuzzbidi,fuzztest,hbspeeds,jsoncmp}
|
||||
sed -i "s:\/usr\/bin\/python:\/usr\/bin\/python2:" graphite2-${pkgver}/tests/{corrupt.py,defuzz,fnttxtrender,fuzzbidi,fuzztest,hbspeeds,jsoncmp}
|
||||
|
||||
# fix install path - .cmake files contain architecture dependend content - patch taken from FC/Slackware
|
||||
pushd graphite2-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue