Merge lp:~mc-return/compiz/compiz.merge-fix-URLs into lp:compiz/0.9.8

Proposed by MC Return on 2012-09-04
Status: Merged
Approved by: Daniel van Vugt on 2012-09-06
Approved revision: 3333
Merged at revision: 3350
Proposed branch: lp:~mc-return/compiz/compiz.merge-fix-URLs
Merge into: lp:compiz/0.9.8
Diff against target: 77 lines (+6/-6)
6 files modified
cmake/FindCompiz.cmake (+1/-1)
compizconfig/ccsm/ccm/Widgets.py (+1/-1)
compizconfig/ccsm/setup.py (+1/-1)
compizconfig/compizconfig-python/setup.py (+1/-1)
compizconfig/libcompizconfig/cmake/FindCompizConfig.cmake (+1/-1)
kde/window-decorator-kde4/main.cpp (+1/-1)
To merge this branch: bzr merge lp:~mc-return/compiz/compiz.merge-fix-URLs
Reviewer Review Type Date Requested Status
Daniel van Vugt Approve on 2012-09-06
Sam Spilsbury 2012-09-04 Approve on 2012-09-04
jenkins continuous-integration Pending
Review via email: mp+122632@code.launchpad.net

Commit Message

Fixed URL references (now "https://launchpad.net/compiz")
"http://www.compiz-fusion.org" is not existent anymore and leads one to the "Web Design Manchester" web design business page (used in the About dialogue of CCSM for example) and
"http://www.compiz.org" is outdated and does not reflect actual development of Compiz anymore

Description of the Change

Fixes URL references (now "https://launchpad.net/compiz")
"http://www.compiz-fusion.org" is not existent anymore and leads one to the "Web Design Manchester" web design business page (used in the About dialogue of CCSM for example) and
"http://www.compiz.org" is outdated and does not reflect actual development of Compiz anymore

To post a comment you must log in.
Sam Spilsbury (smspillaz) :
review: Approve
Unity Merger (unity-merger) wrote :

The Jenkins job https://jenkins.qa.ubuntu.com/job/automerge-compiz-core/82/console reported an error when processing this lp:~mc-return/compiz/compiz.merge-fix-URLs branch.
Not merging it.

Sam Spilsbury (smspillaz) :
review: Approve
Unity Merger (unity-merger) wrote :

The Jenkins job https://jenkins.qa.ubuntu.com/job/automerge-compiz-core/120/console reported an error when processing this lp:~mc-return/compiz/compiz.merge-fix-URLs branch.
Not merging it.

MC Return (mc-return) wrote :

Seems that Jenkins complains about missing drive space and fails to even create directories...

Sam Spilsbury (smspillaz) wrote :

The space issue has apparently been fixed.

Unity Merger (unity-merger) wrote :

The Jenkins job https://jenkins.qa.ubuntu.com/job/automerge-compiz-core/157/console reported an error when processing this lp:~mc-return/compiz/compiz.merge-fix-URLs branch.
Not merging it.

MC Return (mc-return) wrote :

I could swear that it is Jenkins again...

Unity Merger (unity-merger) wrote :

The Jenkins job https://jenkins.qa.ubuntu.com/job/automerge-compiz-core/211/console reported an error when processing this lp:~mc-return/compiz/compiz.merge-fix-URLs branch.
Not merging it.

Daniel van Vugt (vanvugt) wrote :

Technically, www.compiz.org is still active and owned by us. But pointing to launchpad is better.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'cmake/FindCompiz.cmake'
2--- cmake/FindCompiz.cmake 2012-08-21 10:11:51 +0000
3+++ cmake/FindCompiz.cmake 2012-09-04 08:51:20 +0000
4@@ -5,7 +5,7 @@
5 #
6 # FindCompiz
7 #
8-# This module finds Compiz (www.compiz.org). It uses the FindPkgConfig to
9+# This module finds Compiz (https://launchpad.net/compiz). It uses the FindPkgConfig to
10 # locate Compiz and adds the Compiz CMake module path to the CMake module path.
11 # It also loads the CompizDefaults that sets all variables to compile Compiz
12 # modules.
13
14=== modified file 'compizconfig/ccsm/ccm/Widgets.py'
15--- compizconfig/ccsm/ccm/Widgets.py 2011-02-12 18:24:14 +0000
16+++ compizconfig/ccsm/ccm/Widgets.py 2012-09-04 08:51:20 +0000
17@@ -1335,7 +1335,7 @@
18 if IconTheme.lookup_icon("ccsm", 64, 0):
19 icon = IconTheme.load_icon("ccsm", 64, 0)
20 self.set_logo (icon)
21- self.set_website ("http://www.compiz-fusion.org")
22+ self.set_website ("https://launchpad.net/compiz")
23
24 # Error dialog
25 #
26
27=== modified file 'compizconfig/ccsm/setup.py'
28--- compizconfig/ccsm/setup.py 2012-05-16 17:44:14 +0000
29+++ compizconfig/ccsm/setup.py 2012-09-04 08:51:20 +0000
30@@ -172,7 +172,7 @@
31 description = "CompizConfig Settings Manager",
32 author = "Patrick Niklaus",
33 author_email = "marex@opencompositing.org",
34- url = "http://www.compiz.org/",
35+ url = "https://launchpad.net/compiz",
36 license = "GPL",
37 data_files = data_files,
38 packages = ["ccm"],
39
40=== modified file 'compizconfig/compizconfig-python/setup.py'
41--- compizconfig/compizconfig-python/setup.py 2012-08-16 09:11:10 +0000
42+++ compizconfig/compizconfig-python/setup.py 2012-09-04 08:51:20 +0000
43@@ -134,7 +134,7 @@
44 name = "compizconfig-python",
45 version = version,
46 description = "CompizConfig Python",
47- url = "http://www.compiz.org/",
48+ url = "https://launchpad.net/compiz",
49 license = "GPL",
50 maintainer = "Guillaume Seguin",
51 maintainer_email = "guillaume@segu.in",
52
53=== modified file 'compizconfig/libcompizconfig/cmake/FindCompizConfig.cmake'
54--- compizconfig/libcompizconfig/cmake/FindCompizConfig.cmake 2010-04-23 12:43:51 +0000
55+++ compizconfig/libcompizconfig/cmake/FindCompizConfig.cmake 2012-09-04 08:51:20 +0000
56@@ -2,7 +2,7 @@
57 #
58 # FindCompizConfig
59 #
60-# This module finds LibCompizConfig (www.compiz.org). It uses FindPkgConfig to
61+# This module finds LibCompizConfig (https://launchpad.net/compiz). It uses FindPkgConfig to
62 # locate CompizConfig and adds the CompizConfig CMake module path to the CMake
63 # module path. It also loads the LibCompizConfigDefaults that sets all variables
64 # to compile Compiz modules.
65
66=== modified file 'kde/window-decorator-kde4/main.cpp'
67--- kde/window-decorator-kde4/main.cpp 2010-08-20 15:29:13 +0000
68+++ kde/window-decorator-kde4/main.cpp 2012-09-04 08:51:20 +0000
69@@ -53,7 +53,7 @@
70 options.add ("blur <type>", ki18n ("Blur type (none,titlebar,all)"), "none");
71 KAboutData about("kde-window-decorator", "kwin", ki18n ("KDE Window Decorator"),
72 "0.0.1", KLocalizedString(), KAboutData::License_GPL,
73- KLocalizedString(), KLocalizedString(), "http://www.compiz.org",
74+ KLocalizedString(), KLocalizedString(), "https://launchpad.net/compiz",
75 "dev@lists.compiz-fusion.org");
76 KCmdLineArgs::init (argc, argv,
77 "kde-window-decorator",

Subscribers

People subscribed via source and target branches