4 Commits

Author SHA256 Message Date
c301fe5bda Accepting request 1295962 from devel:openSUSE:Factory:Apps
OBS-URL: https://build.opensuse.org/request/show/1295962
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/almanah?expand=0&rev=20
2025-07-28 12:58:12 +00:00
980597d1b1 - adjust gpgme build dependency for future-proofing
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:Apps/almanah?expand=0&rev=10
2025-07-27 14:23:10 +00:00
bd11c7040a Accepting request 1237322 from devel:openSUSE:Factory:Apps
OBS-URL: https://build.opensuse.org/request/show/1237322
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/almanah?expand=0&rev=19
2025-01-13 16:51:21 +00:00
25f2069ee0 - Update to version 0.12.4:
+ Added:
    - Search (Ctrl-F) and Quit (Ctrl-Q) keyboard shortcuts
    - Nix-based development environment and CI
  + Fixed:
    - Various deprecations
    - Localization of aplication name
  + Changed: Application ID and icon name is now rDNS
    (org.gnome.Almanah) instead of just almanah
  + Changed dependencies:
    - GTKSourceView 3 → GTKSourceView 4
    - Gcr 3 → Gcr 4
    - appstream-util → appstreamcli
  + Updated translations.
- Drop Fix-build-meson-060.patch: Fixed upstream.
- Changes in BuildRequires following upstream changes:
  + Drop: update-desktop-files, pkgconfig(gcr-base-3) and
    pkgconfig(gtksourceview-3.0)
  + Add: desktop-file-utils, pkgconfig(gtksourceview-4) and
    pkgconfig(gcr-4)
- Add check section and run meson_test macro during build.

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:Apps/almanah?expand=0&rev=9
2025-01-13 08:45:18 +00:00
5 changed files with 49 additions and 40 deletions

View File

@@ -1,18 +0,0 @@
diff -Nur orig-almanah-0.12.3/data/meson.build almanah-0.12.3/data/meson.build
--- orig-almanah-0.12.3/data/meson.build 2022-02-22 17:53:40.373799613 +0100
+++ almanah-0.12.3/data/meson.build 2022-02-22 18:00:31.314503166 +0100
@@ -1,6 +1,5 @@
desktop = 'almanah.desktop'
i18n.merge_file(
- desktop,
type: 'desktop',
input: desktop + '.in',
output: desktop,
@@ -19,7 +18,6 @@
appdata = 'almanah.appdata.xml'
i18n.merge_file(
- appdata,
input: appdata + '.in',
output: appdata,
po_dir: po_dir,

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:94ca4340ec651a58cfeba00f478f5a3db4d99dfac66a46d0d99705be688f305a
size 495852

3
almanah-0.12.4.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f2c16e8692885fd25ad7dccc3f51ac2b4b887624e68e7ea1f64ae9479319452
size 511544

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Fri Jul 25 15:20:19 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- adjust gpgme build dependency for future-proofing
-------------------------------------------------------------------
Sat Jan 11 09:52:47 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.12.4:
+ Added:
- Search (Ctrl-F) and Quit (Ctrl-Q) keyboard shortcuts
- Nix-based development environment and CI
+ Fixed:
- Various deprecations
- Localization of aplication name
+ Changed: Application ID and icon name is now rDNS
(org.gnome.Almanah) instead of just almanah
+ Changed dependencies:
- GTKSourceView 3 → GTKSourceView 4
- Gcr 3 → Gcr 4
- appstream-util → appstreamcli
+ Updated translations.
- Drop Fix-build-meson-060.patch: Fixed upstream.
- Changes in BuildRequires following upstream changes:
+ Drop: update-desktop-files, pkgconfig(gcr-base-3) and
pkgconfig(gtksourceview-3.0)
+ Add: desktop-file-utils, pkgconfig(gtksourceview-4) and
pkgconfig(gcr-4)
- Add check section and run meson_test macro during build.
-------------------------------------------------------------------
Mon Nov 6 15:49:58 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -2,6 +2,7 @@
# spec file for package almanah
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,32 +18,29 @@
Name: almanah
Version: 0.12.3
Version: 0.12.4
Release: 0
Summary: GTK+ application to allow you to keep a diary of your life
License: GPL-3.0+
License: GPL-3.0-or-later
Group: Productivity/Office/Other
URL: https://gitlab.gnome.org/GNOME/almanah
Source: https://download.gnome.org/sources/almanah/0.12/%{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM Fix-build-meson-060.patch bjorn.lie@gmail.com -- Fix build with meson 0.60.x and newer
Patch0: Fix-build-meson-060.patch
BuildRequires: gpgme-devel
BuildRequires: desktop-file-utils
BuildRequires: hicolor-icon-theme
BuildRequires: intltool
BuildRequires: meson >= 0.51
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(atk)
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(cryptui-0.0)
BuildRequires: pkgconfig(gcr-base-3)
BuildRequires: pkgconfig(gcr-4)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(gpgme)
BuildRequires: pkgconfig(gthread-2.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.5.6
BuildRequires: pkgconfig(gtksourceview-3.0)
BuildRequires: pkgconfig(gtksourceview-4)
BuildRequires: pkgconfig(gtkspell3-3.0)
BuildRequires: pkgconfig(libecal-2.0)
BuildRequires: pkgconfig(libedataserver-1.2)
@@ -68,23 +66,22 @@ diary entries using multiple events.
%install
%meson_install
%suse_update_desktop_file %{name} X-SuSE-DesktopUtility
%find_lang %{name} %{?no_lang_C}
%check
%meson_test
%files
%license COPYING
%doc AUTHORS NEWS README.md
%doc AUTHORS NEWS.md README.md
%{_bindir}/%{name}
%dir %{_datadir}/metainfo
%{_datadir}/metainfo/almanah.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/*/almanah-*.svg
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%dir %{_datadir}/GConf/
%dir %{_datadir}/GConf/gsettings/
%{_datadir}/GConf/gsettings/%{name}.convert
%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
%{_datadir}/applications/org.gnome.Almanah.desktop
%{_datadir}/icons/hicolor/*/apps/org.gnome.Almanah.png
%{_datadir}/icons/hicolor/scalable/a*/org.gnome.Almanah-*.svg
%{_datadir}/metainfo/org.gnome.Almanah.metainfo.xml
%files lang -f %{name}.lang
%license COPYING
%changelog