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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sat Apr 26 18:33:23 UTC 2014


    Date: Saturday, April 26, 2014 @ 20:33:23
  Author: bpiotrowski
Revision: 110194

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   54 ++++++++++++++++++++++++++++--------------------------
 1 file changed, 28 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-26 18:33:16 UTC (rev 110193)
+++ PKGBUILD	2014-04-26 18:33:23 UTC (rev 110194)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <barthalion at gmail.com>
-# Contributor: Maciej Sitarz <macieks at freesco.pl>
-
-pkgname=hyphen-pl
-pkgver=20081206
-pkgrel=1
-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=(http://downloads.sourceforge.net/aoo-extensions/pl-dict.oxt)
-md5sums=('1f329cf38a84cb21a2e84a26e125dbc3')
-
-package() {
-  install -dm755 ${pkgdir}/usr/share/hyphen
-  install -m644 hyph_pl_PL.dic ${pkgdir}/usr/share/hyphen
-
-  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 110193, hyphen-pl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-04-26 18:33:23 UTC (rev 110194)
@@ -0,0 +1,28 @@
+# $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=(ftp://ftp.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
+}




More information about the arch-commits mailing list