[arch-commits] Commit in libexttextcat/repos/extra-x86_64 (3 files)

Andreas Radke andyrtr at gemini.archlinux.org
Tue Nov 9 20:21:22 UTC 2021


    Date: Tuesday, November 9, 2021 @ 20:21:22
  Author: andyrtr
Revision: 427736

archrelease: copy trunk to extra-x86_64

Added:
  libexttextcat/repos/extra-x86_64/PKGBUILD
    (from rev 427734, libexttextcat/trunk/PKGBUILD)
Deleted:
  libexttextcat/repos/extra-x86_64/PKGBUILD
  libexttextcat/repos/extra-x86_64/libexttextcat.changelog

-------------------------+
 PKGBUILD                |   55 +++++++++++++++++++++-------------------------
 libexttextcat.changelog |    2 -
 2 files changed, 26 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-09 20:21:21 UTC (rev 427735)
+++ PKGBUILD	2021-11-09 20:21:22 UTC (rev 427736)
@@ -1,29 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-
-pkgname=libexttextcat
-pkgver=3.4.5
-pkgrel=2
-pkgdesc="N-Gram-Based Text Categorization library primarily intended for language guessing"
-arch=('x86_64')
-url="https://www.freedesktop.org/wiki/Software/libexttextcat/"
-license=('custom')
-depends=('glibc')
-provides=('libtextcat')
-changelog=$pkgname.changelog
-source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('13fdbc9d4c489a4d0519e51933a1aa21fe3fb9eb7da191b87f7a63e82797dac8')
-
-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/extra-x86_64/PKGBUILD (from rev 427734, libexttextcat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-09 20:21:22 UTC (rev 427736)
@@ -0,0 +1,26 @@
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+
+pkgname=libexttextcat
+pkgver=3.4.6
+pkgrel=1
+pkgdesc="N-Gram-Based Text Categorization library primarily intended for language guessing"
+arch=('x86_64')
+url="https://wiki.documentfoundation.org/Libexttextcat"
+license=('custom')
+depends=('glibc')
+provides=('libtextcat')
+source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('6d77eace20e9ea106c1330e268ede70c9a4a89744ddc25715682754eca3368df')
+
+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
+}

Deleted: libexttextcat.changelog
===================================================================
--- libexttextcat.changelog	2021-11-09 20:21:21 UTC (rev 427735)
+++ libexttextcat.changelog	2021-11-09 20:21:22 UTC (rev 427736)
@@ -1,2 +0,0 @@
-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