Kaydet (Commit) e5c353cf authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

dbus hatası ve woff için değişimler

üst 0048591e
......@@ -8,13 +8,9 @@ from inary.actionsapi import get
from inary.actionsapi import mesontools
from inary.actionsapi import shelltools
from inary.actionsapi import inarytools
from inary.actionsapi import cmaketools
def setup():
inarytools.dosed("CMakeLists.txt", 'NOT BUILD_SHARED_LIBS', 'TRUE')
shelltools.makedirs("inaryPackageBuild")
shelltools.cd("inaryPackageBuild")
cmaketools.configure("-G Ninja", sourceDir="..")
mesontools.cmake_configure()
def build():
mesontools.ninja_build()
......
......@@ -12,6 +12,11 @@
<Summary>Web Open Font Format 2 reference implementation</Summary>
<Description>The implementor for WOFF2 formatted files. The structure of WOFF2 files is similar to that of SFNT and WOFF 1.0 font files, in that there is a header followed by a table directory, followed by the data for those tables.</Description>
<Archive sha1sum="bab4838b248026c968e171a5467b5176caf4e2e5" type="targz">https://github.com/google/woff2/archive/v1.0.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>ninja</Dependency>
<Dependency>cmake</Dependency>
<Dependency>libbrotli-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
......@@ -20,6 +25,9 @@
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
<RuntimeDependencies>
<Dependency>libbrotli</Dependency>
</RuntimeDependencies>
</Package>
<Package>
<Name>woff-devel</Name>
......@@ -33,6 +41,13 @@
</Files>
</Package>
<History>
<Update release="2">
<Date>2019-11-19</Date>
<Version>1.0.2</Version>
<Comment>Build dependencies fixed and action script changed.</Comment>
<Name>Süleyman Poyraz</Name>
<Email>zaryob.dev@gmail.com</Email>
</Update>
<Update release="1">
<Date>2019-09-18</Date>
<Version>1.0.2</Version>
......
......@@ -4,6 +4,7 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
import os
from inary.actionsapi import get
from inary.actionsapi import autotools
from inary.actionsapi import inarytools
......@@ -59,6 +60,7 @@ def install():
inarytools.dodir("/run/dbus")
inarytools.dodir("/var/lib/dbus")
inarytools.dodir("/usr/share/dbus-1/services")
os.system("/bin/chown root:dbus {}/usr/libexec/dbus-daemon-launch-helper".format(get.installDIR()))
os.system("/bin/chmod -v 4750 {}/usr/libexec/dbus-daemon-launch-helper".format(get.installDIR()))
inarytools.dodoc("AUTHORS", "ChangeLog", "NEWS*", "README*", "doc/TODO", "doc/*.txt")
inarytools.dohtml("doc/")
......@@ -129,6 +129,13 @@
</Files>
</Package>
<History>
<Update release="4" type="security">
<Date>2019-11-16</Date>
<Version>1.12.12</Version>
<Comment>Error `org.freedesktop.DBus.Error.Spawn.PermissionsInvalid: The permission of the setuid helper is not correct` fixed.</Comment>
<Name>Süleyman Poyraz</Name>
<Email>zaryob.dev@gmail.com</Email>
</Update>
<Update release="3">
<Date>2019-09-19</Date>
<Version>1.12.12</Version>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment