
+ Fixed: Re-enabled indicator support. + Added: We are now installing a sepparate icon for clipit (not using it yet, though). + Added: Search as you type in "Manage history" dialog. + Added: 1-0 shortcuts for fast selecting of menu items. + Added: Possiblity to select multiple items for deletion in the "Manage history" dialog. Changes to be committed: modified: ChangeLog modified: Makefile.am modified: Makefile.in modified: TODO modified: configure modified: configure.in modified: data/Makefile.am modified: data/Makefile.in new file: data/trayicon.svg modified: src/Makefile.am modified: src/Makefile.in modified: src/main.c modified: src/manage.c
26 lines
572 B
Makefile
26 lines
572 B
Makefile
@INTLTOOL_DESKTOP_RULE@
|
|
|
|
desktopdir = $(datadir)/applications
|
|
desktop_in_file = clipit.desktop.in
|
|
desktop_DATA = $(desktop_in_file:.desktop.in=.desktop)
|
|
|
|
autostartdir = $(sysconfdir)/xdg/autostart
|
|
autostart_in_file = clipit-startup.desktop.in
|
|
autostart_DATA = $(autostart_in_file:.desktop.in=.desktop)
|
|
|
|
pixmapsdir = $(datarootdir)/pixmaps/clipit
|
|
pixmaps_DATA = trayicon.svg
|
|
|
|
EXTRA_DIST = \
|
|
$(desktop_in_file) \
|
|
$(autostart_in_file) \
|
|
$(pixmaps_DATA)
|
|
|
|
CLEANFILES = \
|
|
$(desktop_DATA) \
|
|
$(autostart_DATA)
|
|
|
|
DISTCLEANFILES = \
|
|
$(desktop_DATA) \
|
|
$(autostart_DATA)
|