Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qqc2-desktop-style
Commits: 4f2651cf by Antonio Rojas at 2023-10-08T10:31:32+02:00 upgpkg: 5.240.0.20231001-1: Initial KF6 packages - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,24 @@ +pkgbase = qqc2-desktop-style + pkgdesc = A style for Qt Quick Controls 2 to make it follow your desktop theme + pkgver = 5.240.0.20231001 + pkgrel = 1 + url = https://community.kde.org/Frameworks + arch = x86_64 + groups = kf6 + license = LGPL + makedepends = extra-cmake-modules + makedepends = git + depends = gcc-libs + depends = glibc + depends = kcolorscheme + depends = kconfig + depends = kiconthemes + depends = kirigami + depends = qt6-base + depends = qt6-declarative + depends = sonnet + source = git+https://invent.kde.org/frameworks/qqc2-desktop-style#commit=c33493f0d7d4a735a12513ebc8dc67d1916fc72d + validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB + sha256sums = SKIP + +pkgname = qqc2-desktop-style ===================================== PKGBUILD ===================================== @@ -1,22 +1,32 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=qqc2-desktop-style -pkgver=5.110.0 +pkgver=5.240.0.20231001 pkgrel=1 pkgdesc='A style for Qt Quick Controls 2 to make it follow your desktop theme' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) -groups=(kf5) -depends=(kirigami2 kiconthemes sonnet) +depends=(gcc-libs + glibc + kcolorscheme + kconfig + kiconthemes + kirigami + qt6-base + qt6-declarative + sonnet) makedepends=(extra-cmake-modules) -source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('6f3c2f73b283c7373b695f33eaa2479349dae135fdba2efd04fcab843285fe12' - 'SKIP') +groups=(kf6) +#source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) +makedepends+=(git) +_commit=c33493f0d7d4a735a12513ebc8dc67d1916fc72d +source=(git+https://invent.kde.org/frameworks/$pkgname#commit=$_commit) +sha256sums=('SKIP') validpgpkeys=('53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB') # David Faure <[email protected]> build() { - cmake -B build -S $pkgname-$pkgver \ + cmake -B build -S $pkgname \ -DBUILD_TESTING=OFF cmake --build build } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qqc2-desktop-style/-/commit/4f2651cf38fda2483cc9c59e73471db84822ddb6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qqc2-desktop-style/-/commit/4f2651cf38fda2483cc9c59e73471db84822ddb6 You're receiving this email because of your account on gitlab.archlinux.org.
