[arch-commits] Commit in lightsoff/repos (4 files)
Jan de Groot
jgc at archlinux.org
Thu Apr 13 09:13:59 UTC 2017
Date: Thursday, April 13, 2017 @ 09:13:58
Author: jgc
Revision: 292673
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
lightsoff/repos/gnome-unstable-i686/
lightsoff/repos/gnome-unstable-i686/PKGBUILD
(from rev 292672, lightsoff/trunk/PKGBUILD)
lightsoff/repos/gnome-unstable-x86_64/
lightsoff/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292672, lightsoff/trunk/PKGBUILD)
--------------------------------+
gnome-unstable-i686/PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
gnome-unstable-x86_64/PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 78 insertions(+)
Copied: lightsoff/repos/gnome-unstable-i686/PKGBUILD (from rev 292672, lightsoff/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2017-04-13 09:13:58 UTC (rev 292673)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=lightsoff
+pkgver=3.24.0+2+gdf71308
+pkgrel=1
+pkgdesc="Turn off all the lights"
+url="https://wiki.gnome.org/Apps/Lightsoff"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(clutter-gtk librsvg)
+makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib vala git)
+groups=(gnome-extra)
+_commit=df71308808ba482e39c797c308deffc0e585adc3 # gnome-3-24
+source=("git+https://git.gnome.org/browse/lightsoff#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-schemas-compile
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
Copied: lightsoff/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292672, lightsoff/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2017-04-13 09:13:58 UTC (rev 292673)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=lightsoff
+pkgver=3.24.0+2+gdf71308
+pkgrel=1
+pkgdesc="Turn off all the lights"
+url="https://wiki.gnome.org/Apps/Lightsoff"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(clutter-gtk librsvg)
+makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib vala git)
+groups=(gnome-extra)
+_commit=df71308808ba482e39c797c308deffc0e585adc3 # gnome-3-24
+source=("git+https://git.gnome.org/browse/lightsoff#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-schemas-compile
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list