[arch-commits] Commit in wingpanel-indicator-nightlight/repos (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun Mar 6 15:52:42 UTC 2022


    Date: Sunday, March 6, 2022 @ 15:52:41
  Author: foutrelis
Revision: 1142578

archrelease: copy trunk to community-staging-x86_64

Added:
  wingpanel-indicator-nightlight/repos/community-staging-x86_64/
  wingpanel-indicator-nightlight/repos/community-staging-x86_64/PKGBUILD
    (from rev 1142577, wingpanel-indicator-nightlight/trunk/PKGBUILD)

----------+
 PKGBUILD |   41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

Copied: wingpanel-indicator-nightlight/repos/community-staging-x86_64/PKGBUILD (from rev 1142577, wingpanel-indicator-nightlight/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-03-06 15:52:41 UTC (rev 1142578)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=wingpanel-indicator-nightlight
+pkgver=2.1.0
+pkgrel=2
+pkgdesc='Winganel Nightlight Indicator'
+arch=(x86_64)
+url=https://github.com/elementary/wingpanel-indicator-nightlight
+license=(GPL2)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libwingpanel-2.0.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+_tag=9938a7cde0101973ddd5caa99781fb4301f0d043
+source=(git+https://github.com/elementary/wingpanel-indicator-nightlight.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd wingpanel-indicator-nightlight
+
+  git describe --tags
+}
+
+build() {
+  arch-meson wingpanel-indicator-nightlight build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list