Merge pull request #3766 from aligulle1/master

guncelleme
This commit is contained in:
Kamil ATLI
2017-07-20 17:27:16 +03:00
committed by GitHub
23 changed files with 247 additions and 21 deletions
+8 -1
View File
@@ -14,7 +14,7 @@
<PartOf>desktop.kde.games</PartOf>
<Summary>A Gomoku like game for two players.</Summary>
<Description>Bovo is a Gomoku like game for two players, where the opponents alternate in placing their respective pictogram on the game board.</Description>
<Archive sha1sum="aefcd714b7d957d811a558b7c4cc43755205b26b" type="tarxz">mirrors://kde/stable/applications/17.04.2/src/bovo-17.04.2.tar.xz</Archive>
<Archive sha1sum="fa8a00a92bcfc19b038ded15773724b143de6bda" type="tarxz">mirrors://kde/stable/applications/17.04.3/src/bovo-17.04.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
@@ -63,6 +63,13 @@
</Package>
<History>
<Update release="10">
<Date>2017-07-17</Date>
<Version>17.04.3</Version>
<Comment>Version bump</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-06-29</Date>
<Version>17.04.2</Version>
+8 -1
View File
@@ -14,7 +14,7 @@
<PartOf>desktop.kde.edu</PartOf>
<Summary>A KDE frontend to mathematical softwares</Summary>
<Description>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.</Description>
<Archive sha1sum="74534582d225a48c27f6948aa6607b11e8c982a8" type="tarxz">mirrors://kde/stable/applications/17.04.2/src/cantor-17.04.2.tar.xz</Archive>
<Archive sha1sum="304e8faba5efe70053e7d70c12be240324d00c8b" type="tarxz">mirrors://kde/stable/applications/17.04.3/src/cantor-17.04.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
@@ -106,6 +106,13 @@
</Package>-->
<History>
<Update release="10">
<Date>2017-07-17</Date>
<Version>17.04.3</Version>
<Comment>Version bump</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-06-29</Date>
<Version>17.04.2</Version>
@@ -13,7 +13,7 @@
<PartOf>desktop.kde.sdk</PartOf>
<Summary>Extra dolphin plugins</Summary>
<Description>This package contains plugins that offer integration in Dolphin with the following version control systems:</Description>
<Archive sha1sum="825be98fe5564448e4f4624d6ebc632dc0e69949" type="tarxz">mirrors://kde/stable/applications/17.04.2/src/dolphin-plugins-17.04.2.tar.xz</Archive>
<Archive sha1sum="66160adc259c18873367a527da2576f730cc4831" type="tarxz">mirrors://kde/stable/applications/17.04.3/src/dolphin-plugins-17.04.3.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency>kdoctools-devel</Dependency>
@@ -50,6 +50,13 @@
</Package>
<History>
<Update release="10">
<Date>2017-07-17</Date>
<Version>17.04.3</Version>
<Comment>Version bump</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-06-29</Date>
<Version>17.04.2</Version>
@@ -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 <KLocalizedString>
#include <Kdelibs4ConfigMigrator>
-#ifndef Q_OS_WIN
-#include <unistd.h>
-#endif
-#include <iostream>
-
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()));
+9 -1
View File
@@ -11,7 +11,7 @@
<License>GPLv2</License>
<Summary>KDE File Manager</Summary>
<Description>Dolphin is the File Manager for KDE.</Description>
<Archive sha1sum="6e7cc3e3293df708a9fd19811f360f0260b041b5" type="tarxz">mirrors://kde/stable/applications/17.04.2/src/dolphin-17.04.2.tar.xz</Archive>
<Archive sha1sum="dda594bf56a7033813bf99935ec7cf35a44d4dc0" type="tarxz">mirrors://kde/stable/applications/17.04.3/src/dolphin-17.04.3.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency>qt5-phonon-devel</Dependency>
@@ -35,6 +35,7 @@
<Dependency>extra-cmake-modules</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">dolphin-17.04.0-allow-root.patch</Patch>
</Patches>
</Source>
@@ -107,6 +108,13 @@
</Package>
<History>
<Update release="10">
<Date>2017-07-17</Date>
<Version>17.04.3</Version>
<Comment>Version bump</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-06-29</Date>
<Version>17.04.2</Version>
@@ -13,7 +13,7 @@
<PartOf>desktop.kde.multimedia</PartOf>
<Summary>Multimedia player</Summary>
<Description> a multimedia player where the focus is on simplicity, instead of features.</Description>
<Archive sha1sum="50479795c890b1bc101911a9b26d85824716d560" type="tarxz">mirrors://kde/stable/applications/17.04.2/src/dragon-17.04.2.tar.xz</Archive>
<Archive sha1sum="cc68c74573bdf4a5afd6ff1e53c9612d9b77091d" type="tarxz">mirrors://kde/stable/applications/17.04.3/src/dragon-17.04.3.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency>kdoctools-devel</Dependency>
@@ -55,6 +55,13 @@
</Files>
</Package>
<History>
<Update release="10">
<Date>2017-07-17</Date>
<Version>17.04.3</Version>
<Comment>Version bump</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-06-29</Date>
<Version>17.04.2</Version>
@@ -13,7 +13,7 @@
<PartOf>desktop.kde.multimedia</PartOf>
<Summary>ffmpeg based thumbnailer for KDE</Summary>
<Description>FFmpeg-based thumbnail creator for video files</Description>
<Archive sha1sum="f738058b180cc3e7da13c4a8f81be01432ead8c0" type="tarxz">mirrors://kde/stable/applications/17.04.2/src/ffmpegthumbs-17.04.2.tar.xz</Archive>
<Archive sha1sum="e2a966fa59c195e7e96aed45c7d07c047b743016" type="tarxz">mirrors://kde/stable/applications/17.04.3/src/ffmpegthumbs-17.04.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
@@ -41,6 +41,13 @@
</Package>
<History>
<Update release="10">
<Date>2017-07-17</Date>
<Version>17.04.3</Version>
<Comment>Version bump</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-06-29</Date>
<Version>17.04.2</Version>
+8 -1
View File
@@ -14,7 +14,7 @@
<PartOf>desktop.kde.utils</PartOf>
<Summary>View disk usage information</Summary>
<Description>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.</Description>
<Archive sha1sum="a28bd879633203f62468dca4443a3a207ed78910" type="tarxz">mirrors://kde/stable/applications/17.04.2/src/filelight-17.04.2.tar.xz</Archive>
<Archive sha1sum="64a68e939dec9571bd2385d8e09632611cb5f79d" type="tarxz">mirrors://kde/stable/applications/17.04.3/src/filelight-17.04.3.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency versionFrom="5.7.1">qt5-script-devel</Dependency>
@@ -59,6 +59,13 @@
</Package>
<History>
<Update release="10">
<Date>2017-07-17</Date>
<Version>17.04.3</Version>
<Comment>Version bump</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-06-29</Date>
<Version>17.04.2</Version>
+8 -1
View File
@@ -14,7 +14,7 @@
<PartOf>desktop.kde.games</PartOf>
<Summary>A Bomberman game</Summary>
<Description>Granatier is a clone of the classic Bomberman game, inspired by the work of the Clanbomber clone.</Description>
<Archive sha1sum="34cceb2521cc367f213334496a9b8456caf0652c" type="tarxz">mirrors://kde/stable/applications/17.04.2/src/granatier-17.04.2.tar.xz</Archive>
<Archive sha1sum="6390884ce00d0e0b95c5ce627f6f552df2f56925" type="tarxz">mirrors://kde/stable/applications/17.04.3/src/granatier-17.04.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
@@ -64,6 +64,13 @@
</Package>
<History>
<Update release="10">
<Date>2017-07-17</Date>
<Version>17.04.3</Version>
<Comment>Version bump</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-06-29</Date>
<Version>17.04.2</Version>
+8 -1
View File
@@ -15,7 +15,7 @@
<PartOf>desktop.kde.graphics</PartOf>
<Summary>An image viewer</Summary>
<Description>Gwenview is an easy to use image viewer.</Description>
<Archive sha1sum="38a867a3f93abd8fc8fad39cd5276b064fde2691" type="tarxz">mirrors://kde/stable/applications/17.04.2/src/gwenview-17.04.2.tar.xz</Archive>
<Archive sha1sum="426a9d87238e7e2367f2002457b3bb7ea7315d68" type="tarxz">mirrors://kde/stable/applications/17.04.3/src/gwenview-17.04.3.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="0.25">exiv2-devel</Dependency>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
@@ -88,6 +88,13 @@
</Package>
<History>
<Update release="10">
<Date>2017-07-17</Date>
<Version>17.04.3</Version>
<Comment>Version bump</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-06-29</Date>
<Version>17.04.2</Version>
@@ -13,7 +13,7 @@
<PartOf>desktop.kde.network</PartOf>
<Summary>Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others</Summary>
<Description>Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others</Description>
<Archive sha1sum="30c41e5d76c6340576286dc2faaecfa2489f29b5" type="tarxz">mirrors://kde/stable/applications/17.04.2/src/kaccounts-integration-17.04.2.tar.xz</Archive>
<Archive sha1sum="538cb5db1763764f1deebe5c9868fc8541a825b8" type="tarxz">mirrors://kde/stable/applications/17.04.3/src/kaccounts-integration-17.04.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
@@ -67,6 +67,13 @@
</Package>
<History>
<Update release="10">
<Date>2017-07-17</Date>
<Version>17.04.3</Version>
<Comment>Version bump</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-06-29</Date>
<Version>17.04.2</Version>
@@ -13,7 +13,7 @@
<PartOf>desktop.kde.network</PartOf>
<Summary>Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others</Summary>
<Description>Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others</Description>
<Archive sha1sum="1e585c6b96c3553235adc60257040453b601f863" type="tarxz">mirrors://kde/stable/applications/17.04.2/src/kaccounts-providers-17.04.2.tar.xz</Archive>
<Archive sha1sum="36cccb70887218132d9d714d7eff181c63999d2e" type="tarxz">mirrors://kde/stable/applications/17.04.3/src/kaccounts-providers-17.04.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>intltool</Dependency>
@@ -55,6 +55,13 @@
</Package>
<History>
<Update release="10">
<Date>2017-07-17</Date>
<Version>17.04.3</Version>
<Comment>Version bump</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-06-29</Date>
<Version>17.04.2</Version>
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>Library to provides access and handling of KAlarm calendar data</Summary>
<Description>Library to provides access and handling of KAlarm calendar data</Description>
<Archive sha1sum="a85d0fc6cb7d818478e6a72f3ae32a8af76614d0" type="tarxz">mirrors://kde/stable/applications/17.04.2/src/kalarmcal-17.04.2.tar.xz</Archive>
<Archive sha1sum="be6dfdfb9a2b5b6a89529aa9d1d10c5bf841d074" type="tarxz">mirrors://kde/stable/applications/17.04.3/src/kalarmcal-17.04.3.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency>akonadi-devel</Dependency>
@@ -70,6 +70,13 @@
</Package>
<History>
<Update release="10">
<Date>2017-07-17</Date>
<Version>17.04.3</Version>
<Comment>Version bump</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-07-04</Date>
<Version>17.04.2</Version>
+9 -2
View File
@@ -14,7 +14,7 @@
<PartOf>desktop.kde.edu</PartOf>
<Summary>A graph calculator</Summary>
<Description>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.</Description>
<Archive sha1sum="9aae9f3b8f6380b0702250ca58833b5cfbd69114" type="tarxz">mirrors://kde/stable/applications/17.04.2/src/kalgebra-17.04.2.tar.xz</Archive>
<Archive sha1sum="441ed152ceccca697ba19f49c6d05039e573687b" type="tarxz">mirrors://kde/stable/applications/17.04.3/src/kalgebra-17.04.3.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="13.0.4">mesa-devel</Dependency>
<Dependency>mesa-glu-devel</Dependency>
@@ -64,6 +64,13 @@
</Package>
<History>
<Update release="10">
<Date>2017-07-17</Date>
<Version>17.04.3</Version>
<Comment>Version bump</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-06-29</Date>
<Version>17.04.2</Version>
@@ -128,4 +135,4 @@
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
+8 -1
View File
@@ -13,7 +13,7 @@
<PartOf>desktop.kde.graphics</PartOf>
<Summary>Webcam support for KDE</Summary>
<Description>Kamera is a plugin for KDE to use webcam.</Description>
<Archive sha1sum="37f22e8ae6c107c28b27022a7679ccf8f80c5c87" type="tarxz">mirrors://kde/stable/applications/17.04.2/src/kamera-17.04.2.tar.xz</Archive>
<Archive sha1sum="f28637fe1f57230c71da2abd0affdc47bca2f93e" type="tarxz">mirrors://kde/stable/applications/17.04.3/src/kamera-17.04.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
@@ -49,6 +49,13 @@
</Package>
<History>
<Update release="10">
<Date>2017-07-17</Date>
<Version>17.04.3</Version>
<Comment>Version bump</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-06-29</Date>
<Version>17.04.2</Version>
+8 -1
View File
@@ -14,7 +14,7 @@
<PartOf>desktop.kde.edu</PartOf>
<Summary>A letter order game</Summary>
<Description>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.</Description>
<Archive sha1sum="3aa950504444c06857cfa2ed2df145564c6146d0" type="tarxz">mirrors://kde/stable/applications/17.04.2/src/kanagram-17.04.2.tar.xz</Archive>
<Archive sha1sum="5ffd4c2ea324fed90dfac9723c1420f44ac5cae4" type="tarxz">mirrors://kde/stable/applications/17.04.3/src/kanagram-17.04.3.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency versionFrom="5.7.1">qt5-declarative</Dependency>
@@ -62,6 +62,13 @@
</Package>
<History>
<Update release="10">
<Date>2017-07-17</Date>
<Version>17.04.3</Version>
<Comment>Version bump</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-06-29</Date>
<Version>17.04.2</Version>
+8 -1
View File
@@ -14,7 +14,7 @@
<PartOf>desktop.kde.games</PartOf>
<Summary>Pac-Man clone</Summary>
<Description>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.</Description>
<Archive sha1sum="2db249aca06114a6ff5713bafaf47d5d55937040" type="tarxz">mirrors://kde/stable/applications/17.04.2/src/kapman-17.04.2.tar.xz</Archive>
<Archive sha1sum="89dcea7ed56052b4e943f6d1be08ea56912978f6" type="tarxz">mirrors://kde/stable/applications/17.04.3/src/kapman-17.04.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
@@ -64,6 +64,13 @@
</Package>
<History>
<Update release="10">
<Date>2017-07-17</Date>
<Version>17.04.3</Version>
<Comment>Version bump</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-06-29</Date>
<Version>17.04.2</Version>
@@ -13,7 +13,7 @@
<PartOf>desktop.kde.sdk</PartOf>
<Summary>Application template generator</Summary>
<Description>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.</Description>
<Archive sha1sum="b97717eeece1f27edea181f82546569832798d30" type="tarxz">mirrors://kde/stable/applications/17.04.2/src/kapptemplate-17.04.2.tar.xz</Archive>
<Archive sha1sum="02a488bec41db3b450bab74de2fa887b9b7c5eaf" type="tarxz">mirrors://kde/stable/applications/17.04.3/src/kapptemplate-17.04.3.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
@@ -50,6 +50,13 @@
</Package>
<History>
<Update release="10">
<Date>2017-07-17</Date>
<Version>17.04.3</Version>
<Comment>Version bump</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-06-29</Date>
<Version>17.04.2</Version>
@@ -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 <unistd.h>
-#endif
-#include <iostream>
-
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 <file>" << std::endl;
- return 0;
- }
-#endif
/**
* init resources from our static lib
*/
@@ -0,0 +1,27 @@
--- a/kwrite/main.cpp
+++ b/kwrite/main.cpp
@@ -42,23 +42,8 @@
#include "../urlinfo.h"
-#ifndef Q_OS_WIN
-#include <unistd.h>
-#endif
-#include <iostream>
-
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 <file>" << std::endl;
- return 0;
- }
-#endif
/**
* Create application first
* Enforce application name even if the executable is renamed
+12 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:gui</IsA>
<Summary>Advanced Text Editor</Summary>
<Description>Plasma library and runtime components based upon KF5 and Qt5</Description>
<Archive sha1sum="e4a79ab7aeec2b83404cea74c6f1d7f8d4807935" type="tarxz">mirrors://kde/stable/applications/17.04.2/src/kate-17.04.2.tar.xz</Archive>
<Archive sha1sum="2ee235828a3f5f1b4c7fa27f02d9db997ce8b74b" type="targz">https://codeload.github.com/KDE/kate/tar.gz/v17.04.3</Archive>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency>plasma-framework-devel</Dependency>
@@ -33,6 +33,10 @@
<Dependency>extra-cmake-modules</Dependency>
<Dependency>kded-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">kate-17.04.0-allow-root.patch</Patch>
<Patch level="1">kwrite-17.04.0-allow-root.patch</Patch>
</Patches>
</Source>
<Package>
@@ -81,6 +85,13 @@
</Package>
<History>
<Update release="10">
<Date>2017-07-17</Date>
<Version>17.04.3</Version>
<Comment>Version bump</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-06-29</Date>
<Version>17.04.2</Version>
+8 -1
View File
@@ -14,7 +14,7 @@
<PartOf>desktop.kde.games</PartOf>
<Summary>Sokoban like logic game</Summary>
<Description>KAtomic is both fun and educational game built around molecular geometry.</Description>
<Archive sha1sum="0ab2a543be846be06c72aa6f371a715b8aa26c38" type="tarxz">mirrors://kde/stable/applications/17.04.2/src/katomic-17.04.2.tar.xz</Archive>
<Archive sha1sum="2a6b3a10ee41615ac30c4845eeb9748ea6484221" type="tarxz">mirrors://kde/stable/applications/17.04.3/src/katomic-17.04.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
@@ -66,6 +66,13 @@
</Package>
<History>
<Update release="10">
<Date>2017-07-17</Date>
<Version>17.04.3</Version>
<Comment>Version bump</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-06-29</Date>
<Version>17.04.2</Version>
+8 -1
View File
@@ -14,7 +14,7 @@
<PartOf>desktop.kde.games</PartOf>
<Summary>Blackbox logic game</Summary>
<Description>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.</Description>
<Archive sha1sum="9ef800546217635e19ba64bd4cb182906845be44" type="tarxz">mirrors://kde/stable/applications/17.04.2/src/kblackbox-17.04.2.tar.xz</Archive>
<Archive sha1sum="adda2806bad625fdac480b693a244df57cc66f11" type="tarxz">mirrors://kde/stable/applications/17.04.3/src/kblackbox-17.04.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
@@ -63,6 +63,13 @@
</Package>
<History>
<Update release="10">
<Date>2017-07-17</Date>
<Version>17.04.3</Version>
<Comment>Version bump</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-06-29</Date>
<Version>17.04.2</Version>