[arch-commits] Commit in lightsoff/repos (8 files)

2015-04-15 Thread Jan Steffens
Date: Wednesday, April 15, 2015 @ 23:46:27
  Author: heftig
Revision: 237205

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  lightsoff/repos/extra-i686/PKGBUILD
(from rev 237204, lightsoff/trunk/PKGBUILD)
  lightsoff/repos/extra-i686/lightsoff.install
(from rev 237204, lightsoff/trunk/lightsoff.install)
  lightsoff/repos/extra-x86_64/PKGBUILD
(from rev 237204, lightsoff/trunk/PKGBUILD)
  lightsoff/repos/extra-x86_64/lightsoff.install
(from rev 237204, lightsoff/trunk/lightsoff.install)
Deleted:
  lightsoff/repos/extra-i686/PKGBUILD
  lightsoff/repos/extra-i686/lightsoff.install
  lightsoff/repos/extra-x86_64/PKGBUILD
  lightsoff/repos/extra-x86_64/lightsoff.install

+
 /PKGBUILD  |   64 +++
 /lightsoff.install |   26 +++
 extra-i686/PKGBUILD|   32 ---
 extra-i686/lightsoff.install   |   13 ---
 extra-x86_64/PKGBUILD  |   32 ---
 extra-x86_64/lightsoff.install |   13 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-15 21:42:33 UTC (rev 237204)
+++ extra-i686/PKGBUILD 2015-04-15 21:46:27 UTC (rev 237205)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=lightsoff
-pkgver=3.16.1
-pkgrel=1
-pkgdesc=Turn off all the lights
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=lightsoff.install
-url=https://live.gnome.org/Lightsoff;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7ec154a85da601a366d11b6b434ae0f631c04753cabca4b6c2223a44d355e892')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: lightsoff/repos/extra-i686/PKGBUILD (from rev 237204, 
lightsoff/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-15 21:46:27 UTC (rev 237205)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=lightsoff
+pkgver=3.16.1.1
+pkgrel=1
+pkgdesc=Turn off all the lights
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=lightsoff.install
+url=https://live.gnome.org/Lightsoff;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('80113f0e2e16db30b62c699f984f5349907f35078a6f75e6cfdd99cccf964201')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/lightsoff.install
===
--- extra-i686/lightsoff.install2015-04-15 21:42:33 UTC (rev 237204)
+++ extra-i686/lightsoff.install2015-04-15 21:46:27 UTC (rev 237205)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: lightsoff/repos/extra-i686/lightsoff.install (from rev 237204, 
lightsoff/trunk/lightsoff.install)
===
--- extra-i686/lightsoff.install(rev 0)
+++ extra-i686/lightsoff.install2015-04-15 21:46:27 UTC (rev 237205)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-15 21:42:33 UTC (rev 237204)
+++ extra-x86_64/PKGBUILD   2015-04-15 21:46:27 UTC (rev 237205)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 

[arch-commits] Commit in lightsoff/repos (8 files)

2015-04-13 Thread Jan Steffens
Date: Tuesday, April 14, 2015 @ 04:13:54
  Author: heftig
Revision: 236473

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  lightsoff/repos/extra-i686/PKGBUILD
(from rev 236472, lightsoff/trunk/PKGBUILD)
  lightsoff/repos/extra-i686/lightsoff.install
(from rev 236472, lightsoff/trunk/lightsoff.install)
  lightsoff/repos/extra-x86_64/PKGBUILD
(from rev 236472, lightsoff/trunk/PKGBUILD)
  lightsoff/repos/extra-x86_64/lightsoff.install
(from rev 236472, lightsoff/trunk/lightsoff.install)
Deleted:
  lightsoff/repos/extra-i686/PKGBUILD
  lightsoff/repos/extra-i686/lightsoff.install
  lightsoff/repos/extra-x86_64/PKGBUILD
  lightsoff/repos/extra-x86_64/lightsoff.install

+
 /PKGBUILD  |   64 +++
 /lightsoff.install |   26 +++
 extra-i686/PKGBUILD|   32 ---
 extra-i686/lightsoff.install   |   13 ---
 extra-x86_64/PKGBUILD  |   32 ---
 extra-x86_64/lightsoff.install |   13 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-14 02:12:35 UTC (rev 236472)
