This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # TyrQuake Makefile (tested under Linux and MinGW/Msys) | |
| # | |
| # By default, all executables will be built and placed in the ./bin | |
| # subdirectory. If you want to build just one, type e.g. "make bin/tyr-quake". | |
| # | |
| # ============================================================================ | |
| # User configurable options here: | |
| # ============================================================================ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| char skiptest[100]; | |
| sprintf(skiptest, "corestring_dom_%s", atributee->name + 2); | |
| if (strcmp(skiptest, "corestring_dom_select")) { | |
| outputf(outc, | |
| "\t/* handlerfn */\n" | |
| "\tduk_push_this(ctx);\n" | |
| "\t/* handlerfn this */\n" | |
| "\tduk_get_prop_string(ctx, -1, HANDLER_MAGIC);\n" | |
| "\t/* handlerfn this handlers */\n" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| static int | |
| output_generated_attribute_user_setter(struct opctx *outc, | |
| struct ir_entry *interfacee, | |
| struct ir_attribute_entry *atributee) | |
| { | |
| UNUSED(interfacee); | |
| if ((atributee->typev[0].name != NULL) && | |
| strlen(atributee->typev[0].name) >= 12 && | |
| strcmp(atributee->typev[0].name + strlen(atributee->typev[0].name) - 12, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| TESTMENT: unchanged | |
| LINK: nsgtk3 | |
| cc -o nsgtk3 build/IRIX64-gtk3/build_IRIX64-gtk3_messages_gresource.o build/IRIX64-gtk3/build_IRIX64-gtk3_netsurf_gresource.o build/IRIX64-gtk3/content_content.o build/IRIX64-gtk3/content_content_factory.o build/IRIX64-gtk3/content_dirlist.o build/IRIX64-gtk3/content_fetch.o build/IRIX64-gtk3/content_fetchers_about.o build/IRIX64-gtk3/content_fetchers_curl.o build/IRIX64-gtk3/content_fetchers_data.o build/IRIX64-gtk3/content_fetchers_file.o build/IRIX64-gtk3/content_fetchers_resource.o build/IRIX64-gtk3/content_fs_backing_store.o build/IRIX64-gtk3/content_handlers_css_css.o build/IRIX64-gtk3/content_handlers_css_dump.o build/IRIX64-gtk3/content_handlers_css_hints.o build/IRIX64-gtk3/content_handlers_css_internal.o build/IRIX64-gtk3/content_handlers_css_select.o build/IRIX64-gtk3/content_handlers_css_utils.o build/IRIX64-gtk3/content_handlers_html_box_construct.o build/IRIX64-gtk3/content_handlers_html_box_inspect.o build/IRIX64-gtk3/content_handlers_html_box_manipulate.o b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # i get problems with references to eg Console.bnd on wrong paths | |
| %global debug_package %{nil} | |
| Name: netsurf | |
| Version: 3.10 | |
| Release: 2%{?dist} | |
| Summary: Lightweight Web Browser with its own layout and rendering engine | |
| License: GPL-2.0 and MIT | |
| Group: Productivity/Networking/Web/Browsers | |
| Source0: http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-%{version}.tar.gz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/sgug/bin/bash -e | |
| set -o pipefail | |
| _list=list.txt | |
| _repodir=/usr/people/edodd/sgug-rse.git | |
| _builddir=/usr/people/edodd/rpmbuild | |
| _rpmlist=logs/rpmlist.txt | |
| _buildlog=logs/build.log | |
| _installed=logs/install.log | |
| #_fcurl="https://download-ib01.fedoraproject.org/pub/fedora/linux/releases/31/Everything/SRPMS/Packages/" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/sgug/bin/bash -e | |
| set -o pipefail | |
| _list=list.txt | |
| _repodir=/usr/people/edodd/sgug-rse.git | |
| _builddir=/usr/people/edodd/rpmbuild | |
| _rpmlist=logs/rpmlist.txt | |
| _buildlog=logs/build.log | |
| _installed=logs/install.log | |
| #_fcurl="https://download-ib01.fedoraproject.org/pub/fedora/linux/releases/31/Everything/SRPMS/Packages/" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Copyright 2014 Vincent Sanders <vince@netsurf-browser.org> | |
| * | |
| * This file is part of NetSurf, http://www.netsurf-browser.org/ | |
| * | |
| * NetSurf is free software; you can redistribute it and/or modify | |
| * it under the terms of the GNU General Public License as published by | |
| * the Free Software Foundation; version 2 of the License. | |
| * | |
| * NetSurf is distributed in the hope that it will be useful, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Copyright 2007 Daniel Silverstone <dsilvers@digital-scurf.org> | |
| * Copyright 2007 Rob Kendrick <rjek@netsurf-browser.org> | |
| * | |
| * This file is part of NetSurf, http://www.netsurf-browser.org/ | |
| * | |
| * NetSurf is free software; you can redistribute it and/or modify | |
| * it under the terms of the GNU General Public License as published by | |
| * the Free Software Foundation; version 2 of the License. | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (1609334738.469920) frontends/gtk/gui.c:846 get_config_home: "/usr/people/edodd/.netsurf" | |
| (1609334738.470898) utils/log.c:267 nslog_init: NetSurf version '3.9 (17th July 2019)' | |
| (1609334738.471644) utils/log.c:272 nslog_init: NetSurf on <IRIX64>, node <fuel>, release <6.5>, version <07202013>, machine <IP35> | |
| (1609334738.473824) frontends/gtk/resources.c:232 init_resource: Found gresource path /org/netsurf/netsurf.gtk3.ui | |
| (1609334738.474728) frontends/gtk/resources.c:232 init_resource: Found gresource path /org/netsurf/tabcontents.gtk3.ui | |
| (1609334738.475658) frontends/gtk/resources.c:232 init_resource: Found gresource path /org/netsurf/password.gtk3.ui | |
| (1609334738.476558) frontends/gtk/resources.c:232 init_resource: Found gresource path /org/netsurf/login.gtk3.ui | |
| (1609334738.477478) frontends/gtk/resources.c:232 init_resource: Found gresource path /org/netsurf/ssl.gtk3.ui | |
| (1609334738.478345) frontends/gtk/resources.c:232 init_resource: Found gresource path /org/netsurf/toolbar.gtk3.ui | |
| (1609334738.479226) fronte |