123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>dspy</Name>
- <Homepage>https://gitlab.gnome.org/GNOME/d-spy</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv3</License>
- <IsA>library</IsA>
- <Summary>It's like d-feet, but written in C and blisteringly fast. Also comes with a library for IDE integration.</Summary>
- <Icon>dspy</Icon>
- <Description>D-feet gibi ama C ile yazılmış ve inanılmaz hızlı. Ayrıca IDE entegrasyonu için bir kütüphane ile birlikte gelir.</Description>
- <Archive sha1sum="a182016ff511eba13a72976b947929f580d09323" type="tarxz">https://download.gnome.org/sources/d-spy/47/d-spy-47.0.tar.xz</Archive>
- <!-- <Archive sha1sum="d6dc12bc1ca40fa3940ce253dd44731c966fcf02" type="tarxz">https://download.gnome.org/sources/dspy/1.2/dspy-1.2.1.tar.xz</Archive> -->
- <BuildDependencies>
- <Dependency>meson</Dependency>
- <Dependency>gtk4-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>desktop-file-utils</Dependency>
- <Dependency>libadwaita-devel</Dependency>
- </BuildDependencies>
- <!--
- <Patches>
- <Patch>dspy.patch</Patch>
- <Patch level="1">dspy.patch</Patch>
- </Patches>
- -->
- </Source>
- <Package>
- <Name>dspy</Name>
- <RuntimeDependencies>
- <Dependency>gtk4</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>libadwaita</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="icons">/usr/share/icons</Path>
- <Path fileType="data">/usr/share/appdata</Path>
- <Path fileType="data">/usr/share/glib-2.0</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share/metainfo</Path>
- </Files>
- </Package>
- <Package>
- <Name>dspy-devel</Name>
- <Summary>Development files for dspy</Summary>
- <RuntimeDependencies>
- <Dependency>gtk4-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>libadwaita-devel</Dependency>
- <Dependency release="current">dspy</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2024-09-14</Date>
- <Version>47.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2023-10-24</Date>
- <Version>1.8.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2023-03-17</Date>
- <Version>1.6.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2022-09-22</Date>
- <Version>1.4.0</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|