+++ extra-i686/PKGBUILD 2015-04-14 02:13:54 UTC (rev 236473)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=lightsoff
-pkgver=3.16.0
-pkgrel=1
-pkgdesc=Turn off all the lights
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=lightsoff.install
-url=https://live.gnome.org/Lightsoff;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3b3e40683467f66620b418fa952242ca0933386644574328ef7dedc44ad81078')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: lightsoff/repos/extra-i686/PKGBUILD (from rev 236472, 
lightsoff/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-14 02:13:54 UTC (rev 236473)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=lightsoff
+pkgver=3.16.1
+pkgrel=1
+pkgdesc=Turn off all the lights
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=lightsoff.install
+url=https://live.gnome.org/Lightsoff;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7ec154a85da601a366d11b6b434ae0f631c04753cabca4b6c2223a44d355e892')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/lightsoff.install
===
--- extra-i686/lightsoff.install2015-04-14 02:12:35 UTC (rev 236472)
+++ extra-i686/lightsoff.install2015-04-14 02:13:54 UTC (rev 236473)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: lightsoff/repos/extra-i686/lightsoff.install (from rev 236472, 
lightsoff/trunk/lightsoff.install)
===
--- extra-i686/lightsoff.install(rev 0)
+++ extra-i686/lightsoff.install2015-04-14 02:13:54 UTC (rev 236473)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-14 02:12:35 UTC (rev 236472)
+++ extra-x86_64/PKGBUILD   2015-04-14 02:13:54 UTC (rev 236473)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 

[arch-commits] Commit in lightsoff/repos (8 files)

2015-03-25 Thread Jan de Groot
Date: Wednesday, March 25, 2015 @ 16:34:45
  Author: jgc
Revision: 234811

db-move: moved lightsoff from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  lightsoff/repos/testing-i686/
  lightsoff/repos/testing-i686/PKGBUILD
(from rev 234786, lightsoff/repos/gnome-unstable-i686/PKGBUILD)
  lightsoff/repos/testing-i686/lightsoff.install
(from rev 234786, lightsoff/repos/gnome-unstable-i686/lightsoff.install)
  lightsoff/repos/testing-x86_64/
  lightsoff/repos/testing-x86_64/PKGBUILD
(from rev 234786, lightsoff/repos/gnome-unstable-x86_64/PKGBUILD)
  lightsoff/repos/testing-x86_64/lightsoff.install
(from rev 234786, lightsoff/repos/gnome-unstable-x86_64/lightsoff.install)
Deleted:
  lightsoff/repos/gnome-unstable-i686/
  lightsoff/repos/gnome-unstable-x86_64/

--+
 testing-i686/PKGBUILD|   32 
 testing-i686/lightsoff.install   |   13 +
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/lightsoff.install |   13 +
 4 files changed, 90 insertions(+)

Copied: lightsoff/repos/testing-i686/PKGBUILD (from rev 234786, 
lightsoff/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-25 15:34:45 UTC (rev 234811)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=lightsoff
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=Turn off all the lights
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=lightsoff.install
+url=https://live.gnome.org/Lightsoff;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3b3e40683467f66620b418fa952242ca0933386644574328ef7dedc44ad81078')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: lightsoff/repos/testing-i686/lightsoff.install (from rev 234786, 
lightsoff/repos/gnome-unstable-i686/lightsoff.install)
===
--- testing-i686/lightsoff.install  (rev 0)
+++ testing-i686/lightsoff.install  2015-03-25 15:34:45 UTC (rev 234811)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: lightsoff/repos/testing-x86_64/PKGBUILD (from rev 234786, 
lightsoff/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-25 15:34:45 UTC (rev 234811)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=lightsoff
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=Turn off all the lights
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=lightsoff.install
+url=https://live.gnome.org/Lightsoff;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3b3e40683467f66620b418fa952242ca0933386644574328ef7dedc44ad81078')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: lightsoff/repos/testing-x86_64/lightsoff.install (from rev 234786, 
lightsoff/repos/gnome-unstable-x86_64/lightsoff.install)
===
--- testing-x86_64/lightsoff.install(rev 0)
+++ testing-x86_64/lightsoff.install2015-03-25 15:34:45 UTC (rev 234811)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in lightsoff/repos (8 files)

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:56:39
  Author: jgc
