summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Nickerl2018-06-20 09:16:05 +0200
committerHeiko Nickerl2018-06-20 09:16:05 +0200
commitc4342f2f44abdcbfaa56cbe99c57875ef067a350 (patch)
tree04706d32cce75178ff8bf6c48851b4874d21f088
parentc9b781551e4c8aba0ea2f1ef617027bfb59879ee (diff)
parent5950c9e9a2a1e943bd3f2935214e1e2beccc82b9 (diff)
downloadaur-c4342f2f44abdcbfaa56cbe99c57875ef067a350.tar.gz
Merge branch 'master' of ssh://aur.archlinux.org/sodalite-git
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--sodalite.install6
3 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 017293d65a6e..e648c0718bc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,9 +9,12 @@ pkgbase = sodalite-git
makedepends = git
makedepends = awk
depends = python-binaryornot
- depends = python-npyscreen-git
+ depends = python-urwid
depends = python-yaml
depends = python-pyperclip
+ depends = python-pygments
+ depends = xdg-utils
+ depends = python-watchdog
conflicts = sodalite
backup = etc/sodalite.conf
source = git+https://github.com/hnicke/sodalite.git
diff --git a/PKGBUILD b/PKGBUILD
index 2240809e3c59..de054af92713 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ url="www.github.com/hnicke/sodalite"
license=('GPL')
conflicts=('sodalite')
makedepends=('git' 'awk' )
-depends=('python-binaryornot' 'python-npyscreen-git' 'python-yaml' 'python-pyperclip')
+depends=('python-binaryornot' 'python-urwid' 'python-yaml'
+'python-pyperclip' 'python-pygments' 'xdg-utils' 'python-watchdog')
source=('git+https://github.com/hnicke/sodalite.git')
backup=('etc/sodalite.conf')
md5sums=('SKIP')
diff --git a/sodalite.install b/sodalite.install
index 562fc60a6b1a..610601d0f212 100644
--- a/sodalite.install
+++ b/sodalite.install
@@ -12,8 +12,10 @@ post_install() {
${bold}fish:
- ${normal}If not exists, create function 'fish_user_key_bindings' in your config.fish and insert following line into the function:
+ ${normal}Add this to your config.fish. In case the function fish_user_key_bindings already exists, add its content to the function.
source /usr/share/sodalite/shell-integration.fish
-
+ function fish_user_key_bindings
+ bind \cf sodalite-widget
+ end
"
}