# FIXME we use the EClippedLabel widget from EShortcutBar. Probably # it should be moved somewhere else. INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/widgets/shortcut-bar \ -DMAP_DIR=\""$(datadir)/images/evolution"\" \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DG_LOG_DOMAIN=__FILE__ \ $(GNOME_FULL_CFLAGS) privlib_LIBRARIES = \ libemiscwidgets.a widgetsincludedir = $(includedir)/evolution/widgets widgetsinclude_HEADERS = \ e-calendar.h \ e-calendar-item.h \ e-cell-date-edit.h \ e-cell-percent.h \ e-charset-picker.h \ e-clipped-label.h \ e-config-page.h \ e-combo-button.h \ e-dateedit.h \ e-dropdown-button.h \ e-map.h \ e-messagebox.h \ e-multi-config-dialog.h \ e-search-bar.h \ e-title-bar.h \ e-url-entry.h libemiscwidgets_a_SOURCES = \ $(widgetsinclude_HEADERS) \ e-calendar.c \ e-calendar-item.c \ e-cell-date-edit.c \ e-cell-percent.c \ e-charset-picker.c \ e-clipped-label.c \ e-config-page.c \ e-combo-button.c \ e-dateedit.c \ e-dropdown-button.c \ e-map.c \ e-messagebox.c \ e-multi-config-dialog.c \ e-search-bar.c \ e-title-bar.c \ e-url-entry.c \ e-util-marshal.c # GLib marshalling cruft e-util-marshal.h: e-util-marshal.list ( @GLIB_GENMARSHAL@ --prefix=e_util_marshal e-util-marshal.list --header > e-util-marshal.tmp \ && mv e-util-marshal.tmp e-util-marshal.h ) \ || ( rm -f e-util-marshal.tmp && exit 1 ) e-util-marshal.c: e-util-marshal.h ( @GLIB_GENMARSHAL@ --prefix=e_util_marshal e-util-marshal.list --body > e-util-marshal.tmp \ && mv e-util-marshal.tmp e-util-marshal.c ) \ || ( rm -f e-util-marshal.tmp && exit 1 ) MARSHAL_GENERATED = e-util-marshal.c e-util-marshal.h libemiscwidgets_a_LIBADD = $(top_builddir)/e-util/libeutil.la noinst_LIBRARIES = libefilterbar.a libefilterbar_a_SOURCES = \ e-filter-bar.c \ e-filter-bar.h noinst_PROGRAMS = \ test-calendar \ test-dateedit \ test-dropdown-button \ test-multi-config-dialog \ test-title-bar # test-calendar test_calendar_SOURCES = \ test-calendar.c test_calendar_LDADD = \ ./libemiscwidgets.a \ ../../e-util/libeutil.la \ $(GNOME_FULL_LIBS) # test-dateedit test_dateedit_SOURCES = \ test-dateedit.c test_dateedit_LDADD = \ ./libemiscwidgets.a \ ../../e-util/libeutil.la \ $(GNOME_FULL_LIBS) # test-dropdown-button test_dropdown_button_SOURCES = \ test-dropdown-button.c test_dropdown_button_LDADD = \ ./libemiscwidgets.a \ $(GNOME_FULL_LIBS) # test-multi-config-dialog test_multi_config_dialog_SOURCES = \ test-multi-config-dialog.c test_multi_config_dialog_LDADD = \ ./libemiscwidgets.a \ $(GNOME_FULL_LIBS) # test-title-bar test_title_bar_SOURCES = \ test-title-bar.c test_title_bar_LDADD = \ ./libemiscwidgets.a \ $(GNOME_FULL_LIBS) BUILT_SOURCES = $(MARSHAL_GENERATED) CLEANFILES = $(BUILT_SOURCES) EXTRA_DIST = e-book-marshal.list /devel/electron4/files/serve-10.1.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/gdesklets
Commit message (Expand)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-241-2/+1
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-255-35/+14
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0
* - Welcome X.org 7.2 \o/.flz2007-05-202-28/+1
* - Update to 0.35.4miwi2006-11-167-22/+33
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-142-1/+27
* - Fix PLIST: Remove locale dirs not contained in BSD.x11-4.distgarga2006-08-072-0/+3
* devel/libgtop2 -> devel/libgtopmezz2006-05-281-1/+1
* Presenting GNOME 2.14.1 for FreeBSD! Checkoutmarcus2006-04-301-2/+2
* Conversion to a single libtool environment.ade2006-02-232-2/+7
* - Update to 0.35.3tdb2006-02-084-10/+20
* SHA256ifyedwin2006-01-221-0/+1
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
* Update to 0.35.2mnag2005-10-263-5/+13
* - Add a dependency on database backend, bsddb by default, gdbm aspav2005-07-181-3/+13
* Add MASTER_SITE_GENTOO to MASTER_SITES to fix fetch.novel2005-07-141-1/+2
* Fix plist.novel2005-07-032-0/+4
* Update to 0.35.1.novel2005-06-304-38/+33
* Update to 0.34.3.novel2005-04-052-4/+3
* Fully-qualify the path to update-desktop-database and update-mime-database inmezz2005-03-172-2/+3
* Update to 0.34.2novel2005-03-173-7/+10
* - This needs gtkhtml python bindings from py-gnome-extras for runtimepav2005-03-151-5/+2
* Add a missing dependency on librsvg2.marcus2005-03-121-1/+1
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
* Update to 0.34.1arved2005-03-073-3/+14
* Prune bogus dependency I missed in previous commitvs2005-03-021-2/+1
* Update to 0.34vs2005-03-026-39/+82
* - Create legacy Sensors directory, packing lists of many desklets rely on itpav2005-02-212-0/+4
* - Fix build on 4.xpav2005-02-182-0/+30
* - Update to 0.33.1pav2005-02-187-516/+598
* Put all hacks of hicolor icons and mime from ports to bsd.gnome.mk's gnomehack.mezz2004-12-211-9/+3
* - Update to 0.31.1pav2004-11-1510-157/+319
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-1/+1
* Yipes... I broke the port with my last commit. Nuke lthackadamw2004-07-272-12/+2
* Use lthack; This port was installing a couple .la files.adamw2004-07-261-1/+1
* Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 ormezz2004-07-081-4/+2
* The gdesklets distfile was rerolled with some key bugfixes. The new MD5marcus2004-05-022-2/+3
* Update to 0.26.2, and use statvfs() instead of libgtop.get_fsusage() asmarcus2004-05-013-8/+37
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-0/+1
* - Update to 0.26.1pav2004-03-242-4/+4
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
* - Update to 0.26pav2004-02-259-47/+124
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
* - extend i18n.py to check as default also the gettext domain "gdesklets" topav2004-01-062-0/+14
* * Update to 0.25.1marcus2003-12-3113-197/+56
* Add the official threads fix.marcus2003-11-192-10/+9
* * Fix threading and SysInfo functionality on FreeBSD [1]marcus2003-11-186-10/+87
* Update to 0.24.1 to address some minor bugs.marcus2003-11-112-2/+2
* Update to 0.24.netchild2003-11-119-471/+51
* Bump PORTREVISION for the last commit.marcus2003-10-261-0/+1
* Add a patch to properly obtain the character set on -STABLE.marcus2003-10-261-0/+17
* Update to 0.23.adamw2003-10-189-36/+61
* Update to 0.22.1.netchild2003-09-292-2/+2
* Update to 0.22.netchild2003-09-2612-12/+621
* Create directories for Sensors and Displays.marcus2003-09-03