Hello community,
here is the log from the commit of package compizconfig-settings-manager for
openSUSE:Factory checked in at 2016-03-26 15:29:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/compizconfig-settings-manager (Old)
and /work/SRC/openSUSE:Factory/.compizconfig-settings-manager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "compizconfig-settings-manager"
Changes:
--------
---
/work/SRC/openSUSE:Factory/compizconfig-settings-manager/compizconfig-settings-manager.changes
2016-02-26 00:28:18.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.compizconfig-settings-manager.new/compizconfig-settings-manager.changes
2016-03-26 17:25:10.000000000 +0100
@@ -1,0 +2,15 @@
+Thu Mar 24 19:45:28 UTC 2016 - [email protected]
+
+- Update to version 0.8.12.2:
+ * Use /usr/local/ as a default prefix (alterable with the
+ --prefix= setup.py option).
+ * Fix --with-gtk= option not working sometimes.
+ * Fix highlight of "Ctrl" visual in hotkey selection dialog.
+ * Gtk3: Don't show category titles in several lines.
+ * Gtk3: Fix CCSM not shrinking back after upsizing to a certain
+ point.
+ * Gtk2: Fix a segfault on rare installations when clicking on
+ list items.
+- Add a missing python-gobject-cairo dependency.
+
+-------------------------------------------------------------------
Old:
----
ccsm-0.8.12.1.tar.xz
New:
----
ccsm-0.8.12.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ compizconfig-settings-manager.spec ++++++
--- /var/tmp/diff_new_pack.HaXiyA/_old 2016-03-26 17:25:11.000000000 +0100
+++ /var/tmp/diff_new_pack.HaXiyA/_new 2016-03-26 17:25:11.000000000 +0100
@@ -18,13 +18,13 @@
%define _name ccsm
Name: compizconfig-settings-manager
-Version: 0.8.12.1
+Version: 0.8.12.2
Release: 0
Summary: Settings Manager for Compiz (CCSM)
License: GPL-2.0+
Group: System/X11/Utilities
-Url: https://github.com/raveit65/ccsm
-Source:
https://github.com/raveit65/%{_name}/releases/download/v%{version}/%{_name}-%{version}.tar.xz
+Url: https://github.com/compiz-reloaded/ccsm
+Source:
https://github.com/compiz-reloaded/%{_name}/releases/download/v%{version}/%{_name}-%{version}.tar.xz
BuildRequires: gettext
BuildRequires: gobject-introspection-devel
BuildRequires: hicolor-icon-theme
@@ -48,6 +48,7 @@
Requires: python-cairo
Requires: python-compizconfig < 0.9
Requires: python-gobject
+Requires: python-gobject-cairo
Requires: python-xml
%description -n python-ccm
@@ -57,10 +58,13 @@
%setup -q -n %{_name}-%{version}
%build
-python2 setup.py build
+python2 setup.py build \
+ --prefix=%{_prefix}
%install
-python2 setup.py install --root=%{buildroot} --prefix=%{_prefix}
+python2 setup.py install \
+ --root=%{buildroot} \
+ --prefix=%{_prefix}
%find_lang %{_name}
%post
++++++ ccsm-0.8.12.1.tar.xz -> ccsm-0.8.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/MANIFEST.in
new/ccsm-0.8.12.2/MANIFEST.in
--- old/ccsm-0.8.12.1/MANIFEST.in 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/MANIFEST.in 2016-03-24 20:30:22.000000000 +0100
@@ -1,5 +1,5 @@
include po/*
-include INSTALL AUTHORS COPYING LICENSE VERSION NEWS
+include INSTALL AUTHORS COPYING LICENSE NEWS VERSION
include ccsm.in
exclude ccsm
include ccsm.desktop.in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/NEWS new/ccsm-0.8.12.2/NEWS
--- old/ccsm-0.8.12.1/NEWS 2016-02-17 15:45:56.000000000 +0100
+++ new/ccsm-0.8.12.2/NEWS 2016-03-24 20:37:19.000000000 +0100
@@ -1,3 +1,21 @@
+Release 0.8.12.2 (2016-03-24 Sorokin Alexei <[email protected]>)
+==================================================================
+COMPIZ-RELOADED
+
+Use /usr/local/ as a default prefix (alterable with the --prefix=
+setup.py option).
+
+Fix --with-gtk= option not working sometimes.
+
+Fix highlight of "Ctrl" visual in hotkey selection dialog.
+
+Gtk3: Don't show category titles in several lines.
+
+Gtk3: Fix CCSM not shrinking back after upsizing to a certain point.
+
+Gtk2: Fix a segfault on rare installations when clicking on list
+items.
+
Release 0.8.12.1 (2016-02-17 Sorokin Alexei <[email protected]>)
==================================================================
COMPIZ-RELOADED
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/PKG-INFO new/ccsm-0.8.12.2/PKG-INFO
--- old/ccsm-0.8.12.1/PKG-INFO 2016-02-17 15:50:16.000000000 +0100
+++ new/ccsm-0.8.12.2/PKG-INFO 2016-03-24 20:39:43.000000000 +0100
@@ -1,10 +1,10 @@
Metadata-Version: 1.0
Name: ccsm
-Version: 0.8.12.1
+Version: 0.8.12.2
Summary: CompizConfig Settings Manager
-Home-page: http://github.com/raveit65/ccsm
+Home-page: http://github.com/compiz-reloaded/ccsm
Author: Patrick Niklaus
Author-email: [email protected]
-License: GPL
+License: GPLv2+
Description: UNKNOWN
Platform: UNKNOWN
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/VERSION new/ccsm-0.8.12.2/VERSION
--- old/ccsm-0.8.12.1/VERSION 2016-02-17 15:43:12.000000000 +0100
+++ new/ccsm-0.8.12.2/VERSION 2016-03-24 20:30:38.000000000 +0100
@@ -1 +1 @@
-VERSION=0.8.12.1
+VERSION=0.8.12.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/ccm/Conflicts.py
new/ccsm-0.8.12.2/ccm/Conflicts.py
--- old/ccsm-0.8.12.1/ccm/Conflicts.py 2016-02-17 03:00:49.000000000 +0100
+++ new/ccsm-0.8.12.2/ccm/Conflicts.py 2016-03-24 20:30:22.000000000 +0100
@@ -42,10 +42,10 @@
if self.AutoResolve:
return Gtk.ResponseType.YES
- dialog = Gtk.MessageDialog(flags=Gtk.DialogFlags.MODAL,
type=Gtk.MessageType.WARNING)
+ dialog = Gtk.MessageDialog(modal=True,
message_type=Gtk.MessageType.WARNING)
for text, icon, response in buttons:
- button = Gtk.Button(text)
+ button = Gtk.Button(label=text)
button.set_image(Gtk.Image.new_from_stock(icon,
Gtk.IconSize.BUTTON))
dialog.add_action_widget(button, response)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/ccm/Constants.py
new/ccsm-0.8.12.2/ccm/Constants.py
--- old/ccsm-0.8.12.1/ccm/Constants.py 2016-02-17 15:50:16.000000000 +0100
+++ new/ccsm-0.8.12.2/ccm/Constants.py 2016-03-24 20:39:42.000000000 +0100
@@ -65,13 +65,13 @@
# Paths
#
-DataDir = "/usr/share"
+DataDir = "/usr/local/share"
IconDir = DataDir+"/ccsm/icons"
PixmapDir = DataDir+"/ccsm/images"
# Version
#
-Version = "0.8.12.1"
+Version = "0.8.12.2"
# Translation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/ccm/Pages.py
new/ccsm-0.8.12.2/ccm/Pages.py
--- old/ccsm-0.8.12.1/ccm/Pages.py 2016-02-17 14:21:24.000000000 +0100
+++ new/ccsm-0.8.12.2/ccm/Pages.py 2016-03-24 20:30:22.000000000 +0100
@@ -21,7 +21,7 @@
# Sorokin Alexei ([email protected])
# Copyright (C) 2007 Quinn Storm
-from gi.repository import GObject, Gtk, Gdk
+from gi.repository import GObject, GLib, Gtk, Gdk
import compizconfig
ccs = compizconfig
@@ -64,7 +64,7 @@
def __init__(self, plugin):
GenericPage.__init__(self)
self.Plugin = plugin
- self.LeftWidget = Gtk.VBox(False, 10)
+ self.LeftWidget = Gtk.VBox(homogeneous=False, spacing=10)
self.LeftWidget.set_border_width(10)
pluginLabel = Label()
@@ -117,7 +117,7 @@
else:
self.FilterEntry.set_tooltip_text(_("Search Compiz Core Options"))
- backButton = Gtk.Button(Gtk.STOCK_GO_BACK)
+ backButton = Gtk.Button(label=Gtk.STOCK_GO_BACK)
backButton.set_use_stock(True)
self.LeftWidget.pack_end(backButton, False, False, 0)
backButton.connect('clicked', self.GoBack)
@@ -257,7 +257,7 @@
def __init__(self, context):
GenericPage.__init__(self)
self.Context = context
- self.LeftWidget = Gtk.VBox(False, 10)
+ self.LeftWidget = Gtk.VBox(homogeneous=False, spacing=10)
self.LeftWidget.set_border_width(10)
self.RightWidget = Gtk.Notebook()
self.RightChild = Gtk.VBox()
@@ -293,23 +293,23 @@
self.LeftWidget.pack_start(filterSearchLabel, False, False, 0)
# Options
- self.FilterNameCheck = check = Gtk.CheckButton(_("Short description
and name"))
+ self.FilterNameCheck = check = Gtk.CheckButton(label=_("Short
description and name"))
check.set_active(True)
check.connect("toggled", self.LevelChanged, FilterName)
self.LeftWidget.pack_start(check, False, False, 0)
- self.FilterLongDescCheck = check = Gtk.CheckButton(_("Long
description"))
+ self.FilterLongDescCheck = check = Gtk.CheckButton(label=_("Long
description"))
check.set_active(True)
check.connect("toggled", self.LevelChanged, FilterLongDesc)
self.LeftWidget.pack_start(check, False, False, 0)
- self.FilterValueCheck = check = Gtk.CheckButton(_("Settings value"))
+ self.FilterValueCheck = check = Gtk.CheckButton(label=_("Settings
value"))
check.set_active(False)
check.connect("toggled", self.LevelChanged, FilterValue)
self.LeftWidget.pack_start(check, False, False, 0)
# Back Button
- self.BackButton = Gtk.Button(Gtk.STOCK_GO_BACK)
+ self.BackButton = Gtk.Button(label=Gtk.STOCK_GO_BACK)
self.BackButton.set_use_stock(True)
self.BackButton.connect('clicked', self.GoBack)
self.LeftWidget.pack_end(self.BackButton, False, False, 0)
@@ -458,7 +458,7 @@
yield plugin, results
def GotKey(self, widget, key, mods):
- new = Gtk.accelerator_name (key, mods)
+ new = GetAcceleratorName (key, mods)
for mod in KeyModifier:
if "%s_L" % mod in new:
new = new.replace ("%s_L" % mod, "<%s>" % mod)
@@ -730,13 +730,13 @@
profileLabel.connect("style-set", self.HeaderStyleUpdate)
self.ProfileImportExportBox = Gtk.HBox()
self.ProfileImportExportBox.set_spacing(5)
- profileImportButton = Gtk.Button(_("Import"))
+ profileImportButton = Gtk.Button(label=_("Import"))
profileImportButton.set_tooltip_text(_("Import a CompizConfig
Profile"))
- profileImportAsButton = Gtk.Button(_("Import as..."))
+ profileImportAsButton = Gtk.Button(label=_("Import as..."))
profileImportAsButton.set_tooltip_text(_("Import a CompizConfig
Profile as a new profile"))
- profileExportButton = Gtk.Button(_("Export"))
+ profileExportButton = Gtk.Button(label=_("Export"))
profileExportButton.set_tooltip_text(_("Export your CompizConfig
Profile"))
- profileResetButton = Gtk.Button(_("Reset to defaults"))
+ profileResetButton = Gtk.Button(label=_("Reset to defaults"))
profileResetButton.set_tooltip_text(_("Reset your CompizConfig Profile
to the global defaults"))
profileResetButton.set_image(Gtk.Image.new_from_stock(Gtk.STOCK_CLEAR,
Gtk.IconSize.BUTTON))
profileImportButton.set_image(Gtk.Image.new_from_stock(Gtk.STOCK_OPEN,
Gtk.IconSize.BUTTON))
@@ -780,7 +780,7 @@
integrationLabel.connect("style-updated", self.HeaderStyleUpdate)
else:
integrationLabel.connect("style-set", self.HeaderStyleUpdate)
- self.IntegrationButton = Gtk.CheckButton(_("Enable integration into
the desktop environment"))
+ self.IntegrationButton = Gtk.CheckButton(label=_("Enable integration
into the desktop environment"))
self.IntegrationButton.set_active(self.Context.Integration)
self.IntegrationButton.set_sensitive(self.Context.CurrentBackend.IntegrationSupport)
self.IntegrationButton.connect("toggled", self.IntegrationChanged)
@@ -859,7 +859,7 @@
return False
def ProfileChangedAddTimeout(self, widget):
- GObject.timeout_add (500, self.ProfileChanged, widget)
+ GLib.timeout_add (500, self.ProfileChanged, widget)
def CreateFilter(self, chooser):
filter = Gtk.FileFilter()
@@ -891,8 +891,9 @@
def ExportProfile(self, widget):
main = widget.get_toplevel()
- b = (Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL, Gtk.STOCK_SAVE,
Gtk.ResponseType.OK)
- chooser = Gtk.FileChooserDialog(title=_("Save file.."), parent=main,
buttons=b, action=Gtk.FileChooserAction.SAVE)
+ chooser = Gtk.FileChooserDialog(title=_("Save file.."),
transient_for=main, action=Gtk.FileChooserAction.SAVE)
+ chooser.add_button (Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL)
+ chooser.add_button (Gtk.STOCK_SAVE, Gtk.ResponseType.OK)
chooser.set_current_folder(os.environ.get("HOME"))
self.CreateFilter(chooser)
ret = chooser.run()
@@ -909,10 +910,10 @@
self.Context.Export(path, ret == Gtk.ResponseType.YES)
def ImportProfileDialog (self, main):
- b = (Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL,
- Gtk.STOCK_OPEN, Gtk.ResponseType.OK)
chooser = Gtk.FileChooserDialog (title = _("Open file.."),
- parent = main, buttons = b)
+ transient_for = main)
+ chooser.add_button (Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL)
+ chooser.add_button (Gtk.STOCK_OPEN, Gtk.ResponseType.OK)
chooser.set_current_folder (os.environ.get ("HOME"))
self.CreateFilter (chooser)
ret = chooser.run ()
@@ -1003,7 +1004,7 @@
return False
def BackendChangedAddTimeout(self, widget):
- GObject.timeout_add (500, self.BackendChanged, widget)
+ GLib.timeout_add (500, self.BackendChanged, widget)
# Plugin List Page
#
@@ -1015,7 +1016,7 @@
rightChild.set_border_width(10)
# Auto sort
- autoSort = Gtk.CheckButton(_("Automatic plugin sorting"))
+ autoSort = Gtk.CheckButton(label=_("Automatic plugin sorting"))
rightChild.pack_start(autoSort, False, False, 10)
# Lists
@@ -1053,15 +1054,15 @@
enabledButtonBox.set_spacing(5)
enabledAlignment.add(enabledButtonBox)
- upButton = Gtk.Button(Gtk.STOCK_GO_UP)
- downButton = Gtk.Button(Gtk.STOCK_GO_DOWN)
+ upButton = Gtk.Button(label=Gtk.STOCK_GO_UP)
+ downButton = Gtk.Button(label=Gtk.STOCK_GO_DOWN)
upButton.set_use_stock(True)
downButton.set_use_stock(True)
upButton.connect('clicked', self.EnabledPluginsList.move_up)
downButton.connect('clicked', self.EnabledPluginsList.move_down)
# Add buttons
- addButton = Gtk.Button(Gtk.STOCK_ADD)
+ addButton = Gtk.Button(label=Gtk.STOCK_ADD)
addButton.set_use_stock(True)
addButton.connect('clicked', self.AddPlugin)
@@ -1193,7 +1194,7 @@
def __init__(self, context):
GenericPage.__init__(self)
self.Context = context
- self.LeftWidget = Gtk.VBox(False, 10)
+ self.LeftWidget = Gtk.VBox(homogeneous=False, spacing=10)
self.LeftWidget.set_border_width(10)
if Gtk.check_version(3, 12, 0) is None:
self.RightWidget = Gtk.Box.new(Gtk.Orientation.VERTICAL, 6)
@@ -1247,7 +1248,7 @@
self.LeftWidget.pack_start(aboutBin, False, False, 0)
# Back Button
- backButton = Gtk.Button(Gtk.STOCK_GO_BACK)
+ backButton = Gtk.Button(label=Gtk.STOCK_GO_BACK)
backButton.set_use_stock(True)
backButton.connect('clicked', self.GoBack)
self.LeftWidget.pack_end(backButton, False, False, 0)
@@ -1303,7 +1304,7 @@
def __init__(self, main, context):
self.Context = context
self.Main = main
- sidebar = Gtk.VBox(False, 10)
+ sidebar = Gtk.VBox(homogeneous=False, spacing=10)
sidebar.set_border_width(10)
pluginWindow = PluginWindow(self.Context)
@@ -1372,7 +1373,7 @@
categoryLabel.connect("style-set", self.HeaderStyleUpdate)
# Exit Button
- exitButton = Gtk.Button(Gtk.STOCK_CLOSE)
+ exitButton = Gtk.Button(label=Gtk.STOCK_CLOSE)
exitButton.set_use_stock(True)
exitButton.connect('clicked', self.Main.Quit)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/ccm/Settings.py
new/ccsm-0.8.12.2/ccm/Settings.py
--- old/ccsm-0.8.12.1/ccm/Settings.py 2016-02-17 15:42:28.000000000 +0100
+++ new/ccsm-0.8.12.2/ccm/Settings.py 2016-03-24 20:30:22.000000000 +0100
@@ -330,8 +330,7 @@
try:
self.CurrentRow = path.get_indices()[0]
except (AttributeError, TypeError):
- from ctypes import c_int
- self.CurrentRow = c_int.from_address(path.get_indices()).value
+ self.CurrentRow = path.get_indices_with_depth()[0]
value = self.Info[new_text]
self.Store[path][self.Num] = new_text
self.Set(value)
@@ -404,8 +403,7 @@
try:
self.CurrentRow = path.get_indices()[0]
except (AttributeError, TypeError):
- from ctypes import c_int
- self.CurrentRow = c_int.from_address(path.get_indices()).value
+ self.CurrentRow = path.get_indices_with_depth()[0]
value = self.ItemsByName[new_text]
self.Store[path][self.Num] = new_text
self.Set(value)
@@ -493,8 +491,7 @@
try:
self.CurrentRow = path.get_indices()[0]
except (AttributeError, TypeError):
- from ctypes import c_int
- self.CurrentRow = c_int.from_address(path.get_indices()).value
+ self.CurrentRow = path.get_indices_with_depth()[0]
self.Set(not cell.props.active)
self.Store[path][self.Num] = self.Get()
self.Setting.Plugin.Context.Write()
@@ -521,7 +518,7 @@
self.Inc = info[2]
inc = self.Inc
self.NoneValue = info[0]
- self.Adj = Gtk.Adjustment(0, info[0], info[1], inc, inc*10)
+ self.Adj = Gtk.Adjustment(value=0, lower=info[0], upper=info[1],
step_increment=inc, page_increment=inc*10)
self.Spin = Gtk.SpinButton.new(self.Adj, 0, 0)
self.Spin.set_value(self.Get())
self.Spin.connect("value-changed", self.Changed)
@@ -603,7 +600,7 @@
types, cols = self.ListInfo()
self.Types = types
self.Store = Gtk.ListStore(*types)
- self.View = Gtk.TreeView(self.Store)
+ self.View = Gtk.TreeView(model=self.Store)
self.View.set_headers_visible(True)
for widget in self.Widgets:
@@ -626,7 +623,7 @@
self.Scroll.add(self.View)
self.Widget.pack_start(self.Scroll, True, True, 0)
self.Widget.set_child_packing(self.Scroll, True, True, 0,
Gtk.PackType.START)
- buttonBox = Gtk.HBox(False)
+ buttonBox = Gtk.HBox(homogeneous=False)
buttonBox.set_spacing(5)
buttonBox.set_border_width(5)
self.Widget.pack_start(buttonBox, False, False, 0)
@@ -637,7 +634,7 @@
(Gtk.STOCK_GO_DOWN, self.Move, 'down', False),)
self.Buttons = {}
for stock, callback, data, sensitive in buttonTypes:
- b = Gtk.Button(stock)
+ b = Gtk.Button(label=stock)
b.set_use_stock(True)
buttonBox.pack_start(b, False, False, 0)
if data is not None:
@@ -707,8 +704,7 @@
try:
row = path.get_indices()[0]
except (AttributeError, TypeError):
- from ctypes import c_int
- row = c_int.from_address(path.get_indices()).value
+ row = path.get_indices_with_depth()[0]
else:
return
@@ -739,8 +735,7 @@
try:
row = path.get_indices()[0]
except (AttributeError, TypeError):
- from ctypes import c_int
- row = c_int.from_address(path.get_indices()).value
+ row = path.get_indices_with_depth()[0]
else:
return
@@ -775,8 +770,7 @@
try:
row = path.get_indices()[0]
except (AttributeError, TypeError):
- from ctypes import c_int
- row = c_int.from_address(path.get_indices()).value
+ row = path.get_indices_with_depth()[0]
else:
return
if direction == 'up':
@@ -818,8 +812,7 @@
try:
row = path.get_indices()[0]
except (AttributeError, TypeError):
- from ctypes import c_int
- row = c_int.from_address(path.get_indices()).value
+ row = path.get_indices_with_depth()[0]
self.Buttons[Gtk.STOCK_GO_UP].set_sensitive(row > 0)
self.Buttons[Gtk.STOCK_GO_DOWN].set_sensitive(row <
(len(model) - 1))
else:
@@ -848,8 +841,7 @@
try:
row = path.get_indices()[0]
except (AttributeError, TypeError):
- from ctypes import c_int
- row = c_int.from_address(path.get_indices()).value
+ row = path.get_indices_with_depth()[0]
model.remove(it)
self._Delete(row)
return True
@@ -867,8 +859,7 @@
try:
self._Edit(path.get_indices()[0])
except (AttributeError, TypeError):
- from ctypes import c_int
- self._Edit(c_int.from_address(path.get_indices()).value)
+ self._Edit(path.get_indices_with_depth()[0])
def _Read(self):
self.Store.clear()
@@ -919,7 +910,7 @@
sortedItems = sorted(self.Setting.Info[1][2].items(),
key=EnumSettingKeyFunc)
self.minVal = sortedItems[0][1]
for key, value in sortedItems:
- box = Gtk.CheckButton(key)
+ box = Gtk.CheckButton(label=key)
self.Checks.append((key, box))
table.attach(box, col, col+1, row, row+1, TableDef, TableDef,
TableX, TableX)
box.connect('toggled', self.Changed)
@@ -970,7 +961,7 @@
self.ItemsByValue = info[1]
sortedItems = info[2]
for key, value in sortedItems:
- box = Gtk.CheckButton(key)
+ box = Gtk.CheckButton(label=key)
self.Checks.append((key, box))
table.attach(box, col, col+1, row, row+1, TableDef, TableDef,
TableX, TableX)
box.connect('toggled', self.Changed)
@@ -1090,7 +1081,7 @@
def ReorderKeyString (self, accel):
key, mods = Gtk.accelerator_parse (accel)
- return Gtk.accelerator_name (key, mods)
+ return GetAcceleratorName (key, mods)
def GetDialogText (self):
return self.current
@@ -1122,7 +1113,7 @@
dialog.resize (1, 1)
def HandleGrabberChanged (grabber, label, selector):
- new = Gtk.accelerator_name (grabber.key, grabber.mods)
+ new = GetAcceleratorName (grabber.key, grabber.mods)
mods = ""
for mod in KeyModifier:
if "%s_L" % mod in new:
@@ -1168,7 +1159,7 @@
alignment.add (mainBox)
dlg.vbox.pack_start (alignment, True, True, 0)
- checkButton = Gtk.CheckButton (_("Enabled"))
+ checkButton = Gtk.CheckButton (label=_("Enabled"))
active = len (self.current) \
and self.current.lower () not in ("disabled", "none")
checkButton.set_active (active)
@@ -1324,7 +1315,7 @@
alignment.add (mainBox)
dlg.vbox.pack_start (alignment, True, True, 0)
- checkButton = Gtk.CheckButton (_("Enabled"))
+ checkButton = Gtk.CheckButton (label=_("Enabled"))
active = len (self.current) \
and self.current.lower () not in ("disabled", "none")
checkButton.set_active (active)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/ccm/Utils.py
new/ccsm-0.8.12.2/ccm/Utils.py
--- old/ccsm-0.8.12.1/ccm/Utils.py 2016-02-17 14:21:24.000000000 +0100
+++ new/ccsm-0.8.12.2/ccm/Utils.py 2016-03-24 20:30:22.000000000 +0100
@@ -23,7 +23,7 @@
import os
-from gi.repository import GObject, Gtk, Gdk
+from gi.repository import GObject, GLib, Gtk, Gdk
from gi.repository import Pango
import weakref
@@ -83,14 +83,14 @@
name = "plugin-" + name
try:
pixbuf = IconTheme.load_icon (name, size, 0)
- except GObject.GError:
+ except GLib.GError:
pixbuf = IconTheme.load_icon ("plugin-unknown", size,
0)
elif type == ImageCategory:
name = "plugins-" + name
try:
pixbuf = IconTheme.load_icon (name, size, 0)
- except GObject.GError:
+ except GLib.GError:
pixbuf = IconTheme.load_icon ("plugins-unknown", size,
0)
else:
@@ -100,7 +100,7 @@
elif type == ImageStock:
self.set_from_stock (name, size)
- except GObject.GError:
+ except GLib.GError:
self.set_from_stock (Gtk.STOCK_MISSING_IMAGE, Gtk.IconSize.BUTTON)
class ActionImage (Gtk.Alignment):
@@ -236,16 +236,16 @@
self.CategoryLoadIconsList = list(range(3, nCategories)) # Skip the
first 3
print("Loading icons...")
- GObject.timeout_add (150, self.Wait)
+ GLib.timeout_add (150, self.Wait)
def Wait(self):
if not self.PluginList:
return False
if len (self.CategoryLoadIconsList) == 0: # If we're done loading icons
- GObject.idle_add (self.ParseSettings)
+ GLib.idle_add (self.ParseSettings)
else:
- GObject.idle_add (self.LoadCategoryIcons)
+ GLib.idle_add (self.LoadCategoryIcons)
return False
@@ -258,7 +258,7 @@
self.PluginList.remove (self.PluginList[0])
- GObject.timeout_add (200, self.Wait)
+ GLib.timeout_add (200, self.Wait)
return False
@@ -276,7 +276,7 @@
self.CategoryLoadIconsList.remove (self.CategoryLoadIconsList[0])
- GObject.timeout_add (150, self.Wait)
+ GLib.timeout_add (150, self.Wait)
return False
@@ -291,7 +291,7 @@
def SetContext (self, context):
self.Context = context
- GObject.timeout_add (2000, self.Update)
+ GLib.timeout_add (2000, self.Update)
def Append (self, widget):
reference = weakref.ref(widget)
@@ -413,3 +413,7 @@
display = group.Display.itervalues()
return itertools.chain(screen, display)
+
+def GetAcceleratorName(key, mods):
+ # <Primary> is <Control> everywhere except for Mac OS.
+ return Gtk.accelerator_name(key, mods).replace('<Primary>', '<Control>')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/ccm/Widgets.py
new/ccsm-0.8.12.2/ccm/Widgets.py
--- old/ccsm-0.8.12.1/ccm/Widgets.py 2016-02-17 14:21:28.000000000 +0100
+++ new/ccsm-0.8.12.2/ccm/Widgets.py 2016-03-24 20:30:22.000000000 +0100
@@ -22,7 +22,7 @@
# Wolfgang Ulbrich ([email protected])
# Copyright (C) 2007 Quinn Storm
-from gi.repository import GObject, Gtk
+from gi.repository import GObject, GLib, Gtk
from gi.repository import Gdk, GdkPixbuf, PangoCairo
import cairo
from math import pi, sqrt
@@ -145,7 +145,7 @@
def __init__(self, plugins):
liststore = Gtk.ListStore(str, GdkPixbuf.Pixbuf, bool, object)
self.model = liststore.filter_new()
- Gtk.TreeView.__init__(self, self.model)
+ Gtk.TreeView.__init__(self, model=self.model)
self.SelectionHandler = None
@@ -181,7 +181,7 @@
class GroupView(Gtk.TreeView):
def __init__(self, name):
self.model = Gtk.ListStore(str, str)
- Gtk.TreeView.__init__(self, self.model)
+ Gtk.TreeView.__init__(self, model=self.model)
self.SelectionHandler = None
@@ -241,11 +241,11 @@
def add_button(self, label, callback):
try:
- arrow = Gtk.Arrow(Gtk.ArrowType.RIGHT, Gtk.ShadowType.NONE)
+ arrow = Gtk.Arrow(arrow_type=Gtk.ArrowType.RIGHT,
shadow_type=Gtk.ShadowType.NONE)
except (AttributeError, TypeError):
arrow = Gtk.Arrow()
arrow.set(Gtk.ArrowType.RIGHT, Gtk.ShadowType.NONE)
- button = Gtk.Button(label)
+ button = Gtk.Button(label=label)
button.set_relief(Gtk.ReliefStyle.NONE)
button.connect('clicked', self.on_button_clicked, callback)
if self.get_children():
@@ -335,7 +335,7 @@
self.store = Gtk.ListStore(GObject.TYPE_STRING)
- self.view = Gtk.TreeView(self.store)
+ self.view = Gtk.TreeView(model=self.store)
self.view.set_headers_visible(True)
self.view.insert_column(Gtk.TreeViewColumn(name,
Gtk.CellRendererText(), text=0), -1)
@@ -1070,7 +1070,7 @@
if key == None and mods == None:
key = self.key
mods = self.mods
- label = Gtk.accelerator_name (key, mods)
+ label = GetAcceleratorName (key, mods)
if not len (label):
label = _("Disabled")
Gtk.Button.set_label (self, label)
@@ -1214,7 +1214,7 @@
box.set_spacing (5)
entry = Gtk.Entry ()
entry.connect ('changed', self._check_entry_value, dlg)
- button = Gtk.Button (_("Grab"))
+ button = Gtk.Button (label=_("Grab"))
button.connect ('clicked', self.grab_value, entry, type_chooser)
box.pack_start (entry, True, True, 0)
box.pack_start (button, False, False, 0)
@@ -1326,7 +1326,7 @@
return
try:
pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_size (path, 128, 128)
- except GObject.GError:
+ except GLib.GError:
return
widget.get_preview_widget ().set_from_pixbuf (pixbuf)
@@ -1392,7 +1392,7 @@
if IconTheme.lookup_icon("ccsm", 64, 0):
icon = IconTheme.load_icon("ccsm", 64, 0)
self.set_logo (icon)
- self.set_website ("https://github.com/raveit65/ccsm")
+ self.set_website ("https://github.com/compiz-reloaded/ccsm")
# Error dialog
#
@@ -1561,7 +1561,7 @@
icon = text.lower ().replace (" ", "_")
image = Image (icon, ImageCategory)
header.pack_start (image, False, False, 0)
- header.pack_start (label, False, False, 0)
+ header.pack_start (label, True, True, 0)
self._table = Gtk.Table ()
self._table.set_border_width (10)
@@ -1667,9 +1667,12 @@
self._categories[category] = []
self._categories[category].append(plugin)
- self.props.hscrollbar_policy = Gtk.PolicyType.NEVER
+ self.props.hscrollbar_policy = Gtk.PolicyType.AUTOMATIC
self.props.vscrollbar_policy = Gtk.PolicyType.AUTOMATIC
- self.connect ('size-allocate', self.rebuild_boxes)
+ if Gtk.check_version (3, 0, 0) is None:
+ self.connect ('draw', self.rebuild_boxes)
+ else:
+ self.connect ('expose-event', self.rebuild_boxes)
self._box = Gtk.VBox ()
self._box.set_spacing (5)
@@ -1735,10 +1738,11 @@
self.queue_resize()
self.show_all()
- def rebuild_boxes (self, widget, request):
- ncols = request.width / 220
+ def rebuild_boxes (self, widget, extra=None):
+ rect = widget.get_allocation ()
+ ncols = rect.width / 220
width = ncols * (220 + 2 * TableX) + 40
- if width > request.width:
+ if width > rect.width:
ncols -= 1
pos = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/ccm/Window.py
new/ccsm-0.8.12.2/ccm/Window.py
--- old/ccsm-0.8.12.1/ccm/Window.py 2016-02-17 03:00:49.000000000 +0100
+++ new/ccsm-0.8.12.2/ccm/Window.py 2016-03-24 20:30:22.000000000 +0100
@@ -44,8 +44,9 @@
self.ShowingPlugin = None
self.Context = Context
self.connect("destroy", self.Quit)
- if Gtk.check_version (3, 0, 0) is None:
- self.set_size_request(740, 580)
+ if Gtk.check_version(3, 0, 0) is None:
+ self.get_style_context().add_class("ccsm-window")
+ self.set_size_request(750, -1)
self.set_default_size(1000, 580)
self.set_title(_("CompizConfig Settings Manager"))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/ccsm.appdata.xml
new/ccsm-0.8.12.2/ccsm.appdata.xml
--- old/ccsm-0.8.12.1/ccsm.appdata.xml 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/ccsm.appdata.xml 2016-03-24 20:30:22.000000000 +0100
@@ -9,5 +9,5 @@
Settings Manager for Compiz (CCSM).
</p>
</description>
- <url type="homepage">https://github.com/raveit65/ccsm</url>
+ <url type="homepage">https://github.com/compiz-reloaded/ccsm</url>
</component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/ccsm.desktop
new/ccsm-0.8.12.2/ccsm.desktop
--- old/ccsm-0.8.12.1/ccsm.desktop 2016-02-17 15:50:16.000000000 +0100
+++ new/ccsm-0.8.12.2/ccsm.desktop 2016-03-24 20:39:43.000000000 +0100
@@ -10,7 +10,7 @@
Name[en_GB]=CompizConfig Settings Manager
Name[es]=Administrador de Opciones CompizConfig
Name[fi]=Compiz-asetusten hallinta
-Name[fr]=Gestionnaire de Configuration CompizConfig
+Name[fr]=Gestionnaire de paramètres Compiz
Name[gl]=Administrador de Configuracións CompizConfig
Name[gu]=CompizConfig સુયોજનો વ્યવસ્થાપક
Name[he]=מנהל הגדרות CompizConfig
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/ccsm.in new/ccsm-0.8.12.2/ccsm.in
--- old/ccsm-0.8.12.1/ccsm.in 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/ccsm.in 2016-03-24 20:30:22.000000000 +0100
@@ -28,6 +28,8 @@
from optparse import OptionParser
import gi
+gi.require_version('Pango', '1.0')
+gi.require_version('PangoCairo', '1.0')
gi.require_version('Gtk', '@gtkver@')
gi.require_version('Gdk', '@gtkver@')
from gi.repository import Gtk, Gdk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/Makevars
new/ccsm-0.8.12.2/po/Makevars
--- old/ccsm-0.8.12.1/po/Makevars 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/Makevars 2016-03-24 20:30:22.000000000 +0100
@@ -34,7 +34,7 @@
# It can be your email address, or a mailing list address where translators
# can write to without being subscribed, or the URL of a web page through
# which the translators can contact you.
-MSGID_BUGS_ADDRESS = https://github.com/raveit65/ccsm/issues
+MSGID_BUGS_ADDRESS = https://github.com/compiz-reloaded/ccsm/issues
# This is the list of locale categories, beyond LC_MESSAGES, for which the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/ar.po new/ccsm-0.8.12.2/po/ar.po
--- old/ccsm-0.8.12.1/po/ar.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/ar.po 2016-03-24 20:30:22.000000000 +0100
@@ -1,13 +1,13 @@
# translation of ccsm.po to Arabic
# OsamaKhalid <[email protected]>, 2009.
# ccsm ar translation.
-# Copyright (C) 2007 compiz-fusion.org
+# Copyright (C) 2007 compiz.org
# This file is distributed under the same license as the ccsm package.
# 2007, Banxoo <[email protected]>
msgid ""
msgstr ""
"Project-Id-Version: ccsm\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2009-02-06 20:36+0300\n"
"Last-Translator: OsamaKhalid <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/as.po new/ccsm-0.8.12.2/po/as.po
--- old/ccsm-0.8.12.1/po/as.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/as.po 2016-03-24 20:30:22.000000000 +0100
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2007-11-25 00:01+0100\n"
"PO-Revision-Date: 2007-12-08 19:27+0100\n"
"Last-Translator: biswajyoti mahanta <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/be.po new/ccsm-0.8.12.2/po/be.po
--- old/ccsm-0.8.12.1/po/be.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/be.po 2016-03-24 20:30:22.000000000 +0100
@@ -1,12 +1,12 @@
# ccsm be translation
-# Copyright (C) 2008 compiz-fusion.org
+# Copyright (C) 2008 compiz.org
# This file is distributed under the same license as the ccsm package.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: 0.7.4\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2008-04-03 11:00+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/bg.po new/ccsm-0.8.12.2/po/bg.po
--- old/ccsm-0.8.12.1/po/bg.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/bg.po 2016-03-24 20:30:22.000000000 +0100
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ccsm\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-02-06 11:24+0530\n"
"PO-Revision-Date: 2009-05-20 14:34+0200\n"
"Last-Translator: Svetoslav Stefanov <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/bn.po new/ccsm-0.8.12.2/po/bn.po
--- old/ccsm-0.8.12.1/po/bn.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/bn.po 2016-03-24 20:30:22.000000000 +0100
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ccsm\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2008-01-03 02:28+0100\n"
"Last-Translator: Mahdee Jameel <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/bn_IN.po
new/ccsm-0.8.12.2/po/bn_IN.po
--- old/ccsm-0.8.12.1/po/bn_IN.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/bn_IN.po 2016-03-24 20:30:22.000000000 +0100
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ccsm\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2008-03-15 16:15+0100\n"
"Last-Translator: biswajyoti mahanta <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/ca.po new/ccsm-0.8.12.2/po/ca.po
--- old/ccsm-0.8.12.1/po/ca.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/ca.po 2016-03-24 20:30:22.000000000 +0100
@@ -1,12 +1,12 @@
# CompizConfig ca translation.
-# Copyright (C) 2007 compiz-fusion.org
+# Copyright (C) 2007 compiz.org
# This file is distributed under the same license as the ccsm package.
# Gustau L. Castells (Karasu) <[email protected]>, 2007.
#
msgid ""
msgstr ""
"Project-Id-Version: Compiz Settings Manager 0.5.2\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2008-06-28 16:29+0100\n"
"Last-Translator: Rafa Ramírez <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/ccsm.pot
new/ccsm-0.8.12.2/po/ccsm.pot
--- old/ccsm-0.8.12.1/po/ccsm.pot 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/ccsm.pot 2016-03-24 20:30:22.000000000 +0100
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 12:33+0530\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/cs.po new/ccsm-0.8.12.2/po/cs.po
--- old/ccsm-0.8.12.1/po/cs.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/cs.po 2016-03-24 20:30:22.000000000 +0100
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ccsm 0.6.0\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2008-02-11 03:46+0100\n"
"Last-Translator: Tomas Hejatko <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/da.po new/ccsm-0.8.12.2/po/da.po
--- old/ccsm-0.8.12.1/po/da.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/da.po 2016-03-24 20:30:22.000000000 +0100
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2007-12-13 00:01+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/de.po new/ccsm-0.8.12.2/po/de.po
--- old/ccsm-0.8.12.1/po/de.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/de.po 2016-03-24 20:30:22.000000000 +0100
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ccsm 0.0.1\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2008-11-12 14:01+0100\n"
"Last-Translator: Andreas Galonska <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/el.po new/ccsm-0.8.12.2/po/el.po
--- old/ccsm-0.8.12.1/po/el.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/el.po 2016-03-24 20:30:22.000000000 +0100
@@ -1,12 +1,12 @@
# CompizConfig Greek Translation.
-# Copyright (C) 2007 compiz-fusion.org
+# Copyright (C) 2007 compiz.org
# This file is distributed under the same license as the ccsm package.
# Δημήτρης (djdoo) <[email protected]>, 2007.
#
msgid ""
msgstr ""
"Project-Id-Version: ccsm 0.6.0\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2009-04-20 02:36+0200\n"
"Last-Translator: Jim Dusis <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/en_GB.po
new/ccsm-0.8.12.2/po/en_GB.po
--- old/ccsm-0.8.12.1/po/en_GB.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/en_GB.po 2016-03-24 20:30:22.000000000 +0100
@@ -1,12 +1,12 @@
# ccsm GB translation.
-# Copyright (C) 2008 compiz-fusion.org
+# Copyright (C) 2008 compiz.org
# This file is distributed under the same license as the ccsm package.
# David Lodge <[email protected]>\n".
#
msgid ""
msgstr ""
"Project-Id-Version: ccsm 0.7.2\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2008-05-26 15:35+0200\n"
"Last-Translator: David Lodge <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/es.po new/ccsm-0.8.12.2/po/es.po
--- old/ccsm-0.8.12.1/po/es.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/es.po 2016-03-24 20:30:22.000000000 +0100
@@ -1,6 +1,6 @@
# Translation of CCSM to es_ES
-# Copyright (C) 2007 compiz-fusion
-# This file is distributed under the same license as the Compiz Fusion
packages.
+# Copyright (C) 2007 compiz.org
+# This file is distributed under the same license as the ccsm package.
#
# Festor Wailon Dacoba <[email protected]>, 2007.
#
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ccsm\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2009-01-31 21:50+0100\n"
"Last-Translator: Pablo Lopez <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/eu.po new/ccsm-0.8.12.2/po/eu.po
--- old/ccsm-0.8.12.1/po/eu.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/eu.po 2016-03-24 20:30:22.000000000 +0100
@@ -1,12 +1,12 @@
# translation of ccsm.po to Euskara
-# Copyright (C) 2007 compiz-fusion
+# Copyright (C) 2007 compiz.org
# This file is distributed under the same license as the PACKAGE package.
#
# Ander Elortondo <[email protected]>, 2007.
msgid ""
msgstr ""
"Project-Id-Version: ccsm\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2008-09-01 11:41+0200\n"
"Last-Translator: Ander Elortondo <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/fa.po new/ccsm-0.8.12.2/po/fa.po
--- old/ccsm-0.8.12.1/po/fa.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/fa.po 2016-03-24 20:30:22.000000000 +0100
@@ -1,13 +1,13 @@
# Translation of ccsm.po into Persian.
-# Copyright (C) 2008 Compiz-Fusion Developers
-# This file is distributed under the same license as the Compiz-Fusion package.
+# Copyright (C) 2008 compiz.org
+# This file is distributed under the same license as the ccsm package.
# Ali Tarihi <ali.tarihi at gmail dot com>, 2008.
# Mohammad Ebrahim Mohammadi Panah <mebrahim at gmail dot com>, 2008.
#
msgid ""
msgstr ""
"Project-Id-Version: Compiz-Fusion ccsm\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2008-01-29 13:04+0100\n"
"PO-Revision-Date: 2008-02-07 19:21+0100\n"
"Last-Translator: Ali Tarihi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/fi.po new/ccsm-0.8.12.2/po/fi.po
--- old/ccsm-0.8.12.1/po/fi.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/fi.po 2016-03-24 20:30:22.000000000 +0100
@@ -1,5 +1,5 @@
# ccsm fi translation.
-# Copyright (C) 2008 compiz-fusion.org
+# Copyright (C) 2008 compiz.org
# This file is distributed under the same license as the ccsm package.
# Birunthan Mohanathas <[email protected]>.
# Ilkka Tuohela <[email protected]>, 2008.
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ccsm\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2008-10-24 15:43+0200\n"
"Last-Translator: Timo Jyrinki <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/fr.po new/ccsm-0.8.12.2/po/fr.po
--- old/ccsm-0.8.12.1/po/fr.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/fr.po 2016-03-24 20:30:22.000000000 +0100
@@ -1,5 +1,5 @@
# CompizConfig French translation
-# Copyright (C) 2007 compiz-fusion.org
+# Copyright (C) 2007 compiz.org
# This file is distributed under the same license as the ccsm package.
#
# Sylvain Debray <[email protected]>, 2007.
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: fr-ccsm\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2008-09-03 14:27+0200\n"
"Last-Translator: Florent <[email protected]>\n"
@@ -250,7 +250,7 @@
msgstr "Aucun"
msgid "CompizConfig Settings Manager"
-msgstr "Gestionnaire de Configuration CompizConfig"
+msgstr "Gestionnaire de paramètres Compiz"
msgid "Plugin"
msgstr "Plugin"
@@ -529,8 +529,8 @@
"\n"
" Your filter \"<b>%s</b>\" does not match any items.</span>"
msgstr ""
-"<span size=\"large\"><b>Pas de concordance trouvée.</b> </span><br><br> "
-"Votre filtre \"<b>%s</b>\" ne correspond à aucun objet."
+"<span size=\"large\"><b>Pas de concordance trouvée.</b> </span><span>\n"
+"Votre filtre \"<b>%s</b>\" ne correspond à aucun objet.</span>"
msgid "Configure Compiz with CompizConfig"
msgstr "Configurer Compiz avec CompizConfig"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/gl.po new/ccsm-0.8.12.2/po/gl.po
--- old/ccsm-0.8.12.1/po/gl.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/gl.po 2016-03-24 20:30:22.000000000 +0100
@@ -1,7 +1,7 @@
# translation of ccsm.po to Galician
# Translation of CCSM to gl_ES
-# Copyright (C) 2007 compiz-fusion
-# This file is distributed under the same license as the Compiz Fusion
packages.
+# Copyright (C) 2007 compiz.org
+# This file is distributed under the same license as the ccsm package.
#
# Festor Wailon Dacoba <[email protected]>, 2007.
# Fran Diéguez (GLUG) <[email protected]>, 2007.
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ccsm\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2009-05-24 18:40+0200\n"
"Last-Translator: Fran Diéguez Souto <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/gu.po new/ccsm-0.8.12.2/po/gu.po
--- old/ccsm-0.8.12.1/po/gu.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/gu.po 2016-03-24 20:30:22.000000000 +0100
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ccsm\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2008-06-13 05:57+0200\n"
"Last-Translator: Jigish Gohil <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/he.po new/ccsm-0.8.12.2/po/he.po
--- old/ccsm-0.8.12.1/po/he.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/he.po 2016-03-24 20:30:22.000000000 +0100
@@ -1,12 +1,12 @@
# ccsm he translation.
-# Copyright (C) 2008 compiz-fusion.org
+# Copyright (C) 2008 compiz.org
# This file is distributed under the same license as the ccsm package.
# Yotam Benshalom <[email protected]>.
#
msgid ""
msgstr ""
"Project-Id-Version: ccsm\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2008-09-07 05:37+0200\n"
"Last-Translator: Yotam Benshalom <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/hi.po new/ccsm-0.8.12.2/po/hi.po
--- old/ccsm-0.8.12.1/po/hi.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/hi.po 2016-03-24 20:30:22.000000000 +0100
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ccsm\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2007-12-16 16:36+0530\n"
"Last-Translator: Sangeeta Kumari\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/hr.po new/ccsm-0.8.12.2/po/hr.po
--- old/ccsm-0.8.12.1/po/hr.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/hr.po 2016-03-24 20:30:22.000000000 +0100
@@ -1,12 +1,12 @@
# ccsm hr translation.
-# Copyright (C) 2007 compiz-fusion.org
+# Copyright (C) 2007 compiz.org
# This file is distributed under the same license as the ccsm package.
#
#
msgid ""
msgstr ""
"Project-Id-Version: ccsm\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2008-06-16 13:24+0200\n"
"Last-Translator: Matija Folnovic <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/hu.po new/ccsm-0.8.12.2/po/hu.po
--- old/ccsm-0.8.12.1/po/hu.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/hu.po 2016-03-24 20:30:22.000000000 +0100
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: hu\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2009-03-25 09:07+0100\n"
"Last-Translator: KAMI <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/id.po new/ccsm-0.8.12.2/po/id.po
--- old/ccsm-0.8.12.1/po/id.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/id.po 2016-03-24 20:30:22.000000000 +0100
@@ -1,12 +1,12 @@
# CompizConfig Indonesian Translation
-# Copyright (C) 2007 compiz-fusion.org
+# Copyright (C) 2007 compiz.org
# This file is distributed under the same license as the ccsm package.
# Andi Darmawan <[email protected]>, 2007.
#
msgid ""
msgstr ""
"Project-Id-Version: Compiz Settings Manager 0.5.2\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2009-03-31 06:10+0700\n"
"Last-Translator: Mahyuddin Susanto <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/it.po new/ccsm-0.8.12.2/po/it.po
--- old/ccsm-0.8.12.1/po/it.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/it.po 2016-03-24 20:30:22.000000000 +0100
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ccsm\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2009-02-17 17:52+0100\n"
"Last-Translator: Milo Casagrande <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/ja.po new/ccsm-0.8.12.2/po/ja.po
--- old/ccsm-0.8.12.1/po/ja.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/ja.po 2016-03-24 20:30:22.000000000 +0100
@@ -1,12 +1,12 @@
# ccsm Japanese translation.
-# Copyright (C) 2007 opencompositing.org
-# This file is distributed under the same license as the compiz-fusion package.
+# Copyright (C) 2007 compiz.org
+# This file is distributed under the same license as the ccsm package.
# Masaaki KANEMOTO <[email protected]>, 2007.
#
msgid ""
msgstr ""
"Project-Id-Version: ccsm 0.6\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2009-06-06 08:56+0200\n"
"Last-Translator: Chris Hsin <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/ko.po new/ccsm-0.8.12.2/po/ko.po
--- old/ccsm-0.8.12.1/po/ko.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/ko.po 2016-03-24 20:30:22.000000000 +0100
@@ -1,5 +1,5 @@
# ccsm Korean translation.
-# Copyright (C) 2007 compiz-fusion.org
+# Copyright (C) 2007 compiz.org
# This file is distributed under the same license as the ccsm package.
# Jeong Seungwon (jeongsw) <[email protected]>,
# Hyunho Kwak (coolhex) <[email protected]>,
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ccsm 0.7.4\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2008-08-30 18:12+0200\n"
"Last-Translator: Lee June Hee <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/ml_IN.po
new/ccsm-0.8.12.2/po/ml_IN.po
--- old/ccsm-0.8.12.1/po/ml_IN.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/ml_IN.po 2016-03-24 20:30:22.000000000 +0100
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2009-04-10 13:32+0200\n"
"Last-Translator: Jesse P Francis <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/mnk.po new/ccsm-0.8.12.2/po/mnk.po
--- old/ccsm-0.8.12.1/po/mnk.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/mnk.po 2016-03-24 20:30:22.000000000 +0100
@@ -1,5 +1,5 @@
# CompizConfig Mandingo translation.
-# Copyright (C) 2007 compiz-fusion.org
+# Copyright (C) 2007 compiz.org
# This file is distributed under the same license as the ccsm package.
# Werner Landgraf <[email protected]>
# Por falta de ortografia oficial, uso essentialmente àquela de:
@@ -11,7 +11,7 @@
msgid ""
msgstr ""
"Project-Id-Version: md-ccsm\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 12:33+0530\n"
"PO-Revision-Date: 2007-09-24 23:00-0300\n"
"Last-Translator: Werner Landgraf <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/nb.po new/ccsm-0.8.12.2/po/nb.po
--- old/ccsm-0.8.12.1/po/nb.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/nb.po 2016-03-24 20:30:22.000000000 +0100
@@ -1,13 +1,13 @@
# Norwegian Bokmaal translation for CSSM.
# Copyright (C) 2007 Free Software Foundation, Inc.
-# This file is distributed under the same license as the CCSM package.
+# This file is distributed under the same license as the ccsm package.
# <[email protected]>, 2007.
#
#
msgid ""
msgstr ""
"Project-Id-Version: CompizConfig Settings Manager\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2008-06-10 22:53+0200\n"
"Last-Translator: Markus Igeland <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/nl.po new/ccsm-0.8.12.2/po/nl.po
--- old/ccsm-0.8.12.1/po/nl.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/nl.po 2016-03-24 20:30:22.000000000 +0100
@@ -1,5 +1,5 @@
# Compizconfig Settings manager Dutch translation.
-# Copyright (C) 2007 compiz-fusion.org
+# Copyright (C) 2007 compiz.org
# This file is distributed under the same license as the ccsm package.
# Rick - <[email protected]>, 2007.
# ./martijn - <[email protected]>, 2007.
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 0.5.2\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2009-02-27 11:11+0100\n"
"Last-Translator: Harald van Bree <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/or.po new/ccsm-0.8.12.2/po/or.po
--- old/ccsm-0.8.12.1/po/or.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/or.po 2016-03-24 20:30:22.000000000 +0100
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/pa.po new/ccsm-0.8.12.2/po/pa.po
--- old/ccsm-0.8.12.1/po/pa.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/pa.po 2016-03-24 20:30:22.000000000 +0100
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ccsm\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2008-11-11 19:50+0100\n"
"Last-Translator: amandeep singh <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/pl.po new/ccsm-0.8.12.2/po/pl.po
--- old/ccsm-0.8.12.1/po/pl.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/pl.po 2016-03-24 20:30:22.000000000 +0100
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 0.1\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2009-04-22 22:29+0200\n"
"Last-Translator: Maciej Warnecki <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/pt.po new/ccsm-0.8.12.2/po/pt.po
--- old/ccsm-0.8.12.1/po/pt.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/pt.po 2016-03-24 20:30:22.000000000 +0100
@@ -1,6 +1,6 @@
# translation of ccsm.po to Portuguese (Portugal)
# CompizConfig Portuguese translation.
-# Copyright (C) 2007 compiz-fusion.org
+# Copyright (C) 2007 compiz.org
# This file is distributed under the same license as the ccsm package.
#
#
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ccsm\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2008-09-01 20:20+0200\n"
"Last-Translator: Nicolau Gonçalves <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/pt_BR.po
new/ccsm-0.8.12.2/po/pt_BR.po
--- old/ccsm-0.8.12.1/po/pt_BR.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/pt_BR.po 2016-03-24 20:30:22.000000000 +0100
@@ -1,7 +1,7 @@
# CompizConfig Brazilian Portuguese translation.
# Translated from scratch by Werner Landgraf, 2007 Aug 31,
# new itens 2007 Sep 12-4. Format corrected by the other authors
-# Copyright (C) 2007 compiz-fusion.org
+# Copyright (C) 2007 compiz.org
# This file is distributed under the same license as the ccsm package.
# Werner Landgraf <[email protected]>
# Marco Ribeiro (salsichad2) <[email protected]>, 2007.
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: pt_BR-ccsm\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2009-07-30 23:54+0200\n"
"Last-Translator: Filipe Guide <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/ru.po new/ccsm-0.8.12.2/po/ru.po
--- old/ccsm-0.8.12.1/po/ru.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/ru.po 2016-03-24 20:30:22.000000000 +0100
@@ -2,12 +2,12 @@
# Denis Rakhmangulov <[email protected]>, 2007.
# Dimitriy Ryazantcev <[email protected]>, 2008.
# Translation of CCSM to ru
-# Copyright (C) 2007 compiz-fusion.org
-# This file is distributed under the same license as the ccsm packages.
+# Copyright (C) 2007 compiz.org
+# This file is distributed under the same license as the ccsm package.
msgid ""
msgstr ""
"Project-Id-Version: ccsm_new\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2009-03-10 21:37+0100\n"
"Last-Translator: Denis Rakhmangulov <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/sk.po new/ccsm-0.8.12.2/po/sk.po
--- old/ccsm-0.8.12.1/po/sk.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/sk.po 2016-03-24 20:30:22.000000000 +0100
@@ -1,5 +1,5 @@
# Slovak translation of ccsm.
-# Copyright (C) 2007 compiz-fusion.org
+# Copyright (C) 2007 compiz.org
# This file is distributed under the same license as the ccsm package.
# PEPINO <[email protected]>, 2007.
# Ivan Masár <[email protected]>, 2008.
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ccsm 0.5.2\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2008-12-14 10:57+0100\n"
"Last-Translator: Brusnica P <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/sv.po new/ccsm-0.8.12.2/po/sv.po
--- old/ccsm-0.8.12.1/po/sv.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/sv.po 2016-03-24 20:30:22.000000000 +0100
@@ -1,6 +1,6 @@
# Swedish translation for ccsm.
# Copyright (C) 2007 Free Software Foundation, Inc.
-# This file is distributed under the same license as the compiz-fusion package.
+# This file is distributed under the same license as the ccsm package.
# Daniel Nylander <[email protected]>, 2007.
# Erik Eloff <[email protected]>, 2007.
# Sebastian Parborg <[email protected]>, 2007.
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: compiz-fusion-plugins 0.0.1\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2008-12-07 18:22+0100\n"
"Last-Translator: Daniel Nylander <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/tr.po new/ccsm-0.8.12.2/po/tr.po
--- old/ccsm-0.8.12.1/po/tr.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/tr.po 2016-03-24 20:30:22.000000000 +0100
@@ -1,13 +1,13 @@
# translation of ccsm.po to
# translation of ccsm-new.po to
-# Copyright (C) 2007 compiz-fusion.org
+# Copyright (C) 2007 compiz.org
# This file is distributed under the same license as the ccsm package.
#
# Serdar Soytetir <[email protected]>, 2007.
msgid ""
msgstr ""
"Project-Id-Version: ccsm\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2008-10-28 12:31+0100\n"
"Last-Translator: Emre KURNAZ <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/wo.po new/ccsm-0.8.12.2/po/wo.po
--- old/ccsm-0.8.12.1/po/wo.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/wo.po 2016-03-24 20:30:22.000000000 +0100
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ccsm 20070908\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2007-09-24 23:00+0200\n"
"Last-Translator: Werner Landgraf <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/zh_CN.po
new/ccsm-0.8.12.2/po/zh_CN.po
--- old/ccsm-0.8.12.1/po/zh_CN.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/zh_CN.po 2016-03-24 20:30:22.000000000 +0100
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: zh_CN-ccsm\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2009-03-24 08:12+0100\n"
"PO-Revision-Date: 2008-11-07 20:05+0100\n"
"Last-Translator: JING Cheng <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/po/zh_HK.po
new/ccsm-0.8.12.2/po/zh_HK.po
--- old/ccsm-0.8.12.1/po/zh_HK.po 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/po/zh_HK.po 2016-03-24 20:30:22.000000000 +0100
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://github.com/raveit65/ccsm/issues\n"
+"Report-Msgid-Bugs-To: https://github.com/compiz-reloaded/ccsm/issues\n"
"POT-Creation-Date: 2008-01-13 00:01+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ccsm-0.8.12.1/setup.py new/ccsm-0.8.12.2/setup.py
--- old/ccsm-0.8.12.1/setup.py 2016-02-17 01:26:44.000000000 +0100
+++ new/ccsm-0.8.12.2/setup.py 2016-03-24 20:30:22.000000000 +0100
@@ -88,7 +88,10 @@
elif o.startswith ("--prefix=") and len (o[9:]):
prefix = o[9:]
sys.argv.remove (o)
- elif o.startswith ("--with-gtk"):
+ i += 1
+ i = 0
+ for o in sys.argv:
+ if o.startswith ("--with-gtk"):
if o == "--with-gtk":
if len (sys.argv) >= i:
gtkver = sys.argv[i + 1]
@@ -100,7 +103,7 @@
if not prefix and "PREFIX" in os.environ:
prefix = os.environ["PREFIX"]
if not prefix or not len (prefix):
- prefix = "/usr"
+ prefix = "/usr/local"
if sys.argv[1] in ("install", "uninstall") and len (prefix):
sys.argv += ["--prefix", prefix]
@@ -189,8 +192,8 @@
description = "CompizConfig Settings Manager",
author = "Patrick Niklaus",
author_email = "[email protected]",
- url = "http://github.com/raveit65/ccsm",
- license = "GPL",
+ url = "http://github.com/compiz-reloaded/ccsm",
+ license = "GPLv2+",
data_files = data_files,
packages = ["ccm"],
scripts = ["ccsm"],