[arch-commits] Commit in mythes-pl/repos/community-any (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Fri May 7 18:13:33 UTC 2021
Date: Friday, May 7, 2021 @ 18:13:32
Author: jelle
Revision: 928655
archrelease: copy trunk to community-any
Added:
mythes-pl/repos/community-any/PKGBUILD
(from rev 928654, mythes-pl/trunk/PKGBUILD)
Deleted:
mythes-pl/repos/community-any/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-07 18:13:27 UTC (rev 928654)
+++ PKGBUILD 2021-05-07 18:13:32 UTC (rev 928655)
@@ -1,27 +0,0 @@
-# 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
-}
Copied: mythes-pl/repos/community-any/PKGBUILD (from rev 928654, mythes-pl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-07 18:13:32 UTC (rev 928655)
@@ -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=2
+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