[arch-commits] Commit in wingpanel-indicator-keyboard (3 files)

Maxime Gauduin alucryd at archlinux.org
Sat Jan 18 15:12:38 UTC 2020


    Date: Saturday, January 18, 2020 @ 15:12:37
  Author: alucryd
Revision: 553029

archrelease: copy trunk to community-x86_64

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

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

Copied: wingpanel-indicator-keyboard/repos/community-x86_64/PKGBUILD (from rev 553028, wingpanel-indicator-keyboard/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2020-01-18 15:12:37 UTC (rev 553029)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=wingpanel-indicator-keyboard
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='Wingpanel Keyboard Indicator'
+arch=(x86_64)
+url=https://github.com/elementary/wingpanel-indicator-keyboard
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libwingpanel-2.0.so
+  libxml2
+)
+makedepends=(
+  git
+  meson
+  vala
+  wingpanel
+)
+source=(git+https://github.com/elementary/wingpanel-indicator-keyboard.git#tag=04f84477d22da586a4668a16ab4b35cc05d34d93)
+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