Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qstardict
Commits: bf1597f1 by Antonio Rojas at 2024-12-26T10:39:39+01:00 upgpkg: 3.0.0-1: Update to 3.0.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,18 +1,16 @@ pkgbase = qstardict pkgdesc = Qt clone of StarDict with full support of StarDict dictionaries - pkgver = 1.4.1 + pkgver = 3.0.0 pkgrel = 1 url = http://qstardict.ylsoftware.com/index.php changelog = qstardict.changelog arch = x86_64 license = GPL2 - makedepends = qt5-tools + makedepends = qt6-tools depends = hicolor-icon-theme - depends = qt5-base + depends = qt6-base provides = stardict - source = qstardict-1.4.1.tar.gz::https://notabug.org/a-rodin/qstardict/archive/1.4.1.tar.gz - source = fix-build.patch - sha256sums = 21d6a3e52a4e3d20058c23f6bedd5ac223e573a0e20e2bd79200b60a3ea4df02 - sha256sums = b76a810b7464e784a07f470e76b56dfc34c946158aff273ecfc6866f14acc108 + source = qstardict-3.0.0.tar.gz::https://github.com/a-rodin/qstardict/archive/3.0.0.tar.gz + sha256sums = dbaf26711ad8ffa36c2befd3406b59c5c8d94d02ce35f377122aad5582f85df9 pkgname = qstardict ===================================== PKGBUILD ===================================== @@ -2,34 +2,28 @@ # Contributor: Alois Nespor <alois.nes...@gmail.com> pkgname=qstardict -pkgver=1.4.1 +pkgver=3.0.0 pkgrel=1 pkgdesc="Qt clone of StarDict with full support of StarDict dictionaries" provides=('stardict') -depends=('hicolor-icon-theme' 'qt5-base') -makedepends=('qt5-tools') +depends=('hicolor-icon-theme' 'qt6-base') +makedepends=('qt6-tools') arch=('x86_64') url="http://qstardict.ylsoftware.com/index.php" license=('GPL2') changelog=$pkgname.changelog -source=($pkgname-$pkgver.tar.gz::https://notabug.org/a-rodin/qstardict/archive/$pkgver.tar.gz - fix-build.patch) -sha256sums=('21d6a3e52a4e3d20058c23f6bedd5ac223e573a0e20e2bd79200b60a3ea4df02' - 'b76a810b7464e784a07f470e76b56dfc34c946158aff273ecfc6866f14acc108') - -prepare() { - patch -d $pkgname -p1 < fix-build.patch -} +source=($pkgname-$pkgver.tar.gz::https://github.com/a-rodin/qstardict/archive/$pkgver.tar.gz) +sha256sums=('dbaf26711ad8ffa36c2befd3406b59c5c8d94d02ce35f377122aad5582f85df9') build() { - cd $pkgname + cd $pkgname-$pkgver - qmake-qt5 ENABLED_PLUGINS="stardict swac web" + qmake6 ENABLED_PLUGINS="stardict swac web" make } package() { - cd $pkgname + cd $pkgname-$pkgver make INSTALL_ROOT="${pkgdir}" install } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qstardict/-/commit/bf1597f1cd3bd901597e4b57a22d1e3e1acc2e49 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qstardict/-/commit/bf1597f1cd3bd901597e4b57a22d1e3e1acc2e49 You're receiving this email because of your account on gitlab.archlinux.org.