summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanskritFritz2022-07-05 16:42:11 +0200
committerSanskritFritz2022-07-05 16:42:11 +0200
commitfa860001153beba0ae1cc7611067498cf0e31ac1 (patch)
tree6be6f7721868769d12d39177a1999a97120519f5
parent7b365d1dd2a49d8cf22f9f2866efe6c2af7cf607 (diff)
downloadaur-fa860001153beba0ae1cc7611067498cf0e31ac1.tar.gz
Again some dependency fixes
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ab81b42bb92..c82a3305a5af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
-# Generated by mksrcinfo v8
-# 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 = v311.r4.gd8a469d4
+ pkgver = v321.r9.g35759097
pkgrel = 1
url = https://kupferlauncher.github.io/
arch = any
- license = GPL
+ license = GPL3
makedepends = intltool
+ makedepends = itstool
+ makedepends = python-docutils
makedepends = git
depends = libkeybinder3
depends = python-dbus
@@ -15,13 +15,11 @@ pkgbase = kupfer-git
depends = libwnck3
depends = python-xdg
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
+ optdepends = xautomation: Send Keys plugin
+ optdepends = gvfs: Trash plugin
provides = kupfer
conflicts = kupfer
source = git+https://github.com/kupferlauncher/kupfer.git
md5sums = SKIP
pkgname = kupfer-git
-
diff --git a/PKGBUILD b/PKGBUILD
index e022a4e02f54..a13e6b89c254 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,16 @@
_name=kupfer
pkgname=$_name-git
-pkgver=v311.r4.gd8a469d4
+pkgver=v321.r9.g35759097
pkgrel=1
pkgdesc="An interface for quick and convenient access to applications and their documents."
arch=(any)
url="https://kupferlauncher.github.io/"
-license=('GPL')
+license=('GPL3')
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'
- 'gvfs: enables the Trash plugin')
-makedepends=('intltool' 'git')
+makedepends=('intltool' 'itstool' 'python-docutils' 'git')
+optdepends=('xautomation: Send Keys plugin'
+ 'gvfs: Trash plugin')
provides=("$_name")
conflicts=("$_name")
source=("git+https://github.com/kupferlauncher/kupfer.git")