100+ results for 'Gnome repo:dotfiles'

Not the results you expected?

utils.lua (https://bitbucket.org/dbellavista/linux-stuff.git) Lua · 264 lines

189 return

190 end

191 -- Ensure GNOME icon theme is available

192 local previous_icon_theme = freedesktop_utils.icon_theme

193 local have_gnome_icon_theme = false

194 if freedesktop_utils.icon_theme then

195 have_gnome_icon_theme = freedesktop_utils.icon_theme == 'gnome'

196 end

197 if not have_gnome_icon_theme then

198 freedesktop_utils.icon_theme = 'gnome'

199 end

200 -- Load icons

216 end

217 end

218 if not have_gnome_icon_theme then

219 freedesktop_utils.icon_theme = previous_icon_theme

220 end

_tabs.scss (https://github.com/november-eleven/Kiss-my-Arch.git) Sass · 204 lines

93 }

94

95 // Gnome Terminal

96 TerminalWindow .notebook {

97 -GtkNotebook-tab-overlap: 6;

2015_01_10_05_world.sql (https://gitlab.com/Eternal-WoW/TrinityCore-1) SQL · 67 lines

10 (24, 10, 860, 1466.09, 3465.98, 181.86), -- PandarenNeutral - Monk

11 (24, 1, 860, 1466.09, 3465.98, 181.86), -- PandarenNeutral - Warrior

12 (7, 10, 0, -4983.42, 877.7, 274.31), -- Gnome - Monk

13 (24, 3, 860, 1466.09, 3465.98, 181.86), -- PandarenNeutral - Hunter

14 (24, 4, 860, 1466.09, 3465.98, 181.86), -- PandarenNeutral - Rogue

xbmc-splash.c (https://github.com/tmacreturns/XBMC_wireless_setup.git) C · 349 lines

11

12 some code snippets were taken from:

13 http://gnome-look.org/content/show.php/MacX+Usplash+Theme?content=73611

14

15 ===================================================================================

rbgiodatainputstream.c (https://github.com/masaakiaoyagi/ruby-gnome2.git) C · 309 lines

1 /* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */

2 /*

3 * Copyright (C) 2011 Ruby-GNOME2 Project Team

4 * Copyright (C) 2008-2009 Ruby-GNOME2 Project Team

rangewidgets.bas (https://github.com/freebasic/fbc.git) Basic · 215 lines

3 '

4 ' Reviewed by TJF (2011)

5 ' Details: http://developer.gnome.org/gtk/

6

7 '#DEFINE __FB_GTK3__

gnome-print-check.m4 (https://freespeech.svn.sourceforge.net/svnroot/freespeech) m4 · 172 lines ✨ Summary

This M4 code defines a macro AM_PATH_GNOME_PRINT that tests for the presence and version of GNOME-PRINT, a printing system used in GNOME desktop environments. It checks if the required version is met by running a test program and provides error messages if not found or incompatible. The macro can be used to configure build systems to include GNOME-PRINT support.

24 if test x${GNOME_CONFIG+set} != xset ; then

25 GNOME_CONFIG=$gnome_print_exec_prefix/bin/gnome-config

26 fi

27 fi

43 GNOME_PRINT_LIBS=`$GNOME_CONFIG $gnome_printconf_args --libs print`

44

45 gnome_print_major_version=`$GNOME_CONFIG $gnome_print_args --version | \

46 sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`

47 gnome_print_minor_version=`$GNOME_CONFIG $gnome_print_args --version | \

99 (($gnome_print_major_version == major) && ($gnome_print_minor_version > minor)) ||

100 (($gnome_print_major_version == major) && ($gnome_print_minor_version == minor) && ($gnome_print_micro_version >= micro)))

101 {

102 return 0;

104 else

105 {

106 printf("\n*** 'gnome-config print --version' returned %d.%d.%d, but the minimum version\n", $gnome_print_major_version, $gnome_print_minor_version, $gnome_print_micro_version);

107 printf("*** of GNOME-PRINT required is %d.%d.%d. If gnome-config is correct, then it is\n", major, minor, micro);

Probe.cc (https://freespeech.svn.sourceforge.net/svnroot/freespeech) C++ · 342 lines ✨ Summary

This C++ code implements a Probe node in a data processing graph. It controls the flow of data between nodes, allowing for conditional execution and display of output values at specific intervals. The probe can be set to “show” or “hide”, and its state is updated based on user input and timer events. It provides methods for advancing the probe’s state, displaying output values, and tracing the node’s behavior.

135 gtk_container_add (GTK_CONTAINER (handlebox2), toolbar2);

136

137 tmp_toolbar_icon = gnome_stock_pixmap_widget (window1, GNOME_STOCK_PIXMAP_REDO);

138 button16 = gtk_toolbar_append_element (GTK_TOOLBAR (toolbar2),

139 GTK_TOOLBAR_CHILD_BUTTON,

155 //cerr << "registered " << this << endl;

156

157 tmp_toolbar_icon = gnome_stock_pixmap_widget (window1, GNOME_STOCK_PIXMAP_STOP);

158 button17 = gtk_toolbar_append_element (GTK_TOOLBAR (toolbar2),

159 GTK_TOOLBAR_CHILD_BUTTON,

176

177

178 tmp_toolbar_icon = gnome_stock_pixmap_widget (window1, GNOME_STOCK_PIXMAP_EXEC);

179 button18 = gtk_toolbar_append_element (GTK_TOOLBAR (toolbar2),

180 GTK_TOOLBAR_CHILD_BUTTON,

index.html (https://gitlab.com/judielsm/Handora) HTML · 443 lines

215 <td>Gecko</td>

216 <td>Epiphany 2.20</td>

217 <td>Gnome</td>

218 <td class="center">1.8</td>

219 <td class="center">A</td>

rbgobj_paramspecs.c (https://github.com/masaakiaoyagi/ruby-gnome2.git) C · 311 lines

1 /* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */

2 /*

3 * Copyright (C) 2011 Ruby-GNOME2 Project Team

4 * Copyright (C) 2004 Ruby-GNOME2 Project Team

overview.html (https://freespeech.svn.sourceforge.net/svnroot/freespeech) HTML · 32 lines ✨ Summary

This HTML code outputs a simple webpage with a background image, centered text and layout. It provides an overview of the FreeSpeech project, its goals, and contact information for Jean-Marc Valin. The page includes links to external websites (GNOME and KDE) and mentions the “bazaar” concept in software development. The content is written in a transitional HTML 4.0 style, with outdated metadata and character encoding.

14 FreeSpeech is an attempt to provide free (GPL) speech recognition for Linux

15 (or other UN*X eventually). We want it to be as easy as possible to integrate

16 with applications,desktops (<a href="http://www.gnome.org">gnome</a> and

17 <a href="http://www.kde.org">KDE</a>) or GUI libraries. To achieve that,

18 it will be in the form of a server to which "speech aware" processes can

swt-4.2-as-needed-and-flag-fixes.patch (https://gitlab.com/kogaion/portage) Patch · 243 lines

72 $(CC) $(CFLAGS) $(ATKCFLAGS) -c atk.c

73 @@ -204,7 +204,7 @@

74 make_gnome: $(GNOME_LIB)

75

76 $(GNOME_LIB): $(GNOME_OBJECTS)

77 - $(CC) $(LFLAGS) -o $(GNOME_LIB) $(GNOME_OBJECTS) $(GNOMELIBS)

78 + $(CC) $(LDFLAGS) $(LFLAGS) -o $(GNOME_LIB) $(GNOME_OBJECTS) $(GNOMELIBS)

79

80 gnome.o: gnome.c

81 $(CC) $(CFLAGS) $(GNOMECFLAGS) -c gnome.c

202 $(GNOME_LIB): $(GNOME_OBJECTS)

203 - $(CC) $(LFLAGS) -o $(GNOME_LIB) $(GNOME_OBJECTS) $(GNOMELIBS)

204 + $(CC) $(LDFLAGS) $(LFLAGS) -o $(GNOME_LIB) $(GNOME_OBJECTS) $(GNOMELIBS)

POMsgSourceTest.java (https://github.com/gkovacs/textmatch.git) Java · 211 lines

109 public void testSplitIntoMsgIdBlocks() throws Exception {

110 List<String> po = new ArrayList<String>();

111 po.add("msgid \"- GNOME Mouse Preferences\"");

112 po.add("msgid \"\"");

113 po.add("\"Indicates whether to close the shell when an upgrade or uninstall action is \"");

116 POMsgSource msgsrc = new POMsgSource(po);

117 List<String> ex = new ArrayList<String>();

118 ex.add("msgid \"- GNOME Mouse Preferences\"");

119 ex.add("msgid \"\"" + '\n' +

120 "\"Indicates whether to close the shell when an upgrade or uninstall action is \"" + '\n' +

127 public void testSplitIntoMsgIdBlocks2() throws Exception {

128 List<String> po = new ArrayList<String>();

129 po.add("msgid \"- GNOME Mouse Preferences\"");

130 po.add("#& some annotation");

131 po.add("msgid \"\"");

gfileinputstream.c (https://github.com/geoffyoungs/ruby-gnome2.git) C · 90 lines

2 /*

3 * Ruby/GIO: a Ruby binding of gio-2.0.x.

4 * Copyright (C) 2008-2009 Ruby-GNOME2 Project Team

5 *

6 * This library is free software; you can redistribute it and/or

_osd.scss (https://gitlab.com/redcore/redcore-theme) Sass · 268 lines

93 entry { @include entry($osd_base, $osd_text_color, $osd_borders_color); }

94

95 /* used by gnome-settings-daemon's media-keys OSD */

96 trough,

97 &.trough {

AssicuratoMapper.java (https://gitlab.com/TheEdoardo93/OCA) Java · 285 lines

25 /**

26 * Questo metodo interroga il database OCB per ricercare un assicurato

27 * tramite nome o cognome o entrambi. La ricerca potenzialmente pu� restituire

28 * più assicurati. Viene istanziato un oggetto Assicurato per ogni risultato

29 * della query e viene restituito un ArrayList di assicurati.

30 *

31 * @param nome String

32 * @param cognome String

33 * @return assicurati ArrayList di Assicurato

34 */

35 public ArrayList<Assicurato> find(String nome, String cognome) {

36

37 ArrayList<Assicurato> assicurati = new ArrayList<Assicurato>();

rbvte-terminalaccessible.c (https://github.com/geoffyoungs/ruby-gnome2.git) C · 43 lines

1 /* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */

2 /*

3 * Copyright (C) 2006-2011 Ruby-GNOME2 Project Team

4 *

5 * This library is free software; you can redistribute it and/or

minetn-7.lua (https://github.com/NetHack/NetHack.git) Lua · 198 lines

39 des.room({ type="ordinary", lit=1, x=10,y=2, w=3,h=4,

40 contents = function()

41 des.monster("gnome")

42 des.monster("monkey")

43 des.monster("monkey")

69 contents = function()

70 des.door({ state = "locked", wall="east" })

71 des.monster("gnome king")

72 end

73 })

158 des.monster({ id = "watchman", peaceful = 1 })

159 des.monster({ id = "watch captain", peaceful = 1 })

160 des.monster("gnome")

161 des.monster("gnome")

162 des.monster("gnome")

163 des.monster("gnome lord")

button.css (https://github.com/neonux/mozilla-all.git) CSS · 348 lines

153

154 /*

155 * GNOME Stock Icon Styles

156 */

157

gtk-main-dark.css (git://pkgs.fedoraproject.org/gnome-themes-standard) CSS · 159 lines

119

120 /**************

121 * GNOME Apps *

122 **************/

123 @define-color entry_tag_bg #888a85;

156 @import url("gtk-widgets.css");

157 @import url("gtk-widgets-dark-overrides.css");

158 @import url("gnome-applications.css");

159

GnomeCharacterData.java (https://github.com/GunioRobot/MI424WR_GEN2_Rev_E-F.git) Java · 117 lines

1 /* GnomeCharacterData.java -

2 Copyright (C) 2004 Free Software Foundation, Inc.

3

46 * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>

47 */

48 abstract class GnomeCharacterData

49 extends GnomeNode

51 {

52

53 GnomeCharacterData(Object id)

54 {

55 super(id);

linphone_1.6.0.bb (https://github.com/SIFTeam/openembedded.git) Bitbake · 75 lines

38 --with-speex=${STAGING_DIR_HOST}${layout_exec_prefix} \

39 --disable-truespeech --disable-manual \

40 --disable-gnome_ui"

41

42 PARALLEL_MAKE = ""

60 PACKAGES += "linphonec linphone-rings liblinphone libquickstream libmediastreamer libortp"

61

62 FILES_${PN} = "${bindir}/linphone ${datadir}/pixmaps ${datadir}/applications ${datadir}/gnome/apps"

63 FILES_${PN}c = "${bindir}/linphonec ${bindir}/sipomatic ${datadir}/sounds/linphone/ringback.wav"

64 FILES_${PN}-rings = "${datadir}/sounds/linphone/rings"

xmonad-old.hs (https://github.com/meiersi/dotfiles.git) Haskell · 100 lines

2

3 import XMonad

4 import XMonad.Config.Gnome

5

6 import qualified XMonad.StackSet as W -- to shift and float windows

20

21 main :: IO ()

22 main = xmonad gnomeConfig

23 { manageHook = myManageHook

24 , modMask = mod4Mask

25 , keys = \c -> myKeys c `M.union` keys gnomeConfig c

26 , layoutHook = myLayout

27 , workspaces = myWorkspaces

pango.rb (https://bitbucket.org/zozo123/homebrew.git) Ruby · 46 lines

3 class Pango < Formula

4 homepage 'http://www.pango.org/'

5 url 'http://ftp.gnome.org/pub/GNOME/sources/pango/1.30/pango-1.30.0.tar.xz'

6 sha256 '7c6d2ab024affaed0e942f9279b818235f9c6a36d9fc50688f48d387f4102dff'

7

gnome-doc-utils.rb (https://bitbucket.org/zozo123/homebrew.git) Ruby · 45 lines

1 require 'formula'

2

3 class GnomeDocUtils < Formula

4 homepage 'https://live.gnome.org/GnomeDocUtils'

5 url 'ftp://ftp.gnome.org/pub/gnome/sources/gnome-doc-utils/0.20/gnome-doc-utils-0.20.6.tar.bz2'

6 sha256 '091486e370480bf45349ad09dac799211092a02938b26a0d68206172cb6cebbf'

7

37

38 def caveats; <<-EOS.undent

39 Gnome-doc-utils requires libxml2 to be compiled

40 with the python modules enabled, to do so:

41 $ brew install libxml2 --with-python

fileUtils.js (https://gitlab.com/tchaik/gnome-shell) JavaScript · 100 lines

13

14 for (let i = 0; i < dataDirs.length; i++) {

15 let path = GLib.build_filenamev([dataDirs[i], 'gnome-shell', subdir]);

16 let dir = Gio.File.new_for_path(path);

17

77 if (!_ifaceResource) {

78 // don't use global.datadir so the method is usable from tests/tools

79 let dir = GLib.getenv ('GNOME_SHELL_DATADIR') || Config.PKGDATADIR;

80 let path = dir + '/gnome-shell-dbus-interfaces.gresource';

84

85 let xml = null;

86 let uri = 'resource:///org/gnome/shell/dbus-interfaces/' + iface + '.xml';

87 let f = Gio.File.new_for_uri(uri);

88

207_gameobject_template.sql (https://gitlab.com/Lbniese/TrinityCore_434) SQL · 38 lines

11 UPDATE `gameobject_template` SET `flags`=40 WHERE `entry`=207209; -- Doodad_Abyssal_Jellyfish_Elevator01

12 UPDATE `gameobject_template` SET `flags`=40 WHERE `entry`=206609; -- Elevator

13 UPDATE `gameobject_template` SET `flags`=40 WHERE `entry`=205080; -- Doodad_GnomeElevatorCar02

14 UPDATE `gameobject_template` SET `flags`=40 WHERE `entry`=205079; -- Doodad_GnomeElevatorCar04

gnu_xml_libxmlj_dom_GnomeXPathResult.h (https://bitbucket.org/pizzafactory/pf-gcc.git) C Header · 28 lines

3 #include <jni.h>

4

5 #ifndef __gnu_xml_libxmlj_dom_GnomeXPathResult__

6 #define __gnu_xml_libxmlj_dom_GnomeXPathResult__

11 #endif

12

13 JNIEXPORT void JNICALL Java_gnu_xml_libxmlj_dom_GnomeXPathResult_free (JNIEnv *env, jobject, jobject);

14 JNIEXPORT jshort JNICALL Java_gnu_xml_libxmlj_dom_GnomeXPathResult_getResultType (JNIEnv *env, jobject);

15 JNIEXPORT jdouble JNICALL Java_gnu_xml_libxmlj_dom_GnomeXPathResult_getNumberValue (JNIEnv *env, jobject);

16 JNIEXPORT jstring JNICALL Java_gnu_xml_libxmlj_dom_GnomeXPathResult_getStringValue (JNIEnv *env, jobject);

17 JNIEXPORT jboolean JNICALL Java_gnu_xml_libxmlj_dom_GnomeXPathResult_getBooleanValue (JNIEnv *env, jobject);

18 JNIEXPORT jobject JNICALL Java_gnu_xml_libxmlj_dom_GnomeXPathResult_getSingleNodeValue (JNIEnv *env, jobject);

19 JNIEXPORT jboolean JNICALL Java_gnu_xml_libxmlj_dom_GnomeXPathResult_getInvalidIteratorState (JNIEnv *env, jobject);

20 JNIEXPORT jint JNICALL Java_gnu_xml_libxmlj_dom_GnomeXPathResult_getSnapshotLength (JNIEnv *env, jobject);

gnome-python2-py23.patch (https://github.com/jrabbit/Fink-Experimental.git) Patch · 274 lines

93 #include "config.h"

94 #endif

95 Binary files gnome-python-2.0.0.orig/gnome/__init__.pyc and gnome-python-2.0.0/gnome/__init__.pyc differ

96 diff -urN gnome-python-2.0.0.orig/gnome/appletmodule.c gnome-python-2.0.0/gnome/appletmodule.c

118 #include "config.h"

119 #endif

120 diff -urN gnome-python-2.0.0.orig/gnome/gnomemodule.c gnome-python-2.0.0/gnome/gnomemodule.c

121 --- gnome-python-2.0.0.orig/gnome/gnomemodule.c Sun Aug 24 22:36:04 2003

154 #include "config.h"

155 #endif

156 diff -urN gnome-python-2.0.0.orig/gnome/vfs-dir-handle.c gnome-python-2.0.0/gnome/vfs-dir-handle.c

157 --- gnome-python-2.0.0.orig/gnome/vfs-dir-handle.c Thu Jun 5 23:32:22 2003

214 #include "config.h"

215 #endif

216 diff -urN gnome-python-2.0.0.orig/gnomeprint/art-gtype.c gnome-python-2.0.0/gnomeprint/art-gtype.c

217 --- gnome-python-2.0.0.orig/gnomeprint/art-gtype.c Wed Jan 15 06:45:24 2003

mkimage-rinse.sh (https://gitlab.com/CORP-RESELLER/coreos-kubernetes) Shell · 119 lines

78 sudo rm -rf usr/{{lib,share}/locale,{lib,lib64}/gconv,bin/localedef,sbin/build-locale-archive}

79 # docs

80 sudo rm -rf usr/share/{man,doc,info,gnome/help}

81 # cracklib

82 sudo rm -rf usr/share/cracklib

gchecksum.h (https://github.com/rikaunite/gst-opera_glib.git) C Header · 86 lines

1 /* gchecksum.h - data hashing functions

2 *

3 * Copyright (C) 2007 Emmanuele Bassi <ebassi@gnome.org>

4 *

5 * This library is free software; you can redistribute it and/or

072_indicator_menu_update.patch (https://github.com/transtone/zm-overlay.git) Patch · 110 lines

1 ## Description: Adding two signals that are needed for Application Indicator to

2 ## keep up-to-date with changed GtkMenu(Item)s.

3 ## Origin/Author: Cody Russell <bratsche@gnome.org>,

4 ## Sense Hofstede <sense@ubuntu.com>

5 ## Bug: unknown and https://launchpad.net/bug/608219

gnome-dvb-daemon_0.1.14.bb (https://github.com/pashaa/openembedded.git) Bitbake · 26 lines

1 DESCRIPTION = "GNOME DVB Daemon is a daemon written in Vala based on GStreamer to setup your DVB devices, record and watch TV shows and browse EPG. It can be controlled by any application via its D-Bus interface."

2 LICENSE = "GPLv3"

3

7 inherit gnome

8

9 SRC_URI = "http://launchpad.net/gnome-dvb-daemon/trunk/0.1.14/+download/gnome-dvb-daemon-0.1.14.tar.bz2"

10

11 # We have no use for checking using gst-inspect when crosscompiling, so sed out the check

xn-user-trash-symbolic.svg (https://bitbucket.org/Avinash-Bhat/xnoise.git) SVG · 19 lines

7 <dc:format>image/svg+xml</dc:format>

8 <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>

9 <dc:title>Gnome Symbolic Icon Theme</dc:title>

10 </cc:Work>

11 </rdf:RDF>

12 </metadata>

13 <title id="title9167">Gnome Symbolic Icon Theme</title>

14 <g id="layer13" transform="translate(-482,-176)">

15 <g id="layer1-7" transform="translate(482,176)">

build-rpm.sh (https://gitlab.com/unofficial-mirrors/ostree) Shell · 46 lines

28 case "${CONFIGOPTS:-}" in

29 *--with-curl*|*--with-soup*)

30 if test -x /usr/bin/gnome-desktop-testing-runner; then

31 CONFIGOPTS="${CONFIGOPTS} --enable-installed-tests=exclusive"

32 fi

gimptagentry.h (https://gitlab.com/marcelosabino/gimp) C Header · 86 lines

3 *

4 * gimptagentry.h

5 * Copyright (C) 2008 Aurimas Juška <aurisj@svn.gnome.org>

6 *

7 * This program is free software: you can redistribute it and/or modify

rbpangocairo.c (https://github.com/geoffyoungs/ruby-gnome2.git) C · 215 lines

8

9 Copyright (C) 2005 Kouhei Sutou

10 Copyright (C) 2006 Ruby-GNOME2 Project Team

11 ************************************************/

12

rbgtkstyleproperties.c (https://github.com/masaakiaoyagi/ruby-gnome2.git) C · 119 lines

1 /* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */

2 /*

3 * Copyright (C) 2011 Ruby-GNOME2 Project Team

4 *

5 * This library is free software; you can redistribute it and/or

gsd-background-plugin.c (https://github.com/lcp/gnome-settings-daemon.git) C · 110 lines

24 #include <gmodule.h>

25

26 #include "gnome-settings-plugin.h"

27 #include "gsd-background-plugin.h"

28 #include "gsd-background-manager.h"

34 #define GSD_BACKGROUND_PLUGIN_GET_PRIVATE(object) (G_TYPE_INSTANCE_GET_PRIVATE ((object), GSD_TYPE_BACKGROUND_PLUGIN, GsdBackgroundPluginPrivate))

35

36 GNOME_SETTINGS_PLUGIN_REGISTER (GsdBackgroundPlugin, gsd_background_plugin)

37

38 static void

94 {

95 GObjectClass *object_class = G_OBJECT_CLASS (klass);

96 GnomeSettingsPluginClass *plugin_class = GNOME_SETTINGS_PLUGIN_CLASS (klass);

97

98 object_class->finalize = gsd_background_plugin_finalize;

gtranslator-1.9.13-desktop-database.patch (https://github.com/1000timesdead/portage.git) Patch · 53 lines

1 From e4ecdf31c9f53ea95fe803b5d25a892c5e72279d Mon Sep 17 00:00:00 2001

2 From: Ignacio Casal Quinteiro <icq@gnome.org>

3 Date: Sat, 06 Nov 2010 11:36:18 +0000

4 Subject: Remove call to update-desktop-database. Fixes bug #628726.

ardour-2.8.11-ldpath.patch (https://github.com/1000timesdead/portage.git) Patch · 27 lines

8 +export VAMP_PATH=libs/vamp-plugins${VAMP_PATH:+:$VAMP_PATH}

9

10 -export LD_LIBRARY_PATH=libs/vamp-sdk:libs/surfaces/control_protocol:libs/ardour:libs/midi++2:libs/pbd:libs/rubberband:libs/soundtouch:libs/gtkmm2ext:libs/sigc++2:libs/glibmm2:libs/gtkmm2/atk:libs/gtkmm2/pango:libs/gtkmm2/gdk:libs/gtkmm2/gtk:libs/libgnomecanvasmm:libs/libsndfile:libs/appleutility:$LD_LIBRARY_PATH

11 +export LD_LIBRARY_PATH=libs/surfaces/control_protocol:libs/ardour:libs/midi++2:libs/pbd:libs/gtkmm2ext${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}

12

01-packages.sh (https://github.com/theevocater/dotfiles.git) Shell · 77 lines

30 curl \

31 git \

32 gnome-tweak-tool \

33 kitty \

34 net-tools \

WSDG_chapter_build_intro.adoc (https://gitlab.com/jvelando/wireshark) AsciiDoc · 52 lines

42 ____

43 GLib provides the core application building blocks for libraries and

44 applications written in C. It provides the core object system used in GNOME, the

45 main loop implementation, and a large set of utility functions for strings and

46 common data structures.

48

49 GLib contains lots of useful things for platform independent development.

50 See https://developer.gnome.org/glib/ and https://docs.gtk.org/glib/ for details about GLib.

51

52 // End of WSDG Chapter Build Introduction

revert-warn-glib-compile-schemas.patch (https://gitlab.com/forumi0721/arch_prebuilt_PKGBUILDs) Patch · 33 lines

5

6 For quite some time the recommended usage of GSettings and dconf has

7 been to use paths like /org/gnome/example/. Use of /apps/ has spilled

8 over from GConf and is continuing to make its way into a number of

9 applications as they port.

dom-bootstrap2.html (https://gitlab.com/tuonglv/library_tuong) HTML · 455 lines

217 <td>Gecko</td>

218 <td>Epiphany 2.20</td>

219 <td>Gnome</td>

220 <td class="centered-cell">1.8</td>

221 <td class="centered-cell">A</td>

assets-attribution.md (https://github.com/imsaguy/bitcoin.git) Markdown · 104 lines

36 * Designer: schollidesign

37 * License: GNU/GPL

38 * Site: [http://findicons.com/icon/93743/blocks_gnome_netstatus_0](http://findicons.com/icon/93743/blocks_gnome_netstatus_0)

39

40 ### Assets Used

rbgtkcellrendererprogress.c (https://github.com/masaakiaoyagi/ruby-gnome2.git) C · 44 lines

1 /* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */

2 /*

3 * Copyright (C) 2011 Ruby-GNOME2 Project Team

4 * Copyright (C) 2004 Darren Willis

5 *

rbgtkhruler.c (https://github.com/masaakiaoyagi/ruby-gnome2.git) C · 42 lines

1 /* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */

2 /*

3 * Copyright (C) 2011 Ruby-GNOME2 Project Team

4 * Copyright (C) 2002,2003 Ruby-GNOME2 Project Team

main.c (https://github.com/jelford/Gnome-Password-Storage-Demo.git) C · 41 lines

1 #include <gnome-keyring.h>

2 #include <gnome-keyring-memory.h>

6

7 int main (int argc, char** argv) {

8 GnomeKeyringResult result;

9 gchar* password = gnome_keyring_memory_alloc(8192);

10 result = gnome_keyring_store_password_sync(

11 GNOME_KEYRING_NETWORK_PASSWORD, // Password type

16 "server", "localhost",

17 NULL);

18 if (result == GNOME_KEYRING_RESULT_OK) {

19 g_print("Successfully stored password to default keyring\n");

20 result = gnome_keyring_find_password_sync(

21 GNOME_KEYRING_NETWORK_PASSWORD,

22 &password,

23 "user", "james",

gsd-keyboard-xkb.h (https://github.com/lcp/gnome-settings-daemon.git) C Header · 39 lines

1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-

2 * gnome-settings-keyboard-xkb.h

3 *

4 * Copyright (C) 2001 Udaltsoft

register_secondlifeprotocol.sh (https://github.com/WindBasevi/imprudence.git) Shell · 46 lines

14 fi

15

16 # Register handler for GNOME-aware apps

17 LLGCONFTOOL2=gconftool-2

18 if which ${LLGCONFTOOL2} >/dev/null; then

19 (${LLGCONFTOOL2} -s -t string /desktop/gnome/url-handlers/secondlife/command "${HANDLER} \"%s\"" && ${LLGCONFTOOL2} -s -t bool /desktop/gnome/url-handlers/secondlife/enabled true) || echo Warning: Did not register secondlife:// handler with GNOME: ${LLGCONFTOOL2} failed.

20 else

21 echo Warning: Did not register secondlife:// handler with GNOME: ${LLGCONFTOOL2} not found.

Makefile (https://github.com/Morgawr/minix-pkgsrc.git) Makefile · 46 lines

1 # $NetBSD: Makefile,v 1.60 2011/04/13 16:39:14 drochner Exp $

2

3 DISTNAME= gnome-keyring-2.32.1

4 PKGREVISION= 1

5 CATEGORIES= security gnome

6 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-keyring/2.32/}

7 EXTRACT_SUFX= .tar.bz2

8

9 MAINTAINER= pkgsrc-users@NetBSD.org

10 HOMEPAGE= http://www.gnome.org/

11 COMMENT= GNOME password and secret manager

19

20 PKGCONFIG_OVERRIDE= ${WRKSRC}/gcr/gcr.pc.in

21 PKGCONFIG_OVERRIDE= ${WRKSRC}/library/gnome-keyring-1.pc.in

22 PKGCONFIG_OVERRIDE= ${WRKSRC}/gp11/gp11.pc.in

23

Makefile (https://github.com/Morgawr/minix-pkgsrc.git) Makefile · 41 lines

6 PKGREVISION= 9

7 CATEGORIES= misc

8 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goffice/0.6/}

9

10 MAINTAINER= pkgsrc-users@NetBSD.org

11 HOMEPAGE= http://www.gnome.org/

12 COMMENT= Library of document-centric objects and utilities

13

28 .include "../../devel/glib2/buildlink3.mk"

29 .include "../../devel/libglade/buildlink3.mk"

30 .include "../../devel/libgnomeui/buildlink3.mk"

31 .include "../../devel/libgsf/buildlink3.mk"

32 .include "../../devel/libgsf-gnome/buildlink3.mk"

Makefile (https://github.com/avsm/openbsd-ports.git) Makefile · 50 lines

5 COMMENT= GNOME utility programs

6

7 GNOME_PROJECT= gnome-utils

8 GNOME_VERSION= 3.2.1

32 # gvfs needed by baobab

33 RUN_DEPENDS= devel/gsettings-desktop-schemas \

34 x11/gnome/gvfs

35

36 MODULES= devel/dconf \

37 devel/gconf2 \

38 devel/gettext \

39 x11/gnome

40

41 MODGNOME_TOOLS= yelp

42 MODGNOME_DESKTOP_FILE= Yes

43 MODGCONF2_SCHEMAS_DIR= gnome-utils

Makefile (https://github.com/avsm/openbsd-ports.git) Makefile · 54 lines

30 devel/sdl-mixer \

31 devel/sdl-ttf>=2.0.8 \

32 x11/gnome/librsvg \

33 print/libpaper \

34 devel/sdl-pango \

shell.c (https://github.com/sdether/mono.git) C · 286 lines

235 gchar **argv;

236 gboolean ret;

237 char *str = "'/usr/bin/gnome-terminal' -e \"bash -c 'read -p \\\"Press any key to continue...\\\" -n1;'\"";

238

239 argv = NULL;

250 return FAILED ("4. error was set");

251

252 if (strcmp (argv [0], "/usr/bin/gnome-terminal"))

253 return FAILED ("5. Expected /usr/bin/gnome-terminal got %s", argv [0]);

ntl-check.m4 (https://github.com/malex984/malex984Sources.git) m4 · 132 lines

2 # Bradford Hovinen, 2001-06-13

3 # Modified by Pascal Giorgi, 2003-12-03

4 # Inspired by gnome-bonobo-check.m4 by Miguel de Icaza, 99-04-12

5 # Stolen from Chris Lahey 99-2-5

6 # stolen from Manish Singh again

childref.py (https://github.com/gramps-project/gramps.git) Python · 228 lines

1 #

2 # Gramps - a GTK+/GNOME based genealogy program

3 #

4 # Copyright (C) 2006-2007 Donald N. Allingham

lockdownappliergconf.py (git://pkgs.fedoraproject.org/pessulus) Python · 225 lines

4

5 #

6 # Copyright (C) 2005 Vincent Untz <vuntz@gnome.org>

7 #

8 # This program is free software; you can redistribute it and/or modify

README.md (https://github.com/antonlitvinenko/tracker.git) Markdown · 35 lines

2 =====

3

4 Node-dev is a supervisor for Node.js that automatically restarts the node process when a script is modified. Status and error messages are displayed as desktop notification using either [Growl](http://growl.info/about.php) or [libnotify](http://developer.gnome.org/libnotify/).

5

6 Node-dev hooks into the `require()` function to determine which files need to be monitored. Hence it also works with linked modules that live outside of your project directory and doesn't cause any unnecessary server restarts when client-side JavaScript files are modified.

Makefile (https://github.com/technix/frenzy.git) Makefile · 126 lines

25 USE_GMAKE= yes

26 .if defined(WITH_GLIB12) || defined(MINIMAL)

27 USE_GNOME= glib12

28 .else

29 USE_GNOME= glib20

propertybindings.py (https://gitlab.com/zaverichintan/orange3) Python · 327 lines

236 ManualSubmit = 1

237

238 # Note: This should also apply to Gnome

239 Default = 0 if sys.platform == "darwin" else 1

240

screensaver.py (https://github.com/levjj/miro.git) Python · 166 lines

35 import subprocess

36

37 class Gnome3ScreenSaverManager(object):

38 """Screen saver manager for Gnome 3.x"""

41 self.cookie = None

42 self.toplevel_window = toplevel_window

43 # keep a bus around for as long as this object is alive. Gnome 3 docs

44 # say that disconnecting from the bus will uninhibit the screen saver.

45 self.bus = dbus.SessionBus()

47 def should_use(self):

48 # check to see if the DBus object exists

49 if not self.bus.name_has_owner('org.gnome.SessionManager'):

50 return False

51 # check to see if it has the "Inhibit" method"

53 # string. We could parse this, but it seems enough just to check if

54 # the method name is present anywhere.

55 obj = self.bus.get_object('org.gnome.SessionManager',

56 '/org/gnome/SessionManager')

aoColumns.bVisible.js (https://bitbucket.org/subhan_12/dlp.git) JavaScript · 131 lines

69 var bReturn =

70 jqNodes[0].innerHTML == "Gecko" &&

71 jqNodes[1].innerHTML == "Gnome" &&

72 jqNodes[2].innerHTML == "1.8" &&

73 jqNodes[3].innerHTML == "A";

Makefile (https://github.com/AshuLara/lisa.git) Makefile · 49 lines

13 paparazzicenter : $(PAPARAZZICENTERCMO) $(OCAMLLIB)/lib-pprz.cma

14 @echo OL $@

15 $(Q)$(OCAMLC) -custom $(INCLUDES) -o $@ unix.cma str.cma xml-light.cma lablgtk.cma lablglade.cma gtkInit.cmo lib-pprz.cma xlib-pprz.cma lablgnomeui.cma $^

16

17 gtk_pc.ml : paparazzicenter.glade

soup-proxy-resolver-gnome.c (https://github.com/ahmedammar/platform_external_gst_libsoup.git) C · 54 lines

1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */

2 /*

3 * soup-proxy-resolver-gnome.c: GNOME proxy resolution

4 *

5 * Copyright (C) 2008 Red Hat, Inc.

17

18 static void

19 soup_proxy_resolver_gnome_init (SoupProxyResolverGNOME *resolver_gnome)

20 {

21 GProxyResolver *gproxyresolver;

50

51 static void

52 soup_proxy_resolver_gnome_class_init (SoupProxyResolverGNOMEClass *gnome_class)

53 {

54 }

gtk-widgets-3_10.css (https://github.com/november-eleven/Kiss-my-Arch.git) CSS · 459 lines

336

337 /*

338 * GNOME Terminal

339 */

340 TerminalWindow .notebook tab GtkLabel {

387

388 /*

389 * Gnome-Documents

390 */

391 .toolbar .linked .documents-entry-tag.button,

rbgtkprintcontext.c (https://github.com/msakai/ruby-gnome2.git) C · 132 lines

1 /* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */

2 /*

3 * Copyright (C) 2011 Ruby-GNOME2 Project Team

4 * Copyright (C) 2006 Ruby-GNOME2 Project Team

rbgdkwindowattr.c (https://github.com/masaakiaoyagi/ruby-gnome2.git) C · 208 lines

1 /* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */

2 /*

3 * Copyright (C) 2011 Ruby-GNOME2 Project Team

4 * Copyright (C) 2003 Masao Mutoh

5 *

gvfs.mk (https://gitlab.com/birdland/buildroot-bav335x) Makefile · 139 lines

8 GVFS_VERSION = $(GVFS_VERSION_MAJOR).1.1

9 GVFS_SOURCE = gvfs-$(GVFS_VERSION).tar.xz

10 GVFS_SITE = http://ftp.gnome.org/pub/GNOME/sources/gvfs/$(GVFS_VERSION_MAJOR)

11 GVFS_INSTALL_STAGING = YES

12 GVFS_DEPENDENCIES = host-pkgconf host-libglib2 libglib2 dbus shared-mime-info

Makefile (https://github.com/joevandyk/pkgsrc.git) Makefile · 41 lines

3

4 DISTNAME= libbonoboui-2.20.0

5 CATEGORIES= devel gnome

6 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libbonoboui/2.20/}

8

9 MAINTAINER= jmmv@NetBSD.org

10 HOMEPAGE= http://www.gnome.org/

11 COMMENT= GNOME2 Object activation framework library (graphical version)

14

15 GNU_CONFIGURE= yes

16 USE_DIRS+= gnome2-1.5

17 USE_PKGLOCALEDIR= yes

18 USE_TOOLS+= gmake intltool msgfmt pkg-config

24 BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0

25 BUILDLINK_API_DEPENDS.libbonobo+= libbonobo>=2.16.0

26 BUILDLINK_API_DEPENDS.libgnome+= libgnome>=2.13.7

27

28 .include "../../devel/gettext-lib/buildlink3.mk"

Makefile (https://github.com/joevandyk/pkgsrc.git) Makefile · 43 lines

2

3 DISTNAME= libbonobo-2.20.1

4 CATEGORIES= devel gnome

5 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libbonobo/2.20/}

7

8 MAINTAINER= jmmv@NetBSD.org

9 HOMEPAGE= http://developer.gnome.org/

10 COMMENT= GNOME2 Object activation framework library

2022_03_12_02_world_2021_08_10_01_world.sql (https://github.com/TrinityCore/TrinityCore.git) SQL · 56 lines

42 (25753,1,0,"Warning! Warning! Intruder alert! Intruder alert!",14,0,100,0,0,5805,4142,0,"Sentry-bot 57-K");

43

44 -- Fizzcrank Mechagnome

45 UPDATE `smart_scripts` SET `event_chance` = 50, `action_param1` = 0, `action_param2` = 0, `comment` = "Fizzcrank Mechagnome - On Aggro - Say Line 0" WHERE `entryorguid` = 25814 AND `source_type` = 0 AND `id` = 0;

46 DELETE FROM `creature_text` WHERE `CreatureID` = 25814;

47 INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES

48 (25814,0,0,"We are Mechagnome... resistance is futile.",12,0,100,0,0,0,25000,0,"Fizzcrank Mechagnome"),

49 (25814,0,1,"You are cursed and we are the cure.",12,0,100,0,0,0,25001,0,"Fizzcrank Mechagnome"),

50 (25814,0,2,"The flesh is weak. We will make you better, stronger... faster.",12,0,100,0,0,0,25002,0,"Fizzcrank Mechagnome"),

51 (25814,0,3,"We can decurse you, we have the technology.",12,0,100,0,0,0,25003,0,"Fizzcrank Mechagnome"),

52 (25814,0,4,"The Gearmaster has plans for your weak flesh.",12,0,100,0,0,0,25004,0,"Fizzcrank Mechagnome"),

53 (25814,0,5,"Today, the Borean Tundra. Tomorrow, the world!",12,0,100,0,0,0,25005,0,"Fizzcrank Mechagnome"),

54 (25814,0,6,"You will be decursed!",12,0,100,0,0,0,25006,0,"Fizzcrank Mechagnome"),

55 (25814,0,7,"Come be perfect with us, $g brother : sister;.",12,0,100,0,0,0,25007,0,"Fizzcrank Mechagnome"),

ide-debugger-controls.c (https://gitlab.com/tchaik/gnome-builder) C · 41 lines

31 GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass);

32

33 gtk_widget_class_set_template_from_resource (widget_class, "/org/gnome/builder/ui/ide-debugger-controls.ui");

34 gtk_widget_class_set_css_name (widget_class, "idedebuggercontrols");

35 }

ImageOutputDev.h (https://github.com/circuithub/poppler-http.git) C Header · 106 lines

16 // Copyright (C) 2006 Rainer Keller <class321@gmx.de>

17 // Copyright (C) 2008 Timothy Lee <timothy.lee@siriushk.com>

18 // Copyright (C) 2009 Carlos Garcia Campos <carlosgc@gnome.org>

19 //

20 // To see a description of the changes please see the Changelog file that

workspaces-to-dock.css (https://github.com/vinceliuice/matcha.git) CSS · 519 lines

378

379 .workspacestodock-caption-windowapps-menu-item {

380 /*fallback class for GS34 since it can't override gnome shell class 'popup-menu-item' */

381 }

382

383 .workspacestodock-caption-windowapps-menu-item:active {

384 /*fallback class for GS34 since it can't override gnome shell class 'popup-menu-item' */

385 }

386

393

394 .workspacestodock-caption-windowapps-menu .window-close {

395 /* GS36+ can override gnome shell class 'window-close' */

396 border-radius: 100px;

397 -st-background-image-shadow: none;

rbpoppler-form-field.c (https://github.com/geoffyoungs/ruby-gnome2.git) C · 291 lines

4 rbpoppler-form-field.c -

5

6 Copyright (C) 2008 Ruby-GNOME2 Project Team

7

8 **********************************************************************/

2008-06-15-cztery-pulpity-w-windows-xp-i-nie-tylko-microsoft-powertoys.html.md (https://gitlab.com/Nowaker/nowaker-blog) Markdown · 22 lines

3 ---

4

5 KDE i Gnome mają obsługę wirtualnych pulpitów już od dawna, podczas gdy najnowszy Windows jeszcze tego nie ma.

6 Podczas przełączania za pomocą ALT+TAB widzimy tylko ikony poszczególnych programów, zamiast podglądu okna programu.

7 I wiele innych... Okazuje się jednak, iż na stronie Microsoftu udostępniona jest seria tzw. PowerToys dla Windows XP,

sample.db.js (https://github.com/baidu/amis.git) JavaScript · 405 lines

178 "engine": "Gecko",

179 "browser": "Epiphany 2.20",

180 "platform": "Gnome",

181 "version": "1.8",

182 "grade": "A"

networkmanager-openvpn-1.2.4-underlinking-1.patch (https://gitlab.com/kogaion/portage) Patch · 46 lines

8 [1] https://autotools.io/autoconf/finding.html

9

10 https://bugzilla.gnome.org/show_bug.cgi?id=769783

11 ---

12 configure.ac | 3 +++

dllmain.c (git://pkgs.fedoraproject.org/libgnome) C · 197 lines

1 /* -*- Mode: C; tab-width: 8; c-basic-offset: 8; indent-tabs-mode: nil -*- */

2 /* dllmain.c: DLL entry point for libgnome on Win32

3 * Copyright (C) 2005 Novell, Inc

4 *

25 #include <glib.h>

26

27 #include "gnome-init.h"

28

29 /* localedir uses system codepage as it is passed to the non-UTF8ified

47 LPVOID lpvReserved);

48

49 /* DllMain used to tuck away the libgnome DLL's HMODULE */

50 BOOL WINAPI

51 DllMain (HINSTANCE hinstDLL,

66 {

67 if (runtime_prefix &&

68 strncmp (configure_time_path, LIBGNOME_PREFIX "/",

69 strlen (LIBGNOME_PREFIX) + 1) == 0)

about.html (https://github.com/openhatch/oh-mainline.git) HTML · 71 lines

44 and "terminal" on the Utilities menu. In Gnome, you can find "color xterm,"

45 "regular xterm," and <a href="https://help.gnome.org/users/gnome-terminal/stable/overview.html.en">"gnome-terminal"</a>

46 on the Utilities menu. You can start up as many of these as you want and

47 play with them. While there are a number of different terminal emulators,

twitter-user-list.c (https://github.com/crnt/twitter-glib.git) C · 260 lines

2 *

3 * This file is part of Twitter-GLib.

4 * Copyright (C) 2008 Emmanuele Bassi <ebassi@gnome.org>

5 *

6 * This library is free software: you can redistribute it and/or modify

bash.md (https://github.com/eremite/notes.git) Markdown · 184 lines

60

61 ```

62 A login shell is when you get the little introductory text like when using ssh. Opening up a console via gnome-terminal locally is not a login shell

63 Pretty much everything is treated as an interactive shell, even scp.

64 "When bash is invoked as an interactive login shell ... it first reads and executes commands from the file /etc/profile, if that file exists. After reading that file, it looks for ~/.bash_profile, ~/.bash_login, and ~/.profile, in that order, and reads and executes commands from the first one that exists and is readable."

ev-link-action.h (https://github.com/mate-desktop/atril.git) C Header · 80 lines

1 /* this file is part of atril, a mate document viewer

2 *

3 * Copyright (C) 2006 Carlos Garcia Campos <carlosgc@gnome.org>

4 * Copyright (C) 2005 Red Hat, Inc.

5 *

index8.html (https://github.com/rauno/tasiry.git) HTML · 59 lines

54 </div>

55 </div><div class="footer">

56 Valokuvakokoelman loi <a href="http://www.gnome.org/projects/f-spot">f-spot 0.6.1.5</a>

57 </div>

58 </body>

flatpak.sh (https://github.com/openSUSE/obs-build.git) Shell · 44 lines

9 export BUILD_DIR=$PWD BUILD_ROOT=/var/tmp/obs-build

10 cd t/data/mahjongg

11 wget https://download.gnome.org/sources/gnome-mahjongg/3.38/gnome-mahjongg-3.38.2.tar.xz

12 # We need at least flatpak-1.6.3-lp152.3.3.1.src from the update repo because

13 # flatpak-1.6.3-lp152.2.1.x86_64 has a packaging bug

18 flatpak.yaml -release 23

19

20 flatpakfile="$BUILD_ROOT/usr/src/packages/OTHER/org.gnome.Mahjongg-3.38.2-23.flatpak"

21 if [[ -e "$flatpakfile" ]] ; then

22 echo OK

41

42 # It reports its version on stderr

43 /var/lib/flatpak/exports/bin/org.gnome.Mahjongg --version 2>&1 | grep 'gnome-mahjongg 3.38.2'

44

45

owner.h (git://pkgs.fedoraproject.org/gnome-commander) C Header · 273 lines

1 /*

2 GNOME Commander - A GNOME based file manager

3 Copyright (C) 2001-2006 Marcus Bjurman

4 Copyright (C) 2007-2011 Piotr Eljasiak

179 #endif

180

181 inline GnomeCmdOwner::GnomeCmdUsers::Entry *GnomeCmdOwner::new_entry(const struct passwd *pw)

182 {

183 g_return_val_if_fail (pw!=NULL, NULL);

192 }

193

194 inline GnomeCmdOwner::GnomeCmdGroups::Entry *GnomeCmdOwner::new_entry(const struct group *grp)

195 {

196 g_return_val_if_fail (grp!=NULL, NULL);

203 }

204

205 inline GnomeCmdOwner::~GnomeCmdOwner()

206 {

207 stop_thread = TRUE;

Config.in (https://gitlab.com/akshay-vijaykumar/Team_Ahava) Autoconf · 34 lines

23 Enlightenment, also known simply as E, is a stacking window

24 manager for the X Window System which can be used alone or

25 in conjunction with a desktop environment such as GNOME or

26 KDE. Enlightenment can be used as a substitute for a full

27 desktop environment.

fedora-10.xml.in (https://gitlab.com/pmhahn/osinfo-db) Autoconf · 357 lines

286 </media>

287

288 <!-- GNOME -->

289 <media arch="i686" live="true">

290 <url>http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Live/i686/F10-i686-Live.iso</url>

310 </media>

311

312 <!-- GNOME -->

313 <media arch="x86_64" live="true">

314 <url>http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/10/Live/x86_64/F10-x86_64-Live.iso</url>

gfilteroutputstream.c (https://github.com/rikaunite/gst-opera_glib.git) C · 312 lines

18 * Boston, MA 02111-1307, USA.

19 *

20 * Author: Christian Kellner <gicmo@gnome.org>

21 */

22

gnome-pthread-check.m4 (https://freespeech.svn.sourceforge.net/svnroot/freespeech) m4 · 17 lines ✨ Summary

This M4 code defines a macro GNOME_PTHREAD_CHECK that checks for the availability of pthread libraries and functions. It first tries to link against -lpthread, then -lpthreads, and finally -lc_r. If none of these are available, it provides the pthread_create function. The result is stored in the PTHREAD_LIB variable and made available through the AC_PROVIDE macro.

3 dnl

4

5 AC_DEFUN([GNOME_PTHREAD_CHECK],[

6 PTHREAD_LIB=""

7 AC_CHECK_LIB(pthread, pthread_create, PTHREAD_LIB="-lpthread",

13 )

14 AC_SUBST(PTHREAD_LIB)

15 AC_PROVIDE([GNOME_PTHREAD_CHECK])

16 ])

17

COPYING (https://freespeech.svn.sourceforge.net/svnroot/freespeech) Unknown · 375 lines

1

2 GnomeHello is Copyright (C) 1999 Havoc Pennington. The program is

3 released to you under two licenses, at your option; the first is

4 similar to that of the X Window System, the second is the GNU General

gnome-gettext.m4 (https://freespeech.svn.sourceforge.net/svnroot/freespeech) m4 · 337 lines ✨ Summary

This M4 code is a part of the GNU gettext package, which provides internationalization and localization support for software. It generates configuration files for building and installing gettext packages, including setting up locale directories, determining catalog formats, and creating lists of files to be processed by xgettext. The output is used to configure the build process for gettext packages.

13 # serial 5

14

15 AC_DEFUN(AM_GNOME_WITH_NLS,

16 [AC_MSG_CHECKING([whether NLS is requested])

17 dnl Default is enabled NLS

211 ])

212

213 AC_DEFUN(AM_GNOME_GETTEXT,

214 [AC_REQUIRE([AC_PROG_MAKE_SET])dnl

215 AC_REQUIRE([AC_PROG_CC])dnl

237

238 AM_LC_MESSAGES

239 AM_GNOME_WITH_NLS

240

241 if test "x$CATOBJEXT" != "x"; then

setenvif.conf.erb (https://bitbucket.org/aarmea/markdown-server.git) Ruby HTML · 28 lines

16 # problem with Microsoft WebFolders which does not appropriately handle

17 # redirects for folders with DAV methods.

18 # Same deal with Apple's DAV filesystem and Gnome VFS support for DAV.

19 #

20 BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully

22 BrowserMatch "^WebDrive" redirect-carefully

23 BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully

24 BrowserMatch "^gnome-vfs/1.0" redirect-carefully

25 BrowserMatch "^XML Spy" redirect-carefully

26 BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully

download.html (https://freespeech.svn.sourceforge.net/svnroot/freespeech) HTML · 57 lines ✨ Summary

This HTML code outputs a simple webpage with information about downloading and compiling the Free Speech project, including required libraries and software versions. It provides links to download source files, binaries, and examples, as well as instructions on how to compile from CVS using specific options and software versions. The page also includes notes and warnings for users.

40 <br>a precompiled binary for linux is available <a href="../../fftw.tgz">here</a>

41 <li>

42 <a href="http://www.gnome.org">GNOME</a> (for the GUI part) including libxml</li>

43

44 <li>

UIDocument.cc (https://freespeech.svn.sourceforge.net/svnroot/freespeech) C++ · 907 lines ✨ Summary

This C++ code defines a class UIDocument that represents a document containing a network of nodes and edges. It provides methods for loading, running, and manipulating the network, including building networks from external files, initializing and running the network, and getting available nodes. The code is part of a larger system for simulating complex systems using networks of interconnected components.

19 {

20 //cerr << "created doc with name " << docName << endl;

21 //gnome_mdi_child_set_name (GNOME_MDI_CHILD(this), (gchar *)name.c_str());

22 //create();

23 }

description.html (https://freespeech.svn.sourceforge.net/svnroot/freespeech) HTML · 530 lines ✨ Summary

This is a technical documentation of an acoustic speech recognition system, written in HTML format. It outlines the system’s components, including data collection, front-end processing, decoding, and integration with audio servers. The document also includes a to-do list for future development and maintenance tasks.

489

490 <LI>

491 <A HREF="http://www.kde.org/">KDE</A>/<A HREF="http://www.gnome.org/">gnome</A>

492 interface (via additions to dialog/menu classes ?)</LI>

493

VisixProject.cc (https://freespeech.svn.sourceforge.net/svnroot/freespeech) C++ · 239 lines ✨ Summary

This C++ code defines a VisixProject class, which represents a project for managing audio files. It creates a graphical user interface (GUI) with menus and buttons to add files, view properties, and save the project to an XML file. The GUI displays a tree structure of added files and allows users to interact with them through menu options.

170 this);

171

172 gnome_popup_menu_attach(menu, item, this);

173

174 }

176 void VisixProject::popup(GdkEvent *event)

177 {

178 gnome_popup_menu_do_popup_modal (menu,NULL,NULL,&(event->button),NULL);

179 }

180

gnome.m4 (https://freespeech.svn.sourceforge.net/svnroot/freespeech) m4 · 125 lines ✨ Summary

This M4 code defines two macros, GNOME_INIT_HOOK and GNOME_INIT, which are used to initialize a GNU build system for GNOME projects. It checks if the necessary dependencies (GNOME headers and libraries) are available and sets up various variables accordingly. If the required dependencies are not found, it can abort or continue with warnings. The macros are designed to be used in GNU configure scripts.

56 GNOME_GNORBA_HOOK([],$2)

57 GNOME_LIBS="`$GNOME_CONFIG --libs-only-l gnome`"

58 GNOMEUI_LIBS="`$GNOME_CONFIG --libs-only-l gnomeui`"

59 GNOMEGNORBA_LIBS="`$GNOME_CONFIG --libs-only-l gnorba gnomeui`"

60 GTKXMHTML_LIBS="`$GNOME_CONFIG --libs-only-l gtkxmhtml`"

62 GNOME_LIBDIR="`$GNOME_CONFIG --libs-only-L gnorba gnomeui`"

63 GNOME_INCLUDEDIR="`$GNOME_CONFIG --cflags gnorba gnomeui`"

64 $1

65 else

82 AC_MSG_CHECKING(for gnomeConf.sh file in $gnome_prefix)

83 if test -f $gnome_prefix/gnomeConf.sh; then

84 AC_MSG_RESULT(found)

85 echo "loading gnome configuration from" \

86 "$gnome_prefix/gnomeConf.sh"

87 . $gnome_prefix/gnomeConf.sh

gnome-common.m4 (https://freespeech.svn.sourceforge.net/svnroot/freespeech) m4 · 15 lines

1 # gnome-common.m4

2 #

3 # This only for packages that are not in the GNOME CVS tree.

4

5 dnl GNOME_COMMON_INIT

6

7 AC_DEFUN([GNOME_COMMON_INIT],

8 [

9 GNOME_ACLOCAL_DIR=`$ACLOCAL --print-ac-dir`/gnome

10 AC_SUBST(GNOME_ACLOCAL_DIR)

11

12 ACLOCAL="$ACLOCAL -I $GNOME_ACLOCAL_DIR"

13 ])

14

VisixFileSource.h (https://freespeech.svn.sourceforge.net/svnroot/freespeech) C++ Header · 27 lines ✨ Summary

This C++ header file defines a class VisixFileSource that inherits from VisixSource. It provides two constructors for creating instances of the class, one taking a parent widget and project information, and another using an XML node pointer. The class also includes methods for saving and loading source data to/from XML files.

6

7

8 #include <gnome.h>

9 #include <string>

10 #include "VisixSource.h"

Makefile.am (https://freespeech.svn.sourceforge.net/svnroot/freespeech) Makefile · 65 lines ✨ Summary

This Makefile generates a Makefile.in file for automake, which is used to build and install a C++ application. It defines several targets, including installing files in a specific directory, compiling source code into object files, and linking those object files together with libraries to create executable programs (vflow and batchflow). The Makefile also specifies dependencies between these targets.

7 INCLUDES = \

8 -I$(top_srcdir)/intl \

9 $(GNOME_INCLUDEDIR) \

10 $(GNOME_XML_INCLUDE) \

11 $(GNOME_GTHR_INCLUDE) \

12 -I$(top_srcdir)/../data-flow/include \

13 -I$(top_srcdir)/include

56 batchflow.cc

57

58 vflow_LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(INTLLIBS) $(GNOME_XML_LIB) $(GNOME_GTHR_LIB) \

59 $(top_srcdir)/../data-flow/src/libnetwork.la ./libflowui.la \

60 $(LIB_FFTW)

61

62 batchflow_LDADD = $(INTLLIBS) $(GNOME_XML_LIB) $(GNOME_GTHR_LIB) \

63 $(top_srcdir)/../data-flow/src/libnetwork.la ./libflowui.la\

64 $(LIB_FFTW)