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

Morten Linderud foxboron at archlinux.org
Sun Aug 9 11:25:09 UTC 2020


    Date: Sunday, August 9, 2020 @ 11:25:09
  Author: foxboron
Revision: 673131

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-09 11:25:01 UTC (rev 673130)
+++ PKGBUILD	2020-08-09 11:25:09 UTC (rev 673131)
@@ -1,29 +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=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/"
-}

Copied: screenkey/repos/community-any/PKGBUILD (from rev 673130, screenkey/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-09 11:25:09 UTC (rev 673131)
@@ -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=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://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