aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Morales2019-05-02 15:39:14 +0200
committerFelipe Morales2019-05-02 15:39:14 +0200
commitaed5d19b620593c90fb10e6839dba987e4c6f804 (patch)
tree89740eebd37253d81d0446433116e0746430a3d7
parent0d2947f19880fe3c2b3d86ba6cb39f55ecd9b1a3 (diff)
downloadaur-aed5d19b620593c90fb10e6839dba987e4c6f804.tar.gz
small tweaks to launcher
so it can be distinguished better from the launcher that neovim itself provides
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--neovim.desktop2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fd454fa00f6..b43598e4dc11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = neovim-gnome-terminal-wrapper
pkgdesc = A wrapper for running neovim in a separate instance of gnome-terminal
pkgver = 2
- pkgrel = 12
+ pkgrel = 13
url = http://github.com/fmoralesc/
arch = any
license = GPL
@@ -11,7 +11,7 @@ pkgbase = neovim-gnome-terminal-wrapper
source = neovim.desktop
source = nvim-wrapper
source = neovim.svg
- md5sums = c5b9b5db24db814376b6925ce0f9ad52
+ md5sums = bdbdb94b1db741c62dd55961c012f276
md5sums = afc12c8bb06cbfda3c174ed3e994501d
md5sums = 2b271742492f200bcac78dbfe33caa3c
diff --git a/PKGBUILD b/PKGBUILD
index 06df70fdce15..80e0e98d8c35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felipe Morales <hel.sheep@gmail.com>
pkgname=neovim-gnome-terminal-wrapper
pkgver=2
-pkgrel=12
+pkgrel=13
pkgdesc="A wrapper for running neovim in a separate instance of gnome-terminal"
arch=(any)
url="http://github.com/fmoralesc/"
@@ -11,7 +11,7 @@ depends=('python-dbus' 'neovim' 'gnome-terminal')
source=('neovim.desktop'
'nvim-wrapper'
'neovim.svg')
-md5sums=('c5b9b5db24db814376b6925ce0f9ad52'
+md5sums=('bdbdb94b1db741c62dd55961c012f276'
'afc12c8bb06cbfda3c174ed3e994501d'
'2b271742492f200bcac78dbfe33caa3c')
diff --git a/neovim.desktop b/neovim.desktop
index 6332f1b8403c..8bada1a73dc8 100644
--- a/neovim.desktop
+++ b/neovim.desktop
@@ -1,7 +1,7 @@
[Desktop Entry]
Version=1.0
Type=Application
-Name=Neovim
+Name=Neovim (gnome-terminal)
Icon=neovim
Exec=nvim-wrapper %F
NoDisplay=false