[arch-commits] Commit in mythes-pl/repos/community-any (PKGBUILD PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Mon Nov 2 08:59:08 UTC 2020
Date: Monday, November 2, 2020 @ 08:59:07
Author: bpiotrowski
Revision: 739315
archrelease: copy trunk to community-any
Added:
mythes-pl/repos/community-any/PKGBUILD
(from rev 739314, mythes-pl/trunk/PKGBUILD)
Deleted:
mythes-pl/repos/community-any/PKGBUILD
----------+
PKGBUILD | 57 +++++++++++++++++++++++++++------------------------------
1 file changed, 27 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-02 08:58:55 UTC (rev 739314)
+++ PKGBUILD 2020-11-02 08:59:07 UTC (rev 739315)
@@ -1,30 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Maciej Sitarz <macieks at freesco.pl>
-
-pkgname=mythes-pl
-pkgver=1.5
-pkgrel=4
-pkgdesc='Polish thesaurus'
-arch=('any')
-url='http://synonimy.ux.pl/'
-license=('LGPL')
-optdepends=('libmythes: offers thesaurus library functions')
-source=(https://downloads.sourceforge.net/synonimy/OOo2-Thesaurus-$pkgver.zip)
-md5sums=('c5ff330768241baf2d61f15fbb9be1b9')
-
-package() {
- install -dm755 "$pkgdir"/usr/share/mythes
- install -m644 th_pl_PL_v2.* "$pkgdir"/usr/share/mythes
-
- # symlinks
- install -dm755 "$pkgdir"/usr/share/myspell/dicts
- pushd "$pkgdir"/usr/share/myspell/dicts
- for file in "$pkgdir"/usr/share/mythes/*; do
- ln -sv /usr/share/mythes/"$(basename $file)" .
- done
- popd
-
- # docs
- install -dm755 "$pkgdir"/usr/share/doc/$pkgname
- install -m644 README_th_pl_PL_v2.txt "$pkgdir"/usr/share/doc/$pkgname
-}
Copied: mythes-pl/repos/community-any/PKGBUILD (from rev 739314, mythes-pl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-02 08:59:07 UTC (rev 739315)
@@ -0,0 +1,27 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Maciej Sitarz <macieks at freesco.pl>
+
+pkgname=mythes-pl
+epoch=1
+pkgver=0.8.67
+pkgrel=1
+pkgdesc='Polish thesaurus'
+arch=('any')
+url='https://dobryslownik.pl/pobierz/'
+license=('LGPL')
+optdepends=('libmythes: offers thesaurus library functions')
+source=(https://sources.archlinux.org/other/community/mythes-pl/pl-dict-latest-0.8.67.oxt)
+sha256sums=('1b3947ebecea662431f9b620f63a4fdaa3fc647677384fe5f5e69c11b95ef31c')
+
+package() {
+ install -dm755 "$pkgdir"/usr/share/mythes
+ install -m644 th_pl_PL_v2.* "$pkgdir"/usr/share/mythes
+
+ # symlinks
+ install -dm755 "$pkgdir"/usr/share/myspell/dicts
+ pushd "$pkgdir"/usr/share/myspell/dicts
+ for file in "$pkgdir"/usr/share/mythes/*; do
+ ln -sv /usr/share/mythes/"$(basename $file)" .
+ done
+ popd
+}
More information about the arch-commits
mailing list