colord: add deps..
This commit is contained in:
@@ -20,7 +20,7 @@ def setup():
|
|||||||
--with-systemdsystemunitdir=no \
|
--with-systemdsystemunitdir=no \
|
||||||
--enable-introspection \
|
--enable-introspection \
|
||||||
--enable-vala ")
|
--enable-vala ")
|
||||||
|
|
||||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
|
|||||||
+10
-12
@@ -14,32 +14,28 @@
|
|||||||
<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="401f4b5c2f38895b14be4cfa36590ed3ce40cce4" type="tarxz">https://www.freedesktop.org/software/colord/releases/colord-1.3.3.tar.xz</Archive>
|
<Archive sha1sum="401f4b5c2f38895b14be4cfa36590ed3ce40cce4" type="tarxz">https://www.freedesktop.org/software/colord/releases/colord-1.3.3.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>intltool</Dependency>
|
<Dependency>intltool</Dependency>
|
||||||
<Dependency>argyllcms</Dependency>
|
<Dependency>argyllcms</Dependency>
|
||||||
<Dependency>vala</Dependency>
|
<Dependency>vala-devel</Dependency>
|
||||||
<Dependency>lcms2-devel</Dependency>
|
<Dependency>lcms2-devel</Dependency>
|
||||||
<Dependency>libgusb-devel</Dependency>
|
|
||||||
<Dependency>sane-backends-devel</Dependency>
|
<Dependency>sane-backends-devel</Dependency>
|
||||||
<Dependency>bash-completion</Dependency>
|
<Dependency>bash-completion</Dependency>
|
||||||
<Dependency>vala</Dependency>
|
|
||||||
<Dependency>eudev-devel</Dependency>
|
<Dependency>eudev-devel</Dependency>
|
||||||
<Dependency>glib2-devel</Dependency>
|
|
||||||
<Dependency>libgudev-devel</Dependency>
|
|
||||||
<Dependency>libtool</Dependency>
|
<Dependency>libtool</Dependency>
|
||||||
<Dependency>gtk-doc</Dependency>
|
<Dependency>gtk-doc</Dependency>
|
||||||
<Dependency>perl</Dependency>
|
<Dependency>perl</Dependency>
|
||||||
<Dependency>gettext-devel</Dependency>
|
<Dependency>gettext-devel</Dependency>
|
||||||
<Dependency>glib2-devel</Dependency>
|
<Dependency>glib2-devel</Dependency>
|
||||||
<Dependency>libgudev-devel</Dependency>
|
<Dependency>libgudev-devel</Dependency>
|
||||||
<Dependency>sqlite</Dependency>
|
|
||||||
<Dependency>libxslt-devel</Dependency>
|
<Dependency>libxslt-devel</Dependency>
|
||||||
<Dependency>icu4c-devel</Dependency>
|
<Dependency>icu4c-devel</Dependency>
|
||||||
<Dependency>libgusb-devel</Dependency>
|
<Dependency>libgusb-devel</Dependency>
|
||||||
<Dependency>libusb-devel</Dependency>
|
<Dependency>libusb-devel</Dependency>
|
||||||
<Dependency>sqlite</Dependency>
|
<Dependency>sqlite-devel</Dependency>
|
||||||
<Dependency>qt5-sql-sqlite</Dependency>
|
<Dependency>qt5-sql-sqlite</Dependency>
|
||||||
|
<Dependency>polkit-devel</Dependency>
|
||||||
<Dependency>gobject-introspection-devel</Dependency>
|
<Dependency>gobject-introspection-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
@@ -87,6 +83,8 @@
|
|||||||
<Dependency release="current">colord</Dependency>
|
<Dependency release="current">colord</Dependency>
|
||||||
<Dependency>lcms2-devel</Dependency>
|
<Dependency>lcms2-devel</Dependency>
|
||||||
<Dependency>libgusb-devel</Dependency>
|
<Dependency>libgusb-devel</Dependency>
|
||||||
|
<Dependency>eudev-devel</Dependency>
|
||||||
|
<Dependency>glib2-devel</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="header">/usr/include</Path>
|
<Path fileType="header">/usr/include</Path>
|
||||||
@@ -102,14 +100,14 @@
|
|||||||
<Path fileType="data">/usr/share/color</Path>
|
<Path fileType="data">/usr/share/color</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2016-11-14</Date>
|
<Date>2016-11-17</Date>
|
||||||
<Version>1.3.3</Version>
|
<Version>1.3.3</Version>
|
||||||
<Comment>First Release.</Comment>
|
<Comment>First Release.</Comment>
|
||||||
<Name>Stefan Gronewold(groni)</Name>
|
<Name>Stefan Gronewold(groni)</Name>
|
||||||
<Email>groni@pisilinux.org</Email>
|
<Email>groni@pisilinux.org</Email>
|
||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|||||||
@@ -3,9 +3,11 @@
|
|||||||
<Source>
|
<Source>
|
||||||
<Name>colord</Name>
|
<Name>colord</Name>
|
||||||
<Summary xml:lang="en">Colord is a system activated daemon that maps devices to color profiles.</Summary>
|
<Summary xml:lang="en">Colord is a system activated daemon that maps devices to color profiles.</Summary>
|
||||||
|
<Summary xml:lang="tr">Colord, aygıtları renk profillerine eşleyen bir sistem etkinleştirme programıdır.</Summary>
|
||||||
<Summary xml:lang="pl">Usługa systemowa do zarządzania urządzeniami obsługującymi kolory</Summary>
|
<Summary xml:lang="pl">Usługa systemowa do zarządzania urządzeniami obsługującymi kolory</Summary>
|
||||||
<Description xml:lang="en">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 xml:lang="en">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 xml:lang="en">colord to niskopoziomowa usługa systemowa odwzorowująca urządzenia obsługujące kolory na profile kolorów w kontekście systemu.</Description>
|
<Description xml:lang="tr">Colord, giriş ve çıkış aygıtlarını doğru bir şekilde renk yönetimi için renk profilleri yönetmek, yüklemek ve oluşturmak için kolaylaştıran bir sistem hizmetidir.</Description>
|
||||||
|
<Description xml:lang="pl">colord to niskopoziomowa usługa systemowa odwzorowująca urządzenia obsługujące kolory na profile kolorów w kontekście systemu.</Description>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
@@ -13,4 +15,4 @@
|
|||||||
<Summary xml:lang="tr">Colord için geliştirme başlıkları</Summary>
|
<Summary xml:lang="tr">Colord için geliştirme başlıkları</Summary>
|
||||||
<Summary xml:lang="pl">Pliki nagłówkowe colord</Summary>
|
<Summary xml:lang="pl">Pliki nagłówkowe colord</Summary>
|
||||||
</Package>
|
</Package>
|
||||||
</PISI>
|
</PISI>
|
||||||
Reference in New Issue
Block a user