Hello community,
here is the log from the commit of package cool-retro-term for openSUSE:Factory
checked in at 2019-02-26 22:18:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cool-retro-term (Old)
and /work/SRC/openSUSE:Factory/.cool-retro-term.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cool-retro-term"
Tue Feb 26 22:18:24 2019 rev:4 rq:668375 version:1.1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/cool-retro-term/cool-retro-term.changes
2019-01-24 14:14:55.095258266 +0100
+++
/work/SRC/openSUSE:Factory/.cool-retro-term.new.28833/cool-retro-term.changes
2019-02-26 22:18:25.326149774 +0100
@@ -1,0 +2,8 @@
+Wed Jan 23 22:38:09 UTC 2019 - [email protected]
+
+- Package man page
+- Use system-wide qmltermwidget
+- Add patch:
+ * cool-retro-term-disable-bundled-qmltermwidget.patch
+
+-------------------------------------------------------------------
Old:
----
qmltermwidget-snapshot.tar.gz
New:
----
cool-retro-term-disable-bundled-qmltermwidget.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cool-retro-term.spec ++++++
--- /var/tmp/diff_new_pack.tEwE6l/_old 2019-02-26 22:18:26.094149513 +0100
+++ /var/tmp/diff_new_pack.tEwE6l/_new 2019-02-26 22:18:26.102149511 +0100
@@ -17,17 +17,15 @@
#
-%define qmltermwidgetrevision 08958f7c83a7d05627f623b8904f3e79a0b7366b
Name: cool-retro-term
Version: 1.1.1
Release: 0
Summary: Terminal emulator which mimics old screens
License: GPL-3.0-or-later
Group: System/X11/Terminals
-Url: https://github.com/Swordfish90/cool-retro-term
+URL: https://github.com/Swordfish90/cool-retro-term
Source:
https://github.com/Swordfish90/cool-retro-term/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# From git submodule by revision #
-Source1:
https://github.com/Swordfish90/qmltermwidget/archive/%{qmltermwidgetrevision}.tar.gz#/qmltermwidget-snapshot.tar.gz
+Patch0: cool-retro-term-disable-bundled-qmltermwidget.patch
BuildRequires: hicolor-icon-theme
BuildRequires: libqt5-qtbase-common-devel
BuildRequires: pkgconfig
@@ -38,6 +36,7 @@
BuildRequires: pkgconfig(Qt5Widgets)
Requires: libqt5-qtgraphicaleffects
Requires: libqt5-qtquickcontrols
+Requires: qmltermwidget >= 0.2.0
Recommends: int10h-oldschoolpc-fonts
%description
@@ -47,9 +46,7 @@
%prep
%setup -q
-rm -rf qmltermwidget
-tar -xf %{SOURCE1}
-mv qmltermwidget-%{qmltermwidgetrevision} qmltermwidget
+%patch0 -p1
%build
%qmake5
@@ -57,14 +54,15 @@
%install
%qmake5_install
-install -Dpm 0644 cool-retro-term.desktop
%{buildroot}/%{_datadir}/applications/cool-retro-term.desktop
+install -Dpm 0644 cool-retro-term.desktop
%{buildroot}/%{_datadir}/applications/%{name}.desktop
+install -Dpm 0644 packaging/debian/cool-retro-term.1
%{buildroot}/%{_mandir}/man1/%{name}.1
%files
%license gpl-2.0.txt gpl-3.0.txt
%doc README.md
%{_bindir}/cool-retro-term
-%{_libdir}/qt5/qml/QMLTermWidget/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/*/%{name}.png
+%{_mandir}/man1/%{name}.1%{?ext_man}
%changelog
++++++ cool-retro-term-disable-bundled-qmltermwidget.patch ++++++
diff --git a/cool-retro-term.pro b/cool-retro-term.pro
index 851f0b4..b24c473 100644
--- a/cool-retro-term.pro
+++ b/cool-retro-term.pro
@@ -2,7 +2,6 @@ TEMPLATE = subdirs
CONFIG += ordered
-SUBDIRS += qmltermwidget
SUBDIRS += app
desktop.files += cool-retro-term.desktop