Date: Thursday, April 28, 2016 @ 01:20:58
  Author: spupykin
Revision: 172360

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

Added:
  yagf/repos/community-i686/PKGBUILD
    (from rev 172359, yagf/trunk/PKGBUILD)
  yagf/repos/community-x86_64/PKGBUILD
    (from rev 172359, yagf/trunk/PKGBUILD)
Deleted:
  yagf/repos/community-i686/PKGBUILD
  yagf/repos/community-i686/yagf.install
  yagf/repos/community-x86_64/PKGBUILD
  yagf/repos/community-x86_64/yagf.install

-------------------------------+
 /PKGBUILD                     |   74 ++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD       |   38 --------------------
 community-i686/yagf.install   |   13 -------
 community-x86_64/PKGBUILD     |   38 --------------------
 community-x86_64/yagf.install |   13 -------
 5 files changed, 74 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2016-04-27 23:20:42 UTC (rev 172359)
+++ community-i686/PKGBUILD     2016-04-27 23:20:58 UTC (rev 172360)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Contributor: das-ich <[email protected]>
-
-pkgname=yagf
-pkgver=0.9.5
-pkgrel=2
-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=(https://yagf.googlecode.com/archive/yagf-$pkgver.tar.gz)
-source=(http://downloads.sourceforge.net/project/yagf-ocr/yagf-$pkgver.tar.gz)
-md5sums=('cc01d671fafbfa71fad3d95591ccca37')
-
-prepare() {
-  cd `find ${srcdir}/ -type d -name "${pkgname}*"`
-  cp src/images/{A,a}lign.png
-  sed -i '1,1i#include <unistd.h>' src/mainform.cpp
-}
-
-build() {
-  cd `find ${srcdir}/ -type d -name "${pkgname}*"`
-  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release .
-  make
-}
-
-package() {
-  cd `find ${srcdir}/ -type d -name "${pkgname}*"`
-  make DESTDIR=${pkgdir} install
-  [ -d $pkgdir/usr/lib64 ] && mv $pkgdir/usr/lib64 $pkgdir/usr/lib || true
-}

Copied: yagf/repos/community-i686/PKGBUILD (from rev 172359, 
yagf/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2016-04-27 23:20:58 UTC (rev 172360)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: das-ich <[email protected]>
+
+pkgname=yagf
+pkgver=0.9.5
+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')
+#source=(https://yagf.googlecode.com/archive/yagf-$pkgver.tar.gz)
+source=(http://downloads.sourceforge.net/project/yagf-ocr/yagf-$pkgver.tar.gz)
+md5sums=('cc01d671fafbfa71fad3d95591ccca37')
+
+prepare() {
+  cd `find ${srcdir}/ -type d -name "${pkgname}*"`
+  cp src/images/{A,a}lign.png
+  sed -i '1,1i#include <unistd.h>' src/mainform.cpp
+}
+
+build() {
+  cd `find ${srcdir}/ -type d -name "${pkgname}*"`
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd `find ${srcdir}/ -type d -name "${pkgname}*"`
+  make DESTDIR=${pkgdir} install
+  [ -d $pkgdir/usr/lib64 ] && mv $pkgdir/usr/lib64 $pkgdir/usr/lib || true
+}

Deleted: community-i686/yagf.install
===================================================================
--- community-i686/yagf.install 2016-04-27 23:20:42 UTC (rev 172359)
+++ community-i686/yagf.install 2016-04-27 23:20:58 UTC (rev 172360)
@@ -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
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2016-04-27 23:20:42 UTC (rev 172359)
+++ community-x86_64/PKGBUILD   2016-04-27 23:20:58 UTC (rev 172360)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Contributor: das-ich <[email protected]>
-
-pkgname=yagf
-pkgver=0.9.5
-pkgrel=2
-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=(https://yagf.googlecode.com/archive/yagf-$pkgver.tar.gz)
-source=(http://downloads.sourceforge.net/project/yagf-ocr/yagf-$pkgver.tar.gz)
-md5sums=('cc01d671fafbfa71fad3d95591ccca37')
-
-prepare() {
-  cd `find ${srcdir}/ -type d -name "${pkgname}*"`
-  cp src/images/{A,a}lign.png
-  sed -i '1,1i#include <unistd.h>' src/mainform.cpp
-}
-
-build() {
-  cd `find ${srcdir}/ -type d -name "${pkgname}*"`
-  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release .
-  make
-}
-
-package() {
-  cd `find ${srcdir}/ -type d -name "${pkgname}*"`
-  make DESTDIR=${pkgdir} install
-  [ -d $pkgdir/usr/lib64 ] && mv $pkgdir/usr/lib64 $pkgdir/usr/lib || true
-}

Copied: yagf/repos/community-x86_64/PKGBUILD (from rev 172359, 
yagf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-27 23:20:58 UTC (rev 172360)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: das-ich <[email protected]>
+
+pkgname=yagf
+pkgver=0.9.5
+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')
+#source=(https://yagf.googlecode.com/archive/yagf-$pkgver.tar.gz)
+source=(http://downloads.sourceforge.net/project/yagf-ocr/yagf-$pkgver.tar.gz)
+md5sums=('cc01d671fafbfa71fad3d95591ccca37')
+
+prepare() {
+  cd `find ${srcdir}/ -type d -name "${pkgname}*"`
+  cp src/images/{A,a}lign.png
+  sed -i '1,1i#include <unistd.h>' src/mainform.cpp
+}
+
+build() {
+  cd `find ${srcdir}/ -type d -name "${pkgname}*"`
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd `find ${srcdir}/ -type d -name "${pkgname}*"`
+  make DESTDIR=${pkgdir} install
+  [ -d $pkgdir/usr/lib64 ] && mv $pkgdir/usr/lib64 $pkgdir/usr/lib || true
+}

Deleted: community-x86_64/yagf.install
===================================================================
--- community-x86_64/yagf.install       2016-04-27 23:20:42 UTC (rev 172359)
+++ community-x86_64/yagf.install       2016-04-27 23:20:58 UTC (rev 172360)
@@ -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
-}

Reply via email to