nicotineplus: revbump fix (#12634)

* nicotineplus: revbump fix

* nicotineplus: disabled x86 because we don't have GTK4

* nicotineplus: disable x86
This commit is contained in:
Javier Steinaker
2025-07-29 08:25:18 +02:00
committed by GitHub
parent 3f5e746170
commit 47e3b2fbcd

View File

@@ -4,7 +4,7 @@ alternative to the official Soulseek client, while also providing a comprehensiv
HOMEPAGE="https://nicotine-plus.org/"
COPYRIGHT="20012025 Nicotine+, Nicotine and PySoulSeek Contributors"
LICENSE="GNU GPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/nicotine-plus/nicotine-plus/archive/refs/tags/$portVersion.tar.gz"
CHECKSUM_SHA256="3917ebc562f2d6a6b26b3d815d7cbdf1d11c058d994b1f47794bbb850489b35e"
SOURCE_DIR="nicotine-plus-$portVersion"
@@ -12,7 +12,7 @@ ADDITIONAL_FILES="nicotineplus.rdef.in"
PATCHES="nicotineplus-$portVersion.patchset"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
SECONDARY_ARCHITECTURES="?x86"
pythonVersion=3.10
pythonPackage=python${pythonVersion//.}