123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>gconf</Name>
- <Homepage>https://developer.gnome.org/gconf/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <IsA>library</IsA>
- <Summary>Gnome Configuration System</Summary>
- <Description>gconf is a Gnome Configuration System.</Description>
- <Archive sha1sum="a90d3ac08dc454f927c8d3024f52d4d57e3ff613" type="tarxz">mirrors://gnome/GConf/3.2/GConf-3.2.6.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>glib2-devel</Dependency>
- <Dependency>gtk-doc</Dependency>
- <Dependency>gettext-devel</Dependency>
- <Dependency>gobject-introspection-devel</Dependency>
- <Dependency>libxml2-devel</Dependency>
- <Dependency>dbus-devel</Dependency>
- <Dependency>dbus-glib-devel</Dependency>
- <Dependency>polkit-devel</Dependency>
- <Dependency>openldap-client</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>intltool</Dependency>
- <Dependency>python-lxml</Dependency>
- <Dependency>python-six</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">01_xml-gettext-domain.patch</Patch>
- <Patch level="1">gconf-reload.patch</Patch>
- <Patch level="1">gconf-3.2.6-gsettings-data-convert-paths.patch</Patch>
- <Patch level="1">gconf-3.2.6-mconvert-crasher.patch</Patch>
- <Patch level="1">gconf-3.2.6-spew-console-error.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>gconf</Name>
- <RuntimeDependencies>
- <Dependency>dbus</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>polkit</Dependency>
- <Dependency>libxml2</Dependency>
- <Dependency>dbus-glib</Dependency>
- <Dependency>openldap-client</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc/dbus-1/system.d</Path>
- <Path fileType="config">/etc/gconf</Path>
- <Path fileType="config">/etc/xdg/autostart</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib/libgconf*</Path>
- <Path fileType="library">/usr/lib/GConf</Path>
- <Path fileType="library">/usr/lib/gio</Path>
- <Path fileType="library">/usr/lib/girepository-1.0</Path>
- <Path fileType="data">/usr/share/dbus-1</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share/GConf</Path>
- <Path fileType="data">/usr/share/aclocal</Path>
- <Path fileType="data">/usr/share/gir-1.0</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/usr/share/polkit-1/actions</Path>
- <Path fileType="data">/usr/share/sgml/gconf</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile owner="root" permission="0644" target="/etc/gconf/2/path">gconf2.path</AdditionalFile>
- </AdditionalFiles>
- <Provides>
- <COMAR script="pakhandler.py">System.PackageHandler</COMAR>
- </Provides>
- </Package>
- <Package>
- <Name>gconf-docs</Name>
- <IsA>data:doc</IsA>
- <Summary>GConf reference documents</Summary>
- <RuntimeDependencies>
- <Dependency release="current">gconf</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="doc">/usr/share/gtk-doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>gconf-devel</Name>
- <Summary>Development files for gconf</Summary>
- <RuntimeDependencies>
- <Dependency release="current">gconf</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>dbus-devel</Dependency>
- <Dependency>python-lxml</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2023-05-22</Date>
- <Version>3.2.6</Version>
- <Comment>Rebuild</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2020-01-13</Date>
- <Version>3.2.6</Version>
- <Comment>Rebuild</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2018-09-16</Date>
- <Version>3.2.6</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2017-03-01</Date>
- <Version>3.2.6</Version>
- <Comment>Rebuild for new toolchain.</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-05-05</Date>
- <Version>3.2.6</Version>
- <Comment>First release</Comment>
- <Name>Erdinç Gültekin</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|