[arch-commits] Commit in redshift/repos (6 files)
Lukas Fleischer
lfleischer at archlinux.org
Wed May 11 18:00:42 UTC 2016
Date: Wednesday, May 11, 2016 @ 20:00:41
Author: lfleischer
Revision: 174820
archrelease: copy trunk to community-i686, community-x86_64
Added:
redshift/repos/community-i686/PKGBUILD
(from rev 174819, redshift/trunk/PKGBUILD)
redshift/repos/community-x86_64/PKGBUILD
(from rev 174819, redshift/trunk/PKGBUILD)
Deleted:
redshift/repos/community-i686/PKGBUILD
redshift/repos/community-i686/redshift.install
redshift/repos/community-x86_64/PKGBUILD
redshift/repos/community-x86_64/redshift.install
-----------------------------------+
/PKGBUILD | 66 ++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 34 ------------------
community-i686/redshift.install | 11 ------
community-x86_64/PKGBUILD | 34 ------------------
community-x86_64/redshift.install | 11 ------
5 files changed, 66 insertions(+), 90 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-05-11 18:00:33 UTC (rev 174819)
+++ community-i686/PKGBUILD 2016-05-11 18:00:41 UTC (rev 174820)
@@ -1,34 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Geoffrey Teale <tealeg at 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.11
-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=('a31d768b0348c5202e58612855a9027e')
-
-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-i686/PKGBUILD (from rev 174819, redshift/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-11 18:00:41 UTC (rev 174820)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Geoffrey Teale <tealeg at 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.11
+pkgrel=3
+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')
+source=("https://github.com/jonls/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('a31d768b0348c5202e58612855a9027e')
+
+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
+}
Deleted: community-i686/redshift.install
===================================================================
--- community-i686/redshift.install 2016-05-11 18:00:33 UTC (rev 174819)
+++ community-i686/redshift.install 2016-05-11 18:00:41 UTC (rev 174820)
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-05-11 18:00:33 UTC (rev 174819)
+++ community-x86_64/PKGBUILD 2016-05-11 18:00:41 UTC (rev 174820)
@@ -1,34 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Geoffrey Teale <tealeg at 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.11
-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=('a31d768b0348c5202e58612855a9027e')
-
-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-x86_64/PKGBUILD (from rev 174819, redshift/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-05-11 18:00:41 UTC (rev 174820)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Geoffrey Teale <tealeg at 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.11
+pkgrel=3
+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')
+source=("https://github.com/jonls/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('a31d768b0348c5202e58612855a9027e')
+
+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
+}
Deleted: community-x86_64/redshift.install
===================================================================
--- community-x86_64/redshift.install 2016-05-11 18:00:33 UTC (rev 174819)
+++ community-x86_64/redshift.install 2016-05-11 18:00:41 UTC (rev 174820)
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
More information about the arch-commits
mailing list