aboutsummaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-11-18 13:54:17 +0000
committerRene Ladan <rene@FreeBSD.org>2013-11-18 13:54:17 +0000
commitdc20ad9d059926bc7a99b642fdabd40165f7821e (patch)
tree8bbe6309fbfd817c5f4e580937a797191f79eb88 /palm
parent096910598200334a7a523321dde44db04eb9aac8 (diff)
downloadports-dc20ad9d059926bc7a99b642fdabd40165f7821e.tar.gz
ports-dc20ad9d059926bc7a99b642fdabd40165f7821e.zip
Notes
Diffstat (limited to 'palm')
-rw-r--r--palm/Makefile1
-rw-r--r--palm/synce-trayicon/Makefile59
-rw-r--r--palm/synce-trayicon/distinfo2
-rw-r--r--palm/synce-trayicon/files/patch-data_Makefile.in18
-rw-r--r--palm/synce-trayicon/files/patch-src_synce-trayicon.c11
-rw-r--r--palm/synce-trayicon/files/pkg-message.in7
-rw-r--r--palm/synce-trayicon/pkg-descr5
-rw-r--r--palm/synce-trayicon/pkg-plist17
8 files changed, 0 insertions, 120 deletions
diff --git a/palm/Makefile b/palm/Makefile
index 8dd3711cad59..f7ff5e34e2e5 100644
--- a/palm/Makefile
+++ b/palm/Makefile
@@ -32,7 +32,6 @@
SUBDIR += synce-libsynce
SUBDIR += synce-serial
SUBDIR += synce-sync-engine
- SUBDIR += synce-trayicon
SUBDIR += synce-vdccm
.include <bsd.port.subdir.mk>
diff --git a/palm/synce-trayicon/Makefile b/palm/synce-trayicon/Makefile
deleted file mode 100644
index c0ad1dd7258c..000000000000
--- a/palm/synce-trayicon/Makefile
+++ /dev/null
@@ -1,59 +0,0 @@
-# Created by: Sam Lawrance <boris@brooknet.com.au>
-# $FreeBSD$
-
-PORTNAME= synce-trayicon
-PORTVERSION= 0.14
-PORTREVISION= 5
-CATEGORIES= palm
-MASTER_SITES= SF/synce/SynCE-GNOME/${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GNOME system tray app for monitoring connected WinCE based devices
-
-DEPRECATED= Broken for more than 6 month
-EXPIRATION_DATE= 2013-11-18
-
-LIB_DEPENDS= rra.0:${PORTSDIR}/palm/synce-librra \
- gtop-2.0.7:${PORTSDIR}/devel/libgtop \
- unshield.0:${PORTSDIR}/archivers/unshield \
- orange.0:${PORTSDIR}/archivers/liborange \
- notify.4:${PORTSDIR}/devel/libnotify
-RUN_DEPENDS= ${LOCALBASE}/libexec/gvfsd-synce:${PORTSDIR}/palm/synce-gvfs \
- ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon
-
-
-BROKEN= fails to build
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USES= pathfix gettext
-USE_GNOME= gnomeprefix libgnomeui desktopfileutils
-INSTALLS_ICONS= yes
-GCONF_SCHEMAS= ${PORTNAME}.schemas
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-CFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-SUB_FILES= pkg-message
-
-MAN1= ${PORTNAME}.1
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-pre-configure:
- @if [ -z "`${GREP} libsynce ${LOCALBASE}/libdata/pkgconfig/liborange.pc`" ]; then \
- ${ECHO_MSG} ; \
- ${ECHO_MSG} "${PKGNAME} requires archivers/liborange built with LIBSYNCE option ON" ; \
- ${ECHO_MSG} ; \
- ${FALSE}; \
- fi
- @if [ -z "`${GREP} libunshield ${LOCALBASE}/libdata/pkgconfig/liborange.pc`" ]; then \
- ${ECHO_MSG} ; \
- ${ECHO_MSG} "${PKGNAME} requires archivers/liborange built with LIBUNSHIELD option ON" ; \
- ${ECHO_MSG} ; \
- ${FALSE}; \
- fi
-
-post-install:
- @-update-desktop-database
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
diff --git a/palm/synce-trayicon/distinfo b/palm/synce-trayicon/distinfo
deleted file mode 100644
index abbb38b61383..000000000000
--- a/palm/synce-trayicon/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (synce-trayicon-0.14.tar.gz) = 6f1ff1b4ecc21e9db9a3d26f6c332c702ba98f9e18d3e92292abf7ab6925bb64
-SIZE (synce-trayicon-0.14.tar.gz) = 389283
diff --git a/palm/synce-trayicon/files/patch-data_Makefile.in b/palm/synce-trayicon/files/patch-data_Makefile.in
deleted file mode 100644
index 6ccc10e92327..000000000000
--- a/palm/synce-trayicon/files/patch-data_Makefile.in
+++ /dev/null
@@ -1,18 +0,0 @@
---- data/Makefile.in.orig 2008-07-26 23:24:21.000000000 +1000
-+++ data/Makefile.in 2008-07-26 23:25:28.000000000 +1000
-@@ -452,13 +452,8 @@
- @INTLTOOL_SCHEMAS_RULE@
-
- @GCONF_SCHEMAS_INSTALL_TRUE@install-data-hook:
--@GCONF_SCHEMAS_INSTALL_TRUE@ @-if test -z "$(DESTDIR)"; then \
--@GCONF_SCHEMAS_INSTALL_TRUE@ echo "Installing GConf schemas"; \
--@GCONF_SCHEMAS_INSTALL_TRUE@ -$(gconf_schema_install); \
--@GCONF_SCHEMAS_INSTALL_TRUE@ else \
--@GCONF_SCHEMAS_INSTALL_TRUE@ echo "*** GConf schema not installed. After install, run this:"; \
--@GCONF_SCHEMAS_INSTALL_TRUE@ echo "*** $(gconf_schema_install)"; \
--@GCONF_SCHEMAS_INSTALL_TRUE@ fi
-+@GCONF_SCHEMAS_INSTALL_TRUE@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
-+@GCONF_SCHEMAS_INSTALL_TRUE@ $(GCONFTOOL) --makefile-install-rule $(schema_DATA)
-
- @GCONF_SCHEMAS_INSTALL_TRUE@uninstall-hook:
- @GCONF_SCHEMAS_INSTALL_TRUE@ @-if test -z "$(DESTDIR)"; then \
diff --git a/palm/synce-trayicon/files/patch-src_synce-trayicon.c b/palm/synce-trayicon/files/patch-src_synce-trayicon.c
deleted file mode 100644
index 1ece6b82dd0b..000000000000
--- a/palm/synce-trayicon/files/patch-src_synce-trayicon.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/synce-trayicon.c.orig 2011-08-16 14:13:49.000000000 +0200
-+++ src/synce-trayicon.c 2011-08-16 14:14:40.000000000 +0200
-@@ -204,7 +204,7 @@
- }
-
- if (gtk_status_icon_is_embedded(GTK_STATUS_ICON(self))) {
-- priv->notification = notify_notification_new_with_status_icon (summary, body, NULL, GTK_STATUS_ICON(self));
-+ priv->notification = notify_notification_new (summary, body, NULL);
- notify_notification_show (priv->notification, NULL);
- } else {
- g_debug("%s: not embedded", G_STRFUNC);
diff --git a/palm/synce-trayicon/files/pkg-message.in b/palm/synce-trayicon/files/pkg-message.in
deleted file mode 100644
index d4f8ad0481b0..000000000000
--- a/palm/synce-trayicon/files/pkg-message.in
+++ /dev/null
@@ -1,7 +0,0 @@
-
-You need to install one of the dccm implementation:
-
-palm/synce-hal or palm/synce-serial with palm/synce-vdccm
-
-Please check your palm/synce-libsynce port options.
-
diff --git a/palm/synce-trayicon/pkg-descr b/palm/synce-trayicon/pkg-descr
deleted file mode 100644
index 6187d8e7e916..000000000000
--- a/palm/synce-trayicon/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-SynCE is a project for connecting to devices running Windows CE or Pocket PC.
-The trayicon sits in the notification area displays information about a
-connected Windows CE device such as battery charge and storage space.
-
-WWW: http://www.synce.org/moin/
diff --git a/palm/synce-trayicon/pkg-plist b/palm/synce-trayicon/pkg-plist
deleted file mode 100644
index 5d47a7c10699..000000000000
--- a/palm/synce-trayicon/pkg-plist
+++ /dev/null
@@ -1,17 +0,0 @@
-bin/synce-trayicon
-lib/synce-trayicon/modules/test-mod.so
-lib/synce-trayicon/modules/test-mod.la
-share/applications/synce-trayicon.desktop
-share/gnome/autostart/synce-trayicon-autostart.desktop
-share/locale/ru/LC_MESSAGES/synce-trayicon.mo
-share/locale/sv/LC_MESSAGES/synce-trayicon.mo
-share/icons/hicolor/22x22/apps/synce-gray.png
-share/icons/hicolor/22x22/apps/synce-color.png
-share/icons/hicolor/48x48/apps/synce-gray.png
-share/icons/hicolor/48x48/apps/synce-color.png
-share/synce/synce_trayicon_properties.glade
-@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@dirrmtry lib/synce-trayicon/modules
-@dirrmtry lib/synce-trayicon
-@dirrmtry share/synce