@@ -10,15 +10,17 @@ from pisi.actionsapi import pisitools
|
|||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
|
shelltools.copy("po/fur.po", "po/ur.po")
|
||||||
|
shelltools.system("sed -i 's/fur/ur/' po/LINGUAS")
|
||||||
shelltools.makedirs("build")
|
shelltools.makedirs("build")
|
||||||
shelltools.cd("build")
|
shelltools.cd("build")
|
||||||
shelltools.system("meson .. --prefix=/usr \
|
shelltools.system("meson .. --prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
-Dwith-daemon-user=colord \
|
-Ddaemon_user=colord \
|
||||||
-Denable-systemd=false \
|
-Dsystemd=false \
|
||||||
-Denable-docs=false \
|
-Ddocs=false \
|
||||||
-Denable-libcolordcompat=true \
|
-Dlibcolordcompat=true \
|
||||||
-Denable-man=false")
|
-Dman=false")
|
||||||
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Colord is a system activated daemon that maps devices to color profiles</Summary>
|
<Summary>Colord is a system activated daemon that maps devices to color profiles</Summary>
|
||||||
<Description>Colord is a system activated daemon that maps devices to color profiles. It is used by GNOME Color Manager for system integration and use when there are no users logged in.</Description>
|
<Description>Colord is a system activated daemon that maps devices to color profiles. It is used by GNOME Color Manager for system integration and use when there are no users logged in.</Description>
|
||||||
<Archive sha1sum="e75a29b6721e96c05bcc5466e7d4a1de912c9b87" type="tarxz">https://www.freedesktop.org/software/colord/releases/colord-1.4.1.tar.xz</Archive>
|
<Archive sha1sum="a845fb51a54dda936d1a9696e30cc3d947bfa628" type="tarxz">https://www.freedesktop.org/software/colord/releases/colord-1.4.3.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>meson</Dependency>
|
<Dependency>meson</Dependency>
|
||||||
<Dependency>valgrind</Dependency>
|
<Dependency>valgrind</Dependency>
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
<Dependency>gobject-introspection-devel</Dependency>
|
<Dependency>gobject-introspection-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<Patch>0001-Make-cd_color_get_blackbody_rgb_full-safer.patch</Patch>
|
<!-- <Patch>0001-Make-cd_color_get_blackbody_rgb_full-safer.patch</Patch> -->
|
||||||
</Patches>
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -107,6 +107,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="4">
|
||||||
|
<Date>2018-11-08</Date>
|
||||||
|
<Version>1.4.3</Version>
|
||||||
|
<Comment>Version bump</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="3">
|
<Update release="3">
|
||||||
<Date>2018-07-30</Date>
|
<Date>2018-07-30</Date>
|
||||||
<Version>1.4.1</Version>
|
<Version>1.4.1</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user