17
0
Files
nautilus-dropbox/_service
Dominique Leuenberger 30627d340d - Update to version 2025.05.20:
+ Add package validation workflow
  + Update dependencies to include GdkPixbuf and related libraries
  + Upgrade to python 3.9
  + Use gtk in build_dropbox.py
  + Turn off display before importing gtk
  + Changed to gtk version 4
  + Remove 32bit support from nautilus-dropbox
- Exclusively build for x86_64: the platform code returns
  FatalVisibleError("Platform not supported") for anything but
  x86_64.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/nautilus-dropbox?expand=0&rev=31
2025-09-08 06:59:51 +00:00

20 lines
724 B
XML

<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/dropbox/nautilus-dropbox.git</param>
<param name="revision">v2025.05.20</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+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">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>