Merge pull request #1170 from namso-01/master
nss + firefox version bump, sddm fixed
This commit is contained in:
@@ -9,8 +9,13 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
shelltools.system("sed -e '/UPOWER_SERVICE)/ s:^://:' \
|
||||
-i src/daemon/PowerManager.cpp")
|
||||
shelltools.system("sed -e 's/eval exec/& ck-launch-session /' \
|
||||
-i data/scripts/Xsession")
|
||||
|
||||
shelltools.makedirs("build")
|
||||
shelltools.cd("build")
|
||||
shelltools.cd("build")
|
||||
|
||||
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>sddm</Name>
|
||||
<Summary xml:lang="en">QML based X11 display manager</Summary>
|
||||
<Summary xml:lang="tr">QML tabanlı X11 görüntü yöneticisi.</Summary>
|
||||
<Description xml:lang="en">KDE Power Management module. Provides kded daemon DBus helper and KCM for configuring Power settings</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -15,7 +15,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Firefox Web Browser</Summary>
|
||||
<Description>It is more secure and faster to browse the web with Firefox web browser. You can personalize your web browser with many specifications that is not enough to explain in two sentences.</Description>
|
||||
<Archive sha1sum="47189b0a15087dd8f27999f5d920ad204fde8dca" type="tarxz">https://ftp.mozilla.org/pub/firefox/releases/44.0/source/firefox-44.0.source.tar.xz</Archive>
|
||||
<Archive sha1sum="949a9aa5fe21aa3a192277cec2bab05bd01e8bd4" type="tarxz">https://ftp.mozilla.org/pub/firefox/releases/44.0.2/source/firefox-44.0.2.source.tar.xz</Archive>
|
||||
<AdditionalFiles>
|
||||
<!--Our main configure script. Configure paramters are stored here.-->
|
||||
<AdditionalFile target=".mozconfig" permission="0644">mozconfig</AdditionalFile>
|
||||
@@ -39,7 +39,7 @@
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
<Dependency>gst-plugins-base-next-devel</Dependency>
|
||||
<Dependency versionFrom="3.20.1">nss-devel</Dependency>
|
||||
<Dependency versionFrom="3.22">nss-devel</Dependency>
|
||||
<Dependency versionFrom="4.10.10">nspr-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
@@ -517,6 +517,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="43">
|
||||
<Date>2016-02-14</Date>
|
||||
<Version>44.0.2</Version>
|
||||
<Comment>Version bump, http://www.mozilla.org/en-US/firefox/44.0.2/releasenotes</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="42">
|
||||
<Date>2016-01-28</Date>
|
||||
<Version>44.0</Version>
|
||||
|
||||
@@ -15,25 +15,25 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Network Security Services</Summary>
|
||||
<Description>Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled client and server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards.</Description>
|
||||
<Archive sha1sum="6f123d05a8184cdc5ab4c903250f3c9b5b96dea4" type="targz">https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_20_1_RTM/src/nss-3.20.1.tar.gz</Archive>
|
||||
<Archive sha1sum="47e1b0f297eabe9965abde3f1c5baafdee513f84" type="targz">https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_22_RTM/src/nss-3.22.tar.gz</Archive>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="dist/pkgconfig/nss.pc.in">nss.pc.in</AdditionalFile>
|
||||
<AdditionalFile target="dist/pkgconfig/nss-config.in">nss-config.in</AdditionalFile>
|
||||
<AdditionalFile permission="0755" target="generate-pc-config.sh">generate-pc-config.sh</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
<BuildDependencies>
|
||||
<Dependency>nspr-devel</Dependency>
|
||||
<Dependency>sqlite-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>sqlite-devel</Dependency>
|
||||
<Dependency versionFrom="4.10.10">nspr-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">nss-3.18.1-standalone-1.patch</Patch>
|
||||
<!--<Patch level="1">nss-3.18.1-standalone-1.patch</Patch>-->
|
||||
<Patch level="1">add_spi+cacert_ca_certs.patch</Patch>
|
||||
<Patch level="3">ssl-renegotiate-transitional.patch</Patch>
|
||||
|
||||
<!-- Patches from Fedora -->
|
||||
<Patch level="0">fedora/add-relro-linker-option.patch</Patch>
|
||||
<Patch level="0">fedora/nss-539183.patch</Patch>
|
||||
<!--<Patch level="0">fedora/nss-539183.patch</Patch>-->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -75,6 +75,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="18">
|
||||
<Date>2016-02-14</Date>
|
||||
<Version>3.22</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="17">
|
||||
<Date>2015-12-21</Date>
|
||||
<Version>3.20.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user