Revision: 224330

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  lightsoff/repos/testing-i686/PKGBUILD
(from rev 224329, lightsoff/trunk/PKGBUILD)
  lightsoff/repos/testing-i686/lightsoff.install
(from rev 224329, lightsoff/trunk/lightsoff.install)
  lightsoff/repos/testing-x86_64/PKGBUILD
(from rev 224329, lightsoff/trunk/PKGBUILD)
  lightsoff/repos/testing-x86_64/lightsoff.install
(from rev 224329, lightsoff/trunk/lightsoff.install)
Deleted:
  lightsoff/repos/testing-i686/PKGBUILD
  lightsoff/repos/testing-i686/lightsoff.install
  lightsoff/repos/testing-x86_64/PKGBUILD
  lightsoff/repos/testing-x86_64/lightsoff.install

--+
 /PKGBUILD|   64 +
 /lightsoff.install   |   26 +++
 testing-i686/PKGBUILD|   32 --
 testing-i686/lightsoff.install   |   13 ---
 testing-x86_64/PKGBUILD  |   32 --
 testing-x86_64/lightsoff.install |   13 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-14 13:56:33 UTC (rev 224329)
+++ testing-i686/PKGBUILD   2014-10-14 13:56:39 UTC (rev 224330)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=lightsoff
-pkgver=3.14.0
-pkgrel=1
-pkgdesc=Turn off all the lights
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=lightsoff.install
-url=https://live.gnome.org/Lightsoff;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('de4f91441b501221a4f7aae901e82e272416d8fa2b5d79e4b3b013ce191f1237')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: lightsoff/repos/testing-i686/PKGBUILD (from rev 224329, 
lightsoff/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-14 13:56:39 UTC (rev 224330)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=lightsoff
+pkgver=3.14.1
+pkgrel=1
+pkgdesc=Turn off all the lights
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=lightsoff.install
+url=https://live.gnome.org/Lightsoff;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5ca1bd65e4159caa4f8032a0cab3e545995496c12e172d5a6fa58a87ed312b61')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: testing-i686/lightsoff.install
===
--- testing-i686/lightsoff.install  2014-10-14 13:56:33 UTC (rev 224329)
+++ testing-i686/lightsoff.install  2014-10-14 13:56:39 UTC (rev 224330)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: lightsoff/repos/testing-i686/lightsoff.install (from rev 224329, 
lightsoff/trunk/lightsoff.install)
===
--- testing-i686/lightsoff.install  (rev 0)
+++ testing-i686/lightsoff.install  2014-10-14 13:56:39 UTC (rev 224330)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-10-14 13:56:33 UTC (rev 224329)
+++ testing-x86_64/PKGBUILD 2014-10-14 13:56:39 UTC (rev 224330)
@@ -1,32 

[arch-commits] Commit in lightsoff/repos (8 files)

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:57
  Author: jgc
Revision: 223060

db-move: moved lightsoff from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  lightsoff/repos/testing-i686/
  lightsoff/repos/testing-i686/PKGBUILD
(from rev 223030, lightsoff/repos/gnome-unstable-i686/PKGBUILD)
  lightsoff/repos/testing-i686/lightsoff.install
(from rev 223030, lightsoff/repos/gnome-unstable-i686/lightsoff.install)
  lightsoff/repos/testing-x86_64/
  lightsoff/repos/testing-x86_64/PKGBUILD
(from rev 223030, lightsoff/repos/gnome-unstable-x86_64/PKGBUILD)
  lightsoff/repos/testing-x86_64/lightsoff.install
(from rev 223030, lightsoff/repos/gnome-unstable-x86_64/lightsoff.install)
Deleted:
  lightsoff/repos/gnome-unstable-i686/
  lightsoff/repos/gnome-unstable-x86_64/

--+
 testing-i686/PKGBUILD|   32 
 testing-i686/lightsoff.install   |   13 +
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/lightsoff.install |   13 +
 4 files changed, 90 insertions(+)

Copied: lightsoff/repos/testing-i686/PKGBUILD (from rev 223030, 
lightsoff/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:57 UTC (rev 223060)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=lightsoff
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Turn off all the lights
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=lightsoff.install
+url=https://live.gnome.org/Lightsoff;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('de4f91441b501221a4f7aae901e82e272416d8fa2b5d79e4b3b013ce191f1237')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: lightsoff/repos/testing-i686/lightsoff.install (from rev 223030, 
lightsoff/repos/gnome-unstable-i686/lightsoff.install)
===
--- testing-i686/lightsoff.install  (rev 0)
+++ testing-i686/lightsoff.install  2014-09-26 10:53:57 UTC (rev 223060)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: lightsoff/repos/testing-x86_64/PKGBUILD (from rev 223030, 
lightsoff/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:57 UTC (rev 223060)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=lightsoff
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Turn off all the lights
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=lightsoff.install
+url=https://live.gnome.org/Lightsoff;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('de4f91441b501221a4f7aae901e82e272416d8fa2b5d79e4b3b013ce191f1237')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: lightsoff/repos/testing-x86_64/lightsoff.install (from rev 223030, 
lightsoff/repos/gnome-unstable-x86_64/lightsoff.install)
===
--- testing-x86_64/lightsoff.install(rev 0)
+++ testing-x86_64/lightsoff.install2014-09-26 10:53:57 UTC (rev 223060)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in lightsoff/repos (8 files)

2014-09-23 Thread Jan de Groot
Date: Tuesday, September 23, 2014 @ 10:20:52
  Author: jgc
Revision: 222791

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  lightsoff/repos/gnome-unstable-i686/PKGBUILD
(from rev 222790, lightsoff/trunk/PKGBUILD)
  lightsoff/repos/gnome-unstable-i686/lightsoff.install
(from rev 222790, lightsoff/trunk/lightsoff.install)
  lightsoff/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 222790, lightsoff/trunk/PKGBUILD)
  lightsoff/repos/gnome-unstable-x86_64/lightsoff.install
(from rev 222790, lightsoff/trunk/lightsoff.install)
Deleted:
  lightsoff/repos/gnome-unstable-i686/PKGBUILD
  lightsoff/repos/gnome-unstable-i686/lightsoff.install
  lightsoff/repos/gnome-unstable-x86_64/PKGBUILD
  lightsoff/repos/gnome-unstable-x86_64/lightsoff.install

-+
 /PKGBUILD   |   64 ++
 /lightsoff.install  |   26 
 gnome-unstable-i686/PKGBUILD|   32 ---
 gnome-unstable-i686/lightsoff.install   |   13 --
 gnome-unstable-x86_64/PKGBUILD  |   32 ---
 gnome-unstable-x86_64/lightsoff.install |   13 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-23 08:20:41 UTC (rev 222790)
+++ gnome-unstable-i686/PKGBUILD2014-09-23 08:20:52 UTC (rev 222791)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=lightsoff
-pkgver=3.13.92
-pkgrel=1
-pkgdesc=Turn off all the lights
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=lightsoff.install
-url=https://live.gnome.org/Lightsoff;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('73be02e3ee241d49cc83e631ae92c2d861c78bc5e0a0e1c1d94171f3e28851fa')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: lightsoff/repos/gnome-unstable-i686/PKGBUILD (from rev 222790, 
lightsoff/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-23 08:20:52 UTC (rev 222791)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=lightsoff
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Turn off all the lights
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=lightsoff.install
+url=https://live.gnome.org/Lightsoff;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('de4f91441b501221a4f7aae901e82e272416d8fa2b5d79e4b3b013ce191f1237')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/lightsoff.install
===
--- gnome-unstable-i686/lightsoff.install   2014-09-23 08:20:41 UTC (rev 
222790)
+++ gnome-unstable-i686/lightsoff.install   2014-09-23 08:20:52 UTC (rev 
222791)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: lightsoff/repos/gnome-unstable-i686/lightsoff.install (from rev 222790, 
lightsoff/trunk/lightsoff.install)
===
--- gnome-unstable-i686/lightsoff.install   (rev 0)
+++ gnome-unstable-i686/lightsoff.install   2014-09-23 08:20:52 UTC (rev 
222791)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD

