[arch-commits] Commit in pantheon-notifications (3 files)

Maxime Gauduin alucryd at gemini.archlinux.org
Wed Jul 28 14:03:48 UTC 2021


    Date: Wednesday, July 28, 2021 @ 14:03:48
  Author: alucryd
Revision: 988901

archrelease: copy trunk to community-x86_64

Added:
  pantheon-notifications/repos/
  pantheon-notifications/repos/community-x86_64/
  pantheon-notifications/repos/community-x86_64/PKGBUILD
    (from rev 988900, pantheon-notifications/trunk/PKGBUILD)

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

Copied: pantheon-notifications/repos/community-x86_64/PKGBUILD (from rev 988900, pantheon-notifications/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2021-07-28 14:03:48 UTC (rev 988901)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-notifications
+pkgver=6.0.0
+pkgrel=1
+pkgdesc='Gtk Notifications Server'
+arch=(x86_64)
+url=https://github.com/elementary/notifications
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libcanberra.so
+  libcanberra-gtk3.so
+  libgranite.so
+  libhandy-1.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+_tag=57f6303205d4b592898af97f1feeafdb0265f103
+source=(pantheon-notifications::git+https://github.com/elementary/notifications.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd pantheon-notifications
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-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