[arch-commits] Commit in graphite/repos (8 files)

2016-01-22 Thread Andreas Radke
Date: Friday, January 22, 2016 @ 19:24:24
  Author: andyrtr
Revision: 258505

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  graphite/repos/extra-i686/PKGBUILD
(from rev 258504, graphite/trunk/PKGBUILD)
  graphite/repos/extra-i686/graphite2-1.2.0-cmakepath.patch
(from rev 258504, graphite/trunk/graphite2-1.2.0-cmakepath.patch)
  graphite/repos/extra-x86_64/PKGBUILD
(from rev 258504, graphite/trunk/PKGBUILD)
  graphite/repos/extra-x86_64/graphite2-1.2.0-cmakepath.patch
(from rev 258504, graphite/trunk/graphite2-1.2.0-cmakepath.patch)
Deleted:
  graphite/repos/extra-i686/PKGBUILD
  graphite/repos/extra-i686/graphite2-1.2.0-cmakepath.patch
  graphite/repos/extra-x86_64/PKGBUILD
  graphite/repos/extra-x86_64/graphite2-1.2.0-cmakepath.patch

--+
 /PKGBUILD|  126 +
 /graphite2-1.2.0-cmakepath.patch |   18 +++
 extra-i686/PKGBUILD  |   65 
 extra-i686/graphite2-1.2.0-cmakepath.patch   |9 -
 extra-x86_64/PKGBUILD|   65 
 extra-x86_64/graphite2-1.2.0-cmakepath.patch |9 -
 6 files changed, 144 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-22 18:24:10 UTC (rev 258504)
