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

Jan Steffens heftig at archlinux.org
Thu Mar 25 23:51:41 UTC 2021


    Date: Thursday, March 25, 2021 @ 23:51:41
  Author: heftig
Revision: 411028

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-25 23:51:41 UTC (rev 411027)
+++ PKGBUILD	2021-03-25 23:51:41 UTC (rev 411028)
@@ -1,38 +0,0 @@
-# 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
-}

Copied: lightsoff/repos/extra-x86_64/PKGBUILD (from rev 411025, lightsoff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-25 23:51:41 UTC (rev 411028)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=lightsoff
+pkgver=40.0.1
+pkgrel=1
+pkgdesc="Turn off all the lights"
+url="https://wiki.gnome.org/Apps/Lightsoff"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 librsvg)
+makedepends=(yelp-tools vala git meson)
+groups=(gnome-extra)
+_commit=ca05a49ff447a6d7fdfadd1921288e2d720f5c09  # tags/40.0.1^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