12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>udiskie</Name>
- <Homepage>https://pypi.python.org/pypi/udiskie</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:gui</IsA>
- <Summary>Removable disk automounter using udisks2</Summary>
- <Description>Udiskie is a udisks2 front-end that allows to manage removeable media such as CDs or flash drives from userspace.</Description>
- <Archive sha1sum="a4c21fe64e4a68ab9a4c38d0091a70b3c71e3105" type="targz">https://github.com/coldfix/udiskie/archive/refs/tags/v2.5.3.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>pip3</Dependency>
- <Dependency>keyutils</Dependency>
- <Dependency>asciidoc</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>udisks2-devel</Dependency>
- <Dependency>python3-wheel</Dependency>
- <Dependency>python3-PyYAML</Dependency>
- <Dependency>python-keyutils</Dependency>
- <Dependency>libnotify-devel</Dependency>
- <Dependency>python3-setuptools</Dependency>
- <Dependency>python3-pygobject3-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>udiskie</Name>
- <RuntimeDependencies>
- <Dependency>gtk3</Dependency>
- <Dependency>python3</Dependency>
- <Dependency>udisks2</Dependency>
- <Dependency>libnotify</Dependency>
- <Dependency>python-docopt</Dependency>
- <Dependency>python3-PyYAML</Dependency>
- <Dependency>python-keyutils</Dependency>
- <Dependency>python3-pygobject3</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/lib/python3*/site-packages/udiskie*</Path>
- <Path fileType="data">/usr/share/zsh/site-functions</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="doc">/usr/share/doc/udiskie</Path>
- <Path fileType="data">/usr/share/bash-completions</Path>
- <Path fileType="data">/usr/share/bash-completion/completions</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2024-11-29</Date>
- <Version>2.5.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Ümit Solmaz</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2023-11-03</Date>
- <Version>2.5.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2021-09-25</Date>
- <Version>2.3.3</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|