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

2022-03-02 Thread Allan McRae via arch-commits
Date: Wednesday, March 2, 2022 @ 13:11:13
  Author: allan
Revision: 1139568

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-02 13:10:57 UTC (rev 1139567)
+++ PKGBUILD2022-03-02 13:11:13 UTC (rev 1139568)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: A.T.W.A. 
-
-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
-}

Copied: gxkb/repos/community-x86_64/PKGBUILD (from rev 1139567, 
gxkb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-02 13:11:13 UTC (rev 1139568)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: A.T.W.A. 
+
+pkgname=gxkb
+pkgver=0.9.3
+pkgrel=2
+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
+}



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

2021-10-29 Thread Sergej Pupykin via arch-commits
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
===
--- PKGBUILD2021-10-29 12:29:55 UTC (rev 1034901)
+++ PKGBUILD2021-10-29 12:30:15 UTC (rev 1034902)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: A.T.W.A. 
-
-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)
+++ PKGBUILD2021-10-29 12:30:15 UTC (rev 1034902)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: A.T.W.A. 
+
+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
+}



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

2021-05-10 Thread Sergej Pupykin via arch-commits
Date: Monday, May 10, 2021 @ 20:05:16
  Author: spupykin
Revision: 929615

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-10 20:05:08 UTC (rev 929614)
+++ PKGBUILD2021-05-10 20:05:16 UTC (rev 929615)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: A.T.W.A. 
-
-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
-}

Copied: gxkb/repos/community-x86_64/PKGBUILD (from rev 929614, 
gxkb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-10 20:05:16 UTC (rev 929615)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: A.T.W.A. 
+
+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
+}


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

2021-04-25 Thread Sergej Pupykin via arch-commits
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
===
--- PKGBUILD2021-04-25 12:41:24 UTC (rev 924151)
+++ PKGBUILD2021-04-25 12:41:32 UTC (rev 924152)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: A.T.W.A. 
-
-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)
+++ PKGBUILD2021-04-25 12:41:32 UTC (rev 924152)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: A.T.W.A. 
+
+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
+}


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

2020-12-29 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 30, 2020 @ 00:45:38
  Author: spupykin
Revision: 798580

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-30 00:45:29 UTC (rev 798579)
+++ PKGBUILD2020-12-30 00:45:38 UTC (rev 798580)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: A.T.W.A. 
-
-pkgname=gxkb
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="X11 keyboard indicator and switcher"
-arch=('x86_64')
-url="https://zen-tools.github.io/gxkb;
-license=('GPL2')
-depends=('libxklavier' 'libwnck')
-source=("https://github.com/zen-tools/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('e13e8b0f67050933e5bae30839e4ba5e1c8e723fe2557217d0b597463141b488')
-
-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 798579, 
gxkb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-30 00:45:38 UTC (rev 798580)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: A.T.W.A. 
+
+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
+}