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

Sergej Pupykin spupykin at archlinux.org
Sun Apr 25 12:41:32 UTC 2021


    Date: Sunday, April 25, 2021 @ 12:41:32
  Author: spupykin
Revision: 924152

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-25 12:41:24 UTC (rev 924151)
+++ PKGBUILD	2021-04-25 12:41:32 UTC (rev 924152)
@@ -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.0
-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=('67ac5cc2c2c93bfd74eb9bcbe13f3b2266c9663057b7a425df28fd34437dab61')
-
-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 924151, gxkb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-25 12:41:32 UTC (rev 924152)
@@ -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.1
+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=('8134725076753bfa5a40cf79bd791edaa1e094621b236b5c2a2da7e776af9260')
+
+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