- Update to new release

OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/quilter?expand=0&rev=54
This commit is contained in:
Alexei Podvalsky 2021-09-10 04:20:12 +00:00 committed by Git OBS Bridge
parent 2e35e63df3
commit 9baac6861c
4 changed files with 65 additions and 30 deletions

View File

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

3
quilter-3.3.4.tar.gz Normal file
View File

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

View File

@ -1,3 +1,48 @@
-------------------------------------------------------------------
Thu Sep 9 22:42:01 UTC 2021 - Alexei Podvalsky <avvissu@yandex.by>
- Update to 3.3.4:
* Listen to feedback, act upon it and make Quilter even better.
* Fix warnings that were printed when running the app
* WebView.vala / FileManager.vala - Use YAML'd markdown files
to good use
* po/README.md - update instructions
* MainWindow.vala - small change
* Styling - Make Sepia better styled
* Merge branch 'master' of https://github.com/lainsce/quilter
* Fix flatpak nightly
* headerbar.ui - Make View Type submenu look better
* HeaderBar.vala - Less wordy tooltips
* Missing tooltips re-added
* Update screenshots
* Small fix on CSS
* SideBar.vala / HeadrBar.vala - Use a Hdy.Flap
* Fix an oops for Focus Mode
* StatusBar.vala - Use a "statusbar" holding the text tracker
* HeaderBar.vala - Move View Mode switcher to Main Menu
* SearchBar.vala - Make the Search look attached to the
headerbar
* HeaderBar.vala - Move Statusbar components here / Add Save
button
* SideBar.vala - Select row in Files intelligently
* Outline should now work, finally
* UI Files - Ported Preferences and Searchbar to use .ui files.
* MainWindow.vala / SideBar.vala - Finally update the outline
even on ephemeral files (cache)
* statusbar.ui - make StatusBar.vala use a .ui file
* Various Optimizations and minor UI fixes
* sidebarbox.ui file has to have the activatable prop set to
true (1)
* small fix; the create a new file should be here
* on startup, start with a blank doc.
* sidebar/sidebarbox.ui - Change SideBar and SideBarBox.vala
into templated classes powered by .ui
* rename Devel icon to have no period between Quilter and Devel
* headerbar.ui - Headerbar is now made via UI file
* SideBar / SideBarBox / HeaderBar / styling - changes all
around
* ...
-------------------------------------------------------------------
Fri Aug 28 23:10:53 UTC 2020 - Alexei Podvalsky <avvissu@yandex.by>

View File

@ -1,7 +1,7 @@
#
# spec file for package quilter
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,12 +12,12 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: quilter
Version: 2.5.1
Version: 3.3.4
Release: 0
Summary: Writing application
License: GPL-3.0-only
@ -34,8 +34,9 @@ BuildRequires: vala
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(granite) >= 5.2.3
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(gtksourceview-3.0)
BuildRequires: pkgconfig(gtksourceview-4)
BuildRequires: pkgconfig(gtkspell3-3.0)
BuildRequires: pkgconfig(libhandy-1)
BuildRequires: pkgconfig(webkit2gtk-4.0)
Recommends: %{name}-lang
@ -50,6 +51,7 @@ A fullscreen word processor for Elementary OS.
# use default font
sed -i '/QuiltMono.ttf/d' $(grep -rl QuiltMono.ttf)
sed -i '/QuiltVier.ttf/d' $(grep -rl QuiltVier.ttf)
sed -i '/QuiltZwei.ttf/d' $(grep -rl QuiltZwei.ttf)
%build
%meson
@ -57,32 +59,20 @@ sed -i '/QuiltVier.ttf/d' $(grep -rl QuiltVier.ttf)
%install
%meson_install
%suse_update_desktop_file -r com.github.lainsce.quilter GTK Utility TimeUtility
%find_lang com.github.lainsce.quilter %{name}.lang
%fdupes %{buildroot}/%{_datadir}
%suse_update_desktop_file -r io.github.lainsce.Quilter GTK Utility TimeUtility
%find_lang io.github.lainsce.Quilter %{name}.lang
%fdupes %{buildroot}/%{_datadir}
# dirlist HiDPI icons (see: hicolor/index.theme)
_dirlist=$PWD/dir.lst
pushd %{buildroot}
find ./ | while read _list; do
echo $_list | grep '[0-9]\@[0-9]' || continue
_path=$(echo $_list | sed 's/[^/]//')
if ! ls ${_path%/*}; then
grep -xqs "\%dir\ ${_path%/*}" $_dirlist || echo "%dir ${_path%/*}" >> $_dirlist
fi
done
popd
%files -f dir.lst
%files
%license LICENSE
%doc AUTHORS README.md
%{_bindir}/com.github.lainsce.quilter
%{_datadir}/com.github.lainsce.quilter/
%{_datadir}/applications/com.github.lainsce.quilter.desktop
%{_datadir}/glib-2.0/schemas/com.github.lainsce.quilter.gschema.xml
%{_datadir}/gtksourceview-3.0/styles/*.xml
%{_datadir}/icons/hicolor/*/apps/com.github.lainsce.quilter.??g
%{_datadir}/metainfo/com.github.lainsce.quilter.appdata.xml
%{_bindir}/io.github.lainsce.Quilter
%{_datadir}/io.github.lainsce.Quilter/
%{_datadir}/applications/io.github.lainsce.Quilter.desktop
%{_datadir}/glib-2.0/schemas/io.github.lainsce.Quilter.gschema.xml
%{_datadir}/gtksourceview-4/styles/*.xml
%{_datadir}/icons/hicolor/*/apps/io.github.lainsce.Quilter*.??g
%{_datadir}/metainfo/io.github.lainsce.Quilter.appdata.xml
%files lang -f %{name}.lang