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

recipes/gui/redshift/PAGBUILD.yaml main

33 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233
pkgname: redshift
pkgver: '1.12'
pkgrel: '11'
pkgdesc: Adjusts the color temperature of your screen according to your surroundings.
url: 'https://jonls.dk/redshift/'
arch: x86_64
depends:
- geoclue2
- python-gobject
- python-xdg
makedepends:
- intltool
- python
- geoclue2
- xorg-libdrm
- libxcb
- xorg-libxxf86vm
- librsvg
- gtk3
source:
- 'https://github.com/jonls/redshift/archive/refs/tags/v${pkgver}.tar.gz'
sha256sums:
- dd816df79765f87a0838b1568fbc40c3e8bdb4aef0e77712c85623afe34a29ad
build: |
  cd ${pkgname}-${pkgver}
  ./bootstrap
  ./configure --prefix=/usr \
  --enable-drm --enable-randr \
  --enable-vidmode --enable-geoclue2
  make
  make DESTDIR=${PKGDIR} install
package: |
  true