summaryrefslogtreecommitdiff
path: root/x11/gtk2/modules.mk
AgeCommit message (Collapse)AuthorFilesLines
2004-06-20Update to 2.4.3. While here, rework the way the libdata/ files are handledjmmv1-2/+10
by creating/deleting them from the (de)install scripts (and not registered in the PLIST). This allows pkg_tarup to work properly and also avoids some warnings during 'make replace'. Changes since 2.4.2: * GtkButton - Give extra space to children of !CAN_FOCUS buttons [Matthias Clasen] * GtkFileChooser - Make DND work when the dialog is modal [Federico Mena Quintero] * GtkToolbar - Don't show empty overflow menu [Soeren Sandmann] - Don't show initial separator in overflow menu [Soeren] - Handle dynamic changes to overflow menu [Soeren] * Documentation improvements [Bastien Nocera, Matthias] * Other bug fixes [Matthias, Soeren, Sven Neumann] * Updated translations (hu,ne)
2004-04-27Remove buildlink2 support, as all packages including this file are usingsnj1-6/+1
buildlink3.
2004-04-12During print-PLIST, suppress any files installed under libdata/gtk-2.0, andjmmv1-1/+4
the directory itself, as they are automatically handled during post install by this package.
2004-02-12.if should be closed with .endif, not with .fi (hi jmmv!).minskim1-2/+2
2004-02-12Preserve previous behavior: only use buildlink3 when USE_BUILDLINK3 is setjmmv1-2/+6
to yes; otherwise, default to buildlink2.
2004-02-10bl3ifyxtraeme1-3/+3
2004-01-26We want to include buildlink2.mk, not ourselves. From Min Sik Kim injmmv1-2/+2
PR pkg/24249.
2004-01-26Fix path in GTK_QUERY_IMMODULES. From Min Sik Kim in PR pkg/24243.jmmv1-2/+2
2004-01-22Move "configuration" files from PKG_SYSCONFDIR to PREFIX/libdata. Thosejmmv1-0/+39
files are not intended to be configured by the end user, but should be automatically regenerated when (de)installing extra GTK modules. Bump PKGREVISION to 3 because of this change. While doing this, implement a framework so that other packages installing GTK modules can rebuild those databases easily at (de)install time.