[arch-commits] Commit in gxkb/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 21:18:44 UTC 2020


    Date: Tuesday, July 7, 2020 @ 21:18:43
  Author: felixonmars
Revision: 660323

archrelease: copy trunk to community-staging-x86_64

Added:
  gxkb/repos/community-staging-x86_64/
  gxkb/repos/community-staging-x86_64/PKGBUILD
    (from rev 660322, gxkb/trunk/PKGBUILD)

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

Copied: gxkb/repos/community-staging-x86_64/PKGBUILD (from rev 660322, gxkb/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 21:18:43 UTC (rev 660323)
@@ -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.8.1
+pkgrel=2
+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=('aa8a69bbdce94e3cd17c7c12f5773c8e4bb7f2a5b706aacdce545e82063ff35e')
+
+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