- Update to version 3.0+git94.9840b6b: * Gnome 43: Improve popovers appearance * Gnome 43: Fix treeviews header appearance * Gnome 43: Improve nautilus pathbar appearance * Gnome 43: Fix spacing in nautilus list rows * Xfce v4.18: Fix odd transparency in panel items * Gnome-shell v43: Improve sliders appearance * Xfce v4.18: Fix invisible items in thunar sidebar * Gnome 43: Fix background color of tab bar and action bar * Gnome-shell v43: Quick-settings - Improve toggle buttons appearance * Gnome-shell: Fix page navigation arrow appearance - Use recompress source using tar service - Source name upstream is "gtk" and we will no longer rename it using obs_scm service OBS-URL: https://build.opensuse.org/request/show/1064403 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/dracula-gtk-theme?expand=0&rev=16
18 lines
669 B
XML
18 lines
669 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="localonly">
|
|
<param name="url">https://github.com/dracula/gtk.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">maurizio.galli@suse.com</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
</service>
|
|
<service name="set_version" mode="localonly"/>
|
|
<service name="tar" mode="localonly"/>
|
|
<service name="recompress" mode="localonly">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|