* Fix label styles for xfdesktop 4.19 (#338) * Stop forcing icon style for sidebars * Style hover/active undecorated buttons same as normal * Handle toolbar CSS class * Style item menubar nodes (#328) This fixes https://gitlab.xfce.org/xfce/xfdesktop/-/issues/359 OBS-URL: https://build.opensuse.org/package/show/X11:xfce/greybird-theme?expand=0&rev=43
18 lines
663 B
XML
18 lines
663 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/shimmerproject/Greybird.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">manfred.h@gmx.net</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="tar" mode="manual"/>
|
|
<service name="recompress" mode="manual">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|