1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>blueberry</Name>
- <Homepage>https://github.com/linuxmint/blueberry</Homepage>
- <Packager>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Packager>
- <License>GPLv3+</License>
- <IsA>app:gui</IsA>
- <Summary>Bluetooth configuration tool</Summary>
- <Description>Bluetooth configuration tool</Description>
- <Archive sha1sum="8a3762574302060de62f04646783474c7041218d" type="targz">https://github.com/linuxmint/blueberry/archive/refs/tags/1.4.8.tar.gz</Archive>
- </Source>
-
- <Package>
- <Name>blueberry</Name>
- <Summary>Bluetooth configuration tool</Summary>
- <RuntimeDependencies>
- <Dependency>gnome-bluetooth</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc/xdg/autostart</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib/blueberry</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share/glib-2.0</Path>
- <Path fileType="data">/usr/share/icons</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- </Files>
- </Package>
-
- <History>
- <Update release="2">
- <Date>2022-07-25</Date>
- <Version>1.4.8</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2022-07-15</Date>
- <Version>1.4.7</Version>
- <Comment>Fİrst release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|