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

Felix Yan felixonmars at archlinux.org
Thu Nov 12 16:58:57 UTC 2020


    Date: Thursday, November 12, 2020 @ 16:58:57
  Author: felixonmars
Revision: 752143

archrelease: copy trunk to community-staging-any

Added:
  screenkey/repos/community-staging-any/
  screenkey/repos/community-staging-any/PKGBUILD
    (from rev 752141, screenkey/trunk/PKGBUILD)

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

Copied: screenkey/repos/community-staging-any/PKGBUILD (from rev 752141, screenkey/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-12 16:58:57 UTC (rev 752143)
@@ -0,0 +1,29 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Fabius
+# Contributor: Adria Arrufat <swiftscythe @t gmail d at t com>
+# Contributor: Gordin <9ordin @t gmail d at t com>
+
+pkgname=screenkey
+pkgver=1.2
+pkgrel=2
+pkgdesc="A screencast tool to display your keys inspired by Screenflick"
+arch=('any')
+url="https://www.thregr.org/~wavexx/software/screenkey/"
+license=('GPL3')
+depends=('python-gobject' 'gtk3' 'python-cairo' 'libx11')
+makedepends=('python-setuptools' 'python-distutils-extra')
+optdepends=('slop' 'ttf-font-awesome' 'libappindicator-gtk3')
+source=("https://www.thregr.org/~wavexx/software/screenkey/releases/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('41958F4116FDD1B43DEE754A2BB7D6F2153410EC')
+sha256sums=('6ef4dd759724bd498c9b193099e5650375810e209638e5f0d778dfb746ac5b73'
+            'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build --optimize=1 --root="$pkgdir/"
+}



More information about the arch-commits mailing list