forked from pool/lightsoff
Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c3fac0f3e5 | |||
| 3185319f80 | |||
| da3342797e | |||
| 7012b0a115 | |||
| c7bd6daafa | |||
| 0ccb568631 | |||
| 46ea495c12 |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/lightsoff.git</param>
|
||||
<param name="revision">46.0</param>
|
||||
<param name="revision">48.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:056cdd45557b841798d8da8b7084372a50d9d5cc3f1380119af9206f42ddcc7e
|
||||
size 1691660
|
||||
3
lightsoff-48.1.obscpio
Normal file
3
lightsoff-48.1.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cbcfb82e7c6dcd4d27ac1200d0dd71a972807042663b0b42a4a3a49f84e233d5
|
||||
size 1724428
|
||||
@@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 12 18:48:37 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 48.1:
|
||||
+ Don't create window in startup phase.
|
||||
+ Don't set prgname.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 16 09:31:44 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 48.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 1 21:31:18 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 48.rc:
|
||||
+ UI improvements
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 23 14:24:34 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Change spec file to use modern BuildSystem: meson with automatic
|
||||
build dependency detection.
|
||||
- Drop all BuildRequires now autogenerated by meson_buildrequires
|
||||
macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 10 20:25:05 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 48.alpha:
|
||||
+ Migrated to GTK4
|
||||
+ Updated translations.
|
||||
- Replace pkgconfig(gtk+-3.0) with pkgconfig(gtk4) BuildRequires
|
||||
following upstreams port.
|
||||
- Add desktop-file-utils BuildRequires and check section where we
|
||||
verify the desktop file.
|
||||
- Drop obsolete and unused update-desktop-files BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 19 11:34:11 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- BuildRequire gettext-devel instead of gettext: allow OBS to
|
||||
shortcut through gettext-runtime-mini.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 17 09:25:25 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: lightsoff
|
||||
version: 46.0
|
||||
mtime: 1710617863
|
||||
commit: b383e33570b957b823036b0d7813d4d9d70c1aa8
|
||||
version: 48.1
|
||||
mtime: 1744478496
|
||||
commit: 78d8537f1bfcf1584e9ce78d933288aa4e33f273
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package lightsoff
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,26 +17,21 @@
|
||||
|
||||
|
||||
Name: lightsoff
|
||||
Version: 46.0
|
||||
Version: 48.1
|
||||
Release: 0
|
||||
Summary: Lights Out Game for GNOME
|
||||
License: GPL-2.0-or-later
|
||||
Group: Amusements/Games/Board/Other
|
||||
URL: https://wiki.gnome.org/Apps/Lightsoff
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
BuildSystem: meson
|
||||
|
||||
BuildRequires: AppStream
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gettext >= 0.19.8
|
||||
BuildRequires: itstool
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: vala >= 0.22.0
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.38.0
|
||||
BuildRequires: pkgconfig(gmodule-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24
|
||||
BuildRequires: pkgconfig(librsvg-2.0) >= 2.32.0
|
||||
Obsoletes: %{name}-doc <= 3.28.0
|
||||
|
||||
%description
|
||||
@@ -46,15 +41,11 @@ adjacent tiles.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
%generate_buildrequires
|
||||
%meson_buildrequires
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
%install -a
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%fdupes %{buildroot}%{_datadir}
|
||||
|
||||
@@ -63,12 +54,11 @@ adjacent tiles.
|
||||
%doc NEWS
|
||||
%doc %{_datadir}/help/C/%{name}/
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/%{name}/
|
||||
%{_datadir}/applications/org.gnome.LightsOff.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.LightsOff.service
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.LightsOff.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/org.gnome.LightsOff*
|
||||
%{_datadir}/metainfo/org.gnome.LightsOff.appdata.xml
|
||||
%{_datadir}/metainfo/org.gnome.LightsOff.metainfo.xml
|
||||
%{_mandir}/man6/lightsoff.6%{?ext_man}
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
Reference in New Issue
Block a user