[arch-commits] Commit in lightsoff/repos (8 files)

2014-09-18 Thread Jan de Groot
Date: Thursday, September 18, 2014 @ 23:13:28
  Author: jgc
Revision: 222041

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  lightsoff/repos/gnome-unstable-i686/PKGBUILD
(from rev 222040, lightsoff/trunk/PKGBUILD)
  lightsoff/repos/gnome-unstable-i686/lightsoff.install
(from rev 222040, lightsoff/trunk/lightsoff.install)
  lightsoff/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 222040, lightsoff/trunk/PKGBUILD)
  lightsoff/repos/gnome-unstable-x86_64/lightsoff.install
(from rev 222040, lightsoff/trunk/lightsoff.install)
Deleted:
  lightsoff/repos/gnome-unstable-i686/PKGBUILD
  lightsoff/repos/gnome-unstable-i686/lightsoff.install
  lightsoff/repos/gnome-unstable-x86_64/PKGBUILD
  lightsoff/repos/gnome-unstable-x86_64/lightsoff.install

-+
 /PKGBUILD   |   64 ++
 /lightsoff.install  |   26 
 gnome-unstable-i686/PKGBUILD|   32 ---
 gnome-unstable-i686/lightsoff.install   |   13 --
 gnome-unstable-x86_64/PKGBUILD  |   32 ---
 gnome-unstable-x86_64/lightsoff.install |   13 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-18 21:13:22 UTC (rev 222040)
+++ gnome-unstable-i686/PKGBUILD2014-09-18 21:13:28 UTC (rev 222041)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=lightsoff
-pkgver=3.13.91
-pkgrel=1
-pkgdesc=Turn off all the lights
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=lightsoff.install
-url=https://live.gnome.org/Lightsoff;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e173c65e859f423582bae352d4b59659d7a77ac3d1adc058fa0a7ceb15fa2327')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: lightsoff/repos/gnome-unstable-i686/PKGBUILD (from rev 222040, 
lightsoff/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-18 21:13:28 UTC (rev 222041)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=lightsoff
+pkgver=3.13.92
+pkgrel=1
+pkgdesc=Turn off all the lights
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=lightsoff.install
+url=https://live.gnome.org/Lightsoff;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('73be02e3ee241d49cc83e631ae92c2d861c78bc5e0a0e1c1d94171f3e28851fa')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/lightsoff.install
===
--- gnome-unstable-i686/lightsoff.install   2014-09-18 21:13:22 UTC (rev 
222040)
+++ gnome-unstable-i686/lightsoff.install   2014-09-18 21:13:28 UTC (rev 
222041)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: lightsoff/repos/gnome-unstable-i686/lightsoff.install (from rev 222040, 
lightsoff/trunk/lightsoff.install)
===
--- gnome-unstable-i686/lightsoff.install   (rev 0)
+++ gnome-unstable-i686/lightsoff.install   2014-09-18 21:13:28 UTC (rev 
222041)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD

[arch-commits] Commit in lightsoff/repos (8 files)

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:57:37
  Author: heftig
Revision: 213501

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  lightsoff/repos/extra-i686/PKGBUILD
(from rev 213500, lightsoff/trunk/PKGBUILD)
  lightsoff/repos/extra-i686/lightsoff.install
(from rev 213500, lightsoff/trunk/lightsoff.install)
  lightsoff/repos/extra-x86_64/PKGBUILD
(from rev 213500, lightsoff/trunk/PKGBUILD)
  lightsoff/repos/extra-x86_64/lightsoff.install
(from rev 213500, lightsoff/trunk/lightsoff.install)
Deleted:
  lightsoff/repos/extra-i686/PKGBUILD
  lightsoff/repos/extra-i686/lightsoff.install
  lightsoff/repos/extra-x86_64/PKGBUILD
  lightsoff/repos/extra-x86_64/lightsoff.install

