aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Freyermuth <o.freyermuth@googlemail.com>2023-08-04 20:36:54 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-08-16 13:20:19 +0200
commit518b2db4cace9f19d954191a8457cfca14d831d1 (patch)
tree951b0eda4294b6cd51c076b6d09b336a861ee2a0
parentnet-misc/cernbox-client: drop 2.11.1.8946 (diff)
downloadsci-518b2db4.tar.gz
sci-518b2db4.tar.bz2
sci-518b2db4.zip
net-misc/cernbox-client: drop unused patch file
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Closes: https://github.com/gentoo/sci/pull/1210 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--net-misc/cernbox-client/files/cernbox-theme-2.9.1.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-misc/cernbox-client/files/cernbox-theme-2.9.1.patch b/net-misc/cernbox-client/files/cernbox-theme-2.9.1.patch
deleted file mode 100644
index c2ccbcc5e..000000000
--- a/net-misc/cernbox-client/files/cernbox-theme-2.9.1.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/branding/cernbox-theme.h 2021-10-21 13:10:22.832842670 +0200
-+++ b/branding/cernbox-theme.h 2021-10-21 13:14:57.394479817 +0200
-@@ -62,7 +62,7 @@
-
-
- QString about() const {
-- QString devString = tr("<p>Version %1. For more information visit <a href=\"%2\">https://%3</a></p>").arg(Utility::escape(QStringLiteral(MIRALL_VERSION_STRING)), Utility::escape(QStringLiteral("https://" MIRALL_STRINGIFY(APPLICATION_DOMAIN))), Utility::escape(QStringLiteral(MIRALL_STRINGIFY(APPLICATION_DOMAIN))));
-+ QString devString = tr("<p>Version %1. For more information visit <a href=\"%2\">https://%3</a></p>").arg(Utility::escape(QStringLiteral(MIRALL_VERSION_STRING)), Utility::escape(QStringLiteral("https://" APPLICATION_DOMAIN)), Utility::escape(QStringLiteral(APPLICATION_DOMAIN)));
-
-
- return devString;