Date: Saturday, April 8, 2023 @ 05:31:13
  Author: felixonmars
Revision: 1441774

archrelease: copy trunk to community-staging-any

Added:
  kupfer/repos/community-staging-any/
  kupfer/repos/community-staging-any/PKGBUILD
    (from rev 1441773, kupfer/trunk/PKGBUILD)

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

Copied: kupfer/repos/community-staging-any/PKGBUILD (from rev 1441773, 
kupfer/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2023-04-08 05:31:13 UTC (rev 1441774)
@@ -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=322
+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=('1a26f4f21081fdea650fe94020b3d074ac6f2bc6ca8392318bca4fa51de560aa')
+
+build() {
+  cd $pkgname-$pkgver
+  ./waf configure --prefix=/usr \
+                  --no-update-mime \
+                  --no-update-icon-cache
+  ./waf
+}
+
+package() {
+  cd $pkgname-$pkgver
+  ./waf install --destdir="$pkgdir"
+}

Reply via email to