Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 393612 Details for
Bug 529868
gnome-extra/cinnamon-control-center-2.4.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for optional networkmanager
allow_optional_nm.patch (text/plain), 1.42 KB, created by
labor_ratte
on 2015-01-10 14:56:49 UTC
(
hide
)
Description:
Patch for optional networkmanager
Filename:
MIME Type:
Creator:
labor_ratte
Created:
2015-01-10 14:56:49 UTC
Size:
1.42 KB
patch
obsolete
>Description: Build network panel optionally > This patch allows network-manager to not be present and in that case the > network panel is not built. >Author: Margarita Manterola <marga@debian.org> >Forwarded: not yet >Last-Update: 2014-10-25 > >--- cinnamon-control-center-2.2.11.orig/configure.ac >+++ cinnamon-control-center-2.2.11/configure.ac >@@ -137,7 +137,10 @@ PKG_CHECK_MODULES(UNIVERSAL_ACCESS_PANEL > PKG_CHECK_MODULES(NETWORK_MANAGER, NetworkManager >= $NETWORK_MANAGER_REQUIRED_VERSION > libnm-glib >= $NETWORK_MANAGER_REQUIRED_VERSION > libnm-util >= $NETWORK_MANAGER_REQUIRED_VERSION >- libnm-gtk >= $NETWORK_MANAGER_REQUIRED_VERSION) >+ libnm-gtk >= $NETWORK_MANAGER_REQUIRED_VERSION, >+ [build_network="true"], [build_network="false"]) >+ >+AM_CONDITIONAL(BUILD_NETWORK, test "x$build_network" = "xtrue") > > # Check for libnm-gtk + 0.9.9.0 > PKG_CHECK_MODULES(LIBNM_GTK_COMPAT, libnm-gtk >= $LIBNM_GTK_REQUIRED_VERSION >--- cinnamon-control-center-2.2.11.orig/panels/Makefile.am >+++ cinnamon-control-center-2.2.11/panels/Makefile.am >@@ -10,7 +10,6 @@ enabled_panels = \ > power \ > sound \ > sound-nua \ >- network \ > datetime > > disabled_panels = $(NULL) >@@ -21,6 +20,12 @@ else > disabled_panels += wacom > endif > >+if BUILD_NETWORK >+enabled_panels += network >+else >+disabled_panels += network >+endif >+ > SUBDIRS = common $(enabled_panels) > DIST_SUBDIRS = $(SUBDIRS) $(disabled_panels) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 529868
:
389742
|
389744
|
389876
|
389878
| 393612 |
393614