12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>blueman</Name>
- <Homepage>http://blueman-project.org</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv3</License>
- <Icon>bluetooth</Icon>
- <IsA>app:gui</IsA>
- <IsA>library</IsA>
- <Summary>GTK+ Bluetooth Manager</Summary>
- <Description>blueman is a bluetooth manager application which is designed to be simple and intuitive for everyday bluetooth tasks. It's written with GTK+ toolkit.</Description>
- <Archive sha1sum="983cde51a366555e042d20cef9e87f6ccf6eb268" type="targz">https://github.com/blueman-project/blueman/releases/download/2.0.5/blueman-2.0.5.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>intltool</Dependency>
- <Dependency>unifdef</Dependency>
- <Dependency>m4</Dependency>
- <Dependency>util-macros</Dependency>
- <Dependency>gettext-devel</Dependency>
- <Dependency>python-devel</Dependency>
- <Dependency>itstool</Dependency>
- <Dependency>docbook-xml</Dependency>
- <Dependency>docbook-xsl</Dependency>
- <Dependency>cython</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>notify-python</Dependency>
- <Dependency>bluez-libs-devel</Dependency>
- <Dependency>python-gtk-devel</Dependency>
- <Dependency>python-pygobject3-devel</Dependency>
- <Dependency>python-pygobject-devel</Dependency>
- <Dependency>startup-notification-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>blueman</Name>
- <RuntimeDependencies>
- <Dependency>gtk3</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>python</Dependency>
- <Dependency>bluez-libs</Dependency>
- <Dependency>startup-notification</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="executable">/usr/libexec</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="library">/usr/lib/python2*</Path>
- <Path fileType="library">/usr/lib/nautilus-sendto/</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="data">/usr/share/polkit-1</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/etc/dbus-1/system.d</Path>
- <Path fileType="data">/etc/xdg/autostart</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2018-01-04</Date>
- <Version>2.0.5</Version>
- <Comment>Version Bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2017-04-10</Date>
- <Version>2.0.4</Version>
- <Comment>rebuild</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-09-11</Date>
- <Version>2.0.4</Version>
- <Comment>First release</Comment>
- <Name>Ergün Salman</Name>
- <Email>poyraz76@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|