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

Jan Steffens heftig at archlinux.org
Sun Sep 27 16:51:16 UTC 2020


    Date: Sunday, September 27, 2020 @ 16:51:16
  Author: heftig
Revision: 396763

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-27 16:51:15 UTC (rev 396762)
+++ PKGBUILD	2020-09-27 16:51:16 UTC (rev 396763)
@@ -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.36.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=064870314de4c5ae5929a2476d6211ee48c5c0ce  # tags/3.36.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
-}

Copied: lightsoff/repos/extra-x86_64/PKGBUILD (from rev 396759, lightsoff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-27 16:51:16 UTC (rev 396763)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=lightsoff
+pkgver=3.38.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=80052f708313dc1c1a8cfaca40d50e4ee9f77a27  # tags/3.38.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
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list