[arch-commits] Commit in gxkb/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at gemini.archlinux.org
Fri Oct 29 12:30:16 UTC 2021


    Date: Friday, October 29, 2021 @ 12:30:15
  Author: spupykin
Revision: 1034902

archrelease: copy trunk to community-x86_64

Added:
  gxkb/repos/community-x86_64/PKGBUILD
    (from rev 1034901, gxkb/trunk/PKGBUILD)
Deleted:
  gxkb/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-29 12:29:55 UTC (rev 1034901)
+++ PKGBUILD	2021-10-29 12:30:15 UTC (rev 1034902)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Maintainer: A.T.W.A. <arch.atwa at gmail.com>
-
-pkgname=gxkb
-pkgver=0.9.2
-pkgrel=1
-pkgdesc="X11 keyboard indicator and switcher"
-arch=('x86_64')
-url="https://zen-tools.github.io/gxkb"
-license=('GPL2')
-depends=('libxklavier' 'libwnck3' 'gtk3')
-source=("https://github.com/zen-tools/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('efd83b6b05e236430c9ed7d9926d498fec1ac74ec57984c7521a441a9ec5cae8')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  ./autogen.sh
-  ./configure
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gxkb/repos/community-x86_64/PKGBUILD (from rev 1034901, gxkb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-29 12:30:15 UTC (rev 1034902)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: A.T.W.A. <arch.atwa at gmail.com>
+
+pkgname=gxkb
+pkgver=0.9.3
+pkgrel=1
+pkgdesc="X11 keyboard indicator and switcher"
+arch=('x86_64')
+url="https://zen-tools.github.io/gxkb"
+license=('GPL2')
+depends=('libxklavier' 'libwnck3' 'gtk3')
+source=("https://github.com/zen-tools/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('a9eeef974cbdf988ce51992c128ed138aa8567f97896b84cf53065535a4e793e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+  ./autogen.sh
+  ./configure
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list