* Backport fix for splash screen loading on CLI
* Set the scrollbar policy to external for pattern preview
* add libgirepository-2 to windows packaging
* Delete outdated PKG_CONFIG_USE_CMAKE_PREFIX_PATH from
CMakeLists.txt
* Bump cmake requirements
* Create a href editor for 1.4.x
* update pofile
* Don't edit layer if no layer was added
* Fix relative transformation actions
* Protect update from being called during an update
* FileDialogImplWin32: Use gdk_pixbuf_new_from_file_at_scale
* Installs tinycss2 with pip in appimage
* Update extensions for 1.4.1
* Add zstandard dependency where missing
* Fix font locking when using harfbuzz < 2.6.5.
* Fix all the toggles in the spray-tool
* Split out welcome and splash widgets to load seperately
* Refactor Splash Screen
* Make align shortcuts universal
* Move macOS dependencies repository
* Fix missing glib include
* Update Windows dependencies to r88
* Remove python-lockfile
* Reduce ccache size to 512M for Windows
* Drag and Drop finish even must go through the context
* Do not select layer on first click
* Check for invalid ASCII when loading CMS profile data.
* Fix crash in pattern fill dialog (1.4.x)
OBS-URL: https://build.opensuse.org/package/show/graphics/inkscape?expand=0&rev=131
19 lines
710 B
XML
19 lines
710 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://gitlab.com/inkscape/inkscape.git</param>
|
|
<param name="revision">1.4.x</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">INKSCAPE_1_4_1</param>
|
|
<param name="versionrewrite-replacement">1.4.1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|