1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>xdg-user-dirs-gtk</Name>
- <Homepage>https://www.gnome.org</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admin@pisilinux.org</Email>
- </Packager>
- <License>GPLv3</License>
- <IsA>library</IsA>
- <Summary>Creates user dirs and asks to relocalize them</Summary>
- <Description>Creates user dirs and asks to relocalize them</Description>
- <Archive sha1sum="c5f511bfbe101fd63fe8381fd7960bf9a51099dd" type="tarxz">https://download.gnome.org/sources/xdg-user-dirs-gtk/0.14/xdg-user-dirs-gtk-0.14.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>meson</Dependency>
- <Dependency>intltool</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>gnome-common</Dependency>
- <Dependency>xdg-user-dirs</Dependency>
- </BuildDependencies>
- -->
- <!--
- <Patches>
- <Patch>xdg-user-dirs-gtk.patch</Patch>
- <Patch level="1">xdg-user-dirs-gtk.patch</Patch>
- </Patches>
- -->
- </Source>
- <Package>
- <Name>xdg-user-dirs-gtk</Name>
- <RuntimeDependencies>
- <Dependency>gtk3</Dependency>
- <Dependency>glib2</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="config">/etc</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2025-01-20</Date>
- <Version>0.14</Version>
- <Comment>Version bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2025-01-13</Date>
- <Version>0.12</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2022-10-13</Date>
- <Version>0.11</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2021-06-01</Date>
- <Version>0.10</Version>
- <Comment>First release</Comment>
- <Name>Pisi Linux Admins</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|