[arch-commits] Commit in wingpanel-indicator-notifications/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at archlinux.org
Fri Apr 3 07:51:11 UTC 2020
Date: Friday, April 3, 2020 @ 07:51:11
Author: alucryd
Revision: 610794
archrelease: copy trunk to community-x86_64
Added:
wingpanel-indicator-notifications/repos/community-x86_64/PKGBUILD
(from rev 610793, wingpanel-indicator-notifications/trunk/PKGBUILD)
Deleted:
wingpanel-indicator-notifications/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-03 07:51:06 UTC (rev 610793)
+++ PKGBUILD 2020-04-03 07:51:11 UTC (rev 610794)
@@ -1,43 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=wingpanel-indicator-notifications
-pkgver=2.1.3
-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
- libwingpanel-2.0.so
- libwnck3
-)
-makedepends=(
- git
- meson
- vala
-)
-source=(git+https://github.com/elementary/wingpanel-indicator-notifications.git#tag=3b8478801756e58bb3651d8d48044e4073d4665c)
-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:
Copied: wingpanel-indicator-notifications/repos/community-x86_64/PKGBUILD (from rev 610793, wingpanel-indicator-notifications/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-03 07:51:11 UTC (rev 610794)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=wingpanel-indicator-notifications
+pkgver=2.1.4
+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
+ libwingpanel-2.0.so
+ libwnck3
+)
+makedepends=(
+ git
+ meson
+ vala
+)
+source=(git+https://github.com/elementary/wingpanel-indicator-notifications.git#tag=738d6d9af4f5b31cdb44ae57cecaeb746cbce6e5)
+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