Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
redshift


Commits:
93a09632 by Robin Candau at 2024-04-09T11:55:20+02:00
upgpkg: 1.12-10: Move 'configure' to build()

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = redshift
        pkgdesc = Adjusts the color temperature of your screen according to 
your surroundings.
        pkgver = 1.12
-       pkgrel = 9
+       pkgrel = 10
        url = http://jonls.dk/redshift/
        arch = x86_64
        license = GPL-3.0-only


=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
 
 pkgname=redshift
 pkgver=1.12
-pkgrel=9
+pkgrel=10
 pkgdesc='Adjusts the color temperature of your screen according to your 
surroundings.'
 arch=('x86_64')
 url='http://jonls.dk/redshift/'
@@ -24,12 +24,12 @@ 
sha256sums=('dd816df79765f87a0838b1568fbc40c3e8bdb4aef0e77712c85623afe34a29ad')
 prepare() {
        cd "${pkgname}-${pkgver}"
        ./bootstrap
-       ./configure --prefix=/usr --enable-drm --enable-randr --enable-vidmode 
--enable-geoclue2 \
-       --with-systemduserunitdir=/usr/lib/systemd/user
 }
 
 build() {
        cd "${pkgname}-${pkgver}"
+       ./configure --prefix=/usr --enable-drm --enable-randr --enable-vidmode 
--enable-geoclue2 \
+       --with-systemduserunitdir=/usr/lib/systemd/user
        make
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/redshift/-/commit/93a0963299445cc72f9154977bfb036afafcc6f0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/redshift/-/commit/93a0963299445cc72f9154977bfb036afafcc6f0
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to