[arch-commits] Commit in gxkb/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Wed Dec 30 00:45:41 UTC 2020
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
===================================================================
--- PKGBUILD 2020-12-30 00:45:29 UTC (rev 798579)
+++ PKGBUILD 2020-12-30 00:45:38 UTC (rev 798580)
@@ -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.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)
+++ PKGBUILD 2020-12-30 00:45:38 UTC (rev 798580)
@@ -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.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
+}
More information about the arch-commits
mailing list