Date: Tuesday, May 2, 2023 @ 09:46:22
  Author: antiz
Revision: 1455829

archrelease: copy trunk to community-testing-x86_64

Added:
  redshift/repos/community-testing-x86_64/PKGBUILD
    (from rev 1455828, redshift/trunk/PKGBUILD)
Deleted:
  redshift/repos/community-testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 36 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-02 09:45:57 UTC (rev 1455828)
+++ PKGBUILD    2023-05-02 09:46:22 UTC (rev 1455829)
@@ -1,34 +0,0 @@
-# Maintainer: Lukas Fleischer <[email protected]>
-# Contributor: Geoffrey Teale <tealeg@stop-squark>
-# Contributor: Mark, Huo Mian <markhuomian[at]gmail[dot]com>
-# Contributor: Biginoz <biginoz a free dot fr>
-# Contributor: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
-
-pkgname=redshift
-pkgver=1.12
-pkgrel=7
-pkgdesc='Adjusts the color temperature of your screen according to your 
surroundings.'
-arch=('x86_64')
-url='http://jonls.dk/redshift/'
-license=('GPL3')
-depends=('geoclue2' 'libdrm' 'libxcb' 'libxxf86vm')
-optdepends=('python-gobject: for redshift-gtk'
-            'python-xdg: for redshift-gtk'
-            'gtk3: for redshift-gtk')
-makedepends=('intltool' 'python')
-source=("https://github.com/jonls/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('5d04f2413dacdf3434cb86f373842462')
-sha256sums=('d2f8c5300e3ce2a84fe6584d2f1483aa9eadc668ab1951b2c2b8a03ece3a22ba')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --enable-drm --enable-randr --enable-vidmode 
--enable-geoclue2 \
-    --with-systemduserunitdir=/usr/lib/systemd/user
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: redshift/repos/community-testing-x86_64/PKGBUILD (from rev 1455828, 
redshift/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-02 09:46:22 UTC (rev 1455829)
@@ -0,0 +1,36 @@
+# Maintainer: Lukas Fleischer <[email protected]>
+# Maintainer: Robin Candau <[email protected]>
+# Contributor: Geoffrey Teale <tealeg@stop-squark>
+# Contributor: Mark, Huo Mian <markhuomian[at]gmail[dot]com>
+# Contributor: Biginoz <biginoz a free dot fr>
+# Contributor: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
+
+pkgname=redshift
+pkgver=1.12
+pkgrel=8
+pkgdesc='Adjusts the color temperature of your screen according to your 
surroundings.'
+arch=('x86_64')
+url='http://jonls.dk/redshift/'
+license=('GPL3')
+depends=('libdrm' 'libxcb' 'libxxf86vm')
+optdepends=('python-gobject: for redshift-gtk'
+            'python-xdg: for redshift-gtk'
+            'gtk3: for redshift-gtk'
+            'geoclue: for automatic location based on GeoClue2') 
+makedepends=('intltool' 'python')
+source=("https://github.com/jonls/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('5d04f2413dacdf3434cb86f373842462')
+sha256sums=('d2f8c5300e3ce2a84fe6584d2f1483aa9eadc668ab1951b2c2b8a03ece3a22ba')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --enable-drm --enable-randr --enable-vidmode 
--enable-geoclue2 \
+    --with-systemduserunitdir=/usr/lib/systemd/user
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to