From fa8013b3d209560a622b63fda741b74bb10a0056 Mon Sep 17 00:00:00 2001 From: kth5 Date: Thu, 15 Aug 2024 16:22:23 +0200 Subject: [PATCH] * update redshift to 1.12-12 --- redshift/.SRCINFO | 25 +++++++++++++++++++++++++ redshift/.nvchecker.toml | 6 ++++++ redshift/PKGBUILD | 3 ++- 3 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 redshift/.SRCINFO create mode 100644 redshift/.nvchecker.toml diff --git a/redshift/.SRCINFO b/redshift/.SRCINFO new file mode 100644 index 0000000000..9609d5ed96 --- /dev/null +++ b/redshift/.SRCINFO @@ -0,0 +1,25 @@ +pkgbase = redshift + pkgdesc = Adjusts the color temperature of your screen according to your surroundings. + pkgver = 1.12 + pkgrel = 12 + 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 + source = redshift-1.12.tar.gz::https://github.com/jonls/redshift/archive/refs/tags/v1.12.tar.gz + sha256sums = dd816df79765f87a0838b1568fbc40c3e8bdb4aef0e77712c85623afe34a29ad + +pkgname = redshift diff --git a/redshift/.nvchecker.toml b/redshift/.nvchecker.toml new file mode 100644 index 0000000000..dc442bad8a --- /dev/null +++ b/redshift/.nvchecker.toml @@ -0,0 +1,6 @@ +[redshit] +source = "github" +github = "jonls/redshift" +prefix = "v" +use_max_tag = true +exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*" diff --git a/redshift/PKGBUILD b/redshift/PKGBUILD index 7052517e19..8aec57b06e 100644 --- a/redshift/PKGBUILD +++ b/redshift/PKGBUILD @@ -8,7 +8,7 @@ pkgname=redshift pkgver=1.12 -pkgrel=11 +pkgrel=12 pkgdesc='Adjusts the color temperature of your screen according to your surroundings.' arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url='http://jonls.dk/redshift/' @@ -25,6 +25,7 @@ sha256sums=('dd816df79765f87a0838b1568fbc40c3e8bdb4aef0e77712c85623afe34a29ad') prepare() { cd "${pkgname}-${pkgver}" + sed -i 's|appdatadir = @datadir@/appdata|appdatadir = @datadir@/metainfo|' Makefile.am ./bootstrap }