[arch-commits] Commit in wingpanel-indicator-session/repos (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Sun Mar 6 15:59:25 UTC 2022
Date: Sunday, March 6, 2022 @ 15:59:25
Author: felixonmars
Revision: 1142654
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 1142653, wingpanel-indicator-session/trunk/PKGBUILD)
----------+
PKGBUILD | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
Copied: wingpanel-indicator-session/repos/community-staging-x86_64/PKGBUILD (from rev 1142653, wingpanel-indicator-session/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2022-03-06 15:59:25 UTC (rev 1142654)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=wingpanel-indicator-session
+pkgver=2.3.0
+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=02f09e06d88d30ccc6674ec3c27f6602d64b490f
+source=(git+https://github.com/elementary/wingpanel-indicator-session.git#tag=${_tag})
+sha256sums=(SKIP)
+
+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