summaryrefslogtreecommitdiff
path: root/libre/minitube/remove_unfree_recommendations.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2020-04-11 10:21:24 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2020-04-11 10:21:24 -0500
commit29ba4ed120f011a6fa04976ffba487126b4aa661 (patch)
tree9a4c63f213dbe5dbf38507873f028e09b898c7d5 /libre/minitube/remove_unfree_recommendations.patch
parent8cd9a79962a7a4989835b054a8d2810023cf1954 (diff)
downloadabslibre-29ba4ed120f011a6fa04976ffba487126b4aa661.tar.gz
abslibre-29ba4ed120f011a6fa04976ffba487126b4aa661.tar.bz2
abslibre-29ba4ed120f011a6fa04976ffba487126b4aa661.zip
minitube-3.3-1.parabola1: updating version
Diffstat (limited to 'libre/minitube/remove_unfree_recommendations.patch')
-rw-r--r--libre/minitube/remove_unfree_recommendations.patch38
1 files changed, 19 insertions, 19 deletions
diff --git a/libre/minitube/remove_unfree_recommendations.patch b/libre/minitube/remove_unfree_recommendations.patch
index 8111abc12..3b05f93c3 100644
--- a/libre/minitube/remove_unfree_recommendations.patch
+++ b/libre/minitube/remove_unfree_recommendations.patch
@@ -1,32 +1,32 @@
---- minitube-2.9.orig/minitube.pro 2017-11-27 13:23:35.000000000 -0500
-+++ minitube-2.9/minitube.pro 2018-02-07 01:06:02.051910062 -0500
-@@ -104,7 +104,6 @@
- src/exlineedit.h \
+--- minitube-3.3.orig/minitube.pro 2019-12-20 19:58:27.000000000 -0500
++++ minitube-3.3/minitube.pro 2020-04-11 02:29:24.437159651 -0500
+@@ -103,7 +103,6 @@
+ src/searchwidget.h \
src/channellistview.h \
src/httputils.h \
- src/appwidget.h \
src/clickablelabel.h \
src/ytvideo.h \
src/toolbarmenu.h \
-@@ -178,7 +177,6 @@
- src/exlineedit.cpp \
+@@ -176,7 +175,6 @@
+ src/paginatedvideosource.cpp \
src/channellistview.cpp \
src/httputils.cpp \
- src/appwidget.cpp \
src/clickablelabel.cpp \
src/ytvideo.cpp \
src/toolbarmenu.cpp \
---- minitube-2.9.orig/src/aboutview.cpp 2017-11-27 13:23:35.000000000 -0500
-+++ minitube-2.9/src/aboutview.cpp 2018-02-07 01:08:29.768705041 -0500
-@@ -32,7 +32,6 @@
+--- minitube-3.3.orig/src/aboutview.cpp 2019-12-20 19:58:27.000000000 -0500
++++ minitube-3.3/src/aboutview.cpp 2020-04-11 02:32:03.707157988 -0500
+@@ -30,7 +30,6 @@
+ #include "mac_startup.h"
+ #include "macutils.h"
#endif
- #include "fontutils.h"
- #include "iconutils.h"
-#include "appwidget.h"
#include "clickablelabel.h"
- #include "mainwindow.h"
-
-@@ -116,8 +115,6 @@
+ #include "fontutils.h"
+ #include "iconutils.h"
+@@ -157,8 +156,6 @@
buttonLayout->addWidget(closeButton);
layout->addLayout(buttonLayout);
@@ -35,8 +35,8 @@
}
void AboutView::appear() {
---- minitube-2.9.orig/src/appwidget.cpp 2017-11-27 13:23:35.000000000 -0500
-+++ minitube-2.9/src/appwidget.cpp 1969-12-31 19:00:00.000000000 -0500
+--- minitube-3.3.orig/src/appwidget.cpp 2019-12-20 19:58:27.000000000 -0500
++++ minitube-3.3/src/appwidget.cpp 1969-12-31 19:00:00.000000000 -0500
@@ -1,112 +0,0 @@
-#include "appwidget.h"
-#include "constants.h"
@@ -81,7 +81,7 @@
-
-AppWidget::AppWidget(const QString &name, const QString &code, QWidget *parent) : QWidget(parent), icon(0), name(name), downloadButton(0) {
- const QString unixName = code.left(code.lastIndexOf('.'));
-- const QString baseUrl = QLatin1String("http://") + Constants::ORG_DOMAIN;
+- const QString baseUrl = QLatin1String("https://") + Constants::ORG_DOMAIN;
- const QString filesUrl = baseUrl + QLatin1String("/files/");
- url = filesUrl + unixName + QLatin1String("/") + code;
- webPage = baseUrl + QLatin1String("/") + unixName;
@@ -150,8 +150,8 @@
- dialog->show();
-#endif
-}
---- minitube-2.9.orig/src/appwidget.h 2017-11-27 13:23:35.000000000 -0500
-+++ minitube-2.9/src/appwidget.h 1969-12-31 19:00:00.000000000 -0500
+--- minitube-3.3.orig/src/appwidget.h 2019-12-20 19:58:27.000000000 -0500
++++ minitube-3.3/src/appwidget.h 1969-12-31 19:00:00.000000000 -0500
@@ -1,46 +0,0 @@
-#ifndef APPWIDGET_H
-#define APPWIDGET_H