[arch-commits] Commit in hyphen-pl/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu May 31 07:15:47 UTC 2018


    Date: Thursday, May 31, 2018 @ 07:15:46
  Author: arojas
Revision: 334270

archrelease: copy trunk to community-any

Added:
  hyphen-pl/repos/community-any/PKGBUILD
    (from rev 334269, hyphen-pl/trunk/PKGBUILD)
Deleted:
  hyphen-pl/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   57 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 29 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 07:15:32 UTC (rev 334269)
+++ PKGBUILD	2018-05-31 07:15:46 UTC (rev 334270)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Maciej Sitarz <macieks at freesco.pl>
-
-pkgname=hyphen-pl
-pkgver=20081206
-pkgrel=2
-pkgdesc='Polish hyphenation rules'
-arch=('any')
-url='http://extensions.services.openoffice.org/en/project/pl-dict'
-license=('LGPL')
-optdepends=('hyphen: offers hyphenation library functions')
-source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('7ecdc3975750d6d2de1e6045f5003ed4'
-         'SKIP')
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -Dm644 hyph_pl_PL.dic "$pkgdir"/usr/share/hyphen/hyph_pl_PL.dic
-
-  install -dm755 "$pkgdir"/usr/share/myspell/dicts
-  pushd "$pkgdir"/usr/share/myspell/dicts
-    for file in "$pkgdir"/usr/share/hyphen/*; do
-      ln -sv /usr/share/hyphen/$(basename $file) .
-    done
-  popd
-}

Copied: hyphen-pl/repos/community-any/PKGBUILD (from rev 334269, hyphen-pl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 07:15:46 UTC (rev 334270)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Maciej Sitarz <macieks at freesco.pl>
+
+pkgname=hyphen-pl
+pkgver=20081206
+pkgrel=3
+pkgdesc='Polish hyphenation rules'
+arch=('any')
+url='http://extensions.services.openoffice.org/en/project/pl-dict'
+license=('LGPL')
+optdepends=('hyphen: offers hyphenation library functions')
+source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=('F3691687D867B81B51CE07D9BBE43771487328A9') # Bartłomiej Piotrowski
+md5sums=('7ecdc3975750d6d2de1e6045f5003ed4'
+         'SKIP')
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -Dm644 hyph_pl_PL.dic "$pkgdir"/usr/share/hyphen/hyph_pl_PL.dic
+
+  install -dm755 "$pkgdir"/usr/share/myspell/dicts
+  pushd "$pkgdir"/usr/share/myspell/dicts
+    for file in "$pkgdir"/usr/share/hyphen/*; do
+      ln -sv /usr/share/hyphen/$(basename $file) .
+    done
+  popd
+}



More information about the arch-commits mailing list