summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsolaraquarion2017-02-27 08:14:43 -0500
committersolaraquarion2017-02-27 08:14:43 -0500
commit4107474ceb3ec02a9738fd1ac2f4dd6d5931198b (patch)
tree203f3f53010b6a81b6dd8f98d378465fcaf42d7a
parent810ae3809ddbd65d847ae77d4fbef4dab41528ee (diff)
downloadaur-4107474ceb3ec02a9738fd1ac2f4dd6d5931198b.tar.gz
add a .desktop
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
-rw-r--r--topinambour-git.desktop15
3 files changed, 24 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfad899cd295..f43a454250bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Feb 27 12:54:15 UTC 2017
+# Mon Feb 27 13:14:29 UTC 2017
pkgbase = topinambour-git
pkgdesc = vte terminal based on the ruby-gtk3 bindings
pkgver = 1.0.11.r35.g28d83dc
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cedlemo/topinambour
arch = i686
arch = x86_64
@@ -14,7 +14,9 @@ pkgbase = topinambour-git
depends = ruby-gtk3
depends = ruby-vte3
source = git://github.com/cedlemo/topinambour
+ source = topinambour-git.desktop
md5sums = SKIP
+ md5sums = 22c3f5dacc5d3d9d657b29b6fcb6fcef
pkgname = topinambour-git
diff --git a/PKGBUILD b/PKGBUILD
index f3aeed312b7e..769cd623d6c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
pkgname=topinambour-git
pkgver=1.0.11.r35.g28d83dc
-pkgrel=1
+pkgrel=2
pkgdesc="vte terminal based on the ruby-gtk3 bindings"
arch=('i686' 'x86_64')
url="https://github.com/cedlemo/topinambour"
license=('GPL')
depends=('fish' 'ruby' 'ruby-gtk3' 'ruby-vte3')
makedepends=('git')
-source=('git://github.com/cedlemo/topinambour')
-md5sums=('SKIP')
+source=('git://github.com/cedlemo/topinambour' 'topinambour-git.desktop')
+md5sums=('SKIP'
+ '22c3f5dacc5d3d9d657b29b6fcb6fcef')
pkgver() {
cd "topinambour"
@@ -30,4 +31,5 @@ package() {
-n "${pkgdir}/usr/bin" \
topinambour-*.gem
install -Dm644 "data/topinambour.gschema.xml" "$pkgdir/usr/share/glib-2.0/schemas/topinambour.gschema.xml"
+install -Dm644 "../$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
}
diff --git a/topinambour-git.desktop b/topinambour-git.desktop
new file mode 100644
index 000000000000..c7d087415c88
--- /dev/null
+++ b/topinambour-git.desktop
@@ -0,0 +1,15 @@
+[Desktop Entry]
+_Name=topinambour
+_Comment=Use the command line
+_Keywords=shell;prompt;command;commandline;cmd;
+TryExec=topinambour
+Exec=topinambour
+Icon=utilities-terminal
+Type=Application
+Categories=GNOME;GTK;System;TerminalEmulator;Utility;
+StartupNotify=true
+[NewWindow Shortcut Group]
+Name=Open a New Window
+Exec=topinambour
+
+