Merge branch 'master' of github.com:pisilinux/main

This commit is contained in:
Ertuğrul Erata
2016-07-01 18:12:21 +03:00
16 changed files with 398 additions and 23 deletions
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Google Chrome's Pepper Flash plugin for Chromium.</Summary>
<Description>Google Chrome's Pepper Flash plugin for Chromium (stable version)</Description>
<Archive sha1sum="48adb2efb4b80d0222456a6f5231296867b729c6" type="tarxz">https://sourceforge.net/projects/pisilinux/files/source/PepperFlash-20.0.0.306.tar.xz</Archive>
<Archive sha1sum="e66d02a3c265c8741c70bc209c3755481f0d1b98" type="targz">https://dl.dropboxusercontent.com/s/o5xtb8my3cswzwv/pepperflash-22.0.0.192.tar.gz</Archive>
</Source>
<Package>
@@ -31,6 +31,13 @@
<History>
<Update release="3">
<Date>2016-06-30</Date>
<Version>22.0.0.192</Version>
<Comment>Version Bump</Comment>
<Name>Ergün Salman</Name>
<Email>poyraz76@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>20.0.0.306</Version>
+10 -6
View File
@@ -38,8 +38,6 @@ def setup():
-Dicu_use_data_file_flag=1 \
-Dlogging_like_official_build=1 \
-Dtracing_like_official_build=1 \
-Dfieldtrial_testing_like_official_build=1 \
-Dlibspeechd_h_prefix=speech-dispatcher/ \
-Dffmpeg_branding=Chrome \
-Dproprietary_codecs=1 \
-Duse_gnome_keyring=0 \
@@ -57,19 +55,21 @@ def setup():
-Duse_system_xdg_utils=1 \
-Duse_system_yasm=1 \
-Duse_system_zlib=0 \
-Dusb_ids_path=/usr/share/misc/usb.ids \
-Duse_mojo=0 \
-Duse_gconf=0 \
-Duse_sysroot=0 \
-Denable_hangout_services_extension=1 \
-Denable_widevine=1 \
-Ddisable_fatal_linker_warnings=1 \
-Ddisable_glibc=1 \
-Ddisable_nacl=1 \
-Ddisable_pnacl=1 \
-Ddisable_fatal_linker_warnings=1 \
-Drelease_extra_cflags=-fno-ipa-cp \
-Denable_hangout_services_extension=1 \
-Dusb_ids_path=/usr/share/misc/usb.ids \
-Dlibspeechd_h_prefix=speech-dispatcher/ \
-Dfieldtrial_testing_like_official_build=1 \
-Dlinux_sandbox_path=/usr/lib/chromium-browser/chromium-sandbox \
-Dlinux_sandbox_chrome_path=/usr/lib/chromium-browser/chromium-browser \
-Drelease_extra_cflags=-fno-ipa-cp \
-Dgoogle_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM \
-Dgoogle_default_client_id=413772536636.apps.googleusercontent.com \
-Dgoogle_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4 "
@@ -100,8 +100,12 @@ def install():
pisitools.insinto("/usr/lib/chromium-browser", "chromedriver")
pisitools.insinto("/usr/lib/chromium-browser", "natives_blob.bin")
pisitools.insinto("/usr/lib/chromium-browser", "snapshot_blob.bin")
pisitools.insinto("/usr/lib/chromium-browser", "libwidevinecdm.so")
pisitools.insinto("/usr/lib/chromium-browser", "libwidevinecdmadapter.so")
pisitools.insinto("/usr/lib/chromium-browser", "character_data_generator")
pisitools.insinto("/usr/lib/chromium-browser", "chrome_sandbox", "chrome-sandbox")
pisitools.dosym("/usr/lib/chromium-browser/chrome", "/usr/bin/chromium-browser")
shelltools.system("chmod -v 4755 %s/usr/lib/chromium-browser/chrome-sandbox" %get.installDIR())
@@ -103,7 +103,7 @@ Comment[vi]=Truy cập Internet
Comment[zh_CN]=访问互联网
Comment[zh_HK]=連線到網際網路
Comment[zh_TW]=連線到網際網路
Exec=chromium-browser %U
Exec=chromium-browser %U --ppapi-flash-path=/usr/lib/chromium-browser/PepperFlash/libpepflashplayer.so --ppapi-flash-version=22.0.0.192
Terminal=false
Icon=chromium-browser
Type=Application
+9 -2
View File
@@ -13,7 +13,7 @@
<IsA>app:gui</IsA>
<Summary>A WebKit powered web browser</Summary>
<Description>Chromium-browser is an open-source web browser, powered by WebKit.</Description>
<Archive sha1sum="dfa835efcf3e601f8b88695c562768a7d478b7a8" type="tarxz">http://gsdview.appspot.com/chromium-browser-official/chromium-51.0.2704.84.tar.xz</Archive>
<Archive sha1sum="5212b0f96be80c0146f7caf0883cfb39a3827177" type="tarxz">http://gsdview.appspot.com/chromium-browser-official/chromium-51.0.2704.106.tar.xz</Archive>
<BuildDependencies>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>at-spi2-atk-devel</Dependency>
@@ -153,8 +153,15 @@
</Package>
<History>
<Update release="3">
<Date>2016-07-05</Date>
<Version>51.0.2704.106</Version>
<Comment>Version Bump.</Comment>
<Name>Ergün Salman</Name>
<Email>poyraz76@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-29</Date>
<Date>2016-06-30</Date>
<Version>51.0.2704.84</Version>
<Comment>Version Bump.</Comment>
<Name>Ergün Salman</Name>
+25
View File
@@ -0,0 +1,25 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import qt5
from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
qt5.configure(parameters="USE_WEBGL=true \
QUPZILLA_PREFIX=/usr/ \
GNOME_INTEGRATION=true \
KDE_INTEGRATION=true \
NO_X11=true")
def build():
qt5.make()
def install():
qt5.install("INSTALL_ROOT=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "BUILDING*", "CHANGELOG", "COPYRIGHT", "FAQ", "GPLv3", "README*")
@@ -0,0 +1,48 @@
--- src/lib/data/data/bookmarks.json.orig 2014-02-14 04:53:19.000000000 -0500
+++ src/lib/data/data/bookmarks.json 2014-03-03 20:18:08.031463865 -0500
@@ -3,41 +3,17 @@
"bookmark_bar": {
"children": [
{
- "description": "Source code of QupZilla",
- "keyword": "qz-git",
- "name": "QupZilla Git",
- "type": "url",
- "url": "https://github.com/QupZilla/qupzilla",
- "visit_count": 0
- },
- {
- "description": "",
- "keyword": "qz-wiki",
- "name": "QupZilla Wiki",
- "type": "url",
- "url": "https://github.com/QupZilla/qupzilla/wiki",
- "visit_count": 0
- },
- {
- "description": "GitHub Issue Tracker for QupZilla",
- "keyword": "qz-issues",
- "name": "QupZilla Issues",
+ "description": "Pisilinux Homepage",
+ "keyword": "Pisilinux",
+ "name": "Pisilinux",
"type": "url",
- "url": "https://github.com/QupZilla/qupzilla/issues",
+ "url": "http://www.pisilinux.org",
"visit_count": 0
},
{
"type": "separator"
},
{
- "description": "Blog with development updates",
- "keyword": "qz-blog",
- "name": "QupZilla Blog",
- "type": "url",
- "url": "http://blog.qupzilla.com/",
- "visit_count": 0
- },
- {
"description": "QupZilla Homepage",
"keyword": "qz-home",
"name": "QupZilla Home",
@@ -0,0 +1,11 @@
--- src/lib/app/browserwindow.cpp.orig 2016-03-16 16:30:21.000000000 -0400
+++ src/lib/app/browserwindow.cpp 2016-03-18 21:49:40.833636454 -0400
@@ -419,7 +419,7 @@
//Url settings
settings.beginGroup("Web-URL-Settings");
- m_homepage = settings.value("homepage", "qupzilla:start").toUrl();
+ m_homepage = settings.value("homepage", "qupzilla:speeddial").toUrl();
settings.endGroup();
//Browser Window settings
+10
View File
@@ -0,0 +1,10 @@
--- src/defines.pri 2013-12-07 17:03:03.000000000 -0500
+++ src/defines_new.pri 2013-12-11 13:30:42.211002583 -0500
@@ -4,6 +4,8 @@
RCC_DIR = $$PWD/../build
UI_DIR = $$PWD/../build
+CONFIG += debug
+
# workaround for #849: see https://bugreports.qt-project.org/browse/QTBUG-23196
mocinclude.CONFIG *= fix_target
@@ -0,0 +1,11 @@
--- src/lib/preferences/preferences.cpp.orig 2014-11-18 17:52:54.635782052 -0500
+++ src/lib/preferences/preferences.cpp 2014-11-18 17:52:55.129103922 -0500
@@ -140,7 +140,7 @@
Settings settings;
//GENERAL URLs
settings.beginGroup("Web-URL-Settings");
- m_homepage = settings.value("homepage", QUrl(QSL("qupzilla:start"))).toUrl();
+ m_homepage = settings.value("homepage", QUrl(QSL("qupzilla:speeddial"))).toUrl();
m_newTabUrl = settings.value("newTabUrl", QUrl(QSL("qupzilla:speeddial"))).toUrl();
ui->homepage->setText(m_homepage.toEncoded());
ui->newTabUrl->setText(m_newTabUrl.toEncoded());
+26
View File
@@ -0,0 +1,26 @@
--- src/lib/plugins/speeddial.cpp 2016-02-29 11:18:45.000000000 -0500
+++ src/lib/plugins/speeddial.cpp 2016-03-04 17:25:39.726171052 -0500
@@ -58,15 +58,18 @@
setBackgroundImage(settings.value("background", QString()).toString());
m_backgroundImageSize = settings.value("backsize", "auto").toString();
m_maxPagesInRow = settings.value("pagesrow", 4).toInt();
- m_sizeOfSpeedDials = settings.value("sdsize", 231).toInt();
+ m_sizeOfSpeedDials = settings.value("sdsize", 225).toInt();
m_sdcentered = settings.value("sdcenter", false).toBool();
settings.endGroup();
if (allPages.isEmpty()) {
- allPages = "url:\"https://www.qupzilla.com\"|title:\"QupZilla\";"
- "url:\"http://blog.qupzilla.com\"|title:\"QupZilla Blog\";"
- "url:\"https://github.com/QupZilla/qupzilla\"|title:\"QupZilla GitHub\";"
- "url:\"https://duckduckgo.com\"|title:\"DuckDuckGo\";";
+ allPages = "url:\"http://www.pisilinux.org\"|title:\"Pisilinux - Hoşgeldiniz\";"
+ "url:\"http://forum.pisilinux.org\"|title:\"Forum\";"
+ "url:\"http://wiki.pisilinux.org\"|title:\"Pisilinux Wiki\";"
+ "url:\"http://www.youtube.com/html5\"|title:\"YouTube-html5\";"
+ "url:\"http://www.google.com\"|title:\"Google\";"
+ "url:\"http://www.qupzilla.com\"|title:\"QupZilla\";"
+ "url:\"https://github.com/pisilinux\"|title:\"Github\";";
}
changed(allPages);
+94
View File
@@ -0,0 +1,94 @@
<PISI>
<Source>
<Name>qupzilla</Name>
<Homepage>http://www.qupzilla.com/</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>app:gui</IsA>
<Summary>Cross-platform QtWebKit browser</Summary>
<Description>QupZilla is a new and very fast QtWebEngine browser.</Description>
<Archive type="tarxz" sha1sum="db05bb206999b782df4d6ae96c6df24cba81944a">https://github.com/QupZilla/qupzilla/releases/download/v2.0.1/QupZilla-2.0.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>openssl-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-webkit-devel</Dependency>
<Dependency>qt5-webengine-devel</Dependency>
<Dependency>qt5-x11extras-devel</Dependency>
<Dependency>qt5-svg-devel</Dependency>
<Dependency>qt5-sql-sqlite</Dependency>
<Dependency>qt5-declarative-devel</Dependency>
<Dependency>qt5-xmlpatterns-devel</Dependency>
<Dependency>qt5-phonon-devel</Dependency>
<Dependency>qt5-sensors-devel</Dependency>
<Dependency>qt5-script-devel</Dependency>
<Dependency>qt5-designer-devel</Dependency>
<Dependency>qt5-webchannel-devel</Dependency>
<Dependency>qt5-location-devel</Dependency>
<Dependency>qt5-imageformats</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency>xcb-util-devel</Dependency>
<Dependency>libvpx-devel</Dependency>
<Dependency>libgnome-keyring-devel</Dependency>
<Dependency>kdelibs4-support-devel</Dependency>
<Dependency>kwallet-devel</Dependency>
<Dependency>hunspell-devel</Dependency>
<Dependency>gdb-devel</Dependency>
<Dependency>libmng-devel</Dependency>
<Dependency>lcms2-devel</Dependency>
<Dependency>tiff-devel</Dependency>
<Dependency>jbigkit-devel</Dependency>
<Dependency>nss-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="0">speeddial.diff</Patch>
<Patch level="0">preferences.diff</Patch>
<Patch level="0">browserwindow.diff</Patch>
<Patch level="0">defines.diff</Patch>
<Patch level="0">bookmarks_json.diff</Patch>
</Patches>
</Source>
<Package>
<Name>qupzilla</Name>
<Summary>Cross-platform QtWebKit browser</Summary>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>libxcb</Dependency>
<Dependency>openssl</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-webengine</Dependency>
<Dependency>qt5-x11extras</Dependency>
<Dependency>qt5-webchannel</Dependency>
<Dependency>qt5-declarative</Dependency>
<Dependency>hunspell</Dependency>
<Dependency>kwallet</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/qupzilla</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/share/appdata</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/bash-completion</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="data">/usr/share/qupzilla</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-06-18</Date>
<Version>2.0.1</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>qupzilla</Name>
<Summary xml:lang="en">A fast open source browser based on WebKit core, written in Qt Framework, wayland port</Summary>
<Description xml:lang="en">A fast open source browser based on WebKit core, written in Qt Framework, wayland port</Description>
</Source>
</PISI>
+135 -11
View File
@@ -31484,10 +31484,10 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Description xml:lang="en">LibreOffice is an open source, multi-platform office productivity suite. It includes key desktop applications such as a word processor, a spreadsheet application, a presentation creator-viewer, a formula editor and a drawing program, with a user interface and feature set similar to other office suites. Sophisticated and flexible, LibreOffice also works transparently with a variety of file formats, including those of Microsoft Office.</Description>
<Description xml:lang="tr">LibreOffice, pek çok farklı işletim sisteminde çalışabilen açık kaynak kodlu bir yazılım projesidir. LibreOffice, kelime işlemci, hesap tablosu, sunum ve çizim programları, formül düzenleyici gibi temel masaüstü ofis uygulamalarını içerir ve alışılmış ofis programlarının özelliklerini sunar. Microsoft Office dosyaları da dahil olmak üzere bilinen ofis dosya formatlarıyla uyumlu çalışır.</Description>
<Icon>libreoffice-startcenter</Icon>
<Archive type="tarxz" sha1sum="7f8ebce9509ff9a6c9c47159c09983daffbb738f">http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-5.1.2.2.tar.xz</Archive>
<Archive type="binary" sha1sum="1e7f0de6f58d61b4e12ab48b3f8bd9cecc357cb6" target="libreoffice-5.1.2.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-help-5.1.2.2.tar.xz</Archive>
<Archive type="binary" sha1sum="4b5f24eeed0e5f9ade9e46cf2b25ab7552e18162" target="libreoffice-5.1.2.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-dictionaries-5.1.2.2.tar.xz</Archive>
<Archive type="binary" sha1sum="3c094c272f12b5cd54861f294886a97ad0b62b70" target="libreoffice-5.1.2.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-translations-5.1.2.2.tar.xz</Archive>
<Archive type="tarxz" sha1sum="771c4c748a738cdd4107a2a1b9f008700ffcbf28">http://download.documentfoundation.org/libreoffice/src/5.2.0/libreoffice-5.2.0.1.tar.xz</Archive>
<Archive type="binary" sha1sum="8cdc115478e3ddaec5842ff3f411b3c2eb557504" target="libreoffice-5.2.0.1/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/5.2.0/libreoffice-help-5.2.0.1.tar.xz</Archive>
<Archive type="binary" sha1sum="db1ce96dadd1e2df00f497efdc2c7c7773c0b6a0" target="libreoffice-5.2.0.1/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/5.2.0/libreoffice-dictionaries-5.2.0.1.tar.xz</Archive>
<Archive type="binary" sha1sum="9507598f599bb23229aa5beb3488d45bddc446e8" target="libreoffice-5.2.0.1/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/5.2.0/libreoffice-translations-5.2.0.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>ant</Dependency>
<Dependency>gperf</Dependency>
@@ -31518,6 +31518,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Dependency>libXcomposite-devel</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
<Dependency>gst-plugins-base-next-devel</Dependency>
<Dependency versionFrom="3.18.6">gtk3-devel</Dependency>
<Dependency versionFrom="2.24.28">gtk2-devel</Dependency>
<Dependency>libatomic_ops-devel</Dependency>
<Dependency>librsvg-devel</Dependency>
@@ -31529,7 +31530,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Dependency>mesa-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">remove_unnecessary_orcus_external_usage_from_makefiles.diff</Patch>
<Patch>make-pyuno-work-with-system-wide-module-install.diff</Patch>
</Patches>
<SourceURI>office/libreoffice/libreoffice/pspec.xml</SourceURI>
</Source>
@@ -31592,6 +31593,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Path fileType="library">/usr/lib/libreoffice/program/</Path>
<Path fileType="data">/usr/share/gir-1.0/LOKDocView-0.1.gir</Path>
<Path fileType="data">/usr/lib/girepository-1.0/LOKDocView-0.1.typelib</Path>
<Path fileType="data">/usr/share/bash-completion/completions</Path>
</Files>
<AdditionalFiles>
<AdditionalFile target="/usr/lib/libreoffice/program/intro.png" permission="0644" owner="root">libreoffice-splash.png</AdditionalFile>
@@ -34369,6 +34371,13 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Files>
</Package>
<History>
<Update release="3">
<Date>2016-06-26</Date>
<Version>5.2.0.1</Version>
<Comment>Release Bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>5.1.2.2</Version>
@@ -53691,13 +53700,19 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-script-devel</Dependency>
<Dependency>qt5-svg-devel</Dependency>
<Dependency>qt5-webkit-devel</Dependency>
<Dependency>qt5-location-devel</Dependency>
<Dependency>karchive-devel</Dependency>
<Dependency>kbookmarks-devel</Dependency>
<Dependency>kcoreaddons-devel</Dependency>
<Dependency>kconfig-devel</Dependency>
<Dependency>kconfigwidgets-devel</Dependency>
<Dependency>kdbusaddons-devel</Dependency>
<Dependency>kfilemetadata-devel</Dependency>
<Dependency>libv4l-devel</Dependency>
<Dependency>kio-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>sdl-image-devel</Dependency>
<Dependency>kwidgetsaddons-devel</Dependency>
<Dependency>kplotting-devel</Dependency>
<Dependency>knotifyconfig-devel</Dependency>
@@ -53718,9 +53733,12 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<RuntimeDependencies>
<Dependency>kio</Dependency>
<Dependency>mlt</Dependency>
<Dependency>cdrkit</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>solid</Dependency>
<Dependency>kcrash</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>ffmpeg</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>qt5-svg</Dependency>
@@ -53729,16 +53747,21 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Dependency>qt5-base</Dependency>
<Dependency>knewstuff</Dependency>
<Dependency>kplotting</Dependency>
<Dependency>sdl-image</Dependency>
<Dependency>dvdauthor</Dependency>
<Dependency>kbookmarks</Dependency>
<Dependency>kguiaddons</Dependency>
<Dependency>kitemviews</Dependency>
<Dependency>qt5-script</Dependency>
<Dependency>qt5-webkit</Dependency>
<Dependency>kcompletion</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kdbusaddons</Dependency>
<Dependency>kiconthemes</Dependency>
<Dependency>kjobwidgets</Dependency>
<Dependency>qt5-location</Dependency>
<Dependency>ktextwidgets</Dependency>
<Dependency>kfilemetadata</Dependency>
<Dependency>knotifyconfig</Dependency>
<Dependency>kconfigwidgets</Dependency>
<Dependency>knotifications</Dependency>
@@ -53756,7 +53779,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Package>
<History>
<Update release="2">
<Date>2016-05-19</Date>
<Date>2016-06-25</Date>
<Version>16.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Burak Ertürk</Name>
@@ -66035,7 +66058,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Package>
<History>
<Update release="4">
<Date>2016-06-09</Date>
<Date>2016-06-29</Date>
<Version>5.6.0</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
@@ -76555,7 +76578,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Summary xml:lang="tr">NTFS dosya sistemlerine okuma/yazma erişimi için bir sürücü</Summary>
<Description xml:lang="en">ntfs-3g allows regular users read/write access to NTFS filesystems.</Description>
<Description xml:lang="tr">ntfs-3g kullanıcıların NTFS biçimli disk bölümlerine hem okuma hem yazma erişimi yapabilmesine imkan veren bir sürücüdür.</Description>
<Archive type="targz" sha1sum="0ebd9adffd5a6ddcfbacade6be8efe1eba4b1a08">http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2015.3.14.tgz</Archive>
<Archive type="targz" sha1sum="382df40c366711003cf24d2342033c23e2580b42">https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2016.2.22.tgz</Archive>
<BuildDependencies>
<Dependency>fuse-devel</Dependency>
<Dependency>libutil-linux-devel</Dependency>
@@ -76588,7 +76611,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Description xml:lang="tr">NTFS dosya sistemi için kullanıcı araçları içerir. Bu araçların amacı Linux çekirdeğine NTFS dosya sistemlerine güvenilir ve tam erişim sağlayacak NTFS araçlarını sağlamaktır.</Description>
<PartOf>hardware.disk</PartOf>
<RuntimeDependencies>
<Dependency version="2015.3.14">ntfs-3g</Dependency>
<Dependency version="2016.2.22">ntfs-3g</Dependency>
<Dependency>fuse</Dependency>
<Dependency>libutil-linux</Dependency>
</RuntimeDependencies>
@@ -76601,6 +76624,13 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Files>
</Package>
<History>
<Update release="3">
<Date>2016-06-27</Date>
<Version>2016.2.22</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>2015.3.14</Version>
@@ -78069,7 +78099,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Package>
<History>
<Update release="3">
<Date>2016-06-09</Date>
<Date>2016-06-28</Date>
<Version>1.10.3</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
@@ -96991,6 +97021,100 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>qupzilla</Name>
<Homepage>http://www.qupzilla.com/</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>app:gui</IsA>
<PartOf>network.web</PartOf>
<Summary xml:lang="en">A fast open source browser based on WebKit core, written in Qt Framework, wayland port</Summary>
<Description xml:lang="en">A fast open source browser based on WebKit core, written in Qt Framework, wayland port</Description>
<Archive type="tarxz" sha1sum="db05bb206999b782df4d6ae96c6df24cba81944a">https://github.com/QupZilla/qupzilla/releases/download/v2.0.1/QupZilla-2.0.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>openssl-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-webkit-devel</Dependency>
<Dependency>qt5-webengine-devel</Dependency>
<Dependency>qt5-x11extras-devel</Dependency>
<Dependency>qt5-svg-devel</Dependency>
<Dependency>qt5-sql-sqlite</Dependency>
<Dependency>qt5-declarative-devel</Dependency>
<Dependency>qt5-xmlpatterns-devel</Dependency>
<Dependency>qt5-phonon-devel</Dependency>
<Dependency>qt5-sensors-devel</Dependency>
<Dependency>qt5-script-devel</Dependency>
<Dependency>qt5-designer-devel</Dependency>
<Dependency>qt5-webchannel-devel</Dependency>
<Dependency>qt5-location-devel</Dependency>
<Dependency>qt5-imageformats</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency>xcb-util-devel</Dependency>
<Dependency>libvpx-devel</Dependency>
<Dependency>libgnome-keyring-devel</Dependency>
<Dependency>kdelibs4-support-devel</Dependency>
<Dependency>kwallet-devel</Dependency>
<Dependency>hunspell-devel</Dependency>
<Dependency>gdb-devel</Dependency>
<Dependency>libmng-devel</Dependency>
<Dependency>lcms2-devel</Dependency>
<Dependency>tiff-devel</Dependency>
<Dependency>jbigkit-devel</Dependency>
<Dependency>nss-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="0">speeddial.diff</Patch>
<Patch level="0">preferences.diff</Patch>
<Patch level="0">browserwindow.diff</Patch>
<Patch level="0">defines.diff</Patch>
<Patch level="0">bookmarks_json.diff</Patch>
</Patches>
<SourceURI>network/web/qupzilla/pspec.xml</SourceURI>
</Source>
<Package>
<Name>qupzilla</Name>
<Summary xml:lang="en">Cross-platform QtWebKit browser</Summary>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>libxcb</Dependency>
<Dependency>openssl</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-webengine</Dependency>
<Dependency>qt5-x11extras</Dependency>
<Dependency>qt5-webchannel</Dependency>
<Dependency>qt5-declarative</Dependency>
<Dependency>hunspell</Dependency>
<Dependency>kwallet</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/qupzilla</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/share/appdata</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/bash-completion</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="data">/usr/share/qupzilla</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-06-18</Date>
<Version>2.0.1</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>lynx</Name>
@@ -97766,7 +97890,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Package>
<History>
<Update release="2">
<Date>2016-06-16</Date>
<Date>2016-06-29</Date>
<Version>51.0.2704.84</Version>
<Comment>Version Bump.</Comment>
<Name>Ergün Salman</Name>
+1 -1
View File
@@ -1 +1 @@
0af4fa6ccec57966321eba1cd40d03c521cdfdbc
bd42f9c64cd0a3e458da2202d25d9e725582cb52
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
29dee15c1db0f03b3b4b703ad6b186dca64c3bdf
4b1a0ead22cd5827af7e94da54337625b102fda6