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

Sergej Pupykin spupykin at archlinux.org
Mon Jul 10 10:14:30 UTC 2017


    Date: Monday, July 10, 2017 @ 10:14:29
  Author: spupykin
Revision: 243603

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gxkb/repos/community-i686/
  gxkb/repos/community-i686/PKGBUILD
    (from rev 243602, gxkb/trunk/PKGBUILD)
  gxkb/repos/community-x86_64/
  gxkb/repos/community-x86_64/PKGBUILD
    (from rev 243602, gxkb/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: gxkb/repos/community-i686/PKGBUILD (from rev 243602, gxkb/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-07-10 10:14:29 UTC (rev 243603)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: A.T.W.A. <arch.atwa at gmail.com>
+
+pkgname=gxkb
+pkgver=0.7.9
+pkgrel=1
+pkgdesc="X11 keyboard indicator and switcher"
+arch=('i686' '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=('964f814eba0ff7688b7a40a21d5c70f47b56a6242a3d36b713420e572bf4bba2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./autogen.sh
+  ./configure
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gxkb/repos/community-x86_64/PKGBUILD (from rev 243602, gxkb/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-10 10:14:29 UTC (rev 243603)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: A.T.W.A. <arch.atwa at gmail.com>
+
+pkgname=gxkb
+pkgver=0.7.9
+pkgrel=1
+pkgdesc="X11 keyboard indicator and switcher"
+arch=('i686' '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=('964f814eba0ff7688b7a40a21d5c70f47b56a6242a3d36b713420e572bf4bba2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./autogen.sh
+  ./configure
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list