@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import kde5
|
||||
|
||||
def setup():
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("CHANGELOG", "COPYING", "README*")
|
||||
@@ -0,0 +1,43 @@
|
||||
diff -Nuar a/src/lib/data/data/bookmarks.json b/src/lib/data/data/bookmarks.json
|
||||
--- a/src/lib/data/data/bookmarks.json 2018-02-27 16:56:58.000000000 +0300
|
||||
+++ b/src/lib/data/data/bookmarks.json 2018-04-08 00:47:53.725492265 +0300
|
||||
@@ -11,31 +11,23 @@
|
||||
"visit_count": 0
|
||||
},
|
||||
{
|
||||
- "description": "KDE Bug Tracker for Falkon",
|
||||
- "keyword": "falkon-bugs",
|
||||
- "name": "Falkon Bug Tracker",
|
||||
+ "description": "Pisilinux Homepage",
|
||||
+ "keyword": "Pisilinux",
|
||||
+ "name": "Pisilinux",
|
||||
"type": "url",
|
||||
- "url": "https://bugs.kde.org/describecomponents.cgi?product=Falkon",
|
||||
+ "url": "http://www.pisilinux.org",
|
||||
"visit_count": 0
|
||||
},
|
||||
{
|
||||
- "description": "Falkon KDE UserBase Wiki",
|
||||
- "keyword": "falkon-wiki",
|
||||
- "name": "Falkon Wiki",
|
||||
+ "description": "Pisilinux Github",
|
||||
+ "keyword": "Pisilinux Github",
|
||||
+ "name": "Pisilinux Github",
|
||||
"type": "url",
|
||||
- "url": "https://userbase.kde.org/Falkon",
|
||||
+ "url": "https://github.com/pisilinux",
|
||||
"visit_count": 0
|
||||
},
|
||||
{
|
||||
"type": "separator"
|
||||
- },
|
||||
- {
|
||||
- "description": "KDE Community Home",
|
||||
- "keyword": "kde-home",
|
||||
- "name": "KDE Homepage",
|
||||
- "type": "url",
|
||||
- "url": "https://www.kde.org/",
|
||||
- "visit_count": 0
|
||||
}
|
||||
],
|
||||
"description": "Bookmarks located in Bookmarks Toolbar",
|
||||
@@ -0,0 +1,20 @@
|
||||
diff -Nuar a/src/lib/plugins/speeddial.cpp b/src/lib/plugins/speeddial.cpp
|
||||
--- a/src/lib/plugins/speeddial.cpp 2018-02-27 16:56:58.000000000 +0300
|
||||
+++ b/src/lib/plugins/speeddial.cpp 2018-04-08 00:13:44.000000000 +0300
|
||||
@@ -63,10 +63,13 @@
|
||||
settings.endGroup();
|
||||
|
||||
if (allPages.isEmpty()) {
|
||||
- allPages = "url:\"https:/kde.org\"|title:\"KDE Community Home\";"
|
||||
+ allPages = "url:\"https://www.pisilinux.org\"|title:\"Pisilinux - Hoşgeldiniz\";"
|
||||
+ "url:\"https://pisilinux.org/forum\"|title:\"Pisilinux Forum\";"
|
||||
+ "url:\"https://pisilinux.org/wiki\"|title:\"Pisilinux Wiki\";"
|
||||
+ "url:\"https://www.youtube.com/html5\"|title:\"YouTube-html5\";"
|
||||
+ "url:\"https://www.google.com\"|title:\"Google\";"
|
||||
"url:\"https://phabricator.kde.org/source/falkon/\"|title:\"Falkon Git\";"
|
||||
- "url:\"https://bugs.kde.org/describecomponents.cgi?product=Falkon\"|title:\"Falkon Bug Tracker\";"
|
||||
- "url:\"https://duckduckgo.com\"|title:\"DuckDuckGo\";";
|
||||
+ "url:\"https://github.com/pisilinux\"|title:\"Github\";";
|
||||
|
||||
}
|
||||
changed(allPages);
|
||||
@@ -0,0 +1,83 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>falkon</Name>
|
||||
<Homepage>https://www.falkon.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>app:web</IsA>
|
||||
<Summary>Cross-platform QtWebKit browser</Summary>
|
||||
<Description>falkon is a new and very fast QtWebEngine browser</Description>
|
||||
<Archive sha1sum="ecc07f37e5e902aba11c049ca50a05841cfeca17" type="tarxz">https://download.kde.org/stable/falkon/3.0/src/falkon-3.0.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.27.0">extra-cmake-modules</Dependency>
|
||||
<Dependency versionFrom="5.27.0">kwallet-devel</Dependency>
|
||||
<Dependency versionFrom="5.9.0">qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.9.0">qt5-declarative-devel</Dependency>
|
||||
<Dependency versionFrom="5.9.0">qt5-webchannel-devel</Dependency>
|
||||
<Dependency versionFrom="5.9.0">qt5-webengine-devel</Dependency>
|
||||
<Dependency versionFrom="5.9.0">qt5-x11extras-devel</Dependency>
|
||||
<Dependency versionFrom="5.9.0">qt5-sql-postgresql</Dependency>
|
||||
<Dependency versionFrom="5.9.0">qt5-svg-devel</Dependency>
|
||||
<Dependency versionFrom="5.9.0">qt5-sql-mysql</Dependency>
|
||||
<Dependency versionFrom="5.9.0">qt5-sql-odbc</Dependency>
|
||||
<Dependency versionFrom="5.9.0">qt5-linguist</Dependency>
|
||||
<Dependency versionFrom="5.9.0">qt5-sql-sqlite</Dependency>
|
||||
<Dependency>libgnome-keyring-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency>libxcb-devel</Dependency>
|
||||
<Dependency>nss-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>speeddial.diff</Patch>
|
||||
<Patch>bookmarks_json.diff</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>falkon</Name>
|
||||
<Conflicts>
|
||||
<Package>qupzilla</Package>
|
||||
</Conflicts>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>openssl</Dependency>
|
||||
<Dependency>libxcb</Dependency>
|
||||
<Dependency>libgnome-keyring</Dependency>
|
||||
<Dependency versionFrom="5.27.0">kwallet</Dependency>
|
||||
<Dependency versionFrom="5.9.0">qt5-base</Dependency>
|
||||
<Dependency versionFrom="5.9.0">qt5-declarative</Dependency>
|
||||
<Dependency versionFrom="5.9.0">qt5-webchannel</Dependency>
|
||||
<Dependency versionFrom="5.9.0">qt5-webengine</Dependency>
|
||||
<Dependency versionFrom="5.9.0">qt5-x11extras</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="data">/usr/share/bash-completion</Path>
|
||||
<Path fileType="data">/usr/share/metainfo</Path>
|
||||
<Path fileType="data">/usr/share/pixmaps</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2018-04-07</Date>
|
||||
<Version>3.0.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>falkon</Name>
|
||||
<Summary xml:lang="tr">Cross-platform QtWebKit browser</Summary>
|
||||
<Description xml:lang="tr">falkon is a new and very fast QtWebEngine browser</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+447
-57
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
f49b5574004db8a293cf803fb4c001d75504c0f8
|
||||
7112542d13d73c8a23d0796aa7fcda65340b2379
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
65c77fd89d7df9008387099a7c6788e4e0d9eabc
|
||||
a0898f9bfe8c6eddf4e7e11c6efe36bf7976719f
|
||||
Reference in New Issue
Block a user