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

Jan Steffens heftig at archlinux.org
Wed Sep 20 20:47:30 UTC 2017


    Date: Wednesday, September 20, 2017 @ 20:47:29
  Author: heftig
Revision: 306005

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 306003, lightsoff/trunk/PKGBUILD)
  lightsoff/repos/gnome-unstable-x86_64/
  lightsoff/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 306003, 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 306003, lightsoff/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-09-20 20:47:29 UTC (rev 306005)
@@ -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.26.0+2+g243e6e8
+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=243e6e8635f62f3b3d11e1c721a36fc114312893  # gnome-3-26
+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 306003, lightsoff/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-09-20 20:47:29 UTC (rev 306005)
@@ -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.26.0+2+g243e6e8
+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=243e6e8635f62f3b3d11e1c721a36fc114312893  # gnome-3-26
+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