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

recipes/gui/cairo-dock/PAGBUILD.yaml main

32 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132
pkgname: cairo-dock
pkgver: '3.6.2'
pkgrel: '2'
pkgdesc: Light eye-candy fully themable animated dock
url: 'https://github.com/Cairo-Dock/cairo-dock-core'
arch: x86_64
license:
- GPL-3.0-or-later
depends: []
makedepends:
- cairo
- cmake
- curl
- dbus-glib
- xorg-glu
- gtk3
- xorg-libxcomposite
source:
- 'https://github.com/Cairo-Dock/cairo-dock-core/archive/refs/tags/${pkgver}.tar.gz'
sha256sums:
- 71e351d904d86f04d489e5b58c510fe2276ab129aee9ba98308508abf2dcfa87
build: |
  cmake -B build                   \
    -S ${pkgname}-core-${pkgver}         \
    -D CMAKE_BUILD_TYPE=None       \
    -D enable-desktop-manager=True \
    -D enable-systemd-service=True \
    -D CMAKE_INSTALL_PREFIX='/usr'
  cmake --build build
  DESTDIR=${PKGDIR} cmake --install build
package: |
  true