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

Evangelos Foutras foutrelis at archlinux.org
Fri Sep 5 14:12:37 UTC 2014


    Date: Friday, September 5, 2014 @ 16:12:37
  Author: foutrelis
Revision: 118414

db-move: moved libexttextcat from [community-staging] to [community-testing] (i686, x86_64)

Added:
  libexttextcat/repos/community-testing-i686/
  libexttextcat/repos/community-testing-i686/PKGBUILD
    (from rev 118413, libexttextcat/repos/community-staging-i686/PKGBUILD)
  libexttextcat/repos/community-testing-i686/libexttextcat.changelog
    (from rev 118413, libexttextcat/repos/community-staging-i686/libexttextcat.changelog)
  libexttextcat/repos/community-testing-x86_64/
  libexttextcat/repos/community-testing-x86_64/PKGBUILD
    (from rev 118413, libexttextcat/repos/community-staging-x86_64/PKGBUILD)
  libexttextcat/repos/community-testing-x86_64/libexttextcat.changelog
    (from rev 118413, libexttextcat/repos/community-staging-x86_64/libexttextcat.changelog)
Deleted:
  libexttextcat/repos/community-staging-i686/
  libexttextcat/repos/community-staging-x86_64/

--------------------------------------------------+
 community-testing-i686/PKGBUILD                  |   30 +++++++++++++++++++++
 community-testing-i686/libexttextcat.changelog   |    2 +
 community-testing-x86_64/PKGBUILD                |   30 +++++++++++++++++++++
 community-testing-x86_64/libexttextcat.changelog |    2 +
 4 files changed, 64 insertions(+)

Copied: libexttextcat/repos/community-testing-i686/PKGBUILD (from rev 118413, libexttextcat/repos/community-staging-i686/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-09-05 14:12:37 UTC (rev 118414)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+
+pkgname=libexttextcat
+pkgver=3.4.4
+pkgrel=1
+pkgdesc="N-Gram-Based Text Categorization library primarily intended for language guessing"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/libexttextcat/"
+license=('custom')
+depends=('glibc')
+provides=('libtextcat')
+changelog=$pkgname.changelog
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('f24c086cf3523424228ed58b9f678cc7647688822e5407d5fbc155fbfc846293')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+  
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libexttextcat/repos/community-testing-i686/libexttextcat.changelog (from rev 118413, libexttextcat/repos/community-staging-i686/libexttextcat.changelog)
===================================================================
--- community-testing-i686/libexttextcat.changelog	                        (rev 0)
+++ community-testing-i686/libexttextcat.changelog	2014-09-05 14:12:37 UTC (rev 118414)
@@ -0,0 +1,2 @@
+2014-08-18  Jaroslav Lichtblau  <dragonlord at aur.archlinux.org>
+	* libexttextcat 3.4.4 added to [community] as dependency of 'pinot'

Copied: libexttextcat/repos/community-testing-x86_64/PKGBUILD (from rev 118413, libexttextcat/repos/community-staging-x86_64/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-09-05 14:12:37 UTC (rev 118414)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+
+pkgname=libexttextcat
+pkgver=3.4.4
+pkgrel=1
+pkgdesc="N-Gram-Based Text Categorization library primarily intended for language guessing"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/libexttextcat/"
+license=('custom')
+depends=('glibc')
+provides=('libtextcat')
+changelog=$pkgname.changelog
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('f24c086cf3523424228ed58b9f678cc7647688822e5407d5fbc155fbfc846293')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+  
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libexttextcat/repos/community-testing-x86_64/libexttextcat.changelog (from rev 118413, libexttextcat/repos/community-staging-x86_64/libexttextcat.changelog)
===================================================================
--- community-testing-x86_64/libexttextcat.changelog	                        (rev 0)
+++ community-testing-x86_64/libexttextcat.changelog	2014-09-05 14:12:37 UTC (rev 118414)
@@ -0,0 +1,2 @@
+2014-08-18  Jaroslav Lichtblau  <dragonlord at aur.archlinux.org>
+	* libexttextcat 3.4.4 added to [community] as dependency of 'pinot'




More information about the arch-commits mailing list