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

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun Mar 6 15:30:46 UTC 2022


    Date: Sunday, March 6, 2022 @ 15:30:45
  Author: foutrelis
Revision: 1142378

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 1142377, wingpanel-indicator-notifications/trunk/PKGBUILD)

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

Copied: wingpanel-indicator-notifications/repos/community-staging-x86_64/PKGBUILD (from rev 1142377, wingpanel-indicator-notifications/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-03-06 15:30:45 UTC (rev 1142378)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=wingpanel-indicator-notifications
+pkgver=6.0.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
+  libhandy-1.so
+  libwingpanel-2.0.so
+  libwnck3
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+_tag=174a42914ccf31cc354fe54d4df81694e862553d
+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