# New ports collection makefile for: libcapplet # Date created: 10 July 2002 # Whom: Maxim Soboleb # # $FreeBSD$ # PORTNAME= libcapplet PORTVERSION= 1.4.0.5 PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= http://people.freebsd.org/~sobomax/ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= A library for writing custom applets for GNOME Control Center USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomelibs INSTALLS_SHLIB= yes USE_GETOPT_LONG=yes MAKE_ENV= X11BASE="${X11BASE}" LOCALBASE="${LOCALBASE}" LDFLAGS="${LDFLAGS}" .include .if ${OSVERSION} >= 500041 USE_REINPLACE= yes post-build: @${REINPLACE_CMD} -e 's/-lgnugetopt //' ${WRKSRC}/cappletConf.sh .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/libcapplet.so.5 ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/libcapplet.a ${PREFIX}/lib ${LN} -sf libcapplet.so.5 ${PREFIX}/lib/libcapplet.so ${MKDIR} ${PREFIX}/include/libcapplet1 ${INSTALL_DATA} ${WRKSRC}/capplet-widget.h \ ${PREFIX}/include/libcapplet1 ${MKDIR} ${PREFIX}/share/gnome/idl ${INSTALL_DATA} ${WRKSRC}/control-center.idl ${PREFIX}/share/gnome/idl ${INSTALL_SCRIPT} ${WRKSRC}/cappletConf.sh ${PREFIX}/etc .include is.form.submit();'> Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove "Search for sender photograph only in local address books".Matthew Barnes2013-04-211-16/+0
* Remove EMailShellSettings.Matthew Barnes2013-03-171-55/+13
* Bug #315317 - Add option to expunge messages on folder leaveMilan Crha2012-12-051-2/+2
* Bug 685675 - Fix packing of spell check language optionsMatthew Barnes2012-10-101-36/+38
* Return of the "mark messages as read" preference.Matthew Barnes2012-08-081-4/+58
* Adapt mail to the new ESource API.Matthew Barnes2012-06-031-3161/+13
* Change 'file name' to 'filename' according to the GDP Style GuideAndre Klapper2012-02-171-1/+1
* Correct spelling of the word 'Username'Andre Klapper2012-02-171-1/+1
* Bug #655021 - "Character set" vs "Character encoding"Milan Crha2012-02-161-1/+1
* Bug #662743 - Translation context needed for "Attachment"Milan Crha2012-02-161-7/+7
* Add missing mnemonics and make existing ones unique. Fixes bug #637354Andre Klapper2012-02-141-5/+5
* Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-171-1/+20
|\
| * Bug #662914 - Reply to gnupg signed mails should be signedMilan Crha2011-11-141-1/+18
| * Preset 'width-chars' for account type description labelsMilan Crha2011-11-141-0/+2
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-141-0/+284
|\|
| * EMAccountEditor: Add a review page.Punit Jain2011-11-131-0/+284
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-081-4/+4
|\|
| * EMAccountEditor: Start using CamelNetworkSettings.Matthew Barnes2011-11-071-2/+2
| * EMAccountEditor: Clean up authentication widgets.Matthew Barnes2011-11-071-2/+2
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-131-0/+2
|\|
| * Bug #660850 - Missing set mnemonic widgets in composer preferencesMilan Crha2011-10-111-0/+2
* | Merge from masterRodrigo Moya2011-10-051-0/+68
|\|
| * Bug #601898 - SOCKS proxy does not work with mailerMilan Crha2011-09-301-0/+67
| * Stick Account Editor widgets at the top, like it used to before gtk3Milan Crha2011-08-261-41/+72
| * Bug #655629 - "Path:" label for spool file should be "File:" labelMilan Crha2011-08-261-0/+1
| * Bug #656733 - GUI no longer allows for non-default ports for emailMilan Crha2011-08-191-10/+0
| * Bug #655254 - Cropped Junk settings textMilan Crha2011-08-161-2/+1
| * EMAccountEditor: Utilize CamelSettings.Matthew Barnes2011-08-151-3/+5
| * Use the same term 'Secure connection' everywhere instead of SSLAndre Klapper2011-07-281-2/+2
| * Convert junk filtering EPlugins to EExtensions.Matthew Barnes2011-07-141-3307/+3712
| * Bug #650278 - Tab doesn't exit port fieldMilan Crha2011-06-231-2/+0
| * Bug #588891 - Spam settings dialog terribly un-higgyDan Vrátil2011-04-291-0/+120
| * Bug 418954 - Add a separate entry combo for port numbersDan Vráti2011-03-241-7/+63
| * Bug 644053 - Fix packing in "Network Preferences"Matthew Barnes2011-03-071-1/+14
| * Most (but not all) packing issues from Mail preferencesMilan Crha2011-01-251-4/+60
| * Bug #637906 - Don't ask again when sending to non-mail recipientsMilan Crha2011-01-061-0/+15
| * Add option "Check for new messages in all active accounts"Milan Crha2010-11-301-0/+24
| * Bug #633949 - Add an option to disable new e-mail check at startupMilan Crha2010-11-301-2/+69
| * Bug #633779 - GtkComboBoxText issuesMilan Crha2010-11-181-3/+3
* | Stick Account Editor widgets at the top, like it used to before gtk3Milan Crha2011-09-141-41/+72
* | Bug #655629 - "Path:" label for spool file should be "File:" labelMilan Crha2011-09-141-0/+1
* | Bug #656733 - GUI no longer allows for non-default ports for emailMilan Crha2011-09-141-10/+0
* | Bug #655254 - Cropped Junk settings textMilan Crha2011-09-141-2/+1
* | EMAccountEditor: Utilize CamelSettings.Matthew Barnes2011-09-141-3/+5
* | Use the same term 'Secure connection' everywhere instead of SSLAndre Klapper2011-09-141-2/+2
* | Convert junk filtering EPlugins to EExtensions.Matthew Barnes2011-09-141-3307/+3712
* | Bug #650278 - Tab doesn't exit port fieldMilan Crha2011-06-301-2/+0
* | Bug #588891 - Spam settings dialog terribly un-higgyDan Vrátil2011-06-301-0/+120
* | Bug 418954 - Add a separate entry combo for port numbersDan Vráti2011-06-301-7/+63
* | Bug 644053 - Fix packing in "Network Preferences"Matthew Barnes2011-06-301-1/+14
* | Most (but not all) packing issues from Mail preferencesMilan Crha2011-06-301-4/+60
* | Bug #637906 - Don't ask again when sending to non-mail recipientsMilan Crha2011-06-301-0/+15
* | Add option "Check for new messages in all active accounts"Milan Crha2011-06-301-0/+24
* | Bug #633949 - Add an option to disable new e-mail check at startupMilan Crha2011-06-301-2/+69
* | Bug #633779 - GtkComboBoxText issuesMilan Crha2011-06-301-3/+3
|/
* Workaround GtkComboBoxText/GtkComboBoxEntry in .ui filesMilan Crha2010-10-281-3/+3
* Bug #629735 - Mail preference glitchPunit Jain2010-09-221-0/+2
* Kill the subject-thread plugin.Matthew Barnes2010-09-151-10/+23
* Fix a crapload of run-time warnings.Matthew Barnes2010-09-151-11/+50
* Mail preferences tweaksMatthew Barnes2010-09-141-90/+46
* Reorganize composer preferencesMatthew Barnes2010-09-131-445/+360
* mail-config.ui cleanups.Matthew Barnes2010-09-131-2651/+1967
* Teach Glade how to load an EMFolderSelectionButton.Matthew Barnes2010-09-131-54/+39
* Remove uninteresting mail options from Preferences.Matthew Barnes2010-09-131-204/+0