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
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
rbgiodatainputstream.c (https://github.com/masaakiaoyagi/ruby-gnome2.git) C · 309 lines
rangewidgets.bas (https://github.com/freebasic/fbc.git) Basic · 215 lines
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.
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`
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.
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);
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;
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,
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
rbgobj_paramspecs.c (https://github.com/masaakiaoyagi/ruby-gnome2.git) C · 311 lines
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.
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)
76 $(GNOME_LIB): $(GNOME_OBJECTS)
77 - $(CC) $(LFLAGS) -o $(GNOME_LIB) $(GNOME_OBJECTS) $(GNOMELIBS)
78 + $(CC) $(LDFLAGS) $(LFLAGS) -o $(GNOME_LIB) $(GNOME_OBJECTS) $(GNOMELIBS)
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
_osd.scss (https://gitlab.com/redcore/redcore-theme) Sass · 268 lines
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) {
37 ArrayList<Assicurato> assicurati = new ArrayList<Assicurato>();
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
gtk-main-dark.css (git://pkgs.fedoraproject.org/gnome-themes-standard) CSS · 159 lines
GnomeCharacterData.java (https://github.com/GunioRobot/MI424WR_GEN2_Rev_E-F.git) Java · 117 lines
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"
42 PARALLEL_MAKE = ""
60 PACKAGES += "linphonec linphone-rings liblinphone libquickstream libmediastreamer libortp"
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
3 import XMonad
4 import XMonad.Config.Gnome
6 import qualified XMonad.StackSet as W -- to shift and float windows
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
gnome-doc-utils.rb (https://bitbucket.org/zozo123/homebrew.git) Ruby · 45 lines
1 require 'formula'
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'
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
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);
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';
85 let xml = null;
86 let uri = 'resource:///org/gnome/shell/dbus-interfaces/' + iface + '.xml';
87 let f = Gio.File.new_for_uri(uri);
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>
5 #ifndef __gnu_xml_libxmlj_dom_GnomeXPathResult__
6 #define __gnu_xml_libxmlj_dom_GnomeXPathResult__
11 #endif
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
gchecksum.h (https://github.com/rikaunite/gst-opera_glib.git) C Header · 86 lines
072_indicator_menu_update.patch (https://github.com/transtone/zm-overlay.git) Patch · 110 lines
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"
7 inherit gnome
9 SRC_URI = "http://launchpad.net/gnome-dvb-daemon/trunk/0.1.14/+download/gnome-dvb-daemon-0.1.14.tar.bz2"
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
gimptagentry.h (https://gitlab.com/marcelosabino/gimp) C Header · 86 lines
rbpangocairo.c (https://github.com/geoffyoungs/ruby-gnome2.git) C · 215 lines
rbgtkstyleproperties.c (https://github.com/masaakiaoyagi/ruby-gnome2.git) C · 119 lines
gsd-background-plugin.c (https://github.com/lcp/gnome-settings-daemon.git) C · 110 lines
24 #include <gmodule.h>
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))
36 GNOME_SETTINGS_PLUGIN_REGISTER (GsdBackgroundPlugin, gsd_background_plugin)
38 static void
94 {
95 GObjectClass *object_class = G_OBJECT_CLASS (klass);
96 GnomeSettingsPluginClass *plugin_class = GNOME_SETTINGS_PLUGIN_CLASS (klass);
98 object_class->finalize = gsd_background_plugin_finalize;
gtranslator-1.9.13-desktop-database.patch (https://github.com/1000timesdead/portage.git) Patch · 53 lines
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}
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}
01-packages.sh (https://github.com/theevocater/dotfiles.git) Shell · 77 lines
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.
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.
52 // End of WSDG Chapter Build Introduction
revert-warn-glib-compile-schemas.patch (https://gitlab.com/forumi0721/arch_prebuilt_PKGBUILDs) Patch · 33 lines
dom-bootstrap2.html (https://gitlab.com/tuonglv/library_tuong) HTML · 455 lines
assets-attribution.md (https://github.com/imsaguy/bitcoin.git) Markdown · 104 lines
rbgtkhruler.c (https://github.com/masaakiaoyagi/ruby-gnome2.git) C · 42 lines
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>
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
register_secondlifeprotocol.sh (https://github.com/WindBasevi/imprudence.git) Shell · 46 lines
14 fi
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 $
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
9 MAINTAINER= pkgsrc-users@NetBSD.org
10 HOMEPAGE= http://www.gnome.org/
11 COMMENT= GNOME password and secret manager
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
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/}
10 MAINTAINER= pkgsrc-users@NetBSD.org
11 HOMEPAGE= http://www.gnome.org/
12 COMMENT= Library of document-centric objects and utilities
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
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
36 MODULES= devel/dconf \
37 devel/gconf2 \
38 devel/gettext \
39 x11/gnome
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
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;'\"";
239 argv = NULL;
250 return FAILED ("4. error was set");
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
childref.py (https://github.com/gramps-project/gramps.git) Python · 228 lines
lockdownappliergconf.py (git://pkgs.fedoraproject.org/pessulus) Python · 225 lines
README.md (https://github.com/antonlitvinenko/tracker.git) Markdown · 35 lines
2 =====
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/).
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
propertybindings.py (https://gitlab.com/zaverichintan/orange3) Python · 327 lines
screensaver.py (https://github.com/levjj/miro.git) Python · 166 lines
35 import subprocess
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
Makefile (https://github.com/AshuLara/lisa.git) Makefile · 49 lines
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.
18 static void
19 soup_proxy_resolver_gnome_init (SoupProxyResolverGNOME *resolver_gnome)
20 {
21 GProxyResolver *gproxyresolver;
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
rbgtkprintcontext.c (https://github.com/msakai/ruby-gnome2.git) C · 132 lines
rbgdkwindowattr.c (https://github.com/masaakiaoyagi/ruby-gnome2.git) C · 208 lines
gvfs.mk (https://gitlab.com/birdland/buildroot-bav335x) Makefile · 139 lines
Makefile (https://github.com/joevandyk/pkgsrc.git) Makefile · 41 lines
4 DISTNAME= libbonoboui-2.20.0
5 CATEGORIES= devel gnome
6 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libbonoboui/2.20/}
9 MAINTAINER= jmmv@NetBSD.org
10 HOMEPAGE= http://www.gnome.org/
11 COMMENT= GNOME2 Object activation framework library (graphical version)
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
28 .include "../../devel/gettext-lib/buildlink3.mk"
Makefile (https://github.com/joevandyk/pkgsrc.git) Makefile · 43 lines
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");
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
ImageOutputDev.h (https://github.com/circuithub/poppler-http.git) C Header · 106 lines
workspaces-to-dock.css (https://github.com/vinceliuice/matcha.git) CSS · 519 lines
379 .workspacestodock-caption-windowapps-menu-item {
380 /*fallback class for GS34 since it can't override gnome shell class 'popup-menu-item' */
381 }
383 .workspacestodock-caption-windowapps-menu-item:active {
384 /*fallback class for GS34 since it can't override gnome shell class 'popup-menu-item' */
385 }
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
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 ---
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
networkmanager-openvpn-1.2.4-underlinking-1.patch (https://gitlab.com/kogaion/portage) Patch · 46 lines
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>
27 #include "gnome-init.h"
29 /* localedir uses system codepage as it is passed to the non-UTF8ified
47 LPVOID lpvReserved);
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
bash.md (https://github.com/eremite/notes.git) Markdown · 184 lines
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
index8.html (https://github.com/rauno/tasiry.git) HTML · 59 lines
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
20 flatpakfile="$BUILD_ROOT/usr/src/packages/OTHER/org.gnome.Mahjongg-3.38.2-23.flatpak"
21 if [[ -e "$flatpakfile" ]] ; then
22 echo OK
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'
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
181 inline GnomeCmdOwner::GnomeCmdUsers::Entry *GnomeCmdOwner::new_entry(const struct passwd *pw)
182 {
183 g_return_val_if_fail (pw!=NULL, NULL);
192 }
194 inline GnomeCmdOwner::GnomeCmdGroups::Entry *GnomeCmdOwner::new_entry(const struct group *grp)
195 {
196 g_return_val_if_fail (grp!=NULL, NULL);
203 }
205 inline GnomeCmdOwner::~GnomeCmdOwner()
206 {
207 stop_thread = TRUE;
Config.in (https://gitlab.com/akshay-vijaykumar/Team_Ahava) Autoconf · 34 lines
fedora-10.xml.in (https://gitlab.com/pmhahn/osinfo-db) Autoconf · 357 lines
286 </media>
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>
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
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.
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.
COPYING (https://freespeech.svn.sourceforge.net/svnroot/freespeech) Unknown · 375 lines
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.
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
15 AC_DEFUN(AM_GNOME_WITH_NLS,
16 [AC_MSG_CHECKING([whether NLS is requested])
17 dnl Default is enabled NLS
211 ])
213 AC_DEFUN(AM_GNOME_GETTEXT,
214 [AC_REQUIRE([AC_PROG_MAKE_SET])dnl
215 AC_REQUIRE([AC_PROG_CC])dnl
238 AM_LC_MESSAGES
239 AM_GNOME_WITH_NLS
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.
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.
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.
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.
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.
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.
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.
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.
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.
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
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.
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.
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.
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
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)
62 batchflow_LDADD = $(INTLLIBS) $(GNOME_XML_LIB) $(GNOME_GTHR_LIB) \
63 $(top_srcdir)/../data-flow/src/libnetwork.la ./libflowui.la\
64 $(LIB_FFTW)