colord-1.4.3:ver.bump
This commit is contained in:
@@ -10,15 +10,17 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
shelltools.copy("po/fur.po", "po/ur.po")
|
||||
shelltools.system("sed -i 's/fur/ur/' po/LINGUAS")
|
||||
shelltools.makedirs("build")
|
||||
shelltools.cd("build")
|
||||
shelltools.system("meson .. --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
-Dwith-daemon-user=colord \
|
||||
-Denable-systemd=false \
|
||||
-Denable-docs=false \
|
||||
-Denable-libcolordcompat=true \
|
||||
-Denable-man=false")
|
||||
-Ddaemon_user=colord \
|
||||
-Dsystemd=false \
|
||||
-Ddocs=false \
|
||||
-Dlibcolordcompat=true \
|
||||
-Dman=false")
|
||||
|
||||
|
||||
def build():
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<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>
|
||||
<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>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>valgrind</Dependency>
|
||||
@@ -39,7 +39,7 @@
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<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>
|
||||
</Source>
|
||||
|
||||
@@ -107,6 +107,13 @@
|
||||
</Package>
|
||||
|
||||
<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">
|
||||
<Date>2018-07-30</Date>
|
||||
<Version>1.4.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user