+
 /PKGBUILD  |   64 +++
 /lightsoff.install |   26 +++
 extra-i686/PKGBUILD|   32 ---
 extra-i686/lightsoff.install   |   13 ---
 extra-x86_64/PKGBUILD  |   32 ---
 extra-x86_64/lightsoff.install |   13 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-23 23:56:32 UTC (rev 213500)
+++ extra-i686/PKGBUILD 2014-05-23 23:57:37 UTC (rev 213501)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=lightsoff
-pkgver=3.12.1
-pkgrel=1
-pkgdesc=Turn off all the lights
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=lightsoff.install
-url=https://live.gnome.org/Lightsoff;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cd6b860988402f2c3791dad04046ccabdbd5f40cfe6253c330f3614ee7d0feb3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: lightsoff/repos/extra-i686/PKGBUILD (from rev 213500, 
lightsoff/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-23 23:57:37 UTC (rev 213501)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=lightsoff
+pkgver=3.12.2
+pkgrel=1
+pkgdesc=Turn off all the lights
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=lightsoff.install
+url=https://live.gnome.org/Lightsoff;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('112cb1fb7cda95189b89549016f671917436b0108fdff21f07c462e3d285138f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/lightsoff.install
===
--- extra-i686/lightsoff.install2014-05-23 23:56:32 UTC (rev 213500)
+++ extra-i686/lightsoff.install2014-05-23 23:57:37 UTC (rev 213501)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: lightsoff/repos/extra-i686/lightsoff.install (from rev 213500, 
lightsoff/trunk/lightsoff.install)
===
--- extra-i686/lightsoff.install(rev 0)
+++ extra-i686/lightsoff.install2014-05-23 23:57:37 UTC (rev 213501)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-23 23:56:32 UTC (rev 213500)
+++ extra-x86_64/PKGBUILD   2014-05-23 23:57:37 UTC (rev 213501)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# 

[arch-commits] Commit in lightsoff/repos (8 files)

2014-04-18 Thread Jan Steffens
Date: Friday, April 18, 2014 @ 13:01:25
  Author: heftig
Revision: 211203

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  lightsoff/repos/extra-i686/PKGBUILD
(from rev 211202, lightsoff/trunk/PKGBUILD)
  lightsoff/repos/extra-i686/lightsoff.install
(from rev 211202, lightsoff/trunk/lightsoff.install)
  lightsoff/repos/extra-x86_64/PKGBUILD
(from rev 211202, lightsoff/trunk/PKGBUILD)
  lightsoff/repos/extra-x86_64/lightsoff.install
(from rev 211202, lightsoff/trunk/lightsoff.install)
Deleted:
  lightsoff/repos/extra-i686/PKGBUILD
  lightsoff/repos/extra-i686/lightsoff.install
  lightsoff/repos/extra-x86_64/PKGBUILD
  lightsoff/repos/extra-x86_64/lightsoff.install

+
 /PKGBUILD  |   64 +++
 /lightsoff.install |   26 +++
 extra-i686/PKGBUILD|   32 ---
 extra-i686/lightsoff.install   |   13 ---
 extra-x86_64/PKGBUILD  |   32 ---
 extra-x86_64/lightsoff.install |   13 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-18 11:00:12 UTC (rev 211202)
+++ extra-i686/PKGBUILD 2014-04-18 11:01:25 UTC (rev 211203)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=lightsoff
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=Turn off all the lights
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=lightsoff.install
-url=https://live.gnome.org/Lightsoff;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('52494d8f5629cabd71e61ed6c019b58eadf2b149911e5398e3abd394cb540e1c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: lightsoff/repos/extra-i686/PKGBUILD (from rev 211202, 
lightsoff/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-18 11:01:25 UTC (rev 211203)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=lightsoff
+pkgver=3.12.1
+pkgrel=1
+pkgdesc=Turn off all the lights
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=lightsoff.install
+url=https://live.gnome.org/Lightsoff;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('cd6b860988402f2c3791dad04046ccabdbd5f40cfe6253c330f3614ee7d0feb3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/lightsoff.install
===
--- extra-i686/lightsoff.install2014-04-18 11:00:12 UTC (rev 211202)
+++ extra-i686/lightsoff.install2014-04-18 11:01:25 UTC (rev 211203)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: lightsoff/repos/extra-i686/lightsoff.install (from rev 211202, 
lightsoff/trunk/lightsoff.install)
===
--- extra-i686/lightsoff.install(rev 0)
+++ extra-i686/lightsoff.install2014-04-18 11:01:25 UTC (rev 211203)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-18 11:00:12 UTC (rev 211202)
+++ extra-x86_64/PKGBUILD   2014-04-18 11:01:25 UTC (rev 211203)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# 

