diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2014-05-28 20:56:37 -0400 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2014-05-28 21:49:11 -0400 |
commit | 4697c37a83cbf581bf232f3f172dee6ff8e7faac (patch) | |
tree | b0538891a5b860d4dbda16929bbc77567a4b5d6a /data/applications/redshift-gtk.desktop.in | |
parent | Merge pull request #84 from maandree/geoclue-strdup-failure (diff) | |
download | redshift-ng-4697c37a83cbf581bf232f3f172dee6ff8e7faac.tar.gz redshift-ng-4697c37a83cbf581bf232f3f172dee6ff8e7faac.tar.bz2 redshift-ng-4697c37a83cbf581bf232f3f172dee6ff8e7faac.tar.xz |
Make desktop file translatable
Changes bootstrap script to run libtoolize. Some extra magic was needed for
autoreconf (taken from GNOME projects).
The INTLTOOL_DESKTOP_RULE should be used in Makefile.am but is unfortunately
broken at this time for out-of-source builds. The rule is instead copied and
fixed in Makefile.am.
Diffstat (limited to 'data/applications/redshift-gtk.desktop.in')
-rwxr-xr-x | data/applications/redshift-gtk.desktop.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/applications/redshift-gtk.desktop.in b/data/applications/redshift-gtk.desktop.in new file mode 100755 index 0000000..f68bef6 --- /dev/null +++ b/data/applications/redshift-gtk.desktop.in @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +_Name=Redshift +_GenericName=Color temperature adjustment +_Comment=Color temperature adjustment tool +Exec=redshift-gtk +Icon=redshift +Terminal=false +Type=Application +Categories=Utility; +StartupNotify=true |