diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-03 10:42:41 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-03 10:42:41 +0100 |
commit | ab6933b5cc48c6dfb3390b78c579832ba87e001d (patch) | |
tree | acf5e3b5502a20a7458167e39d9c7c75b96f27cb /extra/graphite/PKGBUILD | |
parent | b93266a2e63bdf4d37a87a5e59ff36d78de40be0 (diff) | |
parent | 945c9cd1e94fab87653f84598812dec707843d26 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/gmerlin/PKGBUILD
community/volumeicon/PKGBUILD
extra/graphite/PKGBUILD
extra/icedtea-web/PKGBUILD
extra/openjdk6/PKGBUILD
extra/qt4/PKGBUILD
Diffstat (limited to 'extra/graphite/PKGBUILD')
-rw-r--r-- | extra/graphite/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/graphite/PKGBUILD b/extra/graphite/PKGBUILD index 833d1ff7e..9a254119d 100644 --- a/extra/graphite/PKGBUILD +++ b/extra/graphite/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 173763 2012-12-22 16:44:26Z andyrtr $ +# $Id: PKGBUILD 179056 2013-03-02 11:28:27Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> pkgname=graphite -pkgver=1.2.0 -pkgrel=1.1 +pkgver=1.2.1 +pkgrel=1 epoch=1 arch=('i686' 'x86_64' 'mips64el') url="http://projects.palaso.org/projects/graphitedev" @@ -14,7 +14,7 @@ makedepends=('cmake' 'freetype2' 'python2') # 'doxygen' 'texlive-latexextra' 'graphviz' 'asciidoc' 'perl-module-build' 'icu') - only for docs - target doesn't install properly options=('!libtool' '!emptydirs') source=("http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz") -md5sums=('f5ef3f7f10fa8c3542c6a085a233080b') +md5sums=('edf70ab2f7d789be219f47b1df00d67e') build() { cd "${srcdir}" @@ -26,7 +26,7 @@ build() { -DCMAKE_BUILD_TYPE:STRING=Release \ -DGRAPHITE2_COMPARE_RENDERER=OFF make - make docs +# make docs } check() { |