From bccf38ab8a7cbb10ded3c7cf4cade5a4b1d8d1d3 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Fri, 2 Nov 2018 17:16:17 -0400 Subject: build: Drop intltool for gettext --- data/Makefile.am | 10 +++++++--- data/io.github.TransmissionRemoteGtk.appdata.xml.in | 16 ++++++++-------- data/io.github.TransmissionRemoteGtk.desktop.in | 4 ++-- 3 files changed, 17 insertions(+), 13 deletions(-) (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 2bddf1c..ad5c5cd 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,15 +1,19 @@ SUBDIRS = icons +%.desktop: %.desktop.in + $(AM_V_GEN)$(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ + desktop_in_files = io.github.TransmissionRemoteGtk.desktop.in desktop_FILES = $(desktop_in_files:.desktop.in=.desktop) -@INTLTOOL_DESKTOP_RULE@ @DESKTOP_FILE_RULES@ +%.appdata.xml: %.appdata.xml.in + $(AM_V_GEN)$(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@ + appstream_in_files = io.github.TransmissionRemoteGtk.appdata.xml.in appstream_XML = $(appstream_in_files:.xml.in=.xml) -@INTLTOOL_XML_RULE@ @APPSTREAM_XML_RULES@ EXTRA_DIST = $(desktop_in_files) $(appstream_in_files) -DISTCLEANFILES = $(desktop_FILES) $(appstream_XML) +CLEANFILES = $(desktop_FILES) $(appstream_XML) diff --git a/data/io.github.TransmissionRemoteGtk.appdata.xml.in b/data/io.github.TransmissionRemoteGtk.appdata.xml.in index c15279f..b1340e3 100644 --- a/data/io.github.TransmissionRemoteGtk.appdata.xml.in +++ b/data/io.github.TransmissionRemoteGtk.appdata.xml.in @@ -6,20 +6,20 @@ GPL-2.0+ transmission-remote-gtk Transmission Remote - <_developer_name>Transmission Remote Gtk Team + Transmission Remote Gtk Team Remotely manage the Transmission BitTorrent client https://github.com/transmission-remote-gtk/transmission-remote-gtk https://github.com/transmission-remote-gtk/transmission-remote-gtk/issues - <_p> +

Transmission Remote Gtk allows you to remotely manage the Transmission BitTorrent client using its RPC interface. - - <_p>Features: +

+

Features:

diff --git a/data/io.github.TransmissionRemoteGtk.desktop.in b/data/io.github.TransmissionRemoteGtk.desktop.in index 776a6f7..d52cd80 100644 --- a/data/io.github.TransmissionRemoteGtk.desktop.in +++ b/data/io.github.TransmissionRemoteGtk.desktop.in @@ -1,6 +1,6 @@ [Desktop Entry] -_Name=Transmission Remote -_Comment=Remotely manage the Transmission BitTorrent client +Name=Transmission Remote +Comment=Remotely manage the Transmission BitTorrent client Exec=transmission-remote-gtk %U Icon=transmission-remote-gtk Terminal=false -- cgit v1.2.3