[MacPorts] #41942: nemiver @0.9.5 new Portfile
MacPorts
noreply at macports.org
Thu Jan 2 03:53:40 PST 2014
#41942: nemiver @0.9.5 new Portfile
-------------------------+--------------------------------
Reporter: juanrgar@… | Owner: macports-tickets@…
Type: submission | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: nemiver |
-------------------------+--------------------------------
Comment (by devans@…):
GConf is has been deprecated for some time and should only be used for
legacy support. Use gsettings instead.
* replace gconf dependency with dconf
* set configuration option --enable-gsettings=yes
* replace --disable-schemas-install with --disable-schemas-compile
* add lib dependency on gsettings-desktop-schemas
Additionally, you should use
{{{
use_autoreconf yes
autoreconf.args -fvi
}}}
to take advantage of your patch modifications to configure.ac,
Makefile.am, and the like.
Since the version number has an odd minor number, for livecheck to work
properly you should use
{{{
livecheck.type gnome-with-unstable
}}}
rather than
{{{
livecheck.type gnome
}}}
Finally for Help to work, yelp needs to be installed at runtime.
Additionally, gnome-settings-daemon is also needed at runtime for GNOME
theming to work properly.
It is normally run as part of the GNOME session startup initiated by
gnome-session.
However, for testing, you can run it by hand with the command
{{{
${prefix}/libexec/gnome-settings-daemon --replace &
}}}
With all these changes, the port builds, installs and runs for me on OS X
10.8.5. Have not done any significant testing
or tried Mavericks as yet.
See attachment for a preliminary patch that makes the changes I have
suggested to your Portfile.
--
Ticket URL: <https://trac.macports.org/ticket/41942#comment:6>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list