Date: Monday, October 24, 2022 @ 08:02:23
Author: alucryd
Revision: 1334494
archrelease: copy trunk to community-x86_64
Added:
wingpanel-indicator-keyboard/repos/community-x86_64/PKGBUILD
(from rev 1334493, wingpanel-indicator-keyboard/trunk/PKGBUILD)
Deleted:
wingpanel-indicator-keyboard/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-24 08:02:14 UTC (rev 1334493)
+++ PKGBUILD 2022-10-24 08:02:23 UTC (rev 1334494)
@@ -1,42 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-
-pkgname=wingpanel-indicator-keyboard
-pkgver=2.4.0
-pkgrel=2
-pkgdesc='Wingpanel Keyboard Indicator'
-arch=(x86_64)
-url=https://github.com/elementary/wingpanel-indicator-keyboard
-license=(GPL3)
-groups=(pantheon)
-depends=(
- glib2
- gtk3
- ibus
- libwingpanel-2.0.so
- libxml2
-)
-makedepends=(
- git
- meson
- vala
- wingpanel
-)
-_tag=fc7c3900890f08c460a1b0f3e9f751333df83812
-source=(git+https://github.com/elementary/wingpanel-indicator-keyboard.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
- cd wingpanel-indicator-keyboard
- git describe --tags
-}
-
-build() {
- arch-meson wingpanel-indicator-keyboard build
- ninja -C build
-}
-
-package() {
- DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:
Copied: wingpanel-indicator-keyboard/repos/community-x86_64/PKGBUILD (from rev
1334493, wingpanel-indicator-keyboard/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-24 08:02:23 UTC (rev 1334494)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=wingpanel-indicator-keyboard
+pkgver=2.4.1
+pkgrel=1
+pkgdesc='Wingpanel Keyboard Indicator'
+arch=(x86_64)
+url=https://github.com/elementary/wingpanel-indicator-keyboard
+license=(GPL3)
+groups=(pantheon)
+depends=(
+ glib2
+ gtk3
+ ibus
+ libwingpanel-2.0.so
+ libxml2
+)
+makedepends=(
+ git
+ meson
+ vala
+ wingpanel
+)
+_tag=f9f58967e7f407949a6d631d068b2a61dcd4e4b0
+source=(git+https://github.com/elementary/wingpanel-indicator-keyboard.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd wingpanel-indicator-keyboard
+ git describe --tags
+}
+
+build() {
+ arch-meson wingpanel-indicator-keyboard build
+ ninja -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et: