Files
geary/_service
Dominique Leuenberger b30c46dd56 - Update to version 46.0+109:
* vala-unit: use the build architecture g-ir-compiler
  * vala-unit: meson: Bump minimal meson version to 1.7
  * ComposerPageStateTest: Don't use NBSP directly
  * Migrate to gcr-4 and gck-2
  * Port plugins from libpeas-1 to libpeas-2
  * Remove subprojects/.wraplock
  * Follow GNOME Code of Conduct
  * Rename meson_options.txt to meson.options
  * meson: Bump minimal meson version to 1.7
  * meson: Use SPDX identifier in project license
  * Remvoe .gitattibutes
  * Point old wiki links to the new Geary Gitlab wiki
  * Drop COPYING.pyyaml
  * Adapt vala-unit and tests to GLib 2.70 and later
  * Create a config.vapi for config.h
  * Remove .gitignore
  * tests: Fix ComposerWebViewTest:get_html_for_draft
  * desktop: Fix circular component name
  * desktop: Remove the deprecated ".desktop" suffix from AppStream
    app id
  * webview: Don't register the same resources twice
  * Updated translations.
- Following upstreams ports: Drop pkgconfig(gck-1),
  pkgconfig(gcr-3), pkgconfig(libpeas-1.0) and
  pkgconfig(libpeas-gtk-1.0) BuildRequires. Add
  pkgconfig(libpeas-2), pkgconfig(gck-2) and pkgconfig(gcr-4).

OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geary?expand=0&rev=146
2026-02-16 07:59:31 +00:00

21 lines
804 B
XML

<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/geary.git</param>
<param name="revision">420ec32dd40853684ad7050e3bf92906124911ed</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<!-- <param name="versionrewrite-pattern">gnome-(.*)</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">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>