e6bc6b2218
* Remove trailing whitespace in man pages * Fix spelling and update man page * Increase the required versions of GLib and GTK+ * Update autogen.sh * Remove the obsolete debian directory * Remove the m4 directory * Remove the comment about the order of checked screen lockers * Fix description of the --enable-debug option * Reduce the vala compiler version check to major and minor version * Fix: support gcc14 -Werror=incompatible-pointer-types - Switch to gitcheckout via source service. - Pass NOCONFIGURE=1 ./autogen.sh, bootstrap build. OBS-URL: https://build.opensuse.org/package/show/X11:lxde/lxsession?expand=0&rev=87
19 lines
731 B
XML
19 lines
731 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/lxde/lxsession.git</param>
|
|
<param name="revision">c72db4f8c06c2d6be6dcb13fad838f619f51f8a7</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
|
<param name="versionrewrite-replacement">\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">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|