colord-gtk: fix deps
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user