diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-12 23:14:44 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-12 23:14:44 +0800 |
commit | f2f540ff25ba30ea438bb4de49ea1c6025becce9 (patch) | |
tree | 79c3cd612305f677d26323655bb666cd4c133f4d | |
parent | 0db7d37f9ee4b21afc72ee25c2c39f84f4066f6a (diff) | |
download | freebsd-ports-gnome-f2f540ff25ba30ea438bb4de49ea1c6025becce9.tar.gz freebsd-ports-gnome-f2f540ff25ba30ea438bb4de49ea1c6025becce9.tar.zst freebsd-ports-gnome-f2f540ff25ba30ea438bb4de49ea1c6025becce9.zip |
Remove these ports as part of phase II of the GNOME 1.4 desktop removal.
19 files changed, 0 insertions, 418 deletions
diff --git a/palm/Makefile b/palm/Makefile index 743c9e8aee5c..1a8167992cee 100644 --- a/palm/Makefile +++ b/palm/Makefile @@ -3,8 +3,6 @@ SUBDIR += bibelot SUBDIR += coldsync - SUBDIR += gnomepilot - SUBDIR += gnomepilot-conduits SUBDIR += gnomepilot-conduits2 SUBDIR += gnomepilot2 SUBDIR += hdconv diff --git a/palm/gnomepilot-conduits/Makefile b/palm/gnomepilot-conduits/Makefile deleted file mode 100644 index 672fd93846f7..000000000000 --- a/palm/gnomepilot-conduits/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: gnomepilot-conduits -# Date created: 16th March 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomepilot-conduits -PORTVERSION= 0.9 -CATEGORIES= palm comms gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-pilot-conduits/0.9 -DISTNAME= gnome-pilot-conduits-${PORTVERSION} -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Additional conduits for gnome-pilot - -LIB_DEPENDS= gpilotd.1:${PORTSDIR}/palm/gnomepilot - -USE_BZIP2= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnomelibs libglade gnomevfs -USE_LIBTOOL= yes -CONFIGURE_ARGS= --with-pisock=${LOCALBASE} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/palm/gnomepilot-conduits/distinfo b/palm/gnomepilot-conduits/distinfo deleted file mode 100644 index af5bbe79df92..000000000000 --- a/palm/gnomepilot-conduits/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome/gnome-pilot-conduits-0.9.tar.bz2) = 4f7d90ca9655896fb3d589fe1aa49e82 diff --git a/palm/gnomepilot-conduits/files/patch-configure b/palm/gnomepilot-conduits/files/patch-configure deleted file mode 100644 index 83841aabd318..000000000000 --- a/palm/gnomepilot-conduits/files/patch-configure +++ /dev/null @@ -1,37 +0,0 @@ ---- configure.orig Wed May 15 09:53:26 2002 -+++ configure Tue Sep 17 18:46:34 2002 -@@ -5316,6 +5316,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -6497,7 +6498,7 @@ - else - PISOCK_CFLAGS="-I$withval/include" - incdir="$withval/include" -- PISOCK_LIBS="-L$withval/lib -lpisock" -+ PISOCK_LIBS="-L$withval/lib -lpisync -lpisock" - echo $ac_n "checking "for existance of $withval/lib/libpisock.so"""... $ac_c" 1>&6 - echo "configure:6503: checking "for existance of $withval/lib/libpisock.so"" >&5 - if test -r $withval/lib/libpisock.so; then -@@ -6610,7 +6611,7 @@ - piversion_include="$prefix/include/pi-version.h" - if test x$PISOCK_LIBDIR = x; then - incdir="$prefix/include" -- PISOCK_LIBS="-L$prefix/lib -lpisock" -+ PISOCK_LIBS="-L$prefix/lib -lpisync -lpisock" - fi - else - echo "$ac_t""no" 1>&6 -@@ -6661,7 +6662,7 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- PISOCK_LIBS=-lpisock -+ PISOCK_LIBS=-lpisync -lpisock - else - echo "$ac_t""no" 1>&6 - { echo "configure: error: "Unable to find libpisock. Try ftp://ryeham.ee.ryerson.ca/pub/PalmOS/."" 1>&2; exit 1; } diff --git a/palm/gnomepilot-conduits/files/patch-icon-path b/palm/gnomepilot-conduits/files/patch-icon-path deleted file mode 100644 index 61b499002a70..000000000000 --- a/palm/gnomepilot-conduits/files/patch-icon-path +++ /dev/null @@ -1,36 +0,0 @@ ---- email/sendmail.conduit.in.orig Sun Dec 2 03:17:09 2001 -+++ email/sendmail.conduit.in Sun Dec 2 03:19:29 2001 -@@ -4,5 +4,5 @@ - <conduit-attribute name="description" value="Mails your Palm emails via sendmail"/> - <conduit-attribute name="default-synctype" value="custom"/> - <conduit-attribute name="settings" value="TRUE"/> --<conduit-attribute name="icon" value="@prefix@/share/pixmaps/gnome-mailcheck.png"/> -+<conduit-attribute name="icon" value="@prefix@/share/gnome/pixmaps/gnome-mailcheck.png"/> - </gnome-pilot-conduit> ---- expense/expense.conduit.in.orig Sun Dec 2 03:17:13 2001 -+++ expense/expense.conduit.in Sun Dec 2 03:19:29 2001 -@@ -5,5 +5,5 @@ - <conduit-attribute name="default-synctype" value="synchronize"/> - <conduit-attribute name="valid-synctypes" value="synchronize copy_from_pilot"/> - <conduit-attribute name="settings" value="TRUE"/> -- <conduit-attribute name="icon" value="@prefix@/share/pixmaps/gnome-money.png"/> -+ <conduit-attribute name="icon" value="@prefix@/share/gnome/pixmaps/gnome-money.png"/> - </gnome-pilot-conduit> ---- memo_file/memofile.conduit.in.orig Sun Dec 2 03:17:09 2001 -+++ memo_file/memofile.conduit.in Sun Dec 2 03:19:29 2001 -@@ -5,5 +5,5 @@ - <conduit-attribute name="default-synctype" value="synchronize"/> - <conduit-attribute name="valid-synctypes" value="synchronize copy_from_pilot copy_to_pilot merge_from_pilot merge_to_pilot"/> - <conduit-attribute name="settings" value="TRUE"/> -- <conduit-attribute name="icon" value="@prefix@/share/pixmaps/gnome-note.png"/> -+ <conduit-attribute name="icon" value="@prefix@/share/gnome/pixmaps/gnome-note.png"/> - </gnome-pilot-conduit> ---- time/time.conduit.in.orig Sun Dec 2 03:17:09 2001 -+++ time/time.conduit.in Sun Dec 2 03:19:29 2001 -@@ -5,5 +5,5 @@ - <conduit-attribute name="default-synctype" value="synchronize"/> - <conduit-attribute name="valid-synctypes" value="synchronize"/> - <conduit-attribute name="settings" value="TRUE"/> -- <conduit-attribute name="icon" value="@prefix@/share/pixmaps/gnome-clock.png"/> -+ <conduit-attribute name="icon" value="@prefix@/share/gnome/pixmaps/gnome-clock.png"/> - </gnome-pilot-conduit> diff --git a/palm/gnomepilot-conduits/files/patch-mal-conduit::mal::client::unix::MAL31DBConfig.c b/palm/gnomepilot-conduits/files/patch-mal-conduit::mal::client::unix::MAL31DBConfig.c deleted file mode 100644 index 6a454fa5e978..000000000000 --- a/palm/gnomepilot-conduits/files/patch-mal-conduit::mal::client::unix::MAL31DBConfig.c +++ /dev/null @@ -1,17 +0,0 @@ - -$FreeBSD$ - ---- mal-conduit/mal/client/unix/MAL31DBConfig.c 2001/12/14 11:48:37 1.1 -+++ mal-conduit/mal/client/unix/MAL31DBConfig.c 2001/12/14 11:49:50 -@@ -20,7 +20,11 @@ - */ - - #include <MAL31DBConfig.h> -+#ifdef __FreeBSD__ -+#include <stdlib.h> -+#else - #include <malloc.h>
-+#endif - - /*---------------------------------------------------------------------------*/ - void diff --git a/palm/gnomepilot-conduits/files/patch-mal-conduit_mal_client_unix_malsync.c b/palm/gnomepilot-conduits/files/patch-mal-conduit_mal_client_unix_malsync.c deleted file mode 100644 index aaa36fcc0938..000000000000 --- a/palm/gnomepilot-conduits/files/patch-mal-conduit_mal_client_unix_malsync.c +++ /dev/null @@ -1,17 +0,0 @@ ---- mal-conduit/mal/client/unix/malsync.c.orig Tue Sep 17 18:43:28 2002 -+++ mal-conduit/mal/client/unix/malsync.c Tue Sep 17 18:43:45 2002 -@@ -1409,12 +1409,12 @@ - signal(SIGSEGV, SigHandler); - #endif - -- if (!(sd = pi_socket(PI_AF_SLP, PI_SOCK_STREAM, PI_PF_PADP))) { -+ if (!(sd = pi_socket(PI_PF_SLP, PI_SOCK_STREAM, PI_PF_PADP))) { - perror("pi_socket"); - exit(1); - } - -- addr.pi_family = PI_AF_SLP; -+ addr.pi_family = PI_PF_SLP; - strcpy(addr.pi_device, device); - - ret = pi_bind(sd, (struct sockaddr*)&addr, sizeof(addr)); diff --git a/palm/gnomepilot-conduits/pkg-descr b/palm/gnomepilot-conduits/pkg-descr deleted file mode 100644 index ea9bb0b0229b..000000000000 --- a/palm/gnomepilot-conduits/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Additional conduits for gnome-pilot - -WWW: http://www.gnome.org/gnome-pilot/ diff --git a/palm/gnomepilot-conduits/pkg-plist b/palm/gnomepilot-conduits/pkg-plist deleted file mode 100644 index b5eb0040e93b..000000000000 --- a/palm/gnomepilot-conduits/pkg-plist +++ /dev/null @@ -1,35 +0,0 @@ -lib/gnome-pilot/conduits/libemail_conduit.so -lib/gnome-pilot/conduits/libexpense_conduit.so -lib/gnome-pilot/conduits/libmal_conduit.so -lib/gnome-pilot/conduits/libmemo_file_conduit.so -lib/gnome-pilot/conduits/libtime_conduit.so -share/gnome/gnome-pilot/conduits/expense.conduit -share/gnome/gnome-pilot/conduits/mal.conduit -share/gnome/gnome-pilot/conduits/memofile.conduit -share/gnome/gnome-pilot/conduits/sendmail.conduit -share/gnome/gnome-pilot/conduits/time.conduit -share/gnome/pixmaps/avantgo.png -share/locale/az/LC_MESSAGES/gnome-pilot-conduits.mo -share/locale/ca/LC_MESSAGES/gnome-pilot-conduits.mo -share/locale/da/LC_MESSAGES/gnome-pilot-conduits.mo -share/locale/de/LC_MESSAGES/gnome-pilot-conduits.mo -share/locale/el/LC_MESSAGES/gnome-pilot-conduits.mo -share/locale/es/LC_MESSAGES/gnome-pilot-conduits.mo -share/locale/fi/LC_MESSAGES/gnome-pilot-conduits.mo -share/locale/fr/LC_MESSAGES/gnome-pilot-conduits.mo -share/locale/gl/LC_MESSAGES/gnome-pilot-conduits.mo -share/locale/hu/LC_MESSAGES/gnome-pilot-conduits.mo -share/locale/ja/LC_MESSAGES/gnome-pilot-conduits.mo -share/locale/nl/LC_MESSAGES/gnome-pilot-conduits.mo -share/locale/nn/LC_MESSAGES/gnome-pilot-conduits.mo -share/locale/no/LC_MESSAGES/gnome-pilot-conduits.mo -share/locale/pl/LC_MESSAGES/gnome-pilot-conduits.mo -share/locale/pt/LC_MESSAGES/gnome-pilot-conduits.mo -share/locale/pt_BR/LC_MESSAGES/gnome-pilot-conduits.mo -share/locale/ru/LC_MESSAGES/gnome-pilot-conduits.mo -share/locale/sk/LC_MESSAGES/gnome-pilot-conduits.mo -share/locale/sv/LC_MESSAGES/gnome-pilot-conduits.mo -share/locale/tr/LC_MESSAGES/gnome-pilot-conduits.mo -share/locale/uk/LC_MESSAGES/gnome-pilot-conduits.mo -share/locale/wa/LC_MESSAGES/gnome-pilot-conduits.mo -share/locale/zh_TW/LC_MESSAGES/gnome-pilot-conduits.mo diff --git a/palm/gnomepilot/Makefile b/palm/gnomepilot/Makefile deleted file mode 100644 index 23035c012be4..000000000000 --- a/palm/gnomepilot/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: gnomepilot -# Date created: 28th October 1999 -# Whom: Ade Lovett <ade@lovett.com> -# -# $FreeBSD$ -# - -PORTNAME= gnomepilot -PORTVERSION= 0.1.71 -CATEGORIES= palm comms gnome -MASTER_SITES= ${MASTER_SITE_GNOME} \ - http://www.eskil.org/gnome-pilot/download/tarballs/ -MASTER_SITE_SUBDIR= sources/gnome-pilot/0.1 -DISTNAME= gnome-pilot-${PORTVERSION} -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= 3Com PalmPilot conduit system for GNOME - -BUILD_DEPENDS= gob:${PORTSDIR}/x11-toolkits/gob -LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link -RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomelibs libglade gnomevfs libpanel \ - libcapplet -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --with-pisock=${LOCALBASE} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -MAN1= gpilot-install-file.1 - -.include <bsd.port.mk> diff --git a/palm/gnomepilot/distinfo b/palm/gnomepilot/distinfo deleted file mode 100644 index 6bf203c2b979..000000000000 --- a/palm/gnomepilot/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome/gnome-pilot-0.1.71.tar.bz2) = 9d0018831605418aa6f74f129b5a506f diff --git a/palm/gnomepilot/files/patch-aa b/palm/gnomepilot/files/patch-aa deleted file mode 100644 index fe24d8508a77..000000000000 --- a/palm/gnomepilot/files/patch-aa +++ /dev/null @@ -1,54 +0,0 @@ ---- configure.orig Thu Oct 24 10:43:46 2002 -+++ configure Thu Oct 24 22:06:58 2002 -@@ -1265,10 +1265,6 @@ - - # The aliases save the names the user supplied, while $host etc. - # will get canonicalized. --test -n "$target_alias" && -- test "$program_prefix$program_suffix$program_transform_name" = \ -- NONENONEs,x,x, && -- program_prefix=${target_alias}- - - GNOME_PILOT_MAJOR=0 - GNOME_PILOT_REVISION=1 -@@ -6474,6 +6470,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -6707,8 +6704,8 @@ - - gnome_cv_gnorba_found=no - if test x$gnome_cv_orbit_found = xyes; then -- GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`" -- GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`" -+ GNORBA_CFLAGS="`$GNOME_CONFIG --cflags gnorba gnomeui`" -+ GNORBA_LIBS="`$GNOME_CONFIG --libs gnorba gnomeui`" - if test -n "$GNORBA_LIBS"; then - gnome_cv_gnorba_found=yes - fi -@@ -6727,8 +6724,8 @@ - fi - if test x$gnome_cv_orbit_found = xyes; then - -- GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`" -- GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`" -+ GNORBA_CFLAGS="`$GNOME_CONFIG --cflags gnorba gnomeui`" -+ GNORBA_LIBS="`$GNOME_CONFIG --libs gnorba gnomeui`" - - else - if test xfail = xfailure; then -@@ -11322,8 +11319,8 @@ - fi - - GPILOT_LIBDIR='-L${libdir}' --GPILOT_LIBS="-lgpilotd -lgpilotdcm -lgpilotdconduit `$GNOME_CONFIG --libs gnome` `glib-config --libs glib gmodule`" --GPILOT_INCLUDEDIR="-I${includedir} `$GNOME_CONFIG --cflags gnome` `glib-config --cflags glib gmodule`" -+GPILOT_LIBS="-lgpilotd -lgpilotdcm -lgpilotdconduit `$GNOME_CONFIG --libs gnome` `$GLIB_CONFIG --libs glib gmodule`" -+GPILOT_INCLUDEDIR="-I${includedir} `$GNOME_CONFIG --cflags gnome` `$GLIB_CONFIG --cflags glib gmodule`" - - # Check whether --with-oaf or --without-oaf was given. - if test "${with_oaf+set}" = set; then diff --git a/palm/gnomepilot/files/patch-ah b/palm/gnomepilot/files/patch-ah deleted file mode 100644 index c8bcc5dc63df..000000000000 --- a/palm/gnomepilot/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Fri Mar 31 11:05:19 2000 -+++ Makefile.in Wed Apr 5 17:16:05 2000 -@@ -156,7 +156,7 @@ - - bin_SCRIPTS = gnome-pilot-config - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = gpilotConf.sh - - EXTRA_DIST = gnome-pilot.spec gpilotConf.sh.in diff --git a/palm/gnomepilot/files/patch-capplet::Makefile.in b/palm/gnomepilot/files/patch-capplet::Makefile.in deleted file mode 100644 index 3f33fb1efccc..000000000000 --- a/palm/gnomepilot/files/patch-capplet::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- capplet/Makefile.in 2002/04/25 16:25:08 1.1 -+++ capplet/Makefile.in 2002/04/25 16:25:15 -@@ -174,7 +174,7 @@ - $(NULL) - - --CFLAGS = @CFLAGS@ -g -+CFLAGS = @CFLAGS@ - - gpilotd_control_applet_SOURCES = \ - gpilotd-control-applet.c \ diff --git a/palm/gnomepilot/files/patch-gpilotd::Makefile.in b/palm/gnomepilot/files/patch-gpilotd::Makefile.in deleted file mode 100644 index c454b7787ade..000000000000 --- a/palm/gnomepilot/files/patch-gpilotd::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- gpilotd/Makefile.in 2002/04/25 16:24:16 1.1 -+++ gpilotd/Makefile.in 2002/04/25 16:24:35 -@@ -305,7 +305,7 @@ - CFLAGS = \ - -Wall -Wmissing-prototypes \ - -Wmissing-declarations \ -- -Wpointer-arith -g \ -+ -Wpointer-arith \ - -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \ - $(NULL) - diff --git a/palm/gnomepilot/files/patch-libgpilotdCM::gnome-pilot-conduit-management.c b/palm/gnomepilot/files/patch-libgpilotdCM::gnome-pilot-conduit-management.c deleted file mode 100644 index d4533162b8a2..000000000000 --- a/palm/gnomepilot/files/patch-libgpilotdCM::gnome-pilot-conduit-management.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libgpilotdCM/gnome-pilot-conduit-management.c.orig Tue Jun 19 09:47:42 2001 -+++ libgpilotdCM/gnome-pilot-conduit-management.c Sun Dec 2 02:55:26 2001 -@@ -238,7 +238,7 @@ - GList *iterator; - - /* Do read of all .conduit files here */ -- conduit_files = get_conduit_file_names ("share/gnome-pilot/conduits", ".conduit"); -+ conduit_files = get_conduit_file_names ("share/gnome/gnome-pilot/conduits", ".conduit"); - - LOCK_MY_HASHES; - conduitname_to_datastruct = g_hash_table_new (g_str_hash,g_str_equal); diff --git a/palm/gnomepilot/files/patch-po::Makefile.in.in b/palm/gnomepilot/files/patch-po::Makefile.in.in deleted file mode 100644 index 68b6a8c98491..000000000000 --- a/palm/gnomepilot/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in 2002/01/14 11:02:35 1.1 -+++ po/Makefile.in.in 2002/01/14 11:02:49 -@@ -106,7 +106,7 @@ - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ -- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ -+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ diff --git a/palm/gnomepilot/pkg-descr b/palm/gnomepilot/pkg-descr deleted file mode 100644 index 75f9272d488f..000000000000 --- a/palm/gnomepilot/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Gnome-pilot is a package with a daemon that monitors for pilot -connects on one or more devices. It has a conduit system, and is -accompanied by a few conduits, basically for installing files -and backing up db's from the pilot. - -WWW: http://www.gnome.org/gnome-pilot/ diff --git a/palm/gnomepilot/pkg-plist b/palm/gnomepilot/pkg-plist deleted file mode 100644 index ee209e5d80b8..000000000000 --- a/palm/gnomepilot/pkg-plist +++ /dev/null @@ -1,78 +0,0 @@ -bin/gnome-pilot-make-password -bin/gpilot-applet -bin/gpilot-install-file -bin/gpilotd -bin/gpilotd-control-applet -bin/gpilotd-session-wrapper -etc/CORBA/servers/gpilot-applet.gnorba -etc/CORBA/servers/gpilotd.gnorba -etc/gpilotConf.sh -include/gpilotd/gnome-pilot-client.h -include/gpilotd/gnome-pilot-conduit-backup.h -include/gpilotd/gnome-pilot-conduit-file.h -include/gpilotd/gnome-pilot-conduit-standard-abs.h -include/gpilotd/gnome-pilot-conduit-standard.h -include/gpilotd/gnome-pilot-conduit-sync-abs.h -include/gpilotd/gnome-pilot-conduit.h -include/gpilotd/gnome-pilot-dbinfo.h -include/gpilotd/gnome-pilot-structures.h -include/gpilotd/gnome-pilot.h -include/libgpilotdCM/gnome-pilot-conduit-config.h -include/libgpilotdCM/gnome-pilot-conduit-management.h -lib/gnome-pilot/conduits/libbackup_conduit.so -lib/gnome-pilot/conduits/libfile_conduit.so -lib/gnome-pilot/conduits/libtest_conduit.so -lib/libgpilotd.a -lib/libgpilotd.so -lib/libgpilotd.so.1 -lib/libgpilotdcm.a -lib/libgpilotdcm.so -lib/libgpilotdcm.so.1 -lib/libgpilotdconduit.a -lib/libgpilotdconduit.so -lib/libgpilotdconduit.so.1 -share/gnome/applets/Utility/gpilot-applet.desktop -share/gnome/apps/Settings/Peripherals/gpilotd-control-applet.desktop -share/gnome/control-center/Peripherals/gpilotd-control-applet.desktop -share/gnome/gnome-pilot/conduits/backup.conduit -share/gnome/gnome-pilot/conduits/file.conduit -share/gnome/gnome-pilot/conduits/test.conduit -share/gnome/gnome-pilot/glade/gnome-palm.png -share/gnome/gnome-pilot/glade/gnome-pilot-watermark.png -share/gnome/gnome-pilot/glade/gpilotd-capplet.glade -share/gnome/gnome-pilot/glade/pilot-applet.glade -share/gnome/idl/gnome-pilot.idl -share/gnome/mime-info/palm.keys -share/gnome/mime-info/palm.mime -share/gnome/pixmaps/gnome-palm-conduit.png -share/gnome/pixmaps/gnome-palm.png -share/gnome/pixmaps/sync_broken.png -share/gnome/pixmaps/sync_icon.png -share/gnome/pixmaps/sync_paused.png -share/gnome/pixmaps/syncing_icon.png -share/locale/az/LC_MESSAGES/gnome-pilot.mo -share/locale/ca/LC_MESSAGES/gnome-pilot.mo -share/locale/da/LC_MESSAGES/gnome-pilot.mo -share/locale/de/LC_MESSAGES/gnome-pilot.mo -share/locale/el/LC_MESSAGES/gnome-pilot.mo -share/locale/es/LC_MESSAGES/gnome-pilot.mo -share/locale/fi/LC_MESSAGES/gnome-pilot.mo -share/locale/fr/LC_MESSAGES/gnome-pilot.mo -share/locale/gl/LC_MESSAGES/gnome-pilot.mo -share/locale/hu/LC_MESSAGES/gnome-pilot.mo -share/locale/ja/LC_MESSAGES/gnome-pilot.mo -share/locale/nl/LC_MESSAGES/gnome-pilot.mo -share/locale/nn/LC_MESSAGES/gnome-pilot.mo -share/locale/no/LC_MESSAGES/gnome-pilot.mo -share/locale/pl/LC_MESSAGES/gnome-pilot.mo -share/locale/pt/LC_MESSAGES/gnome-pilot.mo -share/locale/pt_BR/LC_MESSAGES/gnome-pilot.mo -share/locale/ru/LC_MESSAGES/gnome-pilot.mo -share/locale/sk/LC_MESSAGES/gnome-pilot.mo -share/locale/sv/LC_MESSAGES/gnome-pilot.mo -share/locale/tr/LC_MESSAGES/gnome-pilot.mo -share/locale/uk/LC_MESSAGES/gnome-pilot.mo -share/locale/zh_TW/LC_MESSAGES/gnome-pilot.mo -@dirrm share/gnome/gnome-pilot/glade -@dirrm include/libgpilotdCM -@dirrm include/gpilotd |