~ubuntu-branches/ubuntu/precise/gnome-do/precise-backports

« back to all changes in this revision

Viewing changes to data/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2009-03-13 18:00:35 UTC
  • mfrom: (1.1.6 upstream) (0.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090313180035-08lo8130dasdg7n8
Tags: 0.8.1.3-0ubuntu1
* New upstream release (LP: #344578).
  + Gnome Do causes keyboard keys to be remapped (LP: #308143)
  + Docky window too small when summoned (LP: #317381)
  + Minimize/Maximize does not work on all windows (LP: #317908)
  + Docky blocks drag and drop over large areas of the screen
    (LP: #318471)
  + Docky fails to autohide properly when changing themes
    (LP: #318672)
  + Paste via ctrl+v does not work in 1st pane (LP: #318922)
  + Autostart is in wrong assembly (LP: #319114)
  + Docky has no results list (LP: #319797)
  + Docky trash applet does not reflect current state
    (LP: #320621)
  + Docky panels splits into two when over filled (LP: #324648)
  + Docky ui division is inconsistent and confusing
    (LP: #324718)
  + poor performance with two screens (LP: #323294)
  + Docky trash applet doesn't check if trash exists
    (LP: #323453)
  + docky panel splits into two when overfilled (LP: #324648)
  + Docky's UI division is inconsistent and confusing
    (LP: #324718)
  + Do crashes when using a pastebin launcher with docky
    (LP: #325178)
  + Make docky aware of icon theme switch (LP: #328721)
  + Docky doesn't update icon status for some apps that minimize
    to system tray. (LP: #329120)
  + Docky does not work properly with pull-down window
    (LP: #334663)
  + sensitivity of zooming the icons in the dock isn't
    configurable (LP: #336214)
  + Regression: In 0.8.1, "Request attention" is no longer
    indicated (LP: #337594)
  + Clock's Calendar mode auto-hides when leaving the bounds of
    the original dock (LP: #337783)
  + gnome-do does not notice change of icon theme (LP: #204368)
  + Thumbnails are never displayed when files have spaces in
    their names (LP: #311551)
  + Open improperly escapes URLs. (LP: #317416)
  + Docky: Right-click dialog appears on wrong monitor
    (LP: #319062)
  + Dragging items off Docky possible in summon mode
    (LP: #319452)
  + Docky shows icon according to the filename (LP: #320892)
  + Mouse click inactive when Do(cky) is summoned (LP: #324937)
  + Docky trash don't have a right-click menu (LP: #317947)
  + Polish docky's window name labels (LP: #318487)
  + Docky: Scroll on window icon should switch between windows
    of that app (LP: #319805)
  + Docky does not preserve window stack (z?) order when
    switching apps by clicking on app icon (LP: #326661)
  + Docky window switching should be easier. (LP: #327079)
  + Color of indicators on Docky cannot be changed
    (LP: #332936)
  + Do's ResultWindow is using wrong text color (LP: #288771)
  + Docky won't unhide after rev 1053 (LP: #337113)
  + Do's icon label in Docky should be "GNOME Do" instead of
    "Summon GNOME Do" (LP: #338496)
* Build against gtk, gnome mono packages from Experimental.
* debian/control:
  + Bump versioned dep on libgtk2.0-cil to ensure
    Gdk.Screen.IsComposited exists
  + Add libwnck2.20-cil build-dep
  + Add librsvg2-2.18-cil build-dep
  + gnome-sharp2 transition.
* debian/patches/03_show_in_all_DEs
  + Drop; fixed in new upstream
* debian/gnome-do.1
  + Update for new version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        $(top_srcdir)/m4/shamrock/i18n.m4 \
40
40
        $(top_srcdir)/m4/shamrock/mono.m4 \
41
41
        $(top_srcdir)/m4/shamrock/programs.m4 \
 
42
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
 
43
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
44
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
42
45
        $(top_srcdir)/configure.ac
43
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44
47
        $(ACLOCAL_M4)
59
62
    *) f=$$p;; \
60
63
  esac;
61
64
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
62
 
am__installdirs = "$(DESTDIR)$(schemasdir)"
 
65
am__installdirs = "$(DESTDIR)$(applicationsdir)" \
 
66
        "$(DESTDIR)$(schemasdir)"
 
67
applicationsDATA_INSTALL = $(INSTALL_DATA)
63
68
schemasDATA_INSTALL = $(INSTALL_DATA)
64
 
DATA = $(schemas_DATA)
 
69
DATA = $(applications_DATA) $(schemas_DATA)
65
70
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
66
71
  distclean-recursive maintainer-clean-recursive
67
72
ETAGS = etags
155
160
LIBDO_CFLAGS = @LIBDO_CFLAGS@
156
161
LIBDO_LIBS = @LIBDO_LIBS@
157
162
LIBOBJS = @LIBOBJS@
 
163
LIBRSVG_SHARP_CFLAGS = @LIBRSVG_SHARP_CFLAGS@
 
164
LIBRSVG_SHARP_LIBS = @LIBRSVG_SHARP_LIBS@
158
165
LIBS = @LIBS@
159
166
LIBTOOL = @LIBTOOL@
160
167
LIPO = @LIPO@
162
169
LTLIBOBJS = @LTLIBOBJS@
163
170
MAKEINFO = @MAKEINFO@
164
171
MCS = @MCS@
165
 
MCS_LINQ_FLAG = @MCS_LINQ_FLAG@
166
172
MKDIR_P = @MKDIR_P@
167
173
MKINSTALLDIRS = @MKINSTALLDIRS@
 
174
MONO = @MONO@
168
175
MONO_ADDINS_CFLAGS = @MONO_ADDINS_CFLAGS@
169
176
MONO_ADDINS_GUI_CFLAGS = @MONO_ADDINS_GUI_CFLAGS@
170
177
MONO_ADDINS_GUI_LIBS = @MONO_ADDINS_GUI_LIBS@
184
191
NOTIFY_SHARP_LIBS = @NOTIFY_SHARP_LIBS@
185
192
NUNIT_CFLAGS = @NUNIT_CFLAGS@
186
193
NUNIT_LIBS = @NUNIT_LIBS@
187
 
OBJDUMP = @OBJDUMP@
188
194
OBJEXT = @OBJEXT@
189
195
OTOOL = @OTOOL@
190
196
OTOOL64 = @OTOOL64@
265
271
target_alias = @target_alias@
266
272
top_builddir = @top_builddir@
267
273
top_srcdir = @top_srcdir@
268
 
SUBDIRS = icons
269
 
EXTRA_DIST = $(schemas_in_files)
270
 
CLEANFILES = $(schemas_DATA)
 
274
SUBDIRS = icons Docky.DefaultClockTheme
 
275
EXTRA_DIST = $(schemas_in_files) gnome-do.desktop.in 
 
276
CLEANFILES = $(schemas_DATA) gnome-do.desktop
271
277
schemasdir = $(GCONF_SCHEMA_FILE_DIR)
272
278
schemas_in_files = gnome-do.schemas.in
273
279
schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
 
280
applicationsdir = $(datadir)/applications
 
281
applications_DATA = gnome-do.desktop
274
282
all: all-recursive
275
283
 
276
284
.SUFFIXES:
309
317
 
310
318
clean-libtool:
311
319
        -rm -rf .libs _libs
 
320
install-applicationsDATA: $(applications_DATA)
 
321
        @$(NORMAL_INSTALL)
 
322
        test -z "$(applicationsdir)" || $(MKDIR_P) "$(DESTDIR)$(applicationsdir)"
 
323
        @list='$(applications_DATA)'; for p in $$list; do \
 
324
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
325
          f=$(am__strip_dir) \
 
326
          echo " $(applicationsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(applicationsdir)/$$f'"; \
 
327
          $(applicationsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(applicationsdir)/$$f"; \
 
328
        done
 
329
 
 
330
uninstall-applicationsDATA:
 
331
        @$(NORMAL_UNINSTALL)
 
332
        @list='$(applications_DATA)'; for p in $$list; do \
 
333
          f=$(am__strip_dir) \
 
334
          echo " rm -f '$(DESTDIR)$(applicationsdir)/$$f'"; \
 
335
          rm -f "$(DESTDIR)$(applicationsdir)/$$f"; \
 
336
        done
312
337
install-schemasDATA: $(schemas_DATA)
313
338
        @$(NORMAL_INSTALL)
314
339
        test -z "$(schemasdir)" || $(MKDIR_P) "$(DESTDIR)$(schemasdir)"
505
530
all-am: Makefile $(DATA)
506
531
installdirs: installdirs-recursive
507
532
installdirs-am:
508
 
        for dir in "$(DESTDIR)$(schemasdir)"; do \
 
533
        for dir in "$(DESTDIR)$(applicationsdir)" "$(DESTDIR)$(schemasdir)"; do \
509
534
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
510
535
        done
511
536
install: install-recursive
552
577
 
553
578
info-am:
554
579
 
555
 
install-data-am: install-data-local install-schemasDATA
 
580
install-data-am: install-applicationsDATA install-data-local \
 
581
        install-schemasDATA
556
582
 
557
583
install-dvi: install-dvi-recursive
558
584
 
586
612
 
587
613
ps-am:
588
614
 
589
 
uninstall-am: uninstall-schemasDATA
 
615
uninstall-am: uninstall-applicationsDATA uninstall-schemasDATA
590
616
 
591
617
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
592
618
        install-strip
595
621
        all all-am check check-am clean clean-generic clean-libtool \
596
622
        ctags ctags-recursive distclean distclean-generic \
597
623
        distclean-libtool distclean-tags distdir dvi dvi-am html \
598
 
        html-am info info-am install install-am install-data \
599
 
        install-data-am install-data-local install-dvi install-dvi-am \
600
 
        install-exec install-exec-am install-html install-html-am \
601
 
        install-info install-info-am install-man install-pdf \
602
 
        install-pdf-am install-ps install-ps-am install-schemasDATA \
603
 
        install-strip installcheck installcheck-am installdirs \
604
 
        installdirs-am maintainer-clean maintainer-clean-generic \
605
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
606
 
        ps ps-am tags tags-recursive uninstall uninstall-am \
607
 
        uninstall-schemasDATA
608
 
 
 
624
        html-am info info-am install install-am \
 
625
        install-applicationsDATA install-data install-data-am \
 
626
        install-data-local install-dvi install-dvi-am install-exec \
 
627
        install-exec-am install-html install-html-am install-info \
 
628
        install-info-am install-man install-pdf install-pdf-am \
 
629
        install-ps install-ps-am install-schemasDATA install-strip \
 
630
        installcheck installcheck-am installdirs installdirs-am \
 
631
        maintainer-clean maintainer-clean-generic mostlyclean \
 
632
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
633
        tags tags-recursive uninstall uninstall-am \
 
634
        uninstall-applicationsDATA uninstall-schemasDATA
 
635
 
 
636
 
 
637
@INTLTOOL_DESKTOP_RULE@
609
638
 
610
639
@INTLTOOL_SCHEMAS_RULE@
611
640