🔒 Repository is read-only – file editing is disabled.

recipes/gui/knotifications/PAGBUILD.yaml main

40 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334353637383940
pkgname: knotifications
pkgver: '6.28.0'
pkgrel: '1'
pkgdesc: 'Abstraction for system notifications'
url: 'https://community.kde.org/Frameworks'
arch: x86_64
license:
- 'LGPL-2.0-only LGPL-3.0-only'

depends: []
makedepends:
- 'qt6-base'
- 'qt6-tools'
- 'qt6-declarative'
- 'extra-cmake-modules'
- kconfig
- libcanberra

source:
- 'https://download.kde.org/stable/frameworks/6.28/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cmake -B build -S ${pkgname}-${pkgver}    \
  -D CMAKE_INSTALL_PREFIX=/usr        \
  -D CMAKE_SKIP_INSTALL_RPATH=ON      \
  -D CMAKE_INSTALL_LIBDIR=lib         \
  -D BUILD_TESTING=OFF                \
  -D BUILD_PYTHON_BINDINGS=OFF        \
  -D CMAKE_BUILD_TYPE=Release         \
  -W no-dev

  cmake --build build

  DESTDIR=${PKGDIR} cmake --install build

package: |
  true