gnunet-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GNUnet-developers] [PATCH] gnunet-gtk: Add gnunet-gtk.desktop


From: ng0
Subject: Re: [GNUnet-developers] [PATCH] gnunet-gtk: Add gnunet-gtk.desktop
Date: Sun, 31 Jul 2016 17:22:34 +0000

Hi,

Christian Grothoff writes:

> Hi ng0,
>
> You need to also patch configure.ac (at the bottom, just before
> AC_OUTPUT).  There, any ".in" file needs to be listed (without the ".in").
>
> Happy hacking!
>
> Christian

Thanks, appended is the new version, with the grammar fix I got
off-list.  It builds, but I did not try it in a live version.

> On 07/31/2016 04:20 PM, ng0 wrote:
>> Hi,
>> the appended patch adds a .desktop file for gnunet-gtk.
>> The descriptions in this file are just a start, and my french and
>> spanish is a bit rusty so I did not add those.
>> 
>> I tried to test build this on my checkout on recent HEAD, but I do not
>> understand the buildsystem so much for adding new files. Just
>> Makefile.am did not work out.
>> 
>> 
>> 
>> 
>> I'd like to fix this to a working state and provide a working copy. I
>> can not translate, but maybe get some input on the description and how
>> to "make" it.
>> This is a trivial patch, for authors if at all you can use the name +
>> email of this message.
>> 
>> 

Index: Makefile.am
===================================================================
--- Makefile.am (revision 37642)
+++ Makefile.am (working copy)
@@ -6,7 +6,8 @@
 desktopdir = $(datadir)/applications
 desktop_in_files = \
   gnunet-fs-gtk.desktop.in \
-  gnunet-setup.desktop.in
+  gnunet-setup.desktop.in \
+  gnunet-gtk.desktop.in
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
 pkgpixdir= $(pkgdatadir)
Index: configure.ac
===================================================================
--- configure.ac        (revision 37642)
+++ configure.ac        (working copy)
@@ -548,6 +548,7 @@
 po/Makefile
 gnunet-fs-gtk.desktop
 gnunet-setup.desktop
+gnunet-gtk.desktop
 contrib/gnunet_fs_gtk_about_window.glade
 contrib/gnunet_identity_gtk_about_window.glade
 contrib/gnunet_peerinfo_gtk_about_window.glade
Index: gnunet-gtk.desktop.in
===================================================================
--- gnunet-gtk.desktop.in       (revision 0)
+++ gnunet-gtk.desktop.in       (working copy)
@@ -0,0 +1,19 @@
+[Desktop Entry]
+Version=1.0
+Name=GNUnet Secured P2P (Graphical front-end tools)
+Name[es]=P2P segurizado GNUnet
+Name[fr]=P2P sécurisé GNUnet
+GenericName=GNUnet Client (Graphical front-end tools)
+GenericName[fr]=Client GNUnet
+Comment=Graphical front-end tools for GNUnet, the anonymous and censorship 
resistant network
+Comment[de]=Grafische front-end tools für GNUnet, das anonyme und 
zensurresistente Netzwerk
+Comment[es]=
+Comment[fr]=
+
+Type=Application
+Exec=gnunet-gtk
+Icon=gnunet-gtk
+Terminal=false
+Categories=GTK;Network;P2P;
+StartupNotify=true
+StartupWMClass=gnunet-gtk

-- 
♥Ⓐ  ng0
Current Keys: https://we.make.ritual.n0.is/ng0.txt
For non-prism friendly talk find me on http://www.psyced.org

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]