Commit graph

121 commits

Author SHA1 Message Date
ryoon
4675ccbc79 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
leot
0e49372c4e *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
maya
b1293c735b glade: update to 3.36.0
News
====

        - widget: canonicalize support-warning property name
        - tests: Include back GtkTreeViewColumn
        - gtk+: properly cast to avoid warnings
        - gtk+: workaround truncation warning by being safer
        - gladeui: remove unused type_func variable
        - gladeui: Ensure that we write the "type-func" property when a get-type-function is defined in the
catalog
        - Allow to specify placeholder to GtkListBox
        - gtk+: Allow to use GtkResponseType with GtkDialog and GtkInfobar buttons
        - gladeui: Change the boolean parsing logic to be the same as Gtk
        - Appdata: update app-id
        - Update FSF address
        - gladeui: Modernize GladeSignalEditor codebase
        - RDNN appdata & desktop file
        - gtk+: Add homogeneous property to GtkStackSwitcher
        - gladeui: Fix wrong pointer convertion in GladeDesignView
        - gtk+: Provide Gtk 3.22 properties for GtkScrolledWindow
        - gtk+: Add missing 3.22 enum/flag values
        - gladeui: Modernize GladeWidgetAdaptor definition
        - gtk+: Keep internationalization context in Atk properties
        - gladeui: Plug tiny leak on Drag & Drop
        - gladeui: Fix crash on drag-n-drop
        - gladeui: fix several tiny memory leaks found with valgrind
        - Make it easier to track GladeXML elements and be GObject Introspection friendly by registering
boxed types
        - gladeui: Replace the last occurences of GladeWidgetClass with GladeWidgetAdaptor in the comments
        - gladeui: Use G_DECLARE_FINAL_TYPE for GladeObjectStub
        - gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeNamedIconChooserDialog
        - gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeInspector
        - gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeEditorProperty
        - gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeEditor
        - gladeui: Use G_DECLARE_INTERFACE for GladeEditable
        - gladeui: Use G_DECLARE_INTERFACE for GladeDrag
        - gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeDesignView
        - gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeDesignLayout
        - gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeCommand
        - gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeClipboard
        - gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeCellRendererIcon
        - gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeBaseEditor
        - gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeApp
        - gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeAdaptorChooserWidget
        - gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeEditorSkeleton
        - gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeEditorTable
        - dnd: Enable Drag&Drop on wayland
        - gladeui: remove implicit cast in assignment
        - build: remove G_CONST_RETURN usage
        - gladeui: ignore various GParameter deprecations
        - Fix on debug traces after rename GladePropertyClass to GladePropertyDef
        - meson: Activate enable-debug variables
        - Prevent dragging an ancestor inside a child
        - GladePopup: Clear add item when adding as toplevel
        - GtkImage: Fix icon size being reset
        - build: Fix OSX support in meson
        - build: Do not use a system variable only for Windows
        - Fix loading dylibs on OSX
        - Set the "About Dialogue" as modal
        - Fix split sentense in GladeProject
        - Adding "Glade" to "About" section.
        - Respect the Glade namespace for macros and defines
        - Rename *Klass to *Class as there are no name collision anymore
        - Fix two memory leaks discovered with valgrind
        - GladeSignalDef: fix documentation for glade_signal_def_set_deprecated
        - Rename GWActionClass to GladeWidgetActionDef to use the right namespace
        - Rename GladePropertyClass to GladePropertyDef and declare it as boxed
        - Rename GladeSignalClass to GladeSignalDef and declare it as boxed
        - Create GladeSettings to hold the settings instead of using a Gtk widget for holding it
        - Add GDK_VERSION_MIN_REQUIRED
        - Utils: get the absolute path but avoid accessing it
        - Fix several compiler warnings
        - Replace some functions by Gtk 3.22 ones
        - GladeSignalClass: rename glade_signal_class_get_type
        - Allow to use GtkFileChooserNative
        - GladeProperty: Keep the bind-source, bind-property and bind-flags elements
        - Couple of fixes for memory leaks found with valgrind
        - GtkLinkButton: allow to edit the label
        - gladeui: Fix several memory leaks with GladeWidgetAdaptor
        - gladeui: Fix leak of create_type in GladePropertyClass
        - gladeui: fix memory leak in GWActionClass
        - introspection: Add many annotations to sources
        - No wide handles in `center_paned` and `left_paned`
        - flatpak: Set meson as buildsystem
        - build: Port to meson build system
        - gtk+: Add deprecated flag to GtkButton and GtkImage stock properties
        - doc: remove missing xml files
        - doc: Modernize the documentation
        - docs: Make some changes to fix warnings with the documentation
        - Add metadata information about releases
        - i18n: Do not use input file for not translated files
        - Fix xgettext string extraction for catalogs
        - snap: update for icon filename changes
        - Add translator comments to the .desktop file
        - gladeui-2.0.pc: Data paths relative to datadir
        - icon: update app icon
        - GladeProject: escape markup in parser errors
        - Use autoreconf instead deprecated gnome-common
        - Stop defaulting missing images to deprecated stock icons
        - Migrate from intltool to gettext
        - gladeui: Fix GIR package reference and add c-include
        - dtd: Add several new elements
        - Add initial implementation of Automatic Templates
        - GladeIntro: fix regresion in find_widget_forall()
        - GladeProject: add handler signals
        - GladeEditor: expose signal editor widget as a property
        - GladeIntro: use name and buildable name to find widgets
        - GladeWindow: simplify pointer mode actions
        - GladeWindow: move actions to GtkApplication
        - GladeEPropAttrs: use sane adjustment values for size and scale attrs
        - GtkActionable: add action-target property
        - Fix tab/space identation
        - GladeWidgetAdaptor: add glade_widget_adaptor_get_display_name()
        - GladeWindow: port to GtkApplication
        - Remove GladeInstantiable prefix from UI
        - GladeGtkBin: add initial support for GtkBin abstract class
        - GladeWidget: add support for abstract classes
        - widget-editor: Replace margin right/left for end/start
        - GladeModelButton: improve editor
        - GladeEditorProperty, GladePropertyClass, GladeWidgetAdaptor:
        - GladeModelButton: enable icon/iconic properties
        - Gtk plugin: add support for GFileIcon
        - Add initial support for GFile type properties
        - Bump Gtk required version to 3.22
        - GladeGtkBox: improve children sort function
        - GladeGtkHeaderBar: Improve position packing property handling
        - Add OARS tags
        - Gtk catalog: mark GtkImageMenuItem as deprecated since 3.10
        - GladeWidgetAdaptor: added deprecated-since metadata
        - GladeImageItemEditor: use display name for commands names
        - GladeCommand: ensure widget name on object properties
        - GladeGtkAdjustment: add digits virtual property
        - GladeEPropNumeric: bind precision property to spin button
        - GladeProperty: add precision property
        - GladePropertyClass: round floating point values to epsilon
        - ui/widget: Make template ver# warning more useful
        - GladeCommand: ignore special child types placeholders in add command. GladeGtkWindow: mark titlebar
