[arch-commits] Commit in bluegriffon/trunk (PKGBUILD)

Fabio Castelli muflone at archlinux.org
Sat Nov 25 23:16:44 UTC 2017


    Date: Saturday, November 25, 2017 @ 23:16:42
  Author: muflone
Revision: 268482

upgpkg: bluegriffon 3.0-1

Modified:
  bluegriffon/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-25 22:43:13 UTC (rev 268481)
+++ PKGBUILD	2017-11-25 23:16:42 UTC (rev 268482)
@@ -3,13 +3,13 @@
 # Contributor: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=bluegriffon
-pkgver=2.4.1
+pkgver=3.0
 pkgrel=1
 pkgdesc="The next-generation Web Editor based on the rendering engine of Firefox"
 arch=('x86_64')
 url="http://bluegriffon.org/"
 license=('MPL' 'GPL' 'LGPL')
-depends=('nss' 'dbus-glib' 'gtk2' 'gtk3' 'hunspell' 'libxt')
+depends=('nss' 'dbus-glib' 'gtk2' 'gtk3' 'hunspell' 'hyphen' 'libxt')
 optdepends=('bluegriffon-i18n: language packs for Bluegriffon')
 groups=('bluegriffon')
 source=("http://bluegriffon.org/freshmeat/${pkgver}/${pkgname}-${pkgver}.Ubuntu16.04-${CARCH}.tar.bz2"
@@ -21,7 +21,7 @@
         "icon-128.png"::"https://github.com/therealglazou/${pkgname}/raw/${pkgver}/branding/mozicon128.png"
         "icon-256.png"::"https://github.com/therealglazou/${pkgname}/raw/${pkgver}/branding/default256.png"
         "${pkgname}.desktop")
-sha256sums=('af4a352ca48eadeed4407350f0dd407b21cdfd5f137ac06665f4168442af3a32'
+sha256sums=('3ef1703daba2b8fdd9212d437abc6cf1abdcfb5829082465fee0b75113a27ea9'
             '339b371abc23894084a8de27925ba688f760ab6b3b42b7a54ba338b1e8025793'
             '2fcbe4e9631c749f290e4b3c3b177ad463c5dbdf992674499aeb5adbfeb8862a'
             '497e5bde0da375b8a9a2d5f12d008e73d6b1758e712c70432661410b3bc6273c'
@@ -36,7 +36,7 @@
   # Remove unused files
   rm "precomplete" "removed-files"
   # Use system wide dictionaries
-  rm -r "dictionaries"
+  rm -r "dictionaries" "hyphenation"
   # Remove all language packs except english
   mv "distribution/extensions/langpack-en-US@${pkgname}.org.xpi" "${srcdir}"
   rm -r "distribution"
@@ -43,8 +43,7 @@
   # Use system libraries
   for _file in "libnspr4.so" "libplc4.so" "libplds4.so" "libfreeblpriv3.chk" \
                "libfreeblpriv3.so" "libnss3.so" "libnssckbi.so" "libssl3.so" \
-               "libnssdbm3.chk" "libnssdbm3.so" "libnssutil3.so" "libsmime3.so" \
-               "libsoftokn3.chk" "libsoftokn3.so"
+               "libnssutil3.so" "libsmime3.so" "libsoftokn3.chk" "libsoftokn3.so"
   do
     rm "${_file}"
     sed -i "/${_file}/d" "dependentlibs.list"
@@ -69,5 +68,6 @@
   install -m 644 -D "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
   # Use system wide dictionaries
   ln -sf /usr/share/hunspell "${pkgdir}/usr/lib/${pkgname}/dictionaries"
+  ln -sf /usr/share/hyphen "${pkgdir}/usr/lib/${pkgname}/hyphenation"
 }
 



More information about the arch-commits mailing list