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

Jan Steffens heftig at archlinux.org
Fri Mar 15 21:48:22 UTC 2019


    Date: Friday, March 15, 2019 @ 21:48:22
  Author: heftig
Revision: 348404

archrelease: copy trunk to extra-x86_64

Added:
  lightsoff/repos/extra-x86_64/PKGBUILD
    (from rev 348403, lightsoff/trunk/PKGBUILD)
Deleted:
  lightsoff/repos/extra-x86_64/PKGBUILD
  lightsoff/repos/extra-x86_64/icon.diff

-----------+
 PKGBUILD  |   79 ++++++++++++++++++++++++++++--------------------------------
 icon.diff |    7 -----
 2 files changed, 38 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-15 21:47:33 UTC (rev 348403)
+++ PKGBUILD	2019-03-15 21:48:22 UTC (rev 348404)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=lightsoff
-pkgver=3.30.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=c5cf5324176f1d3eea1d1150ab752e7243b7b2db  # tags/3.30.0^0
-source=("git+https://gitlab.gnome.org/GNOME/lightsoff.git#commit=$_commit"
-        icon.diff)
-sha256sums=('SKIP'
-            '93534780ccf018d55b529ea2f43736be3a5e29b90d5f6cf1710b219948068cca')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np1 -i ../icon.diff
-}
-
-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 348403, lightsoff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-15 21:48:22 UTC (rev 348404)
@@ -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.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
+}

Deleted: icon.diff
===================================================================
--- icon.diff	2019-03-15 21:47:33 UTC (rev 348403)
+++ icon.diff	2019-03-15 21:48:22 UTC (rev 348404)
@@ -1,7 +0,0 @@
- .../hicolor/symbolic/apps/{lightsoff-symbolic => lightsoff-symbolic.svg}  | 0
- 1 file changed, 0 insertions(+), 0 deletions(-)
-
-diff --git c/data/icons/hicolor/symbolic/apps/lightsoff-symbolic i/data/icons/hicolor/symbolic/apps/lightsoff-symbolic.svg
-similarity index 100%
-rename from data/icons/hicolor/symbolic/apps/lightsoff-symbolic
-rename to data/icons/hicolor/symbolic/apps/lightsoff-symbolic.svg



More information about the arch-commits mailing list