summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanskritFritz2017-02-23 14:49:37 +0100
committerSanskritFritz2017-02-23 14:49:37 +0100
commit7b365d1dd2a49d8cf22f9f2866efe6c2af7cf607 (patch)
tree35d9e99266d52e1b821b090d8a580707b43f2d3d
parent510ff08c30d6864f3041d79c0f28800409670a7b (diff)
downloadaur-7b365d1dd2a49d8cf22f9f2866efe6c2af7cf607.tar.gz
gvfs dependency added.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e7dcfcbd5fb..6ab81b42bb92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Feb 19 21:10:10 UTC 2017
+# Thu Feb 23 13:48:54 UTC 2017
pkgbase = kupfer-git
pkgdesc = An interface for quick and convenient access to applications and their documents.
- pkgver = v309.r1.gec2a47e0
+ pkgver = v311.r4.gd8a469d4
pkgrel = 1
url = https://kupferlauncher.github.io/
arch = any
@@ -17,6 +17,7 @@ pkgbase = kupfer-git
depends = python-gobject
optdepends = gnome-python-desktop: enables all plugins and gnome integration
optdepends = xautomation: enables the Send Keys plugin
+ optdepends = gvfs: enables the Trash plugin
provides = kupfer
conflicts = kupfer
source = git+https://github.com/kupferlauncher/kupfer.git
diff --git a/PKGBUILD b/PKGBUILD
index b59c9d7fd41a..e022a4e02f54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=kupfer
pkgname=$_name-git
-pkgver=v309.r1.gec2a47e0
+pkgver=v311.r4.gd8a469d4
pkgrel=1
pkgdesc="An interface for quick and convenient access to applications and their documents."
arch=(any)
@@ -13,7 +13,8 @@ license=('GPL')
depends=('libkeybinder3' 'python-dbus' 'python-cairo' 'libwnck3' 'python-xdg' 'python-gobject')
makedepends=('intltool')
optdepends=('gnome-python-desktop: enables all plugins and gnome integration'
- 'xautomation: enables the Send Keys plugin')
+ 'xautomation: enables the Send Keys plugin'
+ 'gvfs: enables the Trash plugin')
makedepends=('intltool' 'git')
provides=("$_name")
conflicts=("$_name")