summaryrefslogtreecommitdiff
path: root/devel/gal2
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests.agc1-1/+2
2005-02-22Update to 2.2.5:jmmv2-5/+5
- Updated translations: it (Luca Ferretti, Alessio Frusciante)
2004-12-28Update to 2.2.4:jmmv2-5/+5
- focus focus chaining (JP) - fix category focus handling (Hao Sheng) - Updated translations: gu (Ankit Patel)
2004-10-15Update to 2.2.3:jmmv2-5/+5
Other bugs and changes: - Updated translations: en_CA (Adam Weinberger), fr (Craig Jeffares)
2004-10-06Update to 2.2.2:jmmv3-7/+10
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi): #637731 - blocking mouse grab when autocompleting (Suresh) Other bugs and changes: - Updated translations: it (Craig Jeffares) zh_TW (Craig Jeffares) id (Mohammad DAMT) th (Supranee Thirawatthanasuk) hi (Guntupalli Karunakar)
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-10-02Indicate the different APIs these packages implement.rh2-3/+9
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-9/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-21Update to 2.2.1. This version corresponds to GNOME 2.8.0.jmmv4-255/+285
---------------------- gal-2.2.1 2004-09-10 ---------------------- Other bugs and changes: - Updated translations: tr (Baris Cicek) el (Nikos Charosnitakis, Kostas Papadimas) ar (Arafat Medini) en_CA (Adam Weinberger) nn (Åsmund Skjæveland) cs (Miloslav Trmac) bg (Vladimir Petkov) it (Luca Ferretti) de (Hendrik Richter) ru (Leonid Kanter) bn (Runa Bhattacharjee) ---------------------- gal-2.2.0 2004-08-27 ---------------------- Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi): #45931 - blocking mouse grab when autocompleting (Toshok) Other bugs and changes: - remove 2.0 pkg-config file (JP) - Updated translations: eu, ca, nb, sq, uk, da, fi, az ---------------------- gal-2.1.14 2004-08-13 ---------------------- Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi): #61932 - e-table popup in wrong spot (Zucchi) #61936 - set etable config dialog parent and position and save edits (Radek) Other bugs and changes: - e-entry fixes (Toshok) - Updated translations: gu, pa, sr, ko, pt ---------------------- gal-2.1.13 2004-08-02 ---------------------- Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi): #57914 - don't allow deletion of builtin views (Radek) Other bugs and changes: - Updated translations: bn, no, sq ---------------------- gal-2.1.12 2004-07-19 ---------------------- Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi): #57914 - don't allow deletion of builtin views (Radek) Other bugs and changes: - delete all selected views in dialog (Larry) - properly freeze/unfreeze a sorted table (Radek) - Updated translations: sv, es, ja, sq,
2004-04-11Add build dependency on pkgconfig.minskim1-1/+2
2004-04-02update to 1.99.11recht4-17/+15
----------------------- gal-1.99.11 2004-02-18 ----------------------- Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi): #44222 - Task summary entry widget not i18ned (Suresh Chandrasekharan) #46165 - Browsing the calendar causes crash and displays nothing (Chris Toshok) #48815 - Customize fields sub-windows dont close on ESC (Charles Zhang) #49912 - Contacts list crash issue (Leon Zhang) #50065 - Chinese locales Input method hangs after a task entry and new folder creation (Suresh Chandrasekharan) #50258 - Shared object looks for wrong mo file (Suresh Chandrasekharan) #51527 - Gal widgets produces backspace for Ctrl-space for japanese input (Suresh Chandrasekharan) Other bugs and changes: - fix namespacing to build with GNOME 2.6 (Mike Kestner, Radek Doulik) - remove hard coded disable deprecated flags (JP Rosevear) - updated translations: ja (Takeshi AIHANA), fi (Ilkka Tuohela), cs (Miloslav Trmac), sv (Christian Rose), es (Francisco Javier F. Serrador), pt_BR (Gustavo Maciel Dias Vieira), nl (Vincent van Adrighem), no (Kjartan Maraas), pt (Duarte Loreto), sr (Danilo Segan), ca (Jordi Mallach), el (Nikos Charonitakis), sk (Stanislav Visnovsky)
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-3/+4
Buildlink files: RECOMMENDED version changed to current version.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-10/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-20unusedjmmv1-32/+0
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-11bl3ifyxtraeme2-5/+30
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-03Bump package revisions for tiff update.reed2-4/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-28Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).jmmv1-2/+2
( We really need non-recursive dependancies... *sigh* )
2003-12-13Bump PKGREVISION for atk library major bump.wiz2-3/+4
2003-12-06update to 1.99.10recht8-448/+287
Lots of changes/fixes, please see NEWS for details. Also update the descriptions since there is now Helix Code any more.
2003-12-04Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).xtraeme1-2/+2
2003-11-12PKGREVISION++ due to devel/popt update.salo2-4/+4
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-4/+4
dependency bumps.
2003-03-06Clean up configure patch to just relevant sections. Also redo patch-ac injmc3-2747/+17
a correct way. Just declare a va_list in the function but don't init it and pass it along to gnome_canvas_item_construct. It'll never get referenced since the property name is NULL so it's safe.
2003-03-06Oops, my mistake. the libgnome ref was not neededjmc1-2/+1
2003-03-06Various patches to make this buildjmc5-3/+2922
1. Needs libgnomeprint* (initially at 2.0). We've only ever used 2.2 and looking through the ftp archive at gnome only shows a 2.1 and 2.2 release. Building with 2.2 works fine so the API appears to work ok. Updated configure to look for 2.2 instead of 2.0 via pkg-config 2. Needed to properly build a va_list via casting NULL for arches where va_list isn't a simple type (ala void *) like it is on most x86 OS's. 3. Bumped PKGREVISION to note changes. Builds on x86 and macppc now via tests.
2003-01-07Remove gtk-doc dependancy from buildlink2.mkjmmv1-2/+1
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz2-3/+4
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-11-30USE_PKGLOCALEDIR, remove unnecessary patches, delint.salo1-1/+2
2002-11-02Initial import of gal2-0.0.7, the GNOME2 application layer libraryrh5-0/+287