~ted/ubuntu/lucid/tomboy/with-patch

« back to all changes in this revision

Viewing changes to tomboy.spec

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-11-16 21:24:14 UTC
  • mfrom: (1.1.7 upstream) (3 etch)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20061116212414-i9mqu3nnn90ulo7m
Tags: 0.5.0-0ubuntu1
* New upstream release
* debian/patches/52_applet-crash.patch:
  + Dropped, merged upstream
* debian/control,
  debian/patches/52_external-dbus-sharp.patch:
  + Build depend on libdbus-1-cil and build against it instead of the
    bundled version
* debian/rules:
  + Install DBus service file into the correct directory
* debian/patches/53_tomboy-tray-icon.patch:
  + Correctly set the icon for the trayicon

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Name:           tomboy
2
 
Version:        0.4.1
 
2
Version:        0.5.0
3
3
Release:        1
4
4
Epoch:          0
5
5
Summary:        Tomboy is a desktop note-taking application for Linux and Unix. 
14
14
BuildRequires:  gtk2-devel >= 2.2.3
15
15
BuildRequires:  atk-devel >= 1.2.4
16
16
BuildRequires:  gtkspell-devel
17
 
BuildRequires:  gtk-sharp
 
17
BuildRequires:  gtk-sharp2
18
18
%{?_with_dbus:BuildRequires:  dbus-glib}
19
19
Requires:       gtk2-devel >= 2.2.3 
20
20
Requires:       atk-devel >= 1.2.4
21
21
Requires:       gtkspell
22
 
Requires:       gtk-sharp
 
22
Requires:       gtk-sharp2
23
23
Requires:       libpanel-applet-2.so.0
24
24
%{?_with_dbus:Requires:  dbus-glib}
25
25
 
82
82
%{?_with_dbus:%{_libdir}/dbus-1.0/services/com.beatniksoftware.Tomboy.service}
83
83
%{_mandir}/man1/%{name}.1.gz
84
84
%{_datadir}/applications/tomboy.desktop
 
85
%{_datadir}/pixmaps/tintin.png
85
86
%{_sysconfdir}/gconf/schemas/tomboy.schemas
86
87
 
87
88
%changelog