[arch-commits] Commit in lightsoff/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Sep 13 09:21:46 UTC 2019


    Date: Friday, September 13, 2019 @ 09:21:46
  Author: heftig
Revision: 362456

archrelease: copy trunk to extra-x86_64

Added:
  lightsoff/repos/extra-x86_64/PKGBUILD
    (from rev 362451, lightsoff/trunk/PKGBUILD)
Deleted:
  lightsoff/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-13 09:21:45 UTC (rev 362455)
+++ PKGBUILD	2019-09-13 09:21:46 UTC (rev 362456)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=lightsoff
-pkgver=3.32.0
-pkgrel=1
-pkgdesc="Turn off all the lights"
-url="https://wiki.gnome.org/Apps/Lightsoff"
-arch=(x86_64)
-license=(GPL)
-depends=(clutter-gtk librsvg)
-makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson)
-groups=(gnome-extra)
-_commit=6f05d33a890c3026e2e13720f107daae54f6e505  # tags/3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/lightsoff.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: lightsoff/repos/extra-x86_64/PKGBUILD (from rev 362451, lightsoff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-13 09:21:46 UTC (rev 362456)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=lightsoff
+pkgver=3.34.0
+pkgrel=1
+pkgdesc="Turn off all the lights"
+url="https://wiki.gnome.org/Apps/Lightsoff"
+arch=(x86_64)
+license=(GPL)
+depends=(clutter-gtk librsvg)
+makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson)
+groups=(gnome-extra)
+_commit=146d937a11f7188d5fcb71fb8f50c871a5a7b359  # tags/3.34.0^0
+source=("git+https://gitlab.gnome.org/GNOME/lightsoff.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list