diff --git a/.SRCINFO b/.SRCINFO index 7b834469c288..104e7e382b63 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = klassy pkgdesc = Highly customizable binary Window Decoration, Application Style and Global Theme plugin for recent versions of the KDE Plasma desktop. - pkgver = 6.2.breeze6.2.1 - pkgrel = 5 + pkgver = 6.3.breeze6.3.5 + pkgrel = 1 url = https://github.com/paulmcauley/klassy arch = x86_64 license = GPL-2.0-only AND GPL-3.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT @@ -33,12 +33,8 @@ pkgbase = klassy depends = qt6-svg depends = xdg-utils replaces = classik - source = klassy-6.2.breeze6.2.1.tar.gz::https://github.com/paulmcauley/klassy/archive/refs/tags/6.2.breeze6.2.1.tar.gz - source = plasma6.3.patch::https://github.com/paulmcauley/klassy/pull/178.patch - source = project-version.patch - sha256sums = 658c183b182fd86316e3a055f51d31e77a77a283be641908b6d4469a5ce9d035 - sha256sums = 9f7dae4474a779a54db4660207eff5e6f4b501fd8f4dff2004d345ccc0290067 - sha256sums = 20d2997dcf7ca94fd294a4500111084d244040795a0083af932aa83e00e91688 + source = klassy-6.3.breeze6.3.5.tar.gz::https://github.com/paulmcauley/klassy/archive/refs/tags/6.3.breeze6.3.5.tar.gz + sha256sums = 51a2229bf58325b0a45e01d84039197caad964b8237b238de7fbcae30b188807 pkgname = klassy diff --git a/PKGBUILD b/PKGBUILD index b04cd5a36c66..d6bccf656b9d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,8 +5,8 @@ _pkgname=klassy pkgbase="${_pkgname}" pkgname=("${_pkgname}" "${_pkgname}-qt5") -pkgver=6.2.breeze6.2.1 -pkgrel=5 +pkgver=6.3.breeze6.3.5 +pkgrel=1 pkgdesc='Highly customizable binary Window Decoration, Application Style and Global Theme plugin for recent versions of the KDE Plasma desktop.' arch=(x86_64) url="https://github.com/paulmcauley/klassy" @@ -39,18 +39,13 @@ makedepends=(extra-cmake-modules kiconthemes5 kirigami2 kwindowsystem5) -source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz" - "plasma6.3.patch::${url}/pull/178.patch" - "project-version.patch") -sha256sums=('658c183b182fd86316e3a055f51d31e77a77a283be641908b6d4469a5ce9d035' - '9f7dae4474a779a54db4660207eff5e6f4b501fd8f4dff2004d345ccc0290067' - '20d2997dcf7ca94fd294a4500111084d244040795a0083af932aa83e00e91688') +source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz") +sha256sums=('51a2229bf58325b0a45e01d84039197caad964b8237b238de7fbcae30b188807') -prepare() { - cd "${_pkgname}-${pkgver}" - patch -Np1 < "${srcdir}/plasma6.3.patch" - patch -Np1 < "${srcdir}/project-version.patch" -} +#prepare() { +# cd "${_pkgname}-${pkgver}" +# patch -Np1 < "${srcdir}/plasma6.3.patch" +#} build() { cmake -B build -S "${_pkgname}-${pkgver}" \ diff --git a/project-version.patch b/project-version.patch deleted file mode 100644 index b2e12da36400..000000000000 --- a/project-version.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 27cc41ef..b8fc462a 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -116,12 +116,15 @@ function(build_Qt6) - - option(WITH_DECORATIONS "Build Klassy window decorations for KWin" ON) - -+ set(PROJECT_VERSION_SAVED "${PROJECT_VERSION}") -+ set(PROJECT_VERSION "6.2.1") - find_package(KF6FrameworkIntegration ${KF6_MIN_VERSION} CONFIG ) - set_package_properties(KF${QT_MAJOR_VERSION}FrameworkIntegration PROPERTIES - DESCRIPTION "KF6 Framework Integration" - URL "https://projects.kde.org/projects/frameworks/frameworkintegration" - TYPE OPTIONAL - PURPOSE "Required to use KStyle convenience functionalities in style") -+ set(PROJECT_VERSION "${PROJECT_VERSION_SAVED}") - - find_package(KF6KCMUtils ${KF6_MIN_VERSION}) - set_package_properties(KF6KCMUtils PROPERTIES