qt5-webengine:removed nss from build dep

This commit is contained in:
2016-06-14 22:24:16 +03:00
parent 0b85167296
commit 4bada07e08
2 changed files with 2 additions and 6 deletions
@@ -14,14 +14,10 @@ def setup():
shelltools.export("QT5LINK", "/usr/lib/qt5/bin")
shelltools.export("QT5DIR", "/usr/lib/qt5")
shelltools.export("CFLAGS", "%s -I/usr/lib/sqlite3.11.0.0" % get.CFLAGS())
#qt5.configure()
shelltools.system("qmake-qt5 WEBENGINE_CONFIG+=use_proprietary_codecs qtwebengine.pro")
def build():
qt5.make()
#Drop QMAKE_PRL_BUILD_DIR because reference the build dir
#shelltools.system('find "$pkgdir/usr/lib" -type f -name '*.prl' -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;')
def install():
qt5.install("INSTALL_ROOT=%s" % get.installDIR())
+2 -2
View File
@@ -56,7 +56,7 @@
<Dependency>alsa-lib-devel</Dependency>
<Dependency>pciutils-devel</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>nss-devel</Dependency>
<!-- <Dependency>nss-devel</Dependency> --> <!--bizim nss ile derlenmiyor kendi içinde var-->
<Dependency>perl</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>libvpx-devel</Dependency>
@@ -131,7 +131,7 @@
<History>
<Update release="1">
<Date>2016-06-14</Date>
<Date>2016-06-15</Date>
<Version>5.6.0</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>