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

Maxime Gauduin alucryd at archlinux.org
Fri Apr 3 07:50:40 UTC 2020


    Date: Friday, April 3, 2020 @ 07:50:39
  Author: alucryd
Revision: 610792

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-03 07:50:32 UTC (rev 610791)
+++ PKGBUILD	2020-04-03 07:50:39 UTC (rev 610792)
@@ -1,41 +0,0 @@
-# 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:

Copied: wingpanel-indicator-keyboard/repos/community-x86_64/PKGBUILD (from rev 610791, wingpanel-indicator-keyboard/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-03 07:50:39 UTC (rev 610792)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=wingpanel-indicator-keyboard
+pkgver=2.2.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
+  libwingpanel-2.0.so
+  libxml2
+)
+makedepends=(
+  git
+  meson
+  vala
+  wingpanel
+)
+source=(git+https://github.com/elementary/wingpanel-indicator-keyboard.git#tag=b13d0cc1080ea3bf13344b2e4f1097793ec5e78f)
+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