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

Maxime Gauduin alucryd at archlinux.org
Mon Mar 29 07:28:15 UTC 2021


    Date: Monday, March 29, 2021 @ 07:28:15
  Author: alucryd
Revision: 908679

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: wingpanel-indicator-notifications/repos/community-staging-x86_64/PKGBUILD (from rev 908678, wingpanel-indicator-notifications/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-03-29 07:28:15 UTC (rev 908679)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=wingpanel-indicator-notifications
+pkgver=2.1.4
+pkgrel=2
+pkgdesc='Notifications indicator for Wingpanel'
+arch=(x86_64)
+url=https://github.com/elementary/wingpanel-indicator-notifications
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  dbus-glib
+  glib2
+  gtk3
+  libdbus
+  libgranite.so
+  libwingpanel-2.0.so
+  libwnck3
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+_tag=738d6d9af4f5b31cdb44ae57cecaeb746cbce6e5
+source=(git+https://github.com/elementary/wingpanel-indicator-notifications.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd wingpanel-indicator-notifications
+
+  git describe --tags
+}
+
+build() {
+  arch-meson wingpanel-indicator-notifications 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