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


Commits:
4959ff83 by Antonio Rojas at 2023-10-03T22:13:48+02:00
upgpkg: 5.240.0.20231001-1: Initial KF6 packages

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,25 @@
+pkgbase = knotifications
+       pkgdesc = Abstraction for system notifications
+       pkgver = 5.240.0.20231001
+       pkgrel = 1
+       url = https://community.kde.org/Frameworks
+       arch = x86_64
+       groups = kf6
+       license = LGPL
+       makedepends = doxygen
+       makedepends = extra-cmake-modules
+       makedepends = qt6-declarative
+       makedepends = qt6-doc
+       makedepends = qt6-tools
+       makedepends = git
+       depends = gcc-libs
+       depends = glibc
+       depends = kconfig
+       depends = libcanberra
+       depends = qt6-base
+       optdepends = qt6-declarative: QML bindings
+       source = 
git+https://invent.kde.org/frameworks/knotifications#commit=703d04faebb76129d70f667409313bf38a24d656
+       validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
+       sha256sums = SKIP
+
+pkgname = knotifications


=====================================
PKGBUILD
=====================================
@@ -3,23 +3,33 @@
 # Contributor: Andrea Scarpino <and...@archlinux.org>
 
 pkgname=knotifications
-pkgver=5.110.0
+pkgver=5.240.0.20231001
 pkgrel=1
 pkgdesc='Abstraction for system notifications'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
 license=(LGPL)
-depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcoreaddons 
qt5-speech libxtst)
-makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen qt5-declarative)
-optdepends=('qt5-declarative: QML bindings')
-groups=(kf5)
-source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('f5195f2d6de921e4529239f58411c0d03d7bb930495edeee58f8b5b4cd68a37e'
-            'SKIP')
+depends=(gcc-libs
+         glibc
+         kconfig
+         libcanberra
+         qt6-base)
+makedepends=(doxygen
+             extra-cmake-modules
+             qt6-declarative
+             qt6-doc
+             qt6-tools)
+optdepends=('qt6-declarative: QML bindings')
+groups=(kf6)
+#source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+makedepends+=(git)
+_commit=703d04faebb76129d70f667409313bf38a24d656
+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
   cmake --build build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/knotifications/-/commit/4959ff83e4f7b51c907fba4e0aba362c3ea634d0

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


Reply via email to