Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
qstardict


Commits:
26a4e8b2 by Antonio Rojas at 2025-09-20T19:41:12+02:00
upgpkg: 4.0.0-1: Upstream update

- - - - -


5 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
- REUSE.toml
- − fix-build.patch


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = qstardict
        pkgdesc = Qt clone of StarDict with full support of StarDict 
dictionaries
-       pkgver = 3.0.0
+       pkgver = 4.0.0
        pkgrel = 1
        url = http://qstardict.ylsoftware.com/index.php
        changelog = qstardict.changelog
@@ -10,7 +10,7 @@ pkgbase = qstardict
        depends = hicolor-icon-theme
        depends = qt6-base
        provides = stardict
-       source = 
qstardict-3.0.0.tar.gz::https://github.com/a-rodin/qstardict/archive/3.0.0.tar.gz
-       sha256sums = 
dbaf26711ad8ffa36c2befd3406b59c5c8d94d02ce35f377122aad5582f85df9
+       source = 
qstardict-4.0.0.tar.gz::https://github.com/a-rodin/qstardict/archive/4.0.0.tar.gz
+       sha256sums = 
92b73bb2c2c1f24cce8579ff2ab03f84e3f55976c06f1682393a272390b3790e
 
 pkgname = qstardict


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,3 @@
+[qstardict]
+source = "git"
+git = "https://github.com/a-rodin/qstardict.git";


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Alois Nespor <[email protected]>
 
 pkgname=qstardict
-pkgver=3.0.0
+pkgver=4.0.0
 pkgrel=1
 pkgdesc="Qt clone of StarDict with full support of StarDict dictionaries"
 provides=('stardict')
@@ -13,12 +13,12 @@ url="http://qstardict.ylsoftware.com/index.php";
 license=('GPL2')
 changelog=$pkgname.changelog
 
source=($pkgname-$pkgver.tar.gz::https://github.com/a-rodin/qstardict/archive/$pkgver.tar.gz)
-sha256sums=('dbaf26711ad8ffa36c2befd3406b59c5c8d94d02ce35f377122aad5582f85df9')
+sha256sums=('92b73bb2c2c1f24cce8579ff2ab03f84e3f55976c06f1682393a272390b3790e')
 
 build() {
   cd $pkgname-$pkgver
 
-  qmake6 ENABLED_PLUGINS="stardict swac web"
+  qmake6 ENABLED_PLUGINS="stardict web"
   make
 }
 


=====================================
REUSE.toml
=====================================
@@ -17,6 +17,7 @@ path = [
     "*.timer",
     "*.desktop",
     "*.hook",
+    "*.changelog",
 ]
 SPDX-FileCopyrightText = "Arch Linux contributors"
 SPDX-License-Identifier = "0BSD"


=====================================
fix-build.patch deleted
=====================================
@@ -1,13 +0,0 @@
-diff --git a/plugins/swac/swac.h b/plugins/swac/swac.h
-index bc706a3..79624d0 100644
---- a/plugins/swac/swac.h
-+++ b/plugins/swac/swac.h
-@@ -39,7 +39,7 @@ public:
- 
-     QIcon pluginIcon() const;
-     Features features() const
--    { return Features(SearchSimilar); }
-+    { return Features(Feature::SearchSimilar); }
- 
-     QStringList availableDicts() const;
-     QStringList loadedDicts() const



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qstardict/-/commit/26a4e8b2876932df32645822c60157e9fd1963de

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qstardict/-/commit/26a4e8b2876932df32645822c60157e9fd1963de
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to