From 1a518e9dc4237cca667dca7a3032cbe1b7c5945f Mon Sep 17 00:00:00 2001 From: Eskil Heyn Olsen Date: Sun, 5 Dec 1999 19:31:55 +0000 Subject: Added a sub package to the .spec file, it now generates gnome-pim-conduit-%ver.%arch.rpm, containing the Gnome Pilot conduits. Modded makefile.am so the conduit capplets also appear on the main menu. svn path=/trunk/; revision=1462 --- calendar/ChangeLog | 5 +++++ calendar/Makefile.am | 3 +++ calendar/gui/Makefile.am | 3 +++ 3 files changed, 11 insertions(+) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 1c1591d9fb..e0659cfd35 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +1999-12-05 Eskil Heyn Olsen + + * Makefile.am (Conduits_second_DATA): Also install .desktop files + for conduit capplets in the gnome/apps menu dir. + 1999-12-04 Eskil Heyn Olsen * Makefile.am (EXTRA_DIST): Added .desktop files to EXTRA_DIST. diff --git a/calendar/Makefile.am b/calendar/Makefile.am index 7deda55a9c..914bd8c398 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -196,6 +196,9 @@ Conduitsdir = $(PalmPilotdir)/Conduits Conduits_DATA = \ calendar-conduit-control-applet.desktop \ todo-conduit-control-applet.desktop + +Conduits_seconddir = $(datadir)/gnome/apps/Settings/Peripherals/PalmPilot/Conduits/ +Conduits_second_DATA = $(Conduits_DATA) endif EXTRA_DIST = \ diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 7deda55a9c..914bd8c398 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -196,6 +196,9 @@ Conduitsdir = $(PalmPilotdir)/Conduits Conduits_DATA = \ calendar-conduit-control-applet.desktop \ todo-conduit-control-applet.desktop + +Conduits_seconddir = $(datadir)/gnome/apps/Settings/Peripherals/PalmPilot/Conduits/ +Conduits_second_DATA = $(Conduits_DATA) endif EXTRA_DIST = \ -- cgit v1.2.3