upgpkg: sierra-breeze-enhanced 2.1.0-2: Qt 6.9, CMake 4
* Qt 6.9 rebuild * CMake 4 compatibility
This commit is contained in:
parent
2a211ef13b
commit
2f5d55b0e1
2 changed files with 5 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
pkgbase = sierra-breeze-enhanced
|
||||
pkgdesc = A kwin decoration with support for transparency, rounded corners, multiple titlebar button presets and more
|
||||
pkgver = 2.1.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/kupiqu/sierrabreezeenhanced
|
||||
arch = x86_64
|
||||
license = GPL-3.0-or-later
|
||||
makedepends = cmake
|
||||
makedepends = extra-cmake-modules
|
||||
depends = kwin>=6.3
|
||||
depends = qt6-base>=6.8
|
||||
depends = qt6-base>=6.9
|
||||
source = https://github.com/kupiqu/sierrabreezeenhanced/archive/V.2.1.0/sierra-breeze-enhanced-V.2.1.0.tar.gz
|
||||
sha512sums = 5e396f3663e91bd94a82f2fdcd7bc5bd75b14b6ad6a8cfc9afaacd4d8795da1219f90f1ee4f343f506f87e17a4aa92a1408fbc6bbfa733506b9eafdea22375a3
|
||||
|
||||
|
|
|
@ -4,12 +4,12 @@
|
|||
pkgname=sierra-breeze-enhanced
|
||||
_pkgname=SierraBreezeEnhanced
|
||||
pkgver=2.1.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A kwin decoration with support for transparency, rounded corners, multiple titlebar button presets and more"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/kupiqu/${_pkgname,,}"
|
||||
license=('GPL-3.0-or-later')
|
||||
depends=('kwin>=6.3' 'qt6-base>=6.8')
|
||||
depends=('kwin>=6.3' 'qt6-base>=6.9')
|
||||
makedepends=('cmake' 'extra-cmake-modules')
|
||||
source=("${url}/archive/V.${pkgver}/${pkgname}-V.${pkgver}.tar.gz")
|
||||
sha512sums=('5e396f3663e91bd94a82f2fdcd7bc5bd75b14b6ad6a8cfc9afaacd4d8795da1219f90f1ee4f343f506f87e17a4aa92a1408fbc6bbfa733506b9eafdea22375a3')
|
||||
|
@ -21,6 +21,7 @@ build() {
|
|||
-DKDE_INSTALL_LIBDIR=lib \
|
||||
-DBUILD_TESTING=OFF \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
|
||||
-Wno-dev
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue