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

Maxime Gauduin alucryd at archlinux.org
Mon Mar 29 07:41:04 UTC 2021


    Date: Monday, March 29, 2021 @ 07:41:04
  Author: alucryd
Revision: 908708

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: wingpanel-indicator-session/repos/community-staging-x86_64/PKGBUILD (from rev 908707, wingpanel-indicator-session/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-03-29 07:41:04 UTC (rev 908708)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=wingpanel-indicator-session
+pkgver=2.2.8
+pkgrel=2
+pkgdesc='Session indicator for Wingpanel'
+arch=(x86_64)
+url=https://github.com/elementary/wingpanel-indicator-session
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  accountsservice
+  gdk-pixbuf2
+  glib2
+  gtk3
+  libgranite.so
+  libhandy-1.so
+  libwingpanel-2.0.so
+)
+makedepends=(
+  git
+  gobject-introspection
+  meson
+  vala
+)
+_tag=d6f04859901d6d56290564184f41580a4246644b
+source=(git+https://github.com/elementary/wingpanel-indicator-session.git#tag=${_tag})
+sha256sums=(SKIP)
+
+prepare() {
+  cd wingpanel-indicator-session
+  git cherry-pick -n ead6971c708eed8b844bd9acd7eed2ab8a97e803
+  git cherry-pick -n 25386aca57a325b7fe5488f490f718646cd97a77
+}
+
+pkgver() {
+  cd wingpanel-indicator-session
+  git describe --tags
+}
+
+build() {
+  arch-meson wingpanel-indicator-session build
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list