@@ -14,7 +14,7 @@ def setup():
|
||||
--disable-static \
|
||||
--disable-rpath \
|
||||
--disable-dependency-tracking")
|
||||
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
@@ -22,5 +22,5 @@ def build():
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
|
||||
|
||||
pisitools.dodoc("ABOUT-NLS", "AUTHORS", "COPYING", "MAINTAINERS", "NEWS", "README", "TODO")
|
||||
@@ -20,9 +20,10 @@
|
||||
<Dependency>pango-devel</Dependency>
|
||||
<Dependency>colord-devel</Dependency>
|
||||
<Dependency>gdk-pixbuf-devel</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>vala</Dependency>
|
||||
<Dependency>gobject-introspection </Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -36,18 +37,16 @@
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>colord</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>lcms2</Dependency>
|
||||
<Dependency>lcms2</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/vala/vapi/</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="man">/usr/share/man/man1</Path>
|
||||
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="man">/usr/share/man/man1</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -66,40 +65,12 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2016-11-14</Date>
|
||||
<Update release="1">
|
||||
<Date>2016-11-17</Date>
|
||||
<Version>0.1.26</Version>
|
||||
<Comment>Rebuild for Pisi Linux 2.0.</Comment>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2015-01-25</Date>
|
||||
<Version>0.1.26</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Hakan Yıldız</Name>
|
||||
<Email>hknyldz93@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2014-03-06</Date>
|
||||
<Version>0.1.25</Version>
|
||||
<Comment>Rebuild Unused</Comment>
|
||||
<Name>Varol Maksutoğlu</Name>
|
||||
<Email>waroi@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2014-01-21</Date>
|
||||
<Version>0.1.25</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2013-08-30</Date>
|
||||
<Version>0.1.25</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -3,6 +3,7 @@
|
||||
<Source>
|
||||
<Name>colord-gtk</Name>
|
||||
<Summary xml:lang="en">GTK support library for colord</Summary>
|
||||
<Summary xml:lang="tr">Colord için GTK destek kütüphanesi</Summary>
|
||||
<Description xml:lang="en">colord-gtk is a GTK+ support library.</Description>
|
||||
</Source>
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ def setup():
|
||||
--with-systemdsystemunitdir=no \
|
||||
--enable-introspection \
|
||||
--enable-vala ")
|
||||
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
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>
|
||||
<Archive sha1sum="401f4b5c2f38895b14be4cfa36590ed3ce40cce4" type="tarxz">https://www.freedesktop.org/software/colord/releases/colord-1.3.3.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>argyllcms</Dependency>
|
||||
<Dependency>vala</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
<Dependency>lcms2-devel</Dependency>
|
||||
<Dependency>libgusb-devel</Dependency>
|
||||
<Dependency>sane-backends-devel</Dependency>
|
||||
<Dependency>bash-completion</Dependency>
|
||||
<Dependency>vala</Dependency>
|
||||
<Dependency>eudev-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libgudev-devel</Dependency>
|
||||
<Dependency>libtool</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libgudev-devel</Dependency>
|
||||
<Dependency>sqlite</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
<Dependency>icu4c-devel</Dependency>
|
||||
<Dependency>libgusb-devel</Dependency>
|
||||
<Dependency>libusb-devel</Dependency>
|
||||
<Dependency>sqlite</Dependency>
|
||||
<Dependency>sqlite-devel</Dependency>
|
||||
<Dependency>qt5-sql-sqlite</Dependency>
|
||||
<Dependency>polkit-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -87,6 +83,8 @@
|
||||
<Dependency release="current">colord</Dependency>
|
||||
<Dependency>lcms2-devel</Dependency>
|
||||
<Dependency>libgusb-devel</Dependency>
|
||||
<Dependency>eudev-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -102,14 +100,14 @@
|
||||
<Path fileType="data">/usr/share/color</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-11-14</Date>
|
||||
<Date>2016-11-17</Date>
|
||||
<Version>1.3.3</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
@@ -3,9 +3,11 @@
|
||||
<Source>
|
||||
<Name>colord</Name>
|
||||
<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>
|
||||
<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="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="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>
|
||||
|
||||
<Package>
|
||||
@@ -13,4 +15,4 @@
|
||||
<Summary xml:lang="tr">Colord için geliştirme başlıkları</Summary>
|
||||
<Summary xml:lang="pl">Pliki nagłówkowe colord</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user