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

Morten Linderud foxboron at archlinux.org
Sat May 30 15:11:37 UTC 2020


    Date: Saturday, May 30, 2020 @ 15:11:36
  Author: foxboron
Revision: 637439

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-30 15:11:28 UTC (rev 637438)
+++ PKGBUILD	2020-05-30 15:11:36 UTC (rev 637439)
@@ -1,27 +0,0 @@
-# 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/"
-}

Copied: screenkey/repos/community-any/PKGBUILD (from rev 637438, screenkey/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-30 15:11:36 UTC (rev 637439)
@@ -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.1
+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=('0f382e485bf185d9f4f549eab9cfe1a48c53d66dc9c362e6ab433e51c6842ed7'
+            '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