Date: Thursday, August 26, 2021 @ 00:16:18 Author: spupykin Revision: 1005010
archrelease: copy trunk to community-x86_64 Added: unclutter/repos/community-x86_64/PKGBUILD (from rev 1005009, unclutter/trunk/PKGBUILD) Deleted: unclutter/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 62 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-08-26 00:16:11 UTC (rev 1005009) +++ PKGBUILD 2021-08-26 00:16:18 UTC (rev 1005010) @@ -1,31 +0,0 @@ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> -# Maintainer: Maxim Baz <$pkgname at maximbaz dot com> -# Contributor: Andrea Scarpino <and...@archlinux.org> -# Contributor: Callan Barrett <wizzomafi...@gmail.com> -# Contributor: Anthony Martin <al...@pbrane.org> - -_pkgname=unclutter-xfixes -pkgname=unclutter -epoch=1 -pkgver=1.5 -pkgrel=2 -pkgdesc='A small program for hiding the mouse cursor' -url="https://github.com/Airblader/${_pkgname}" -arch=('x86_64') -license=('MIT') -depends=('libxi' 'libx11' 'libxfixes' 'libev') -makedepends=('asciidoc') -source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") -sha256sums=('35c75ad24be989dd6708db1d9ce9b2a2f814b80638c0633cdb075c6df090ed11') - -build() { - cd "${_pkgname}-${pkgver}" - make all -} - -package() { - cd "${_pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} - -# vim:set ts=4 sw=4 et: Copied: unclutter/repos/community-x86_64/PKGBUILD (from rev 1005009, unclutter/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-08-26 00:16:18 UTC (rev 1005010) @@ -0,0 +1,31 @@ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Maintainer: Maxim Baz <$pkgname at maximbaz dot com> +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: Callan Barrett <wizzomafi...@gmail.com> +# Contributor: Anthony Martin <al...@pbrane.org> + +_pkgname=unclutter-xfixes +pkgname=unclutter +epoch=1 +pkgver=1.6 +pkgrel=1 +pkgdesc='A small program for hiding the mouse cursor' +url="https://github.com/Airblader/${_pkgname}" +arch=('x86_64') +license=('MIT') +depends=('libxi' 'libx11' 'libxfixes' 'libev') +makedepends=('asciidoc') +source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") +sha256sums=('6f7f248f16b7d4ec7cb144b6bc5a66bd49078130513a184f4dc16c498d457db9') + +build() { + cd "${_pkgname}-${pkgver}" + make all +} + +package() { + cd "${_pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} + +# vim:set ts=4 sw=4 et: