Date: Wednesday, October 19, 2022 @ 12:56:32
Author: alucryd
Revision: 1332859
archrelease: copy trunk to community-x86_64
Added:
wingpanel-indicator-a11y/repos/community-x86_64/PKGBUILD
(from rev 1332858, wingpanel-indicator-a11y/trunk/PKGBUILD)
Deleted:
wingpanel-indicator-a11y/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-19 12:56:22 UTC (rev 1332858)
+++ PKGBUILD 2022-10-19 12:56:32 UTC (rev 1332859)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-
-pkgname=wingpanel-indicator-a11y
-pkgver=1.0.0
-pkgrel=2
-pkgdesc='Wingpanel Universal Access Indicator'
-arch=(x86_64)
-url=https://github.com/elementary/wingpanel-indicator-a11y
-license=(GPL3)
-groups=(pantheon)
-depends=(
- glib2
- gtk3
- libgranite.so
- libwingpanel-2.0.so
-)
-makedepends=(
- git
- meson
- vala
- wingpanel
-)
-_tag=951885a75c32f3c7e9e174f52ff0845ed51e027b
-source=(git+https://github.com/elementary/wingpanel-indicator-a11y.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
- cd wingpanel-indicator-a11y
- git describe --tags
-}
-
-build() {
- arch-meson wingpanel-indicator-a11y build
- ninja -C build
-}
-
-package() {
- DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:
Copied: wingpanel-indicator-a11y/repos/community-x86_64/PKGBUILD (from rev
1332858, wingpanel-indicator-a11y/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-19 12:56:32 UTC (rev 1332859)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=wingpanel-indicator-a11y
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Wingpanel Universal Access Indicator'
+arch=(x86_64)
+url=https://github.com/elementary/wingpanel-indicator-a11y
+license=(GPL3)
+groups=(pantheon)
+depends=(
+ glib2
+ gtk3
+ libgranite.so
+ libwingpanel-2.0.so
+)
+makedepends=(
+ git
+ meson
+ vala
+ wingpanel
+)
+_tag=554441740cb806a4b4bf32afd45fc4c3dd11179b
+source=(git+https://github.com/elementary/wingpanel-indicator-a11y.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd wingpanel-indicator-a11y
+ git describe --tags
+}
+
+build() {
+ arch-meson wingpanel-indicator-a11y build
+ ninja -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et: