123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>plank</Name>
- <Homepage>https://launchpad.net/plank</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admin@pisilinux.org</Email>
- </Packager>
- <License>GPLv3</License>
- <Icon>plank</Icon>
- <IsA>app</IsA>
- <Summary>An elementary fork of Plank, the stupidly-simple dock.</Summary>
- <Description>Plank is meant to be the simplest dock on the planet. The goal is to provide just what a dock needs and absolutely nothing more. It is, however, a library which can be extended to create other dock programs with more advanced features.</Description>
- <Archive sha1sum="d195d1e3bb87c608f6051115f27b74257ff5ef06" type="zip">https://github.com/ricotz/plank/archive/refs/heads/master.zip</Archive>
- <BuildDependencies>
- <Dependency>atk-devel</Dependency>
- <Dependency>bamf-devel</Dependency>
- <Dependency>vala-devel</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>cairo-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>libXi-devel</Dependency>
- <Dependency>pango-devel</Dependency>
- <Dependency>libX11-devel</Dependency>
- <Dependency>libgee-devel</Dependency>
- <Dependency>gettext-devel</Dependency>
- <Dependency>harfbuzz-devel</Dependency>
- <Dependency>libwnck3-devel</Dependency>
- <Dependency>libXfixes-devel</Dependency>
- <Dependency>libdbusmenu-gtk3</Dependency>
- <Dependency>gdk-pixbuf-devel</Dependency>
- <Dependency>gnome-menus-devel</Dependency>
- <Dependency>libdbusmenu-devel</Dependency>
- <Dependency>gobject-introspection-devel</Dependency>
- </BuildDependencies>
- <!--
- <Patches>
- <Patch>plank.patch</Patch>
- </Patches>
- -->
- </Source>
- <Package>
- <Name>plank</Name>
- <RuntimeDependencies>
- <Dependency>atk</Dependency>
- <Dependency>bamf</Dependency>
- <Dependency>gtk3</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>cairo</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>libXi</Dependency>
- <Dependency>pango</Dependency>
- <Dependency>libX11</Dependency>
- <Dependency>libgee</Dependency>
- <Dependency>harfbuzz</Dependency>
- <Dependency>libwnck3</Dependency>
- <Dependency>libXfixes</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- <Dependency>gnome-menus</Dependency>
- <Dependency>libdbusmenu-glib</Dependency>
- <Dependency>libdbusmenu-gtk3</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib/plank</Path>
- <Path fileType="library">/usr/lib/libplank*.so*</Path>
- <Path fileType="data">/usr/share/plank</Path>
- <Path fileType="data">/usr/share/vala</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="data">/usr/share/glib-2.0/schemas</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="info">/usr/share/metainfo</Path>
- <Path fileType="data">/usr/share/icons</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>plank-devel</Name>
- <Summary>Development files for plank</Summary>
- <RuntimeDependencies>
- <Dependency release="current">plank</Dependency>
- <Dependency>bamf-devel</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>cairo-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>libgee-devel</Dependency>
- <Dependency>gdk-pixbuf-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2024-04-17</Date>
- <Version>20240421</Version>
- <Comment>Switched to Ricotz plank</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2021-07-17</Date>
- <Version>20210715</Version>
- <Comment>Switched to eOS plank fork.</Comment>
- <Name>Berk Çakar</Name>
- <Email>berk2238@hotmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2021-03-28</Date>
- <Version>0.11.89</Version>
- <Comment>First release</Comment>
- <Name>Pisi Linux Admins</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|