[arch-commits] Commit in gxkb/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Mon May 10 20:05:16 UTC 2021
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
===================================================================
--- PKGBUILD 2021-05-10 20:05:08 UTC (rev 929614)
+++ PKGBUILD 2021-05-10 20:05:16 UTC (rev 929615)
@@ -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.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)
+++ PKGBUILD 2021-05-10 20:05:16 UTC (rev 929615)
@@ -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.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
+}
More information about the arch-commits
mailing list