summaryrefslogtreecommitdiff
path: root/staging/graphite
diff options
context:
space:
mode:
Diffstat (limited to 'staging/graphite')
-rw-r--r--staging/graphite/PKGBUILD39
-rw-r--r--staging/graphite/pango-graphite.install12
2 files changed, 0 insertions, 51 deletions
diff --git a/staging/graphite/PKGBUILD b/staging/graphite/PKGBUILD
deleted file mode 100644
index 12cab4e69..000000000
--- a/staging/graphite/PKGBUILD
+++ /dev/null
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 141287 2011-10-28 05:35:50Z andyrtr $
-# Maintainer: AndyRTR <andyrtr@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}/
-}
diff --git a/staging/graphite/pango-graphite.install b/staging/graphite/pango-graphite.install
deleted file mode 100644
index 46bc44611..000000000
--- a/staging/graphite/pango-graphite.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- usr/bin/pango-querymodules >etc/pango/pango.modules
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- post_install $1
-}
-