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

recipes/gui/kstatusnotifieritem/PAGBUILD.yaml main

38 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435363738
pkgname: kstatusnotifieritem
pkgver: '6.28.0'
pkgrel: '1'
pkgdesc: 'Implementation of Status Notifier Items'
url: 'https://community.kde.org/Frameworks'
arch: x86_64
license:
- 'LGPL-2.0-only LGPL-3.0-only'

depends: []
makedepends:
- 'qt6-base'
- 'qt6-tools'
- 'extra-cmake-modules'
- kwindowsystem

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