Date: Wednesday, October 19, 2022 @ 13:11:00
Author: alucryd
Revision: 1332871
archrelease: copy trunk to community-x86_64
Added:
wingpanel-indicator-session/repos/community-x86_64/PKGBUILD
(from rev 1332870, wingpanel-indicator-session/trunk/PKGBUILD)
Deleted:
wingpanel-indicator-session/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-19 13:10:50 UTC (rev 1332870)
+++ PKGBUILD 2022-10-19 13:11:00 UTC (rev 1332871)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-
-pkgname=wingpanel-indicator-session
-pkgver=2.3.0
-pkgrel=2
-pkgdesc='Session indicator for Wingpanel'
-arch=(x86_64)
-url=https://github.com/elementary/wingpanel-indicator-session
-license=(GPL3)
-groups=(pantheon)
-depends=(
- accountsservice
- gdk-pixbuf2
- glib2
- gtk3
- libgranite.so
- libhandy-1.so
- libwingpanel-2.0.so
-)
-makedepends=(
- git
- gobject-introspection
- meson
- vala
-)
-_tag=02f09e06d88d30ccc6674ec3c27f6602d64b490f
-source=(git+https://github.com/elementary/wingpanel-indicator-session.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
- cd wingpanel-indicator-session
- git describe --tags
-}
-
-build() {
- arch-meson wingpanel-indicator-session build
- meson compile -C build
-}
-
-package() {
- DESTDIR="${pkgdir}" meson install -C build
-}
-
-# vim: ts=2 sw=2 et:
Copied: wingpanel-indicator-session/repos/community-x86_64/PKGBUILD (from rev
1332870, wingpanel-indicator-session/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-19 13:11:00 UTC (rev 1332871)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=wingpanel-indicator-session
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='Session indicator for Wingpanel'
+arch=(x86_64)
+url=https://github.com/elementary/wingpanel-indicator-session
+license=(GPL3)
+groups=(pantheon)
+depends=(
+ accountsservice
+ gdk-pixbuf2
+ glib2
+ gtk3
+ libgranite.so
+ libhandy-1.so
+ libwingpanel-2.0.so
+)
+makedepends=(
+ git
+ gobject-introspection
+ meson
+ vala
+)
+_tag=ade43580559fb7dff8c2ae725677c700482d661c
+source=(git+https://github.com/elementary/wingpanel-indicator-session.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd wingpanel-indicator-session
+ git describe --tags
+}
+
+build() {
+ arch-meson wingpanel-indicator-session build
+ meson compile -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et: