head 1.2;
access;
symbols
pkgsrc-2014Q3:1.1.1.1.0.22
pkgsrc-2014Q3-base:1.1.1.1
pkgsrc-2014Q2:1.1.1.1.0.20
pkgsrc-2014Q2-base:1.1.1.1
pkgsrc-2014Q1:1.1.1.1.0.18
pkgsrc-2014Q1-base:1.1.1.1
pkgsrc-2013Q4:1.1.1.1.0.16
pkgsrc-2013Q4-base:1.1.1.1
pkgsrc-2013Q3:1.1.1.1.0.14
pkgsrc-2013Q3-base:1.1.1.1
pkgsrc-2013Q2:1.1.1.1.0.12
pkgsrc-2013Q2-base:1.1.1.1
pkgsrc-2013Q1:1.1.1.1.0.10
pkgsrc-2013Q1-base:1.1.1.1
pkgsrc-2012Q4:1.1.1.1.0.8
pkgsrc-2012Q4-base:1.1.1.1
pkgsrc-2012Q3:1.1.1.1.0.6
pkgsrc-2012Q3-base:1.1.1.1
pkgsrc-2012Q2:1.1.1.1.0.4
pkgsrc-2012Q2-base:1.1.1.1
pkgsrc-2012Q1:1.1.1.1.0.2
pkgsrc-2012Q1-base:1.1.1.1
pkgsrc-base:1.1.1.1
TNF:1.1.1;
locks; strict;
comment @# @;
1.2
date 2014.10.08.10.32.40; author prlw1; state dead;
branches;
next 1.1;
commitid jlMBwmQGDZWATnTx;
1.1
date 2012.02.13.12.40.00; author drochner; state Exp;
branches
1.1.1.1;
next ;
1.1.1.1
date 2012.02.13.12.40.00; author drochner; state Exp;
branches;
next ;
desc
@@
1.2
log
@Update yelp3 to 3.14.0
This seems to fix PR pkg/48540
Highlights from the release notes:
* Fixed crash on searching, #736312 (Marcos Chavarria Teijeiro)
* Style the find revealer, #736408 (David King)
* Use new symbolic menu item
* Complete redesign to fit with new GNOME 3 apps
* Updated color computing code to avoid deprecations
* Fixed critical crasher after closing windows
* Fixed some deprecation warnings
* Implemented auto-reload for DocBook, #704821
* Updated GSettings install rule, #697815 <- no need for patch-configure
* Correctly detect Unity for conditional processing, #707352 (Kevin Godby)
* Fixed build issue with intltool and gettext, #706854 (Sean de Burca)
* Various updates for deprecated APIs in GLib and GTK
* Added support for DocBook conditional processing on desktop environment
* Updated translations
For full details see:
https://git.gnome.org/browse/yelp/tree/NEWS?id=3.14.0
@
text
@$NetBSD: patch-configure,v 1.1 2012/02/13 12:40:00 drochner Exp $
Use newer GSETTINGS_RULES as otherwise org.gnome.yelp.gschema.xml isn't
installed.
https://bugzilla.gnome.org/show_bug.cgi?id=669692
https://bugzilla.gnome.org/show_bug.cgi?id=627126
--- configure.orig 2012-02-08 16:58:00.000000000 +0000
+++ configure
@@@@ -11361,7 +11361,7 @@@@ mostlyclean-am: clean-gsettings-schemas
gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE))
%.gschema.valid: %.gschema.xml $(gsettings__enum_file)
- $(AM_V_GEN) if test -f "$<"; then d=; else d="$(srcdir)/"; fi; $(GLIB_COMPILE_SCHEMAS) --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$${d}$< && touch $@@
+ $(AM_V_GEN) if test -f "$<"; then d=; else d="$(srcdir)/"; fi; $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$${d}$< && touch [$]@@
all-am: $(gsettings_SCHEMAS:.xml=.valid)
uninstall-am: uninstall-gsettings-schemas
@@@@ -11369,23 +11369,13 @@@@ install-data-am: install-gsettings-schem
.SECONDARY: $(gsettings_SCHEMAS)
-gsettings__base_list = \
- sed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \
- sed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g"
-
-install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
+install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file)
@@$(NORMAL_INSTALL)
- test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"
- @@list='\''$(gsettings__enum_file) $(gsettings_SCHEMAS)'\''; test -n "$(gsettingsschemadir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(gsettings__base_list) | \
- while read files; do \
- echo " $(INSTALL_DATA) $$files '\''$(DESTDIR)$(gsettingsschemadir)'\''"; \
- $(INSTALL_DATA) $$files "$(DESTDIR)$(gsettingsschemadir)" || exit $$?; \
- done
- test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir)
+ if test -n "$^"; then \
+ test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \
+ $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \
+ test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \
+ fi
uninstall-gsettings-schemas:
@@$(NORMAL_UNINSTALL)
@@@@ -11401,7 +11391,7 @@@@ clean-gsettings-schemas:
ifdef gsettings_ENUM_NAMESPACE
$(gsettings__enum_file): $(gsettings_ENUM_FILES)
- $(AM_V_GEN) glib-mkenums --comments '\'''\'' --fhead "" --vhead " <@@type@@ id='\''$(gsettings_ENUM_NAMESPACE).@@EnumName@@'\''>" --vprod " " --vtail " @@type@@>" --ftail "" $(gsettings_ENUM_FILES) > $@@.tmp && mv $@@.tmp $@@
+ $(AM_V_GEN) glib-mkenums --comments '\'''\'' --fhead "" --vhead " <@@type@@ id='\''$(gsettings_ENUM_NAMESPACE).@@EnumName@@'\''>" --vprod " " --vtail " @@type@@>" --ftail "" [$]^ > [$]@@.tmp && mv [$]@@.tmp [$]@@
endif
'
@@@@ -11410,7 +11400,6 @@@@ endif
-
# Library dependecies
pkg_failed=no
@
1.1
log
@Initial revision
@
text
@d1 1
a1 1
$NetBSD$
@
1.1.1.1
log
@add yelp-3.2.1, the gnome3 version of the gnome help browser, from
Patrick Welche per PR pkg/45951
@
text
@@