Date: Sunday, September 20, 2015 @ 16:54:51
  Author: jelle
Revision: 141280

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  redshift/repos/community-staging-i686/
  redshift/repos/community-staging-i686/PKGBUILD
    (from rev 141279, redshift/trunk/PKGBUILD)
  redshift/repos/community-staging-i686/redshift.install
    (from rev 141279, redshift/trunk/redshift.install)
  redshift/repos/community-staging-x86_64/
  redshift/repos/community-staging-x86_64/PKGBUILD
    (from rev 141279, redshift/trunk/PKGBUILD)
  redshift/repos/community-staging-x86_64/redshift.install
    (from rev 141279, redshift/trunk/redshift.install)

-------------------------------------------+
 community-staging-i686/PKGBUILD           |   35 ++++++++++++++++++++++++++++
 community-staging-i686/redshift.install   |   11 ++++++++
 community-staging-x86_64/PKGBUILD         |   35 ++++++++++++++++++++++++++++
 community-staging-x86_64/redshift.install |   11 ++++++++
 4 files changed, 92 insertions(+)

Copied: redshift/repos/community-staging-i686/PKGBUILD (from rev 141279, 
redshift/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2015-09-20 14:54:51 UTC (rev 141280)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# 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.10
+pkgrel=2
+pkgdesc='Adjusts the color temperature of your screen according to your 
surroundings.'
+arch=('i686' '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'
+            'librsvg: for redshift-gtk')
+makedepends=('intltool' 'python')
+install='redshift.install'
+source=("https://github.com/jonls/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('3a5480b8dd5d28a877a0cb407619fd76')
+
+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-staging-i686/redshift.install (from rev 
141279, redshift/trunk/redshift.install)
===================================================================
--- community-staging-i686/redshift.install                             (rev 0)
+++ community-staging-i686/redshift.install     2015-09-20 14:54:51 UTC (rev 
141280)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: redshift/repos/community-staging-x86_64/PKGBUILD (from rev 141279, 
redshift/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-20 14:54:51 UTC (rev 141280)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# 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.10
+pkgrel=2
+pkgdesc='Adjusts the color temperature of your screen according to your 
surroundings.'
+arch=('i686' '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'
+            'librsvg: for redshift-gtk')
+makedepends=('intltool' 'python')
+install='redshift.install'
+source=("https://github.com/jonls/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('3a5480b8dd5d28a877a0cb407619fd76')
+
+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-staging-x86_64/redshift.install (from rev 
141279, redshift/trunk/redshift.install)
===================================================================
--- community-staging-x86_64/redshift.install                           (rev 0)
+++ community-staging-x86_64/redshift.install   2015-09-20 14:54:51 UTC (rev 
141280)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Reply via email to