[arch-commits] Commit in lightsoff/repos (8 files)

2013-10-15 Thread Jan Steffens
Date: Tuesday, October 15, 2013 @ 15:41:16
  Author: heftig
Revision: 196555

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  lightsoff/repos/extra-i686/PKGBUILD
(from rev 196554, lightsoff/trunk/PKGBUILD)
  lightsoff/repos/extra-i686/lightsoff.install
(from rev 196554, lightsoff/trunk/lightsoff.install)
  lightsoff/repos/extra-x86_64/PKGBUILD
(from rev 196554, lightsoff/trunk/PKGBUILD)
  lightsoff/repos/extra-x86_64/lightsoff.install
(from rev 196554, lightsoff/trunk/lightsoff.install)
Deleted:
  lightsoff/repos/extra-i686/PKGBUILD
  lightsoff/repos/extra-i686/lightsoff.install
  lightsoff/repos/extra-x86_64/PKGBUILD
  lightsoff/repos/extra-x86_64/lightsoff.install

+
 /PKGBUILD  |   64 +++
 /lightsoff.install |   26 +++
 extra-i686/PKGBUILD|   32 ---
 extra-i686/lightsoff.install   |   13 ---
 extra-x86_64/PKGBUILD  |   32 ---
 extra-x86_64/lightsoff.install |   13 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-15 13:39:17 UTC (rev 196554)
+++ extra-i686/PKGBUILD 2013-10-15 13:41:16 UTC (rev 196555)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=lightsoff
-pkgver=3.10.0
-pkgrel=1
-pkgdesc=Turn off all the lights
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=lightsoff.install
-url=https://live.gnome.org/Lightsoff;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('920a38ebe320d3882c6a98d073388e64ba9c8bea4414c05fc16a81771b0a64a4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: lightsoff/repos/extra-i686/PKGBUILD (from rev 196554, 
lightsoff/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-15 13:41:16 UTC (rev 196555)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=lightsoff
+pkgver=3.10.1
+pkgrel=1
+pkgdesc=Turn off all the lights
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=lightsoff.install
+url=https://live.gnome.org/Lightsoff;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4db69a39a4cceb28e1c8331d65242643d1c7a9fe4c31c42f58f0421a9f205996')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/lightsoff.install
===
--- extra-i686/lightsoff.install2013-10-15 13:39:17 UTC (rev 196554)
+++ extra-i686/lightsoff.install2013-10-15 13:41:16 UTC (rev 196555)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: lightsoff/repos/extra-i686/lightsoff.install (from rev 196554, 
lightsoff/trunk/lightsoff.install)
===
--- extra-i686/lightsoff.install(rev 0)
+++ extra-i686/lightsoff.install2013-10-15 13:41:16 UTC (rev 196555)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-15 13:39:17 UTC (rev 196554)
+++ extra-x86_64/PKGBUILD   2013-10-15 13:41:16 UTC (rev 196555)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 

[arch-commits] Commit in lightsoff/repos (8 files)

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:11:38
  Author: heftig
Revision: 183441

db-move: moved lightsoff from [testing] to [extra] (i686, x86_64)

Added:
  lightsoff/repos/extra-i686/
  lightsoff/repos/extra-i686/PKGBUILD
(from rev 183326, lightsoff/repos/testing-i686/PKGBUILD)
  lightsoff/repos/extra-i686/lightsoff.install
(from rev 183326, lightsoff/repos/testing-i686/lightsoff.install)
  lightsoff/repos/extra-x86_64/
  lightsoff/repos/extra-x86_64/PKGBUILD
(from rev 183326, lightsoff/repos/testing-x86_64/PKGBUILD)
  lightsoff/repos/extra-x86_64/lightsoff.install
