[arch-commits] Commit in wingpanel-indicator-keyboard/repos (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun Mar 6 15:53:28 UTC 2022


    Date: Sunday, March 6, 2022 @ 15:53:27
  Author: foutrelis
Revision: 1142586

archrelease: copy trunk to community-staging-x86_64

Added:
  wingpanel-indicator-keyboard/repos/community-staging-x86_64/
  wingpanel-indicator-keyboard/repos/community-staging-x86_64/PKGBUILD
    (from rev 1142585, wingpanel-indicator-keyboard/trunk/PKGBUILD)

----------+
 PKGBUILD |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

Copied: wingpanel-indicator-keyboard/repos/community-staging-x86_64/PKGBUILD (from rev 1142585, wingpanel-indicator-keyboard/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-03-06 15:53:27 UTC (rev 1142586)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+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:



More information about the arch-commits mailing list