Page MenuHomeSolus

D8292.id19824.diff
No OneTemporary

D8292.id19824.diff

diff --git a/files/fix-build-with-swig4.patch b/files/fix-build-with-swig4.patch
new file mode 100644
--- /dev/null
+++ b/files/fix-build-with-swig4.patch
@@ -0,0 +1,78 @@
+diff --git a/SConscript b/SConscript
+index a5edfb0..85534aa 100644
+--- a/SConscript
++++ b/SConscript
+@@ -122,16 +122,16 @@ install_perms(env, '$prefix/share/applications', 'desktop/mypaint.desktop')
+ install_perms(env, '$prefix/share/appdata', 'desktop/mypaint.appdata.xml')
+
+ # location for achitecture-dependent modules
+-install_perms(env, '$prefix/lib/mypaint', mypaintlib)
++install_perms(env, '$prefix/lib/mypaint/lib/', mypaintlib)
+
+ # Program and supporting UI XML
+ install_perms(env, '$prefix/bin', 'mypaint', perms=0755)
+ install_perms(env, '$prefix/share/mypaint/gui', Glob('gui/*.xml'))
+ install_perms(env, '$prefix/share/mypaint/gui', Glob('gui/*.glade'))
+-install_perms(env, "$prefix/share/mypaint/lib", Glob("lib/*.py"))
+-install_perms(env, "$prefix/share/mypaint/lib/layer", Glob("lib/layer/*.py"))
+-install_perms(env, "$prefix/share/mypaint/gui", Glob("gui/*.py"))
+-install_perms(env, "$prefix/share/mypaint/gui/colors", Glob("gui/colors/*.py"))
++install_perms(env, "$prefix/lib/mypaint/lib", Glob("lib/*.py"))
++install_perms(env, "$prefix/lib/mypaint/lib/layer", Glob("lib/layer/*.py"))
++install_perms(env, "$prefix/lib/mypaint/gui", Glob("gui/*.py"))
++install_perms(env, "$prefix/lib/mypaint/gui/colors", Glob("gui/colors/*.py"))
+
+
+ Return('mypaintlib')
+diff --git a/SConstruct b/SConstruct
+index 6dc6c50..48c022d 100644
+--- a/SConstruct
++++ b/SConstruct
+@@ -141,7 +141,6 @@ env.Execute(Delete([
+ 'libmypaintlib.so',
+ 'libmypaint.a',
+ 'libmypaint-tests.a',
+- 'lib/_mypaintlib.so',
+ ]))
+
+
+diff --git a/gui/autorecover.py b/gui/autorecover.py
+index 615aba0..f700b03 100644
+--- a/gui/autorecover.py
++++ b/gui/autorecover.py
+@@ -44,7 +44,7 @@ class Presenter (object):
+ """Initialize for the main app and its working doc."""
+ super(Presenter, self).__init__(**kwargs)
+ self._app = weakref.proxy(app)
+- builder_xml = os.path.splitext(__file__)[0] + ".glade"
++ builder_xml = os.path.join(self._app.datapath, "gui/autorecover.glade")
+ builder = Gtk.Builder()
+ builder.set_translation_domain("mypaint")
+ builder.add_from_file(builder_xml)
+diff --git a/gui/inktool.py b/gui/inktool.py
+index b60fb3a..99588bd 100644
+--- a/gui/inktool.py
++++ b/gui/inktool.py
+@@ -1076,7 +1076,7 @@ class OptionsPresenter (object):
+ def _ensure_ui_populated(self):
+ if self._options_grid is not None:
+ return
+- builder_xml = os.path.splitext(__file__)[0] + ".glade"
++ builder_xml = os.path.join(self._app.datapath, "gui/inktool.glade")
+ builder = Gtk.Builder()
+ builder.set_translation_domain("mypaint")
+ builder.add_from_file(builder_xml)
+diff --git a/gui/layerswindow.py b/gui/layerswindow.py
+index a1a52f2..0607106 100644
+--- a/gui/layerswindow.py
++++ b/gui/layerswindow.py
+@@ -123,8 +123,7 @@ class LayersTool (SizedVBoxToolWidget):
+ view_scroll.set_hexpand(True)
+ view_scroll.set_vexpand(True)
+ # Context menu
+- ui_dir = os.path.dirname(os.path.abspath(__file__))
+- ui_path = os.path.join(ui_dir, "layerswindow.xml")
++ ui_path = os.path.join(self.app.datapath, "gui/layerswindow.xml")
+ self.app.ui_manager.add_ui_from_file(ui_path)
+ menu = self.app.ui_manager.get_widget("/LayersWindowPopup")
+ menu.set_title(_("Layer"))
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,7 +1,7 @@
name : mypaint
homepage : http://mypaint.org/
version : 1.2.1
-release : 10
+release : 11
source :
- https://github.com/mypaint/mypaint/releases/download/v1.2.1/mypaint-1.2.1.tar.xz : ed2349382f6a0c583d7defae06427e97ac7d14acb77b9e2c0fc7171ddd96d3c7
license : GPL-2.0-or-later
@@ -25,6 +25,8 @@
- python-gobject2
- python-gtk2
- python-protobuf
+setup : |
+ %patch -p1 < $pkgfiles/fix-build-with-swig4.patch
build : |
scons
install : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,15 +3,15 @@
<Name>mypaint</Name>
<Homepage>http://mypaint.org/</Homepage>
<Packager>
- <Name>James Lee</Name>
- <Email>jamesl33info@gmail.com</Email>
+ <Name>Longwu Ou</Name>
+ <Email>xulongwu4@gmail.com</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>multimedia.graphics</PartOf>
<Summary xml:lang="en">MyPaint is a simple drawing and painting program that works well with Wacom-style graphics tablets</Summary>
<Description xml:lang="en">MyPaint is a simple drawing and painting program that works well with Wacom-style graphics tablets.
</Description>
- <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>mypaint</Name>
@@ -22,7 +22,124 @@
<Files>
<Path fileType="executable">/usr/bin/mypaint</Path>
<Path fileType="executable">/usr/bin/mypaint-ora-thumbnailer</Path>
- <Path fileType="library">/usr/lib/mypaint/_mypaintlib.so</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/__init__.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/accelmap.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/application.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/autorecover.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/backgroundwindow.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/brushcolor.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/brusheditor.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/brushiconeditor.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/brushmanager.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/brushmodifier.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/brushselectionwindow.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/builderhacks.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/buttonmap.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/colorpicker.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/colorpreview.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/colors/__init__.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/colors/adjbases.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/colors/bases.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/colors/changers.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/colors/combined.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/colors/hcywheel.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/colors/hsvcube.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/colors/hsvsquare.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/colors/hsvwheel.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/colors/paletteview.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/colors/sliders.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/colors/uimisc.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/colors/util.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/colortools.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/cursor.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/curve.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/device.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/dialogs.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/displayfilter.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/document.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/drawutils.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/drawwindow.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/externalapp.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/factoryaction.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/filehandling.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/fill.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/footer.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/framewindow.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/freehand.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/gtk2compat.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/gtkexcepthook.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/history.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/historypopup.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/inktool.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/inputtestwindow.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/keyboard.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/layermanip.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/layermodes.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/layers.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/layerswindow.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/linemode.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/main.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/meta.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/mode.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/objfactory.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/optionspanel.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/overlays.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/picker.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/pixbuflist.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/preferenceswindow.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/previewwindow.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/profiling.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/quickchoice.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/scratchwindow.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/spinbox.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/stategroup.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/style.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/symmetry.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/tileddrawwidget.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/toolbar.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/topbar.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/uicolor.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/viewmanip.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/widgets.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/windowing.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/gui/workspace.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/__init__.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/_mypaintlib.so</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/alg.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/autosave.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/brush.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/brushes_migrate_json.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/cache.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/color.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/command.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/document.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/errors.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/fileutils.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/gettext.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/gichecks.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/glib.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/helpers.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/i18n.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/idletask.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/layer/__init__.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/layer/core.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/layer/data.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/layer/error.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/layer/group.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/layer/test.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/layer/tree.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/meta.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/modes.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/mypaintlib.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/observable.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/palette.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/pixbuf.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/pixbufsurface.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/stroke.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/strokemap.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/surface.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/tiledsurface.py</Path>
+ <Path fileType="library">/usr/lib/mypaint/lib/xml.py</Path>
<Path fileType="data">/usr/share/appdata/mypaint.appdata.xml</Path>
<Path fileType="data">/usr/share/applications/mypaint.desktop</Path>
<Path fileType="data">/usr/share/icons/hicolor/16x16/actions/mypaint-tool-color-palette.png</Path>
@@ -722,88 +839,14 @@
<Path fileType="data">/usr/share/mypaint/brushes/tanda/watercolor-02-paint_prev.png</Path>
<Path fileType="data">/usr/share/mypaint/brushes/tanda/watercolor-02-water.myb</Path>
<Path fileType="data">/usr/share/mypaint/brushes/tanda/watercolor-02-water_prev.png</Path>
- <Path fileType="data">/usr/share/mypaint/gui/__init__.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/accelmap.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/application.py</Path>
<Path fileType="data">/usr/share/mypaint/gui/autorecover.glade</Path>
- <Path fileType="data">/usr/share/mypaint/gui/autorecover.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/backgroundwindow.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/brushcolor.py</Path>
<Path fileType="data">/usr/share/mypaint/gui/brusheditor.glade</Path>
- <Path fileType="data">/usr/share/mypaint/gui/brusheditor.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/brushiconeditor.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/brushmanager.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/brushmodifier.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/brushselectionwindow.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/builderhacks.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/buttonmap.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/colorpicker.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/colorpreview.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/colors/__init__.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/colors/adjbases.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/colors/bases.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/colors/changers.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/colors/combined.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/colors/hcywheel.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/colors/hsvcube.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/colors/hsvsquare.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/colors/hsvwheel.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/colors/paletteview.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/colors/sliders.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/colors/uimisc.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/colors/util.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/colortools.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/cursor.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/curve.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/device.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/dialogs.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/displayfilter.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/document.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/drawutils.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/drawwindow.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/externalapp.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/factoryaction.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/filehandling.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/fill.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/footer.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/framewindow.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/freehand.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/gtk2compat.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/gtkexcepthook.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/history.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/historypopup.py</Path>
<Path fileType="data">/usr/share/mypaint/gui/inktool.glade</Path>
- <Path fileType="data">/usr/share/mypaint/gui/inktool.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/inputtestwindow.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/keyboard.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/layermanip.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/layermodes.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/layers.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/layerswindow.py</Path>
<Path fileType="data">/usr/share/mypaint/gui/layerswindow.xml</Path>
- <Path fileType="data">/usr/share/mypaint/gui/linemode.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/main.py</Path>
<Path fileType="data">/usr/share/mypaint/gui/menu.xml</Path>
- <Path fileType="data">/usr/share/mypaint/gui/meta.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/mode.py</Path>
<Path fileType="data">/usr/share/mypaint/gui/mypaint.glade</Path>
- <Path fileType="data">/usr/share/mypaint/gui/objfactory.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/optionspanel.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/overlays.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/picker.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/pixbuflist.py</Path>
<Path fileType="data">/usr/share/mypaint/gui/preferenceswindow.glade</Path>
- <Path fileType="data">/usr/share/mypaint/gui/preferenceswindow.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/previewwindow.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/profiling.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/quickchoice.py</Path>
<Path fileType="data">/usr/share/mypaint/gui/resources.xml</Path>
- <Path fileType="data">/usr/share/mypaint/gui/scratchwindow.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/spinbox.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/stategroup.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/style.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/symmetry.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/tileddrawwidget.py</Path>
<Path fileType="data">/usr/share/mypaint/gui/toolbar-blendmodes.xml</Path>
<Path fileType="data">/usr/share/mypaint/gui/toolbar-edit.xml</Path>
<Path fileType="data">/usr/share/mypaint/gui/toolbar-file.xml</Path>
@@ -812,50 +855,7 @@
<Path fileType="data">/usr/share/mypaint/gui/toolbar-view-manips.xml</Path>
<Path fileType="data">/usr/share/mypaint/gui/toolbar-view-modes.xml</Path>
<Path fileType="data">/usr/share/mypaint/gui/toolbar-view-resets.xml</Path>
- <Path fileType="data">/usr/share/mypaint/gui/toolbar.py</Path>
<Path fileType="data">/usr/share/mypaint/gui/toolbar.xml</Path>
- <Path fileType="data">/usr/share/mypaint/gui/topbar.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/uicolor.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/viewmanip.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/widgets.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/windowing.py</Path>
- <Path fileType="data">/usr/share/mypaint/gui/workspace.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/__init__.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/alg.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/autosave.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/brush.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/brushes_migrate_json.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/cache.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/color.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/command.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/document.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/errors.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/fileutils.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/gettext.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/gichecks.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/glib.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/helpers.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/i18n.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/idletask.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/layer/__init__.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/layer/core.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/layer/data.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/layer/error.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/layer/group.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/layer/test.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/layer/tree.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/meta.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/modes.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/mypaintlib.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/observable.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/palette.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/pixbuf.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/pixbufsurface.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/stroke.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/strokemap.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/surface.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/tiledsurface.py</Path>
- <Path fileType="data">/usr/share/mypaint/lib/xml.py</Path>
<Path fileType="data">/usr/share/mypaint/palettes/All_color_choice.gpl</Path>
<Path fileType="data">/usr/share/mypaint/palettes/Browns_And_Yellows.gpl</Path>
<Path fileType="data">/usr/share/mypaint/palettes/Classic_4.gpl</Path>
@@ -899,12 +899,12 @@
</Files>
</Package>
<History>
- <Update release="10">
- <Date>2018-10-27</Date>
+ <Update release="11">
+ <Date>2020-02-18</Date>
<Version>1.2.1</Version>
<Comment>Packaging update</Comment>
- <Name>James Lee</Name>
- <Email>jamesl33info@gmail.com</Email>
+ <Name>Longwu Ou</Name>
+ <Email>xulongwu4@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 3 2023, 4:47 PM (9 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5849172
Default Alt Text
D8292.id19824.diff (26 KB)

Event Timeline