+++ extra-i686/PKGBUILD 2016-01-22 18:24:24 UTC (rev 258505)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=graphite
-pkgver=1.3.3
-pkgrel=3
-epoch=1
-arch=('i686' 'x86_64')
-url="http://projects.palaso.org/projects/graphitedev;
-pkgdesc='reimplementation of the SIL Graphite text processing engine'
-license=('LGPL' 'GPL' 'custom')
-depends=('gcc-libs')
-makedepends=('cmake' 'freetype2' 'python2')
- # - only for docs - target doesn't install properly
- #  'doxygen' 'texlive-latexextra' 'graphviz' 'asciidoc' 
'perl-module-build' 'icu') # builds doc properly? 'texlive-helvetic' seems to 
be missing
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz
-graphite2-1.2.0-cmakepath.patch)
-sha1sums=('54b04c283bab4695de63ae2dd6cff392dd49d7f0'
-  '7283d73e21f28a0b4221af9ce7998d68fcced16a')
-
-prepare() {
-  cd "${srcdir}"
-
-  # python2 fixes
-  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}
-  patch -Np1 -i ${srcdir}/graphite2-1.2.0-cmakepath.patch
-  popd
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake -G "Unix Makefiles" ../graphite2-${pkgver} \
-   -DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE:STRING=Release \
-   -DGRAPHITE2_COMPARE_RENDERER=OFF \
-   #-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON # remove when docs install target 
will be fixed
-
-  # fix unwanted -O3 cflag (taken form Debian)
-  find . -type f ! -name "rules" ! -name "changelog" -exec sed -i -e 
's/\-O3//g' {} \;
-
-  make 
-  #make docs
-}
-
-check() {
-  cd "${srcdir}"/build
-  sed -i "s:python:python2:g" tests/CTestTestfile.cmake
-  ctest || true # some new test fail
-}
-
-package() {
-  cd "${srcdir}"/build
-  # FIXME: all target doesn't install the docs target files
-  make DESTDIR="$pkgdir/" install 
-
-  # licenses
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/graphite2-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: graphite/repos/extra-i686/PKGBUILD (from rev 258504, 
graphite/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-22 18:24:24 UTC (rev 258505)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=graphite
+pkgver=1.3.5
+pkgrel=1
+epoch=1
+arch=('i686' 'x86_64')
+url="https://github.com/silnrsi/graphite;
+pkgdesc='reimplementation of the SIL Graphite text processing engine'
+license=('LGPL' 'GPL' 'custom')
+depends=('gcc-libs')
+makedepends=('cmake' 'freetype2' 'python2'
+ # for documentation
+ 'doxygen' 'dblatex' 'graphviz' 'asciidoc')
+checkdepends=('python2-fonttools')
+options=('!emptydirs')
+source=(https://github.com/silnrsi/graphite/releases/download/${pkgver}/graphite2-${pkgver}.tgz)
+md5sums=('5b8d22a8bbf031838e31432868c0109c')
+
+
+prepare() {
+  cd "${srcdir}"
+
+  # python2 fixes
+  sed -i "s:\/usr\/bin\/python:\/usr\/bin\/python2:" 
graphite2-${pkgver}/tests/{corrupt.py,defuzz,fnttxtrender,fuzzbidi,fuzztest,hbspeeds,jsoncmp}
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake -G "Unix Makefiles" ../graphite2-${pkgver} \
+   

[arch-commits] Commit in graphite/repos (8 files)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 12:30:02
  Author: foutrelis
Revision: 252740

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  graphite/repos/staging-i686/PKGBUILD
(from rev 252739, graphite/trunk/PKGBUILD)
  graphite/repos/staging-i686/graphite2-1.2.0-cmakepath.patch
(from rev 252739, graphite/trunk/graphite2-1.2.0-cmakepath.patch)
  graphite/repos/staging-x86_64/PKGBUILD
(from rev 252739, graphite/trunk/PKGBUILD)
  graphite/repos/staging-x86_64/graphite2-1.2.0-cmakepath.patch
(from rev 252739, graphite/trunk/graphite2-1.2.0-cmakepath.patch)
Deleted:
  graphite/repos/staging-i686/PKGBUILD
  graphite/repos/staging-i686/graphite2-1.2.0-cmakepath.patch
  graphite/repos/staging-x86_64/PKGBUILD
  graphite/repos/staging-x86_64/graphite2-1.2.0-cmakepath.patch

+
 /PKGBUILD  |  130 +++
 /graphite2-1.2.0-cmakepath.patch   |   18 +++
 staging-i686/PKGBUILD  |   65 ---
 staging-i686/graphite2-1.2.0-cmakepath.patch   |9 -
 staging-x86_64/PKGBUILD|   65 ---
 staging-x86_64/graphite2-1.2.0-cmakepath.patch |9 -
 6 files changed, 148 insertions(+), 148 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 11:29:35 UTC (rev 252739)
+++ staging-i686/PKGBUILD   2015-12-06 11:30:02 UTC (rev 252740)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=graphite
-pkgver=1.3.3
-pkgrel=2
-epoch=1
-arch=('i686' 'x86_64')
-url="http://projects.palaso.org/projects/graphitedev;
-pkgdesc='reimplementation of the SIL Graphite text processing engine'
-license=('LGPL' 'GPL' 'custom')
-depends=('gcc-libs')
-makedepends=('cmake' 'freetype2' 'python2')
- # - only for docs - target doesn't install properly
- #  'doxygen' 'texlive-latexextra' 'graphviz' 'asciidoc' 
'perl-module-build' 'icu') # builds doc properly? 'texlive-helvetic' seems to 
be missing
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz
-graphite2-1.2.0-cmakepath.patch)
-sha1sums=('54b04c283bab4695de63ae2dd6cff392dd49d7f0'
-  '7283d73e21f28a0b4221af9ce7998d68fcced16a')
-
-prepare() {
-  cd "${srcdir}"
-
-  # python2 fixes
-  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}
-  patch -Np1 -i ${srcdir}/graphite2-1.2.0-cmakepath.patch
-  popd
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake -G "Unix Makefiles" ../graphite2-${pkgver} \
-   -DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE:STRING=Release \
-   -DGRAPHITE2_COMPARE_RENDERER=OFF \
-   #-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON # remove when docs install target 
will be fixed
-
-  # fix unwanted -O3 cflag (taken form Debian)
-  find . -type f ! -name "rules" ! -name "changelog" -exec sed -i -e 
's/\-O3//g' {} \;
-
-  make 
-  #make docs
-}
-
-check() {
-  cd "${srcdir}"/build
-  sed -i "s:python:python2:g" tests/CTestTestfile.cmake
-  ctest || true # some new test fail
-}
-
-package() {
-  cd "${srcdir}"/build
-  # FIXME: all target doesn't install the docs target files
-  make DESTDIR="$pkgdir/" install 
-
-  # licenses
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/graphite2-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: graphite/repos/staging-i686/PKGBUILD (from rev 252739, 
graphite/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 11:30:02 UTC (rev 252740)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=graphite
+pkgver=1.3.3
+pkgrel=3
+epoch=1
+arch=('i686' 'x86_64')
+url="http://projects.palaso.org/projects/graphitedev;
+pkgdesc='reimplementation of the SIL Graphite text processing engine'
+license=('LGPL' 'GPL' 'custom')
+depends=('gcc-libs')
+makedepends=('cmake' 'freetype2' 'python2')
+ # - only for docs - target doesn't install properly
+ #  'doxygen' 'texlive-latexextra' 'graphviz' 'asciidoc' 
'perl-module-build' 'icu') # builds doc properly? 'texlive-helvetic' seems to 
be missing
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz
+graphite2-1.2.0-cmakepath.patch)
+sha1sums=('54b04c283bab4695de63ae2dd6cff392dd49d7f0'
+  '7283d73e21f28a0b4221af9ce7998d68fcced16a')
+
+prepare() {
+  cd "${srcdir}"
+
+  # python2 

[arch-commits] Commit in graphite/repos (8 files)

2015-09-29 Thread Andreas Radke
Date: Tuesday, September 29, 2015 @ 16:59:20
  Author: andyrtr
Revision: 247895

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  graphite/repos/extra-i686/PKGBUILD
(from rev 247894, graphite/trunk/PKGBUILD)
  graphite/repos/extra-i686/graphite2-1.2.0-cmakepath.patch
(from rev 247894, graphite/trunk/graphite2-1.2.0-cmakepath.patch)
  graphite/repos/extra-x86_64/PKGBUILD
(from rev 247894, graphite/trunk/PKGBUILD)
  graphite/repos/extra-x86_64/graphite2-1.2.0-cmakepath.patch
(from rev 247894, graphite/trunk/graphite2-1.2.0-cmakepath.patch)
Deleted:
  graphite/repos/extra-i686/PKGBUILD
  graphite/repos/extra-i686/graphite2-1.2.0-cmakepath.patch
  graphite/repos/extra-x86_64/PKGBUILD
  graphite/repos/extra-x86_64/graphite2-1.2.0-cmakepath.patch

--+
 /PKGBUILD|  130 +
 /graphite2-1.2.0-cmakepath.patch |   18 +++
 extra-i686/PKGBUILD  |   65 
 extra-i686/graphite2-1.2.0-cmakepath.patch   |9 -
 extra-x86_64/PKGBUILD|   65 
 extra-x86_64/graphite2-1.2.0-cmakepath.patch |9 -
 6 files changed, 148 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-29 14:59:07 UTC (rev 247894)
+++ extra-i686/PKGBUILD 2015-09-29 14:59:20 UTC (rev 247895)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=graphite
-pkgver=1.3.2
-pkgrel=1
-epoch=1
-arch=('i686' 'x86_64')
-url="http://projects.palaso.org/projects/graphitedev;
-pkgdesc='reimplementation of the SIL Graphite text processing engine'
-license=('LGPL' 'GPL' 'custom')
-depends=('gcc-libs')
-makedepends=('cmake' 'freetype2' 'python2')
- # - only for docs - target doesn't install properly
- #  'doxygen' 'texlive-latexextra' 'graphviz' 'asciidoc' 
'perl-module-build' 'icu') # builds doc properly? 'texlive-helvetic' seems to 
be missing
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz
-graphite2-1.2.0-cmakepath.patch)
-sha1sums=('cb9293aab77b4008f9c6c6d4fbed783b6aaad071'
-  '7283d73e21f28a0b4221af9ce7998d68fcced16a')
-
-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}
-  
-  # fix install path - .cmake files contain architecture dependend content - 
patch taken from FC/Slackware
-  pushd graphite2-${pkgver}
-  patch -Np1 -i ${srcdir}/graphite2-1.2.0-cmakepath.patch
-  popd
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake -G "Unix Makefiles" ../graphite2-${pkgver} \
-   -DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE:STRING=Release \
-   -DGRAPHITE2_COMPARE_RENDERER=OFF \
-   #-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON # remove when docs install target 
will be fixed
-
-  # fix unwanted -O3 cflag (taken form Debian)
-  find . -type f ! -name "rules" ! -name "changelog" -exec sed -i -e 
's/\-O3//g' {} \;
-
-  make 
-  #make docs
-}
-
-check() {
-  cd "${srcdir}"/build
-  sed -i "s:python:python2:g" tests/CTestTestfile.cmake
-  ctest || true # some new test fail
-}
-
-package() {
-  cd "${srcdir}"/build
-  # FIXME: all target doesn't install the docs target files
-  make DESTDIR="$pkgdir/" install 
-
-  # licenses
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/graphite2-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: graphite/repos/extra-i686/PKGBUILD (from rev 247894, 
graphite/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-29 14:59:20 UTC (rev 247895)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=graphite
+pkgver=1.3.3
+pkgrel=1
+epoch=1
+arch=('i686' 'x86_64')
+url="http://projects.palaso.org/projects/graphitedev;
+pkgdesc='reimplementation of the SIL Graphite text processing engine'
+license=('LGPL' 'GPL' 'custom')
+depends=('gcc-libs')
+makedepends=('cmake' 'freetype2' 'python2')
+ # - only for docs - target doesn't install properly
+ #  'doxygen' 'texlive-latexextra' 'graphviz' 'asciidoc' 
'perl-module-build' 'icu') # builds doc properly? 'texlive-helvetic' seems to 
be missing
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz
+graphite2-1.2.0-cmakepath.patch)
+sha1sums=('54b04c283bab4695de63ae2dd6cff392dd49d7f0'
+  '7283d73e21f28a0b4221af9ce7998d68fcced16a')
+
+prepare() {
+  cd "${srcdir}"
+
+  # python2 fixes
+  sed -i 

[arch-commits] Commit in graphite/repos (8 files)

2015-09-14 Thread Andreas Radke
Date: Monday, September 14, 2015 @ 20:14:01
  Author: andyrtr
Revision: 246045

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  graphite/repos/extra-i686/PKGBUILD
(from rev 246044, graphite/trunk/PKGBUILD)
  graphite/repos/extra-i686/graphite2-1.2.0-cmakepath.patch
(from rev 246044, graphite/trunk/graphite2-1.2.0-cmakepath.patch)
  graphite/repos/extra-x86_64/PKGBUILD
(from rev 246044, graphite/trunk/PKGBUILD)
  graphite/repos/extra-x86_64/graphite2-1.2.0-cmakepath.patch
(from rev 246044, graphite/trunk/graphite2-1.2.0-cmakepath.patch)
Deleted:
  graphite/repos/extra-i686/PKGBUILD
  graphite/repos/extra-i686/graphite2-1.2.0-cmakepath.patch
  graphite/repos/extra-x86_64/PKGBUILD
  graphite/repos/extra-x86_64/graphite2-1.2.0-cmakepath.patch

--+
 /PKGBUILD|  130 +
 /graphite2-1.2.0-cmakepath.patch |   18 +++
 extra-i686/PKGBUILD  |   65 
 extra-i686/graphite2-1.2.0-cmakepath.patch   |9 -
 extra-x86_64/PKGBUILD|   65 
 extra-x86_64/graphite2-1.2.0-cmakepath.patch |9 -
 6 files changed, 148 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-14 18:13:51 UTC (rev 246044)
+++ extra-i686/PKGBUILD 2015-09-14 18:14:01 UTC (rev 246045)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=graphite
-pkgver=1.3.1
-pkgrel=1
-epoch=1
-arch=('i686' 'x86_64')
-url="http://projects.palaso.org/projects/graphitedev;
-pkgdesc='reimplementation of the SIL Graphite text processing engine'
-license=('LGPL' 'GPL' 'custom')
-depends=('gcc-libs')
-makedepends=('cmake' 'freetype2' 'python2')
- # - only for docs - target doesn't install properly
- #  'doxygen' 'texlive-latexextra' 'graphviz' 'asciidoc' 
'perl-module-build' 'icu') # builds doc properly? 'texlive-helvetic' seems to 
be missing
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz
-graphite2-1.2.0-cmakepath.patch)
-sha1sums=('e1d4b129b1fea1a44428da59f200c6a07dc5aad2'
-  '7283d73e21f28a0b4221af9ce7998d68fcced16a')
-
-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}
-  
-  # fix install path - .cmake files contain architecture dependend content - 
patch taken from FC/Slackware
-  pushd graphite2-${pkgver}
-  patch -Np1 -i ${srcdir}/graphite2-1.2.0-cmakepath.patch
-  popd
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake -G "Unix Makefiles" ../graphite2-${pkgver} \
-   -DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE:STRING=Release \
-   -DGRAPHITE2_COMPARE_RENDERER=OFF \
-   #-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON # remove when docs install target 
will be fixed
-
-  # fix unwanted -O3 cflag (taken form Debian)
-  find . -type f ! -name "rules" ! -name "changelog" -exec sed -i -e 
's/\-O3//g' {} \;
-
-  make 
-  #make docs
-}
-
-check() {
-  cd "${srcdir}"/build
-  sed -i "s:python:python2:g" tests/CTestTestfile.cmake
-  ctest || true # some new test fail
-}
-
-package() {
-  cd "${srcdir}"/build
-  # FIXME: all target doesn't install the docs target files
-  make DESTDIR="$pkgdir/" install 
-
-  # licenses
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/graphite2-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: graphite/repos/extra-i686/PKGBUILD (from rev 246044, 
graphite/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-14 18:14:01 UTC (rev 246045)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=graphite
+pkgver=1.3.2
+pkgrel=1
+epoch=1
+arch=('i686' 'x86_64')
+url="http://projects.palaso.org/projects/graphitedev;
+pkgdesc='reimplementation of the SIL Graphite text processing engine'
+license=('LGPL' 'GPL' 'custom')
+depends=('gcc-libs')
+makedepends=('cmake' 'freetype2' 'python2')
+ # - only for docs - target doesn't install properly
+ #  'doxygen' 'texlive-latexextra' 'graphviz' 'asciidoc' 
'perl-module-build' 'icu') # builds doc properly? 'texlive-helvetic' seems to 
be missing
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz
+graphite2-1.2.0-cmakepath.patch)
+sha1sums=('cb9293aab77b4008f9c6c6d4fbed783b6aaad071'
+  '7283d73e21f28a0b4221af9ce7998d68fcced16a')
+
+prepare() {
+  cd "${srcdir}"
+
+  # python2 fixes
+  sed -i 

[arch-commits] Commit in graphite/repos (8 files)

2015-09-04 Thread Andreas Radke
Date: Friday, September 4, 2015 @ 19:10:42
  Author: andyrtr
Revision: 245290

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  graphite/repos/extra-i686/PKGBUILD
(from rev 245289, graphite/trunk/PKGBUILD)
  graphite/repos/extra-i686/graphite2-1.2.0-cmakepath.patch
(from rev 245289, graphite/trunk/graphite2-1.2.0-cmakepath.patch)
  graphite/repos/extra-x86_64/PKGBUILD
(from rev 245289, graphite/trunk/PKGBUILD)
  graphite/repos/extra-x86_64/graphite2-1.2.0-cmakepath.patch
(from rev 245289, graphite/trunk/graphite2-1.2.0-cmakepath.patch)
Deleted:
  graphite/repos/extra-i686/PKGBUILD
  graphite/repos/extra-i686/graphite2-1.2.0-cmakepath.patch
  graphite/repos/extra-x86_64/PKGBUILD
  graphite/repos/extra-x86_64/graphite2-1.2.0-cmakepath.patch

--+
 /PKGBUILD|  130 +
 /graphite2-1.2.0-cmakepath.patch |   18 +++
 extra-i686/PKGBUILD  |   63 
 extra-i686/graphite2-1.2.0-cmakepath.patch   |9 -
 extra-x86_64/PKGBUILD|   63 
 extra-x86_64/graphite2-1.2.0-cmakepath.patch |9 -
 6 files changed, 148 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-04 17:10:33 UTC (rev 245289)
+++ extra-i686/PKGBUILD 2015-09-04 17:10:42 UTC (rev 245290)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=graphite
-pkgver=1.3.0
-pkgrel=1
-epoch=1
-arch=('i686' 'x86_64')
-url="http://projects.palaso.org/projects/graphitedev;
-pkgdesc='reimplementation of the SIL Graphite text processing engine'
-license=('LGPL' 'GPL' 'custom')
-depends=('gcc-libs')
-makedepends=('cmake' 'freetype2' 'python2')
- # - only for docs - target doesn't install properly
- #  'doxygen' 'texlive-latexextra' 'graphviz' 'asciidoc' 
'perl-module-build' 'icu') # builds doc properly? 'texlive-helvetic' seems to 
be missing
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz
-graphite2-1.2.0-cmakepath.patch)
-md5sums=('ca6da3ba3ff914e4974c167a7a63a3ae'
- '00353b67941dbc30b76a43253760769e')
-
-build() {
-  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}
-  
-  # fix install path - .cmake files contain architecture dependend content - 
patch taken from FC/Slackware
-  pushd graphite2-${pkgver}
-  patch -Np1 -i ${srcdir}/graphite2-1.2.0-cmakepath.patch
-  popd
-  
-  mkdir build
-  cd build
-  cmake -G "Unix Makefiles" ../graphite2-${pkgver} \
-   -DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE:STRING=Release \
-   -DGRAPHITE2_COMPARE_RENDERER=OFF \
-   #-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON # remove when docs install target 
will be fixed
-
-  # fix unwanted -O3 cflag (taken form Debian)
-  find . -type f ! -name "rules" ! -name "changelog" -exec sed -i -e 
's/\-O3//g' {} \;
-
-  make 
-  #make docs
-}
-
-check() {
-  cd "${srcdir}"/build
-  sed -i "s:python:python2:g" tests/CTestTestfile.cmake
-  ctest || true # some new test fail
-}
-
-package() {
-  cd "${srcdir}"/build
-  # FIXME: all target doesn't install the docs target files
-  make DESTDIR="$pkgdir/" install 
-
-  # licenses
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/graphite2-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: graphite/repos/extra-i686/PKGBUILD (from rev 245289, 
graphite/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-04 17:10:42 UTC (rev 245290)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=graphite
+pkgver=1.3.1
+pkgrel=1
+epoch=1
+arch=('i686' 'x86_64')
+url="http://projects.palaso.org/projects/graphitedev;
+pkgdesc='reimplementation of the SIL Graphite text processing engine'
+license=('LGPL' 'GPL' 'custom')
+depends=('gcc-libs')
+makedepends=('cmake' 'freetype2' 'python2')
+ # - only for docs - target doesn't install properly
+ #  'doxygen' 'texlive-latexextra' 'graphviz' 'asciidoc' 
'perl-module-build' 'icu') # builds doc properly? 'texlive-helvetic' seems to 
be missing
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz
+graphite2-1.2.0-cmakepath.patch)
+sha1sums=('e1d4b129b1fea1a44428da59f200c6a07dc5aad2'
+  '7283d73e21f28a0b4221af9ce7998d68fcced16a')
+
+prepare() {
+  cd "${srcdir}"
+
+  # python2 fixes
+  sed -i "s:\/usr\/bin\/python:\/usr\/bin\/python2:" 

[arch-commits] Commit in graphite/repos (8 files)

2013-11-30 Thread Andreas Radke
Date: Saturday, November 30, 2013 @ 20:11:13
  Author: andyrtr
Revision: 200651

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  graphite/repos/extra-i686/PKGBUILD
(from rev 200650, graphite/trunk/PKGBUILD)
  graphite/repos/extra-i686/graphite2-1.2.0-cmakepath.patch
(from rev 200650, graphite/trunk/graphite2-1.2.0-cmakepath.patch)
  graphite/repos/extra-x86_64/PKGBUILD
(from rev 200650, graphite/trunk/PKGBUILD)
  graphite/repos/extra-x86_64/graphite2-1.2.0-cmakepath.patch
(from rev 200650, graphite/trunk/graphite2-1.2.0-cmakepath.patch)
Deleted:
  graphite/repos/extra-i686/PKGBUILD
  graphite/repos/extra-i686/graphite2-1.2.0-cmakepath.patch
  graphite/repos/extra-x86_64/PKGBUILD
  graphite/repos/extra-x86_64/graphite2-1.2.0-cmakepath.patch

--+
 /PKGBUILD|  126 +
 /graphite2-1.2.0-cmakepath.patch |   18 +++
 extra-i686/PKGBUILD  |   63 
 extra-i686/graphite2-1.2.0-cmakepath.patch   |9 -
 extra-x86_64/PKGBUILD|   63 
 extra-x86_64/graphite2-1.2.0-cmakepath.patch |9 -
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-30 19:10:53 UTC (rev 200650)
+++ extra-i686/PKGBUILD 2013-11-30 19:11:13 UTC (rev 200651)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-
-pkgname=graphite
-pkgver=1.2.3
-pkgrel=1
-epoch=1
-arch=('i686' 'x86_64')
-url=http://projects.palaso.org/projects/graphitedev;
-pkgdesc='reimplementation of the SIL Graphite text processing engine'
-license=('LGPL' 'GPL' 'custom')
-depends=('gcc-libs')
-makedepends=('cmake' 'freetype2' 'python2')
- # - only for docs - target doesn't install properly
- #  'doxygen' 'texlive-latexextra' 'graphviz' 'asciidoc' 
'perl-module-build' 'icu') # builds doc properly? 'texlive-helvetic' seems to 
be missing
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz
-graphite2-1.2.0-cmakepath.patch)
-md5sums=('7042305e4208af4c2d5249d814ccce58'
- '00353b67941dbc30b76a43253760769e')
-
-build() {
-  cd ${srcdir}
-  
-  # python2 fixes
-  sed -i s:\/usr\/bin\/python:\/usr\/bin\/python2: 
graphite2-${pkgver}/tests/{jsoncmp,fuzztest,defuzz,corrupt.py}
-  
-  # fix install path - .cmake files contain architecture dependend content - 
patch taken from FC/Slackware
-  pushd graphite2-${pkgver}
-  patch -Np1 -i ${srcdir}/graphite2-1.2.0-cmakepath.patch
-  popd
-  
-  mkdir build
-  cd build
-  cmake -G Unix Makefiles ../graphite2-${pkgver} \
-   -DCMAKE_C_FLAGS:STRING=${CFLAGS} \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE:STRING=Release \
-   -DGRAPHITE2_COMPARE_RENDERER=OFF \
-   #-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON # remove when docs install target 
will be fixed
-
-  # fix unwanted -O3 cflag (taken form Debian)
-  find . -type f ! -name rules ! -name changelog -exec sed -i -e 
's/\-O3//g' {} \;
-
-  make 
-  #make docs
-}
-
-check() {
-  cd ${srcdir}/build
-  sed -i s:python:python2:g tests/CTestTestfile.cmake
-  ctest
-}
-
-package() {
-  cd ${srcdir}/build
-  # FIXME: all target doesn't install the docs target files
-  make DESTDIR=$pkgdir/ install 
-
-  # licenses
-  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/graphite2-${pkgver}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: graphite/repos/extra-i686/PKGBUILD (from rev 200650, 
graphite/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-30 19:11:13 UTC (rev 200651)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+pkgname=graphite
+pkgver=1.2.4
+pkgrel=1
+epoch=1
+arch=('i686' 'x86_64')
+url=http://projects.palaso.org/projects/graphitedev;
+pkgdesc='reimplementation of the SIL Graphite text processing engine'
+license=('LGPL' 'GPL' 'custom')
+depends=('gcc-libs')
+makedepends=('cmake' 'freetype2' 'python2')
+ # - only for docs - target doesn't install properly
+ #  'doxygen' 'texlive-latexextra' 'graphviz' 'asciidoc' 
'perl-module-build' 'icu') # builds doc properly? 'texlive-helvetic' seems to 
be missing
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz
+graphite2-1.2.0-cmakepath.patch)
+md5sums=('2ef839348fe28e3b923bf8cced440227'
+ '00353b67941dbc30b76a43253760769e')
+
+build() {
+  cd ${srcdir}
+  
+  # python2 fixes
+  sed -i s:\/usr\/bin\/python:\/usr\/bin\/python2: 
graphite2-${pkgver}/tests/{jsoncmp,fuzztest,defuzz,corrupt.py}
+  
+  # fix install path - .cmake files contain architecture dependend content - 

[arch-commits] Commit in graphite/repos (8 files)

2012-12-22 Thread andyrtr
Date: Saturday, December 22, 2012 @ 11:44:26
  Author: andyrtr
Revision: 173763

db-move: moved graphite from [testing] to [extra] (i686, x86_64)

Added:
  graphite/repos/extra-i686/PKGBUILD
(from rev 173762, graphite/repos/testing-i686/PKGBUILD)
  graphite/repos/extra-x86_64/PKGBUILD
(from rev 173762, graphite/repos/testing-x86_64/PKGBUILD)
Deleted:
  graphite/repos/extra-i686/PKGBUILD
  graphite/repos/extra-i686/pango-graphite.install
  graphite/repos/extra-x86_64/PKGBUILD
  graphite/repos/extra-x86_64/pango-graphite.install
  graphite/repos/testing-i686/
  graphite/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |   84 ++
 extra-i686/pango-graphite.install   |   12 
 extra-x86_64/PKGBUILD   |   84 ++
 extra-x86_64/pango-graphite.install |   12 
 4 files changed, 90 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-22 16:29:18 UTC (rev 173762)
+++ extra-i686/PKGBUILD 2012-12-22 16:44:26 UTC (rev 173763)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-
-pkgname=graphite
-pkgver=1.0.3
-pkgrel=1
-epoch=1
-arch=('i686' 'x86_64')
-url=http://graphite.sil.org/;
-pkgdesc='reimplementation of the SIL Graphite text processing engine'
-license=('custom_SIL Dual license')
-depends=('gcc-libs')
-makedepends=('cmake' 'freetype2')
-options=('!libtool' '!emptydirs')
-source=(http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz;)
-md5sums=('3bf481ca95109b14435125c0dd1f2217')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake -G Unix Makefiles ../graphite2-${pkgver} \
-   -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/build
-  ctest
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=$pkgdir/ install
-
-  # licenses
-  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/graphite2-${pkgver}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: graphite/repos/extra-i686/PKGBUILD (from rev 173762, 
graphite/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-22 16:44:26 UTC (rev 173763)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+pkgname=graphite
+pkgver=1.2.0
+pkgrel=1
+epoch=1
+arch=('i686' 'x86_64')
+url=http://projects.palaso.org/projects/graphitedev;
+pkgdesc='reimplementation of the SIL Graphite text processing engine'
+license=('LGPL' 'GPL' 'custom')
+depends=('gcc-libs')
+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')
+
+build() {
+  cd ${srcdir}
+  sed -i s:\/usr\/bin\/python:\/usr\/bin\/python2: 
graphite2-${pkgver}/tests/{jsoncmp,fuzztest,defuzz,corrupt.py}
+  mkdir build
+  cd build
+  cmake -G Unix Makefiles ../graphite2-${pkgver} \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE:STRING=Release \
+   -DGRAPHITE2_COMPARE_RENDERER=OFF
+  make
+  make docs
+}
+
+check() {
+  cd ${srcdir}/build
+  sed -i s:python:python2:g tests/CTestTestfile.cmake
+  ctest
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=$pkgdir/ install
+
+  # licenses
+  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/graphite2-${pkgver}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-i686/pango-graphite.install
===
--- extra-i686/pango-graphite.install   2012-12-22 16:29:18 UTC (rev 173762)
+++ extra-i686/pango-graphite.install   2012-12-22 16:44:26 UTC (rev 173763)
@@ -1,12 +0,0 @@
-post_install() {
-   usr/bin/pango-querymodules etc/pango/pango.modules
-}
-
-post_upgrade() {
-   post_install $1
-}
-
-pre_remove() {
-post_install $1
-}
-

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-22 16:29:18 UTC (rev 173762)
+++ extra-x86_64/PKGBUILD   2012-12-22 16:44:26 UTC (rev 173763)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-
-pkgname=graphite
-pkgver=1.0.3
-pkgrel=1
-epoch=1
-arch=('i686' 'x86_64')
-url=http://graphite.sil.org/;
-pkgdesc='reimplementation of the SIL Graphite text processing engine'
-license=('custom_SIL Dual license')
-depends=('gcc-libs')
-makedepends=('cmake' 'freetype2')
-options=('!libtool' '!emptydirs')
-source=(http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz;)

[arch-commits] Commit in graphite/repos (8 files)

2011-09-10 Thread Pierre Schmitz
Date: Saturday, September 10, 2011 @ 10:59:36
  Author: pierre
Revision: 137743

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  graphite/repos/extra-i686/PKGBUILD
(from rev 137742, graphite/trunk/PKGBUILD)
  graphite/repos/extra-i686/pango-graphite.install
(from rev 137742, graphite/trunk/pango-graphite.install)
  graphite/repos/extra-x86_64/PKGBUILD
(from rev 137742, graphite/trunk/PKGBUILD)
  graphite/repos/extra-x86_64/pango-graphite.install
(from rev 137742, graphite/trunk/pango-graphite.install)
Deleted:
  graphite/repos/extra-i686/PKGBUILD
  graphite/repos/extra-i686/pango-graphite.install
  graphite/repos/extra-x86_64/PKGBUILD
  graphite/repos/extra-x86_64/pango-graphite.install

-+
 extra-i686/PKGBUILD |   93 +++---
 extra-i686/pango-graphite.install   |   24 
 extra-x86_64/PKGBUILD   |   93 +++---
 extra-x86_64/pango-graphite.install |   24 
 4 files changed, 108 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-09-10 14:58:39 UTC (rev 137742)
+++ extra-i686/PKGBUILD 2011-09-10 14:59:36 UTC (rev 137743)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-
-# build twice that pango-graphite can pickup the new libgraphite dependency - 
take care when .so names happen!
-
-pkgbase=graphite
-pkgname=('libgraphite' 'pango-graphite')
-pkgver=2.3.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://graphite.sil.org/;
-makedepends=('pango' 'gcc-libs')
-options=('!libtool' '!emptydirs')
-source=(http://downloads.sourceforge.net/project/silgraphite/silgraphite/${pkgver}/silgraphite-${pkgver}.tar.gz)
-md5sums=('d35724900f6a4105550293686688bbb3')
-
-build() {
-  cd ${srcdir}/silgraphite-${pkgver}
-  pushd engine
-./configure --prefix=/usr --disable-static
-  make || return 1
-  popd
-  
-  pushd wrappers/pangographite
-  ./configure --prefix=/usr --disable-static
-  make || return 1
-  popd  
-}
-
-package_libgraphite() {
- pkgdesc=SILGraphite - a \smart font\ rendering engine - the libs and 
headers
- license=('custom_SIL Dual license')
- depends=('gcc-libs')
-
-  cd ${srcdir}/silgraphite-${pkgver}/engine
-  make DESTDIR=$pkgdir/ install || return 1
-
-  # licenses
-  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 license/*.txt ${pkgdir}/usr/share/licenses/${pkgname}/
-}
-
-package_pango-graphite() {
- pkgdesc=SILGraphite support for pango
- license=('LGPL')
- depends=('pango' 'libgraphite')
- install=pango-graphite.install
- 
-  cd ${srcdir}/silgraphite-${pkgver}/wrappers/pangographite
-  make DESTDIR=$pkgdir/ install || return 1
-}
\ No newline at end of file

Copied: graphite/repos/extra-i686/PKGBUILD (from rev 137742, 
graphite/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-10 14:59:36 UTC (rev 137743)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+pkgbase=graphite
+pkgname=('libgraphite' 'pango-graphite')
+pkgver=2.3.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://graphite.sil.org/;
+makedepends=('pango' 'gcc-libs')
+options=('!libtool' '!emptydirs')
+source=(http://downloads.sourceforge.net/project/silgraphite/silgraphite/${pkgver}/silgraphite-${pkgver}.tar.gz;)
+md5sums=('d35724900f6a4105550293686688bbb3')
+
+build() {
+  cd ${srcdir}/silgraphite-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package_libgraphite() {
+  pkgdesc='SILGraphite - a smart font rendering engine - the libs and 
headers'
+  license=('custom_SIL Dual license')
+  depends=('gcc-libs')
+
+  cd ${srcdir}/silgraphite-${pkgver}/engine
+  make DESTDIR=$pkgdir/ install
+
+  # licenses
+  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 license/*.txt ${pkgdir}/usr/share/licenses/${pkgname}/
+}
+
+package_pango-graphite() {
+  pkgdesc=SILGraphite support for pango
+  license=('LGPL')
+  depends=('pango' 'libgraphite')
+  install=pango-graphite.install
+ 
+  cd ${srcdir}/silgraphite-${pkgver}/wrappers/pangographite
+  make DESTDIR=$pkgdir/ install
+}

Deleted: extra-i686/pango-graphite.install
===
--- extra-i686/pango-graphite.install   2011-09-10 14:58:39 UTC (rev 137742)
+++ extra-i686/pango-graphite.install   2011-09-10 14:59:36 UTC (rev 137743)
@@ -1,12 +0,0 @@
-post_install() {
-   usr/bin/pango-querymodules etc/pango/pango.modules
-}
-
-post_upgrade() {
-   post_install $1
-}
-
-pre_remove() {
-post_install $1
-}
-

Copied: graphite/repos/extra-i686/pango-graphite.install (from rev 137742, 
graphite/trunk/pango-graphite.install)
===
--- extra-i686/pango-graphite.install