Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / solid


Commits:
fa8d8f01 by Antonio Rojas at 2023-10-03T09:34:15+02:00
upgpkg: 5.240.0.20231001-1: Initial KF6 packages

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -3,23 +3,38 @@
 # Contributor: Andrea Scarpino <and...@archlinux.org>
 
 pkgname=solid
-pkgver=5.110.0
+pkgver=5.240.0.20231001
 pkgrel=1
 pkgdesc='Hardware integration and detection'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
 license=(LGPL)
-depends=(qt5-base media-player-info upower udisks2)
-makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen qt5-declarative)
+depends=(gcc-libs
+         glibc
+         libimobiledevice
+         libplist
+         media-player-info
+         qt6-base
+         systemd-libs
+         udisks2
+         upower
+         util-linux-libs)
+makedepends=(doxygen
+             extra-cmake-modules
+             qt6-declarative
+             qt6-doc
+             qt6-tools)
 optdepends=('qt5-declarative: QML bindings')
-groups=(kf5)
-source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('6db3e60bc1d579bcce2d3eeb38f8edba5bb7d549e17116449cdd1ecd2966c4cc'
-            'SKIP')
+groups=(kf6)
+#source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+makedepends+=(git)
+_commit=ead616267fed3a2a514161c90f1e9cdf9ea05f80
+source=(git+https://invent.kde.org/frameworks/$pkgname#commit=$_commit)
+sha256sums=('SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 
<fa...@kde.org>
 
 build() {
-  cmake -B build -S $pkgname-$pkgver \
+  cmake -B build -S $pkgname \
     -DBUILD_TESTING=OFF \
     -DBUILD_QCH=ON \
     -DWITH_NEW_POWER_ASYNC_API=ON \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/solid/-/commit/fa8d8f017339f7b670570f3a04560584430172c8

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/solid/-/commit/fa8d8f017339f7b670570f3a04560584430172c8
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to