[arch-commits] Commit in screenkey/repos (community-any community-any/PKGBUILD)

Morten Linderud foxboron at archlinux.org
Sat May 30 15:01:33 UTC 2020


    Date: Saturday, May 30, 2020 @ 15:01:33
  Author: foxboron
Revision: 637437

archrelease: copy trunk to community-any

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

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

Copied: screenkey/repos/community-any/PKGBUILD (from rev 637436, screenkey/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-05-30 15:01:33 UTC (rev 637437)
@@ -0,0 +1,27 @@
+# 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.1
+pkgrel=1
+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://gitlab.com/$pkgname/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
+sha256sums=('305db12333f45f318152bb808bd032a6becf5233fa1a0ee019c9ae1ed4ca6be0')
+
+build() {
+  cd "$srcdir/$pkgname-v$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/$pkgname-v$pkgver"
+  python setup.py install --skip-build --optimize=1 --root="$pkgdir/"
+}



More information about the arch-commits mailing list