forked from pool/text-engine
Accepting request 1190426 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1190426 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/text-engine?expand=0&rev=2
This commit is contained in:
commit
204250502e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5e515d7c7ca73df0239c9badf12d80846aa1479c6e084fd8c791881e17db540d
|
|
||||||
size 15728
|
|
3
text-engine-0.1.1.tar.gz
Normal file
3
text-engine-0.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cf540d2c0150a46e8ec81c4532550357707c5d07b6116dc52e3869b1902f515f
|
||||||
|
size 16568
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 30 08:27:03 UTC 2024 - ming li <mli@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.1.1
|
||||||
|
* Relicense to LGPL
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 21 10:11:51 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Wed Feb 21 10:11:51 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -15,23 +15,24 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define soversion 0_1-0
|
%define soversion 0_1-0
|
||||||
Name: text-engine
|
Name: text-engine
|
||||||
Version: 0.1.0
|
Version: 0.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A lightweight rich text framework for GTK
|
Summary: A lightweight rich text framework for GTK
|
||||||
License: MPL-2.0 OR LGPL-2.1-or-later
|
License: LGPL-2.1-or-later OR MPL-2.0
|
||||||
URL: https://github.com/mjakeman/text-engine
|
URL: https://github.com/mjakeman/text-engine
|
||||||
Source: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Patch0: fix-Wreturn-type.patch
|
Patch0: fix-Wreturn-type.patch
|
||||||
Patch1: add-soversion.patch
|
Patch1: add-soversion.patch
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig(json-glib-1.0)
|
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
|
||||||
BuildRequires: pkgconfig(gtk4)
|
|
||||||
BuildRequires: pkgconfig(libadwaita-1)
|
|
||||||
BuildRequires: pkgconfig(pango)
|
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
|
BuildRequires: pkgconfig(gtk4)
|
||||||
|
BuildRequires: pkgconfig(json-glib-1.0)
|
||||||
|
BuildRequires: pkgconfig(libadwaita-1)
|
||||||
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
|
BuildRequires: pkgconfig(pango)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Text Engine is a rich-text editing framework for GTK 4. The primary user of this
|
Text Engine is a rich-text editing framework for GTK 4. The primary user of this
|
||||||
|
Loading…
Reference in New Issue
Block a user