annotate plugins/rotate/Makefile.am @ 1783:b0352818977b

Allow to switch to fullscreen mode using LIRC. Imagine the following situation (which happened to me several times) : you want to see photos from your bed or your sofa so you launch geeqie and go to the right directory, then you take your remote control and sit comfortably far from your keyboard and mouse. And when you want to begin to watch photos, you realize you forgot to enable full screen! You have to stand up and to go until your computer and come back, whereas you could have done it with your remote control. Patch by Bernard Massot.
author zas_
date Tue, 05 Jan 2010 17:49:50 +0000
parents 22ec11cc989c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1694
22ec11cc989c make sure that automake and config.h uses the same installation paths
nadvornik
parents: 1684
diff changeset
1 dist_gq_bin_SCRIPTS = geeqie-rotate
1616
5b36a6ff55ae Add .desktop files to restore lossless jpeg rotation via editors.
zas_
parents:
diff changeset
2
1694
22ec11cc989c make sure that automake and config.h uses the same installation paths
nadvornik
parents: 1684
diff changeset
3 gq_desktopdir = $(appdir)/applications
1648
a57336c3b1cc use intltool for desktop file translation
nadvornik
parents: 1647
diff changeset
4 gq_desktop_in_files = rotate.desktop.in
a57336c3b1cc use intltool for desktop file translation
nadvornik
parents: 1647
diff changeset
5 gq_desktop_DATA = $(gq_desktop_in_files:.desktop.in=.desktop)
a57336c3b1cc use intltool for desktop file translation
nadvornik
parents: 1647
diff changeset
6 @INTLTOOL_DESKTOP_RULE@
1616
5b36a6ff55ae Add .desktop files to restore lossless jpeg rotation via editors.
zas_
parents:
diff changeset
7
1684
a14d7bfe666c add desktop.in files to the tarball
nadvornik
parents: 1648
diff changeset
8 EXTRA_DIST = $(gq_desktop_DATA) $(gq_desktop_in_files)
1616
5b36a6ff55ae Add .desktop files to restore lossless jpeg rotation via editors.
zas_
parents:
diff changeset
9