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

recipes/gui/colord-gtk/PAGBUILD.yaml main

37 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334353637
pkgname: 'colord-gtk'
pkgver: '0.3.1'
pkgrel: '1'
pkgdesc: 'GTK integration for libcolord'
url: 'https://www.freedesktop.org/software/colord/'
arch: x86_64
depends: []
makedepends:
- mesa
- ninja
- colord
- gtk3
- gtk4
- 'gobject-introspection'
- vala

source:
- 'https://www.freedesktop.org/software/colord/releases/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  mkdir build
  cd    build

  meson --prefix=/usr \
  -Dgtk2=true \
  -Dvapi=true  \
  -Ddocs=false \
  -Dman=false
  ninja
  DESTDIR=${PKGDIR} ninja install

package: |
  true