(from rev 183326, lightsoff/repos/testing-x86_64/lightsoff.install)
Deleted:
  lightsoff/repos/testing-i686/
  lightsoff/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|   32 
 extra-i686/lightsoff.install   |   13 +
 extra-x86_64/PKGBUILD  |   32 
 extra-x86_64/lightsoff.install |   13 +
 4 files changed, 90 insertions(+)

Copied: lightsoff/repos/extra-i686/PKGBUILD (from rev 183326, 
lightsoff/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:11:38 UTC (rev 183441)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=lightsoff
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Turn off all the lights
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=lightsoff.install
+url=https://live.gnome.org/Lightsoff;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('767f7876c6f360b0e3c18243c7e2201ea0a31523df890853a572d0325d91c24b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: lightsoff/repos/extra-i686/lightsoff.install (from rev 183326, 
lightsoff/repos/testing-i686/lightsoff.install)
===
--- extra-i686/lightsoff.install(rev 0)
+++ extra-i686/lightsoff.install2013-04-21 22:11:38 UTC (rev 183441)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: lightsoff/repos/extra-x86_64/PKGBUILD (from rev 183326, 
lightsoff/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:11:38 UTC (rev 183441)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=lightsoff
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Turn off all the lights
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=lightsoff.install
+url=https://live.gnome.org/Lightsoff;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('767f7876c6f360b0e3c18243c7e2201ea0a31523df890853a572d0325d91c24b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: lightsoff/repos/extra-x86_64/lightsoff.install (from rev 183326, 
lightsoff/repos/testing-x86_64/lightsoff.install)
===
--- extra-x86_64/lightsoff.install  (rev 0)
+++ extra-x86_64/lightsoff.install  2013-04-21 22:11:38 UTC (rev 183441)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in lightsoff/repos (8 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:14:07
  Author: heftig
Revision: 182559

db-move: moved lightsoff from [staging] to [testing] (i686, x86_64)

Added:
  lightsoff/repos/testing-i686/
  lightsoff/repos/testing-i686/PKGBUILD
(from rev 182430, lightsoff/repos/staging-i686/PKGBUILD)
  lightsoff/repos/testing-i686/lightsoff.install
(from rev 182430, lightsoff/repos/staging-i686/lightsoff.install)
  lightsoff/repos/testing-x86_64/
  lightsoff/repos/testing-x86_64/PKGBUILD
(from rev 182430, lightsoff/repos/staging-x86_64/PKGBUILD)
  lightsoff/repos/testing-x86_64/lightsoff.install
(from rev 182430, lightsoff/repos/staging-x86_64/lightsoff.install)
Deleted:
  lightsoff/repos/staging-i686/
  lightsoff/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|   32 
 testing-i686/lightsoff.install   |   13 +
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/lightsoff.install |   13 +
 4 files changed, 90 insertions(+)

Copied: lightsoff/repos/testing-i686/PKGBUILD (from rev 182430, 
lightsoff/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:14:07 UTC (rev 182559)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=lightsoff
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Turn off all the lights
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=lightsoff.install
+url=https://live.gnome.org/Lightsoff;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('767f7876c6f360b0e3c18243c7e2201ea0a31523df890853a572d0325d91c24b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: lightsoff/repos/testing-i686/lightsoff.install (from rev 182430, 
lightsoff/repos/staging-i686/lightsoff.install)
===
--- testing-i686/lightsoff.install  (rev 0)
+++ testing-i686/lightsoff.install  2013-04-10 19:14:07 UTC (rev 182559)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: lightsoff/repos/testing-x86_64/PKGBUILD (from rev 182430, 
lightsoff/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:14:07 UTC (rev 182559)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=lightsoff
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Turn off all the lights
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=lightsoff.install
+url=https://live.gnome.org/Lightsoff;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('767f7876c6f360b0e3c18243c7e2201ea0a31523df890853a572d0325d91c24b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: lightsoff/repos/testing-x86_64/lightsoff.install (from rev 182430, 
lightsoff/repos/staging-x86_64/lightsoff.install)
===
--- testing-x86_64/lightsoff.install(rev 0)
+++ testing-x86_64/lightsoff.install2013-04-10 19:14:07 UTC (rev 182559)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}