diff --git a/appdata.patch b/appdata.patch deleted file mode 100644 index ae7c868..0000000 --- a/appdata.patch +++ /dev/null @@ -1,57 +0,0 @@ -From 65acfc49047467609e6551d2cbfc64be522ea09e Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= -Date: Sun, 18 Sep 2016 08:08:18 +0200 -Subject: [PATCH] Add an appdata.xml file. - ---- - minitube.appdata.xml | 19 +++++++++++++++++++ - minitube.pro | 3 +++ - 2 files changed, 22 insertions(+) - create mode 100644 minitube.appdata.xml - -diff --git a/minitube.appdata.xml b/minitube.appdata.xml -new file mode 100644 -index 0000000..c6547b6 ---- /dev/null -+++ b/minitube.appdata.xml -@@ -0,0 +1,19 @@ -+ -+ -+ minitube.desktop -+ CC0-1.0 -+ GPL-3.0+ -+ YouTube app -+ -+

-+ Minitube is a YouTube desktop application. -+

-+
-+ http://flavio.tordini.org/minitube -+ -+ http://flavio.tordini.org/files/minitube/minitube-04.jpg -+ http://flavio.tordini.org/files/minitube/minitube-03.jpg -+ http://flavio.tordini.org/files/minitube/minitube-02.jpg -+ http://flavio.tordini.org/files/minitube/minitube-01.jpg -+ -+
-diff --git a/minitube.pro b/minitube.pro -index 42d8808..1e2b1ae 100644 ---- a/minitube.pro -+++ b/minitube.pro -@@ -215,6 +215,7 @@ unix:!mac { - PKGDATADIR=\\\"$$PKGDATADIR\\\" - INSTALLS += translations \ - desktop \ -+ appdata \ - iconsvg \ - icon16 \ - icon22 \ -@@ -228,6 +229,8 @@ unix:!mac { - translations.files += $$DESTDIR/locale - desktop.path = $$DATADIR/applications - desktop.files += minitube.desktop -+ appdata.path = $$DATADIR/appdata -+ appdata.files += minitube.appdata.xml - iconsvg.path = $$DATADIR/icons/hicolor/scalable/apps - iconsvg.files += data/minitube.svg - icon16.path = $$DATADIR/icons/hicolor/16x16/apps diff --git a/minitube-2.6.tar.gz b/minitube-2.6.tar.gz deleted file mode 100644 index d77533a..0000000 --- a/minitube-2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae48d2af82c8fa841021f84059b2c7723c39e3efeaa7b2ad3944a4c6cb340c0e -size 1086925 diff --git a/minitube-2.7.tar.gz b/minitube-2.7.tar.gz new file mode 100644 index 0000000..56ff0cc --- /dev/null +++ b/minitube-2.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef330a3da1ed46da0abb64e0f1ece5c56427103a79dbfbcebadf69004f0f7468 +size 994674 diff --git a/minitube.changes b/minitube.changes index 8f8db1e..a48e663 100644 --- a/minitube.changes +++ b/minitube.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed May 31 19:01:51 UTC 2017 - kieltux@gmail.com + +- Update to 2.7 + * Show toolbar only in "media view" + * Don't draw channel in playlist when all videos from same channel + * Use system proxies + * Ability to hide menu on Windows and Linux + * Use system icons on Linux + * Remove slider custom style on Windows and Linux + * Long press on stop toolbar button to show + "Stop After This" menu on Windows and Linux + * Style tweaks + * Fix sidebar resizing on Mac + * Fix floating garbage on fullscreen on Mac + * Fix painting issues in "search view" on Linux + * Updated translations +- Removed obsolete appdata.patch (fixed upstream + https://github.com/flaviotordini/minitube/pull/52) + ------------------------------------------------------------------- Sat Feb 11 17:26:06 UTC 2017 - kieltux@gmail.com diff --git a/minitube.spec b/minitube.spec index 8dcca60..39ff349 100644 --- a/minitube.spec +++ b/minitube.spec @@ -17,7 +17,7 @@ Name: minitube -Version: 2.6 +Version: 2.7 Release: 0 Summary: Native YouTube Client License: GPL-3.0+ @@ -28,8 +28,6 @@ Source: https://github.com/flaviotordini/%{name}/archive/%{version}.tar. Source1: minitube.1 # PATCH-FIX-OPENSUSE minitube-no-update-check.patch sur5r@sur5r.net -- Disable update check. Patch0: %{name}-no-update-check.patch -# PATCH-FEATURE-UPSTREAM https://github.com/flaviotordini/minitube/pull/52 -Patch1: appdata.patch BuildRequires: fdupes BuildRequires: hicolor-icon-theme BuildRequires: libqt5-linguist @@ -58,7 +56,6 @@ it strives to create a new TV-like experience. %prep %setup -q %patch0 -p1 -%patch1 -p1 %build %qmake5 \