Date: Thursday, July 23, 2020 @ 21:49:18 Author: spupykin Revision: 665109
archrelease: copy trunk to community-x86_64 Added: gxkb/repos/community-x86_64/PKGBUILD (from rev 665108, gxkb/trunk/PKGBUILD) Deleted: gxkb/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-07-23 21:49:08 UTC (rev 665108) +++ PKGBUILD 2020-07-23 21:49:18 UTC (rev 665109) @@ -1,26 +0,0 @@ -# Maintainer: Sergej Pupykin <arch+...@sergej.pp.ru> -# Maintainer: A.T.W.A. <arch.a...@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 -} Copied: gxkb/repos/community-x86_64/PKGBUILD (from rev 665108, gxkb/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-07-23 21:49:18 UTC (rev 665109) @@ -0,0 +1,26 @@ +# Maintainer: Sergej Pupykin <arch+...@sergej.pp.ru> +# Maintainer: A.T.W.A. <arch.a...@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 +}