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

Antonio Rojas arojas at archlinux.org
Sun May 9 10:25:38 UTC 2021


    Date: Sunday, May 9, 2021 @ 10:25:37
  Author: arojas
Revision: 929034

archrelease: copy trunk to community-any

Added:
  kupfer/repos/community-any/PKGBUILD
    (from rev 929033, kupfer/trunk/PKGBUILD)
Deleted:
  kupfer/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-09 10:25:28 UTC (rev 929033)
+++ PKGBUILD	2021-05-09 10:25:37 UTC (rev 929034)
@@ -1,33 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: D. Can Celasun <dcelasun[at]gmail[dot]com>
-# Contributor: Alessio Sergi <asergi at archlinux dot us>
-# Contributor: Asa Marco <marcoasa90[at]gmail[.]com>
-
-pkgname=kupfer
-pkgver=320
-pkgrel=2
-pkgdesc="Launcher application written in python. Similar to Gnome-Do / Launchy"
-arch=('any')
-url="https://kupferlauncher.github.io/"
-license=('GPL3')
-depends=('libkeybinder3' 'libwnck3' 'python-cairo' 'python-dbus' 'python-gobject'
-         'python-setproctitle' 'python-xdg')
-makedepends=('intltool' 'itstool' 'python-docutils')
-optdepends=('gvfs: Trash plugin'
-            'xautomation: Send Keys plugin')
-source=(https://github.com/kupferlauncher/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-#validpgpkeys=('2578ABA1F9023159DFF211B7368712C4D7A44445') # Ulrik Sverdrup
-sha256sums=('2f60293415c60831a5aaf37fd63bdc7559f363086825ae0dac983d67bb21bdf5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./waf configure --prefix=/usr \
-                  --no-update-mime \
-                  --no-update-icon-cache
-  ./waf
-}
-
-package() {
-  cd $pkgname-$pkgver
-  ./waf install --destdir="$pkgdir"
-}

Copied: kupfer/repos/community-any/PKGBUILD (from rev 929033, kupfer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-09 10:25:37 UTC (rev 929034)
@@ -0,0 +1,33 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: D. Can Celasun <dcelasun[at]gmail[dot]com>
+# Contributor: Alessio Sergi <asergi at archlinux dot us>
+# Contributor: Asa Marco <marcoasa90[at]gmail[.]com>
+
+pkgname=kupfer
+pkgver=321
+pkgrel=1
+pkgdesc="Launcher application written in python. Similar to Gnome-Do / Launchy"
+arch=('any')
+url="https://kupferlauncher.github.io/"
+license=('GPL3')
+depends=('libkeybinder3' 'libwnck3' 'python-cairo' 'python-dbus' 'python-gobject'
+         'python-setproctitle' 'python-xdg')
+makedepends=('intltool' 'itstool' 'python-docutils')
+optdepends=('gvfs: Trash plugin'
+            'xautomation: Send Keys plugin')
+source=(https://github.com/kupferlauncher/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+#validpgpkeys=('2578ABA1F9023159DFF211B7368712C4D7A44445') # Ulrik Sverdrup
+sha256sums=('f428008dc9282266fa0171a62cf07f0fd5251881bc8651a8dc848b70562077f9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./waf configure --prefix=/usr \
+                  --no-update-mime \
+                  --no-update-icon-cache
+  ./waf
+}
+
+package() {
+  cd $pkgname-$pkgver
+  ./waf install --destdir="$pkgdir"
+}



More information about the arch-commits mailing list