placeholder as special child type.
        - Gtk Catalog: add back GtkStatusbar
        - GladeGtkHeaderBar: mark title and subtitle as translatable
        - GladeGtkDialog: chain up post_create() method
        - GladeGtkWindow: remove get_children() method
        - GladeAdaptorChooser: add missing translation domain
        - GladeGtkWidget: save accessible-role atk property
        - GladeGtkWindow: fix regression in csd handling
2020-07-20 14:40:36 +00:00
adam
6bd0c30da6 Revbump for icu 2020-06-02 08:22:31 +00:00
wiz
4e3b1b97c2 librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
2020-03-10 22:08:37 +00:00
wiz
f669fda471 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
wiz
1ac2210b6f *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
wiz
e88dc41f6c glade: replace with glade3, nothing uses this. 2019-04-28 07:06:06 +00:00
kleink
f1a683c990 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
ryoon
b86dfe6873 Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
wiz
8ee21bdcf0 Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
wiz
c57215a7b2 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
wiz
8733ee0040 Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
ryoon
72c3cb198b Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
wiz
7ac05101c6 Recursive bump for harfbuzz's new graphite2 dependency. 2017-02-06 13:54:36 +00:00
adam
77b8ed74db Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
tnn
255d0cb0b8 Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
ryoon
60806aa001 Recursive revbump from x11/pixman
Fix PR pkg/48777
2014-05-05 00:47:34 +00:00
ryoon
3fba1a52dd Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
adam
d2cb6dec32 Revbump after cairo update 2013-09-02 19:50:38 +00:00
wiz
e0b49a2fed Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +00:00
tron
a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
c83ffb8583 Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
2013-06-03 10:04:30 +00:00
wiz
d1b820f37b Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
adam
3f2cc57b2b Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
tron
14215633d2 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
adam
b15c922bcc Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
sbd
21792a9296 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
wiz
833922aab2 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:49 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
obache
ac326032b7 As pkglint's suggestion, include sysutils/desktop-file-utils/desktopdb.mk.
Bump PKGREVISION.
2009-06-15 12:03:05 +00:00
obache
afa74a3089 Set LICENSE=gnu-gpl-v2. 2009-06-15 11:55:54 +00:00
obache
a1824df005 Remove 2nd part, glade-gnome package was removed over 7 months ago. 2009-06-15 11:54:02 +00:00
obache
353cb02478 devel/glade/Makefile.common is not used elsewhere than devel/glade/Makefile.
So marge Makefile.common into Makefile, and remove Makefile.common.
2009-06-15 11:46:27 +00:00
joerg
7fdde28ea5 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:48:07 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
wiz
78b7af7df5 Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk. 2009-03-08 15:56:43 +00:00
joerg
b02ac48243 Fix build with newer GTK. 2009-02-25 01:38:07 +00:00
wiz
55fa90af5f Move scrollkeeper/omf.mk to rarian/omf.mk.
scrollkeeper is nowadays included in rarian, so the omf.mk file should
be there as well.
Adapt all references.
2009-01-04 18:00:58 +00:00