summaryrefslogtreecommitdiff
path: root/community/yagf
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/yagf
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/yagf')
-rw-r--r--community/yagf/PKGBUILD31
-rw-r--r--community/yagf/yagf.install13
2 files changed, 0 insertions, 44 deletions
diff --git a/community/yagf/PKGBUILD b/community/yagf/PKGBUILD
deleted file mode 100644
index a810ad8c5..000000000
--- a/community/yagf/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 85428 2013-03-01 10:43:02Z andrea $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: das-ich <das-ich@yandex.ru>
-
-pkgname=yagf
-pkgver=0.9.2
-pkgrel=3
-pkgdesc="QT4-based GUI for Cuneiform and Tesseract OCRs"
-arch=(i686 x86_64)
-url="http://symmetrica.net/cuneiform-linux/yagf-en.html"
-license=('GPL')
-depends=('qt4' 'aspell')
-optdepends=('cuneiform: recognition tool'
- 'tesseract: recognition tool'
- 'xsane: acquire images from a scanner into YAGF directly')
-makedepends=('cmake')
-install=yagf.install
-source=(http://symmetrica.net/cuneiform-linux/${pkgname}-${pkgver}.tar.gz)
-md5sums=('13592e52006d20f71c0094aafb13ed0e')
-
-build() {
- cd "${srcdir}/${pkgname}-$pkgver"
- cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release .
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-$pkgver"
- make DESTDIR=${pkgdir} install
- [ -d $pkgdir/usr/lib64 ] && mv $pkgdir/usr/lib64 $pkgdir/usr/lib || true
-}
diff --git a/community/yagf/yagf.install b/community/yagf/yagf.install
deleted file mode 100644
index 1eb57303c..000000000
--- a/community/yagf/yagf.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- [ -x `which update-mime-database` ] && update-mime-database usr/share/mime
- [ -x `which gtk-update-icon-cache` ] && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- bin/true
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}