~ubuntu-core-dev/synaptic/ubuntu

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: mvo
  • Date: 2005-08-08 08:34:15 UTC
  • Revision ID: gustavo@niemeyer.net-20050808083415-ce46f6fa7a1437b0
* debian/patches/06_debian_no_kde_desktop.dpatch:
  - no longer needed
  - use different kde/non-kde desktop files in debian now again
    (debian has gnome-2.10 now, so ShowIn/DontShowIn works now)
* debian/patches/05_ubuntu_use_pkg_acq_run.dpatch:
  - no longer needed, debian has a current version of apt now too
* data/synaptic.desktop.in, data/synaptic-kde.desktop.in:
  - whitespace fixes
* data/Makefile.am:
  - don't install dekstop file into /etc/X11/sysconfig anymore (obsolete)
* common/rpackagelister.cc:
  - use pkgAcquire.Run(PulseIntervall) now on all non-rpm systems

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
desktop_in_files = synaptic.desktop.in
5
5
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
6
6
 
7
 
systemdir       = $(sysconfdir)/X11/sysconfig
8
 
system_in_files = synaptic.desktop.in
9
 
system_DATA     = $(system_in_files:.desktop.in=.desktop)
10
 
 
11
7
kdeappdir       = $(datadir)/applications
12
8
kdeapp_in_files = synaptic-kde.desktop.in
13
9
kdeapp_DATA     = $(kdeapp_in_files:.desktop.in=.desktop)
14
10
 
15
11
EXTRA_DIST = $(desktop_in_files) \
16
12
                $(desktop_DATA) \
17
 
                $(system_in_files) \
18
13
                $(kdeapp_in_files) \
19
14
                $(kdeapp_DATA) 
 
 
b'\\ No newline at end of file'