Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:maw
gnome-hello
gnome-hello-fake-gconf.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gnome-hello-fake-gconf.patch of Package gnome-hello
Index: gnome-hello-2.0.3/Makefile.am =================================================================== --- gnome-hello-2.0.3.orig/Makefile.am +++ gnome-hello-2.0.3/Makefile.am @@ -4,8 +4,15 @@ desktopdir = $(datadir)/applications desktop_in_files = gnome-hello.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) + @INTLTOOL_DESKTOP_RULE@ +schemasdir = $(GCONF_SCHEMA_FILE_DIR) +schemas_in_files = gnome-hello.schemas.in +schemas_DATA = $(schemas_in_files:.schemas.in=.schemas) + +@INTLTOOL_SCHEMAS_RULE@ + distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper EXTRA_DIST = \ @@ -14,7 +21,8 @@ EXTRA_DIST = \ intltool-merge.in \ intltool-update.in \ gnome-doc-utils.make \ - $(desktop_in_files) + $(desktop_in_files) \ + $(schemas_in_files) CLEANFILES = \ $(desktop_DATA) Index: gnome-hello-2.0.3/gnome-hello.schemas.in =================================================================== --- /dev/null +++ gnome-hello-2.0.3/gnome-hello.schemas.in @@ -0,0 +1,17 @@ +<gconfschemafile> + <schemalist> + <schema> + <key>/schemas/apps/gnome-hello/be_awesome</key> + <applyto>/apps/gnome-hello/be_awesome</applyto> + <owner>gnome-hello</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Enable awesomeness</short> + <long> + If true, gnome-hello will be awesome. If not, it will suck. + </long> + </locale> + </schema> + </schemalist> +</gconfschemafile> \ No newline at end of file Index: gnome-hello-2.0.3/configure.ac =================================================================== --- gnome-hello-2.0.3.orig/configure.ac +++ gnome-hello-2.0.3/configure.ac @@ -56,6 +56,13 @@ AC_SUBST([GETTEXT_PACKAGE]) AM_GLIB_GNU_GETTEXT AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[gettext domain]) +####### +# gconf +####### +AC_PATH_PROG(GCONFTOOL, gconftool-2) +AM_GCONF_SOURCE_2 + + # ************************************* # *************************************
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor