1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>mate-tweak</Name>
- <Homepage>https://github.com/ubuntu-mate/mate-tweak</Homepage>
- <Packager>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Packager>
- <License>GPLv3</License>
- <IsA>app:gui</IsA>
- <Summary>Tweak tool for MATE (fork of MintDesktop)</Summary>
- <Description>Tweak tool for MATE (fork of MintDesktop)</Description>
- <Archive sha1sum="23f9f3f772e56d2ac2f8e0cbac23ed675aa4e292" type="targz">https://github.com/ubuntu-mate/mate-tweak/archive/22.10.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python3-devel</Dependency>
- <Dependency>python3-setuptools</Dependency>
- <Dependency>python3-distutils-extra</Dependency>
- <Dependency>intltool</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>mate-tweak</Name>
- <RuntimeDependencies>
- <Dependency>python3</Dependency>
- <Dependency>python3-setproctitle</Dependency>
- <Dependency>python3-distro</Dependency>
- <Dependency>python3-psutil</Dependency>
- <Dependency>python3-pygobject3</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="data">/usr/share/polkit-1</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="localdata">/usr/share/locale</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="6">
- <Date>2023-10-24</Date>
- <Version>22.10.0</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2022-11-12</Date>
- <Version>22.10.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2021-10-24</Date>
- <Version>21.04.3</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2021-09-07</Date>
- <Version>21.04.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2020-06-29</Date>
- <Version>20.04.0</Version>
- <Comment>Rebuild.</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2020-03-23</Date>
- <Version>20.04.0</Version>
- <Comment>First release</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|