summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/.gitignore1
-rw-r--r--desktop/Makefile.am15
-rw-r--r--desktop/viewtorrents.desktop.in11
-rw-r--r--desktop/viewtorrents.pngbin0 -> 8987 bytes
4 files changed, 27 insertions, 0 deletions
diff --git a/desktop/.gitignore b/desktop/.gitignore
new file mode 100644
index 0000000..dfd5cd8
--- /dev/null
+++ b/desktop/.gitignore
@@ -0,0 +1 @@
+/viewtorrents.desktop
diff --git a/desktop/Makefile.am b/desktop/Makefile.am
new file mode 100644
index 0000000..0ac91e2
--- /dev/null
+++ b/desktop/Makefile.am
@@ -0,0 +1,15 @@
+MAINTAINERCLEANFILES = Makefile.in
+
+Applicationdir = $(datadir)/applications
+Applicationicondir = $(datadir)/icons/hicolor/128x128/apps
+
+Application_predata = viewtorrents.desktop.in
+dist_Application_DATA = $(Application_predata:.desktop.in=.desktop)
+dist_Applicationicon_DATA = viewtorrents.png
+
+EXTRA_DIST = $(Application_predata)
+
+%.desktop: %.desktop.in
+ cp $< $@
+
+CONFIG_CLEAN_FILES = viewtorrents.desktop
diff --git a/desktop/viewtorrents.desktop.in b/desktop/viewtorrents.desktop.in
new file mode 100644
index 0000000..a532843
--- /dev/null
+++ b/desktop/viewtorrents.desktop.in
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=viewtorrents
+GenericName=GUI for rTorrent
+Comment=View your list of torrents
+Exec=viewtorrents
+Terminal=false
+Type=Application
+Icon=viewtorrents
+Categories=Utility
+StartupNotify=true
diff --git a/desktop/viewtorrents.png b/desktop/viewtorrents.png
new file mode 100644
index 0000000..c83d662
--- /dev/null
+++ b/desktop/viewtorrents.png
Binary files differ