[arch-commits] Commit in stardict/trunk (PKGBUILD gcc46.patch)

Antonio Rojas arojas at gemini.archlinux.org
Sat Nov 27 09:41:21 UTC 2021


    Date: Saturday, November 27, 2021 @ 09:41:21
  Author: arojas
Revision: 1054925

Update to 3.0.6.2

Modified:
  stardict/trunk/PKGBUILD
Deleted:
  stardict/trunk/gcc46.patch

-------------+
 PKGBUILD    |   12 +++++-------
 gcc46.patch |   11 -----------
 2 files changed, 5 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-27 07:13:03 UTC (rev 1054924)
+++ PKGBUILD	2021-11-27 09:41:21 UTC (rev 1054925)
@@ -5,8 +5,8 @@
 # Contributor: Cravix < dr dot neemous at gmail dot com >
 
 pkgname=stardict
-pkgver=3.0.6
-pkgrel=9
+pkgver=3.0.6.2
+pkgrel=1
 pkgdesc='International dictionary software'
 arch=('x86_64')
 url='http://stardict-4.sourceforge.net/'
@@ -16,12 +16,10 @@
 optdepends=('enchant: spell checker plugin'
             'espeak-ng: text to speech plugin')
 options=('!emptydirs')
-source=("https://downloads.sourceforge.net/project/stardict-4/$pkgver/$pkgname-$pkgver.tar.bz2"
-        'gcc46.patch'
+source=("https://downloads.sourceforge.net/project/stardict-4/$pkgver/$pkgname-$pkgver-github-2.tar.xz"
         'glib2.patch'
         'mariadb.patch')
-sha256sums=('6a0a695a8977604e0509a3db1bc6a67e53599b14f29494ba942f21d2c26b82e7'
-            '207dc727b69ee8552372d5551f54a638b472703aeb13a64cdfee6bad00dc380d'
+sha256sums=('05ff1644497e8f9c5f4199d9ae1198fcc571052286b4707c4b61ed9d349cccbc'
             '5be4d0468f6089b760924a5d25030110ca62869b4611afb46a411cd4eb59b832'
             'f66b916c358bddf48fcb91a7d0190a7109fe92a1388ec982c47dfa9ac1ee69cf')
 
@@ -28,7 +26,6 @@
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  patch -p1 -i ../gcc46.patch
   patch -p1 -i ../glib2.patch
   patch -p1 -i ../mariadb.patch
 
@@ -53,6 +50,7 @@
     --disable-gnome-support \
     --disable-gucharmap \
     --disable-festival \
+    --disable-flite \
     --disable-updateinfo
   sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' -i {dict,lib,tools}/libtool
   make

Deleted: gcc46.patch
===================================================================
--- gcc46.patch	2021-11-27 07:13:03 UTC (rev 1054924)
+++ gcc46.patch	2021-11-27 09:41:21 UTC (rev 1054925)
@@ -1,11 +0,0 @@
-diff -aur old/dict/stardict-plugins/stardict-wordnet-plugin/utils.h new/dict/stardict-plugins/stardict-wordnet-plugin/utils.h
---- old/dict/stardict-plugins/stardict-wordnet-plugin/utils.h	2011-07-18 06:58:58.519404744 -0700
-+++ new/dict/stardict-plugins/stardict-wordnet-plugin/utils.h	2011-07-18 07:01:10.739734313 -0700
-@@ -26,6 +26,7 @@
- #ifndef __TYPES_H__
- #define __TYPES_H__
- 
-+#include <cstddef>
- #include <math.h>
- 
- typedef float single;



More information about the arch-commits mailing list