diff --git a/desktop/kde/applications/bovo/pspec.xml b/desktop/kde/applications/bovo/pspec.xml index 44d7c6c4d8..48e9d9b215 100644 --- a/desktop/kde/applications/bovo/pspec.xml +++ b/desktop/kde/applications/bovo/pspec.xml @@ -14,7 +14,7 @@ desktop.kde.games A Gomoku like game for two players. Bovo is a Gomoku like game for two players, where the opponents alternate in placing their respective pictogram on the game board. - mirrors://kde/stable/applications/17.04.2/src/bovo-17.04.2.tar.xz + mirrors://kde/stable/applications/17.04.3/src/bovo-17.04.3.tar.xz extra-cmake-modules qt5-base-devel @@ -63,6 +63,13 @@ + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + 2017-06-29 17.04.2 diff --git a/desktop/kde/applications/cantor/pspec.xml b/desktop/kde/applications/cantor/pspec.xml index fc44dce08f..f91c33de76 100644 --- a/desktop/kde/applications/cantor/pspec.xml +++ b/desktop/kde/applications/cantor/pspec.xml @@ -14,7 +14,7 @@ desktop.kde.edu A KDE frontend to mathematical softwares Cantor is an application that lets you use your favorite mathematical applications from within a nice KDE-integrated Worksheet Interface. It offers assistant dialogs for common tasks and allows you to share your worksheets with others. - mirrors://kde/stable/applications/17.04.2/src/cantor-17.04.2.tar.xz + mirrors://kde/stable/applications/17.04.3/src/cantor-17.04.3.tar.xz extra-cmake-modules qt5-base-devel @@ -106,6 +106,13 @@ --> + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + 2017-06-29 17.04.2 diff --git a/desktop/kde/applications/dolphin-plugins/pspec.xml b/desktop/kde/applications/dolphin-plugins/pspec.xml index c6901851a5..d6b9f00a0f 100644 --- a/desktop/kde/applications/dolphin-plugins/pspec.xml +++ b/desktop/kde/applications/dolphin-plugins/pspec.xml @@ -13,7 +13,7 @@ desktop.kde.sdk Extra dolphin plugins This package contains plugins that offer integration in Dolphin with the following version control systems: - mirrors://kde/stable/applications/17.04.2/src/dolphin-plugins-17.04.2.tar.xz + mirrors://kde/stable/applications/17.04.3/src/dolphin-plugins-17.04.3.tar.xz qt5-base-devel kdoctools-devel @@ -50,6 +50,13 @@ + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + 2017-06-29 17.04.2 diff --git a/desktop/kde/applications/dolphin/files/dolphin-17.04.0-allow-root.patch b/desktop/kde/applications/dolphin/files/dolphin-17.04.0-allow-root.patch new file mode 100644 index 0000000000..e9de5a41f7 --- /dev/null +++ b/desktop/kde/applications/dolphin/files/dolphin-17.04.0-allow-root.patch @@ -0,0 +1,26 @@ + +diff -Naur dolphin-17.04.0.old/src/main.cpp dolphin-17.04.0/src/main.cpp +--- dolphin-17.04.0.old/src/main.cpp 2017-04-25 02:44:57.440557635 -0400 ++++ dolphin-17.04.0/src/main.cpp 2017-04-25 02:45:22.535328410 -0400 +@@ -35,21 +35,8 @@ + #include + #include + +-#ifndef Q_OS_WIN +-#include +-#endif +-#include +- + extern "C" Q_DECL_EXPORT int kdemain(int argc, char **argv) + { +-#ifndef Q_OS_WIN +- // Check whether we are running as root +- if (getuid() == 0) { +- std::cout << "Executing Dolphin as root is not possible." << std::endl; +- return EXIT_FAILURE; +- } +-#endif +- + QApplication app(argc, argv); + app.setAttribute(Qt::AA_UseHighDpiPixmaps, true); + app.setWindowIcon(QIcon::fromTheme(QStringLiteral("system-file-manager"), app.windowIcon())); diff --git a/desktop/kde/applications/dolphin/pspec.xml b/desktop/kde/applications/dolphin/pspec.xml index 2f87e210f9..97227308be 100644 --- a/desktop/kde/applications/dolphin/pspec.xml +++ b/desktop/kde/applications/dolphin/pspec.xml @@ -11,7 +11,7 @@ GPLv2 KDE File Manager Dolphin is the File Manager for KDE. - mirrors://kde/stable/applications/17.04.2/src/dolphin-17.04.2.tar.xz + mirrors://kde/stable/applications/17.04.3/src/dolphin-17.04.3.tar.xz qt5-base-devel qt5-phonon-devel @@ -35,6 +35,7 @@ extra-cmake-modules + dolphin-17.04.0-allow-root.patch @@ -107,6 +108,13 @@ + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + 2017-06-29 17.04.2 diff --git a/desktop/kde/applications/dragonplayer/pspec.xml b/desktop/kde/applications/dragonplayer/pspec.xml index 68d10d4ae0..d978cdac7c 100644 --- a/desktop/kde/applications/dragonplayer/pspec.xml +++ b/desktop/kde/applications/dragonplayer/pspec.xml @@ -13,7 +13,7 @@ desktop.kde.multimedia Multimedia player a multimedia player where the focus is on simplicity, instead of features. - mirrors://kde/stable/applications/17.04.2/src/dragon-17.04.2.tar.xz + mirrors://kde/stable/applications/17.04.3/src/dragon-17.04.3.tar.xz qt5-base-devel kdoctools-devel @@ -55,6 +55,13 @@ + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + 2017-06-29 17.04.2 diff --git a/desktop/kde/applications/ffmpegthumbs/pspec.xml b/desktop/kde/applications/ffmpegthumbs/pspec.xml index 36a942806d..0a0bbfa175 100644 --- a/desktop/kde/applications/ffmpegthumbs/pspec.xml +++ b/desktop/kde/applications/ffmpegthumbs/pspec.xml @@ -13,7 +13,7 @@ desktop.kde.multimedia ffmpeg based thumbnailer for KDE FFmpeg-based thumbnail creator for video files - mirrors://kde/stable/applications/17.04.2/src/ffmpegthumbs-17.04.2.tar.xz + mirrors://kde/stable/applications/17.04.3/src/ffmpegthumbs-17.04.3.tar.xz extra-cmake-modules qt5-base-devel @@ -41,6 +41,13 @@ + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + 2017-06-29 17.04.2 diff --git a/desktop/kde/applications/filelight/pspec.xml b/desktop/kde/applications/filelight/pspec.xml index a0143e701d..fc44cb0cf0 100644 --- a/desktop/kde/applications/filelight/pspec.xml +++ b/desktop/kde/applications/filelight/pspec.xml @@ -14,7 +14,7 @@ desktop.kde.utils View disk usage information Filelight allows you to quickly understand exactly where your diskspace is being used by graphically representing your file system as a set of concentric segmented-rings. - mirrors://kde/stable/applications/17.04.2/src/filelight-17.04.2.tar.xz + mirrors://kde/stable/applications/17.04.3/src/filelight-17.04.3.tar.xz qt5-base-devel qt5-script-devel @@ -59,6 +59,13 @@ + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + 2017-06-29 17.04.2 diff --git a/desktop/kde/applications/granatier/pspec.xml b/desktop/kde/applications/granatier/pspec.xml index 7a87d14fdd..bd93c666b1 100644 --- a/desktop/kde/applications/granatier/pspec.xml +++ b/desktop/kde/applications/granatier/pspec.xml @@ -14,7 +14,7 @@ desktop.kde.games A Bomberman game Granatier is a clone of the classic Bomberman game, inspired by the work of the Clanbomber clone. - mirrors://kde/stable/applications/17.04.2/src/granatier-17.04.2.tar.xz + mirrors://kde/stable/applications/17.04.3/src/granatier-17.04.3.tar.xz extra-cmake-modules qt5-base-devel @@ -64,6 +64,13 @@ + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + 2017-06-29 17.04.2 diff --git a/desktop/kde/applications/gwenview/pspec.xml b/desktop/kde/applications/gwenview/pspec.xml index 71c505e54b..068bdd60b6 100644 --- a/desktop/kde/applications/gwenview/pspec.xml +++ b/desktop/kde/applications/gwenview/pspec.xml @@ -15,7 +15,7 @@ desktop.kde.graphics An image viewer Gwenview is an easy to use image viewer. - mirrors://kde/stable/applications/17.04.2/src/gwenview-17.04.2.tar.xz + mirrors://kde/stable/applications/17.04.3/src/gwenview-17.04.3.tar.xz exiv2-devel qt5-base-devel @@ -88,6 +88,13 @@ + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + 2017-06-29 17.04.2 diff --git a/desktop/kde/applications/kaccounts-integration/pspec.xml b/desktop/kde/applications/kaccounts-integration/pspec.xml index f2dc21b5c1..b0d251bec7 100644 --- a/desktop/kde/applications/kaccounts-integration/pspec.xml +++ b/desktop/kde/applications/kaccounts-integration/pspec.xml @@ -13,7 +13,7 @@ desktop.kde.network Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others - mirrors://kde/stable/applications/17.04.2/src/kaccounts-integration-17.04.2.tar.xz + mirrors://kde/stable/applications/17.04.3/src/kaccounts-integration-17.04.3.tar.xz extra-cmake-modules qt5-base-devel @@ -67,6 +67,13 @@ + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + 2017-06-29 17.04.2 diff --git a/desktop/kde/applications/kaccounts-providers/pspec.xml b/desktop/kde/applications/kaccounts-providers/pspec.xml index e5b2ecdca4..665aa85091 100644 --- a/desktop/kde/applications/kaccounts-providers/pspec.xml +++ b/desktop/kde/applications/kaccounts-providers/pspec.xml @@ -13,7 +13,7 @@ desktop.kde.network Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others - mirrors://kde/stable/applications/17.04.2/src/kaccounts-providers-17.04.2.tar.xz + mirrors://kde/stable/applications/17.04.3/src/kaccounts-providers-17.04.3.tar.xz extra-cmake-modules intltool @@ -55,6 +55,13 @@ + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + 2017-06-29 17.04.2 diff --git a/desktop/kde/applications/kalarmcal/pspec.xml b/desktop/kde/applications/kalarmcal/pspec.xml index 49a7e1999e..999db72e3a 100644 --- a/desktop/kde/applications/kalarmcal/pspec.xml +++ b/desktop/kde/applications/kalarmcal/pspec.xml @@ -13,7 +13,7 @@ app:console Library to provides access and handling of KAlarm calendar data Library to provides access and handling of KAlarm calendar data - mirrors://kde/stable/applications/17.04.2/src/kalarmcal-17.04.2.tar.xz + mirrors://kde/stable/applications/17.04.3/src/kalarmcal-17.04.3.tar.xz qt5-base-devel akonadi-devel @@ -70,6 +70,13 @@ + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + 2017-07-04 17.04.2 diff --git a/desktop/kde/applications/kalgebra/pspec.xml b/desktop/kde/applications/kalgebra/pspec.xml index c2d6efed9f..d991e151ce 100644 --- a/desktop/kde/applications/kalgebra/pspec.xml +++ b/desktop/kde/applications/kalgebra/pspec.xml @@ -14,7 +14,7 @@ desktop.kde.edu A graph calculator KAlgebra is a fully featured calculator that lets you plot different types of 2D and 3D functions and to calculate easy and not so easy calculations, such as addition, trigonometric functions or derivatives. - mirrors://kde/stable/applications/17.04.2/src/kalgebra-17.04.2.tar.xz + mirrors://kde/stable/applications/17.04.3/src/kalgebra-17.04.3.tar.xz mesa-devel mesa-glu-devel @@ -64,6 +64,13 @@ + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + 2017-06-29 17.04.2 @@ -128,4 +135,4 @@ yusuf.aydemir@pisilinux.org - \ No newline at end of file + diff --git a/desktop/kde/applications/kamera/pspec.xml b/desktop/kde/applications/kamera/pspec.xml index 101412a4e3..e701eb3e16 100644 --- a/desktop/kde/applications/kamera/pspec.xml +++ b/desktop/kde/applications/kamera/pspec.xml @@ -13,7 +13,7 @@ desktop.kde.graphics Webcam support for KDE Kamera is a plugin for KDE to use webcam. - mirrors://kde/stable/applications/17.04.2/src/kamera-17.04.2.tar.xz + mirrors://kde/stable/applications/17.04.3/src/kamera-17.04.3.tar.xz extra-cmake-modules qt5-base-devel @@ -49,6 +49,13 @@ + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + 2017-06-29 17.04.2 diff --git a/desktop/kde/applications/kanagram/pspec.xml b/desktop/kde/applications/kanagram/pspec.xml index 4ede952585..d43218e65c 100644 --- a/desktop/kde/applications/kanagram/pspec.xml +++ b/desktop/kde/applications/kanagram/pspec.xml @@ -14,7 +14,7 @@ desktop.kde.edu A letter order game Kanagram is a game based on anagrams of words: the puzzle is solved when the letters of the scrambled word are put back in the correct order. There is no limit on either time taken, or the amount of attempts to solve the word. - mirrors://kde/stable/applications/17.04.2/src/kanagram-17.04.2.tar.xz + mirrors://kde/stable/applications/17.04.3/src/kanagram-17.04.3.tar.xz qt5-base-devel qt5-declarative @@ -62,6 +62,13 @@ + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + 2017-06-29 17.04.2 diff --git a/desktop/kde/applications/kapman/pspec.xml b/desktop/kde/applications/kapman/pspec.xml index 3a41e0a59e..ec04c9368e 100644 --- a/desktop/kde/applications/kapman/pspec.xml +++ b/desktop/kde/applications/kapman/pspec.xml @@ -14,7 +14,7 @@ desktop.kde.games Pac-Man clone Kapman is a clone of the well known game Pac-Man. You must go through the levels escaping ghosts in a maze. You lose a life when a ghost eats you, but you can eat the ghosts for a few seconds when eating an energizer. - mirrors://kde/stable/applications/17.04.2/src/kapman-17.04.2.tar.xz + mirrors://kde/stable/applications/17.04.3/src/kapman-17.04.3.tar.xz extra-cmake-modules qt5-base-devel @@ -64,6 +64,13 @@ + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + 2017-06-29 17.04.2 diff --git a/desktop/kde/applications/kapptemplate/pspec.xml b/desktop/kde/applications/kapptemplate/pspec.xml index ad11fe0257..c91179e290 100644 --- a/desktop/kde/applications/kapptemplate/pspec.xml +++ b/desktop/kde/applications/kapptemplate/pspec.xml @@ -13,7 +13,7 @@ desktop.kde.sdk Application template generator KAppTemplate is a shell script that will create the necessary framework to develop several types of applications, including applications based on the KDE development platform. - mirrors://kde/stable/applications/17.04.2/src/kapptemplate-17.04.2.tar.xz + mirrors://kde/stable/applications/17.04.3/src/kapptemplate-17.04.3.tar.xz qt5-base-devel extra-cmake-modules @@ -50,6 +50,13 @@ + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + 2017-06-29 17.04.2 diff --git a/desktop/kde/applications/kate/files/kate-17.04.0-allow-root.patch b/desktop/kde/applications/kate/files/kate-17.04.0-allow-root.patch new file mode 100644 index 0000000000..55bf29f38a --- /dev/null +++ b/desktop/kde/applications/kate/files/kate-17.04.0-allow-root.patch @@ -0,0 +1,28 @@ + +--- a/kate/main.cpp ++++ b/kate/main.cpp +@@ -51,24 +51,9 @@ + #include "qtsingleapplication/qtsingleapplication.h" + #endif + +-#ifndef Q_OS_WIN +-#include +-#endif +-#include +- + + int main(int argc, char **argv) + { +-#ifndef Q_OS_WIN +- /** +- * Check whether we are running as root +- **/ +- if (getuid() == 0) { +- std::cout << "Executing Kate as root is not possible. To edit files as root use:" << std::endl; +- std::cout << "SUDO_EDITOR=kate sudoedit " << std::endl; +- return 0; +- } +-#endif + /** + * init resources from our static lib + */ diff --git a/desktop/kde/applications/kate/files/kwrite-17.04.0-allow-root.patch b/desktop/kde/applications/kate/files/kwrite-17.04.0-allow-root.patch new file mode 100644 index 0000000000..09f9e1df80 --- /dev/null +++ b/desktop/kde/applications/kate/files/kwrite-17.04.0-allow-root.patch @@ -0,0 +1,27 @@ + +--- a/kwrite/main.cpp ++++ b/kwrite/main.cpp +@@ -42,23 +42,8 @@ + + #include "../urlinfo.h" + +-#ifndef Q_OS_WIN +-#include +-#endif +-#include +- + extern "C" Q_DECL_EXPORT int main(int argc, char **argv) + { +-#ifndef Q_OS_WIN +- /** +- * Check whether we are running as root +- **/ +- if (getuid() == 0) { +- std::cout << "Executing KWrite as root is not possible. To edit files as root use:" << std::endl; +- std::cout << "SUDO_EDITOR=kwrite sudoedit " << std::endl; +- return 0; +- } +-#endif + /** + * Create application first + * Enforce application name even if the executable is renamed diff --git a/desktop/kde/applications/kate/pspec.xml b/desktop/kde/applications/kate/pspec.xml index 1bea4ff651..262cfca429 100644 --- a/desktop/kde/applications/kate/pspec.xml +++ b/desktop/kde/applications/kate/pspec.xml @@ -12,7 +12,7 @@ app:gui Advanced Text Editor Plasma library and runtime components based upon KF5 and Qt5 - mirrors://kde/stable/applications/17.04.2/src/kate-17.04.2.tar.xz + https://codeload.github.com/KDE/kate/tar.gz/v17.04.3 qt5-base-devel plasma-framework-devel @@ -33,6 +33,10 @@ extra-cmake-modules kded-devel + + kate-17.04.0-allow-root.patch + kwrite-17.04.0-allow-root.patch + @@ -81,6 +85,13 @@ + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + 2017-06-29 17.04.2 diff --git a/desktop/kde/applications/katomic/pspec.xml b/desktop/kde/applications/katomic/pspec.xml index 3e0edd4c13..afb73ec3fa 100644 --- a/desktop/kde/applications/katomic/pspec.xml +++ b/desktop/kde/applications/katomic/pspec.xml @@ -14,7 +14,7 @@ desktop.kde.games Sokoban like logic game KAtomic is both fun and educational game built around molecular geometry. - mirrors://kde/stable/applications/17.04.2/src/katomic-17.04.2.tar.xz + mirrors://kde/stable/applications/17.04.3/src/katomic-17.04.3.tar.xz extra-cmake-modules qt5-base-devel @@ -66,6 +66,13 @@ + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + 2017-06-29 17.04.2 diff --git a/desktop/kde/applications/kblackbox/pspec.xml b/desktop/kde/applications/kblackbox/pspec.xml index 72b970d75d..777bd18dad 100644 --- a/desktop/kde/applications/kblackbox/pspec.xml +++ b/desktop/kde/applications/kblackbox/pspec.xml @@ -14,7 +14,7 @@ desktop.kde.games Blackbox logic game KBlackBox is a game of hide and seek played on a grid of boxes. The computer has hidden several balls within this box. By shooting beams into the box and observing where they emerge it is possible to deduce the positions of the hidden balls. - mirrors://kde/stable/applications/17.04.2/src/kblackbox-17.04.2.tar.xz + mirrors://kde/stable/applications/17.04.3/src/kblackbox-17.04.3.tar.xz extra-cmake-modules qt5-base-devel @@ -63,6 +63,13 @@ + + 2017-07-17 + 17.04.3 + Version bump + Ali Algul + aligulle3801@gmail.com + 2017-06-29 17.04.2