Balló György pushed to branch main at Arch Linux / Packaging / Packages /
redshift
Commits:
1c69a00a by Balló György at 2024-04-22T12:54:37+02:00
upgpkg: 1.12-11: Add missing glib2 dependency, add transitive deps, add
libappindicator-gtk3 to optdepends
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,19 +1,24 @@
pkgbase = redshift
pkgdesc = Adjusts the color temperature of your screen according to
your surroundings.
pkgver = 1.12
- pkgrel = 10
+ pkgrel = 11
url = http://jonls.dk/redshift/
arch = x86_64
license = GPL-3.0-only
makedepends = intltool
makedepends = python
+ depends = glib2
+ depends = glibc
+ depends = hicolor-icon-theme
depends = libdrm
+ depends = libx11
depends = libxcb
depends = libxxf86vm
+ optdepends = geoclue: for automatic location based on GeoClue2
+ optdepends = gtk3: for redshift-gtk
+ optdepends = libappindicator-gtk3: for AppIndicator support in
redshift-gtk
optdepends = python-gobject: for redshift-gtk
optdepends = python-xdg: for redshift-gtk
- optdepends = gtk3: for redshift-gtk
- optdepends = geoclue: for automatic location based on GeoClue2
source =
redshift-1.12.tar.gz::https://github.com/jonls/redshift/archive/refs/tags/v1.12.tar.gz
sha256sums =
dd816df79765f87a0838b1568fbc40c3e8bdb4aef0e77712c85623afe34a29ad
=====================================
PKGBUILD
=====================================
@@ -7,16 +7,17 @@
pkgname=redshift
pkgver=1.12
-pkgrel=10
+pkgrel=11
pkgdesc='Adjusts the color temperature of your screen according to your
surroundings.'
arch=('x86_64')
url='http://jonls.dk/redshift/'
license=('GPL-3.0-only')
-depends=('libdrm' 'libxcb' 'libxxf86vm')
-optdepends=('python-gobject: for redshift-gtk'
- 'python-xdg: for redshift-gtk'
+depends=('glib2' 'glibc' 'hicolor-icon-theme' 'libdrm' 'libx11' 'libxcb'
'libxxf86vm')
+optdepends=('geoclue: for automatic location based on GeoClue2'
'gtk3: for redshift-gtk'
- 'geoclue: for automatic location based on GeoClue2')
+ 'libappindicator-gtk3: for AppIndicator support in redshift-gtk'
+ 'python-gobject: for redshift-gtk'
+ 'python-xdg: for redshift-gtk')
makedepends=('intltool' 'python')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jonls/redshift/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('dd816df79765f87a0838b1568fbc40c3e8bdb4aef0e77712c85623afe34a29ad')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/redshift/-/commit/1c69a00a49c3e1494d19d3f01c0a06823b01de08
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/redshift/-/commit/1c69a00a49c3e1494d19d3f01c0a06823b01de08
You're receiving this email because of your account on gitlab.archlinux.org.