aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/alarm-notify/Makefile.am')
-rw-r--r--calendar/gui/alarm-notify/Makefile.am85
1 files changed, 0 insertions, 85 deletions
diff --git a/calendar/gui/alarm-notify/Makefile.am b/calendar/gui/alarm-notify/Makefile.am
deleted file mode 100644
index 4176a71685..0000000000
--- a/calendar/gui/alarm-notify/Makefile.am
+++ /dev/null
@@ -1,85 +0,0 @@
-CORBA_GENERATED = \
- evolution-calendar.h \
- evolution-calendar-common.c \
- evolution-calendar-skels.c \
- evolution-calendar-stubs.c
-
-idls = $(top_srcdir)/calendar/idl/evolution-calendar.idl
-
-idl_flags = `$(GNOME_CONFIG) --cflags idl` -I $(datadir)/idl
-
-$(CORBA_GENERATED): $(idls)
- $(ORBIT_IDL) $(idl_flags) $(top_srcdir)/calendar/idl/evolution-calendar.idl
-
-bin_PROGRAMS = evolution-alarm-notify # evolution-alarm-client
-
-noinst_LIBRARIES = libalarm.a
-
-libalarm_a_SOURCES = \
- alarm.c \
- alarm.h
-
-INCLUDES = \
- -DG_LOG_DOMAIN=\"evolution-alarm-notify\" \
- -I$(top_srcdir) \
- -I$(top_srcdir)/calendar \
- -I$(top_builddir)/calendar \
- -I$(top_srcdir)/libical/src/libical \
- -I$(top_builddir)/libical/src/libical \
- -I$(top_srcdir)/widgets \
- -I$(includedir) \
- $(BONOBO_VFS_GNOME_CFLAGS) \
- $(EXTRA_GNOME_CFLAGS) \
- -DEVOLUTION_DATADIR=\""$(datadir)"\" \
- -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
- -DEVOLUTION_LOCALEDIR=\""$(localedir)"\"
-
-gladedir = $(datadir)/evolution/glade
-
-glade_DATA = \
- alarm-notify.glade
-
-evolution_alarm_notify_SOURCES = \
- $(CORBA_GENERATED) \
- alarm-notify.c \
- alarm-notify.h \
- alarm-notify-dialog.c \
- alarm-notify-dialog.h \
- alarm-queue.c \
- alarm-queue.h \
- notify-main.c
-
-evolution_alarm_notify_LDADD = \
- libalarm.a \
- $(top_builddir)/calendar/cal-client/libcal-client.la \
- $(top_builddir)/calendar/cal-util/libcal-util.la \
- $(top_builddir)/libical/src/libical/libical.la \
- $(top_builddir)/libwombat/libwombat.la \
- $(BONOBO_VFS_GNOME_LIBS) \
- $(EXTRA_GNOME_LIBS) \
- $(INTLLIBS)
-
-# evolution_alarm_client_SOURCES = \
-# client-main.c \
-# $(CORBA_GENERATED)
-#
-# evolution_alarm_client_LDADD = \
-# $(BONOBO_VFS_GNOME_LIBS) \
-# $(EXTRA_GNOME_LIBS) \
-# $(INTLLIBS)
-
-oafdir = $(datadir)/oaf
-oaf_in_files = \
- GNOME_Evolution_Calendar_AlarmNotify.oaf.in
-
-oaf_DATA = $(oaf_in_files:.oaf.in=.oaf)
-
-@XML_I18N_MERGE_OAF_RULE@
-
-EXTRA_DIST = \
- $(oaf_DATA) \
- $(oaf_in_files) \
- $(glade_DATA)
-
-BUILT_SOURCES = $(CORBA_GENERATED)
-CLEANFILES += $(BUILT_SOURCES)
i/freebsd-ports-gnome/commit/net-p2p/deluge?h=gstreamer&id=976494ee39c5cb098d7c990d78db8723eb41fe6b'>Fix build when WITHOUT_PYGTK=truepawel2011-10-202-7/+9 * - update to 1.3.3kwm2011-08-234-48/+50 * Unbreak port and update to 1.3.2.jsa2011-07-114-88/+133 * - Mark BROKEN: bad dependency objectpav2011-01-061-0/+2 * - Switch from .tar.bz2 (size 2344492) to .tar.lzma (size 1869318)lioux2010-12-242-3/+4 * Update to 1.3.1lioux2010-11-023-5/+4 * - Fix PLIST: do not remove files we did not install whenlioux2010-09-302-5/+14 * - Update to 1.3.0lioux2010-09-214-2294/+1697 * Update to 1.3.0_rc2lioux2010-08-224-39/+26 * Bump PORTREVISION for rev 1.2 of the rc.d filedougb2010-07-021-0/+1 * Commit the proper version of the rc.d script, not the POC version:dougb2010-07-021-7/+34 * Update to version 1.3.0_rc1, which has numerous improvements and fixesdougb2010-07-0116-1168/+1793 * Replace the deprecated USE_GCC=4.3+ by USE_GCC=4.4+.gerald2010-06-121-1/+1 * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1 * - update to 1.4.1dinoex2010-03-281-1/+1 * Add PSYCO option to enable devel/py-psyco optimization supportlioux2010-02-172-0/+30 * - update to jpeg-8dinoex2010-02-051-1/+1 * - Revert back to previous version (to many problems)miwi2010-02-0111-653/+998 * - Update to 1.2.0miwi2010-01-2211-997/+653 * - Bump to force rebuild after boost upgradepav2009-12-301-1/+1 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-0/+1 * - Update boost to 1.39pav2009-07-281-1/+1 * - Update to 1.1.9miwi2009-06-262-4/+4 * - Update to 1.1.8miwi2009-05-2912-595/+540 * - Add USE_GCC=4.3+ to fix building with boost 1.37lwhsu2009-04-071-0/+1 * - Revert the last change - known to break the build with boost 1.34. Is be co...amdmi32009-03-261-1/+0 * - Fix build with upcoming boost 1.37.1amdmi32009-03-241-0/+1 * Release these ports into wild. I don't have time for these ports anymore. I ammezz2009-03-191-1/+1 * Update to 1.1.5.mezz2009-03-194-29/+30 * Update to 1.1.4.mezz2009-03-123-12/+11 * Add a missing dependency (py-gobject) when WITHOUT_PYGTK is defined. Bump themezz2009-03-081-1/+3 * Update to 1.1.3. Thanks to my friend for let me use his FreeBSD box.mezz2009-02-224-18/+16 * Update to 1.1.1.mezz2009-01-283-10/+16 * net-p2p/deluge: Update to 1.1.0.mezz2009-01-198-930/+1860 * - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MA...pav2008-07-251-2/+0 * The tarball has been re-rolled. They have backed out the plugins related fix:mezz2008-06-262-3/+4 * Update to 0.5.9.3.mezz2008-06-242-4/+4 * Update to 0.5.9.2.mezz2008-06-212-5/+4 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 * Update to 0.5.9.1.mezz2008-05-204-13/+15 * Update to 0.5.9.0.mezz2008-05-034-13/+17 * Update to 0.5.8.9.mezz2008-04-163-4/+7 * Update to 0.5.8.7.mezz2008-03-274-14/+5 * Update to 0.5.8.5.mezz2008-03-015-10/+21 * Update to 0.5.8.4.mezz2008-02-153-4/+7 * Fix the fetch, they moved their distfiles to http://ftp.osuosl.org host.mezz2008-02-081-1/+1 * Update to 0.5.8.3.mezz2008-01-313-10/+14 * Update to 0.5.8.2, be sure to read in UPDATING before you run it.mezz2008-01-273-10/+4 * Remove link with librt, FreeBSD doesn't need it. Our clock_gettime() is inmezz2008-01-262-1/+2 * Update to 0.5.8.1.mezz2008-01-206-35/+23 * The Deluge developers have removed Internal anonymizing browser feature, somezz2008-01-113-25/+18 * - Update to 0.5.8, see http://deluge-torrent.org/Changelog.php for details.mezz2007-12-305-57/+115 * Disable check version update and set invisible option from perference. It'smezz2007-12-242-1/+34 * Add a missing dependency, librsvg2. Bump the PORTREVISION.mezz2007-12-211-1/+2 * Update to 0.5.7.1.mezz2007-12-125-62/+54 * -Update to 0.5.6.2 to fix missing hicolor icons and shutdown bug.mezz2007-11-023-6/+22 * Add a missing dependency, devel/xdg-utils. It uses xdg-open by default tomezz2007-10-311-1/+3 * Update to 0.5.6.1.mezz2007-10-304-8/+24 * Update to 0.5.6.mezz2007-10-266-76/+131 * Add a missing dependency, the TorrentNotification plugin needs py-notify.mezz2007-09-101-1/+3 * Update to 0.5.5.mezz2007-09-103-6/+18 * The tarball has been rerolled again. Somehow I have lost the second tarballmezz2007-08-153-14/+14 * The tarball has been re-rolled by remove a lot of useless files that wasmezz2007-08-122-13/+14 * Update to 0.5.4.1.mezz2007-08-114-269/+525 * No longer need to enable compact allocation by default. Themezz2007-08-073-11/+24 * - Update to 0.5.4.mezz2007-08-06