[arch-commits] Commit in wingpanel-indicator-notifications/repos (2 files)
Maxime Gauduin
alucryd at gemini.archlinux.org
Tue Jul 20 16:46:22 UTC 2021
Date: Tuesday, July 20, 2021 @ 16:46:22
Author: alucryd
Revision: 980332
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 980331, wingpanel-indicator-notifications/trunk/PKGBUILD)
----------+
PKGBUILD | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
Copied: wingpanel-indicator-notifications/repos/community-staging-x86_64/PKGBUILD (from rev 980331, wingpanel-indicator-notifications/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-07-20 16:46:22 UTC (rev 980332)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=wingpanel-indicator-notifications
+pkgver=6.0.0
+pkgrel=1
+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=bba2a485702c2e44052fc342fead16f542c4b6d9
+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