pspec.xml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>osmo</Name>
  6. <Homepage>http://osmo-pim.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:gui</IsA>
  13. <PartOf>office.misc</PartOf>
  14. <Summary>
  15. Osmo is a handy personal organizer, which includes calendar, tasks manager, address book and notes modules.
  16. </Summary>
  17. <Description>
  18. Osmo is a handy personal organizer, which includes calendar, tasks manager, address book and notes modules. It was designed to be a small, easy to use and good looking PIM tool to help to manage personal information. In its current state the organizer is quite convenient to use - for example, the user can perform nearly all operations using the keyboard. Also, a lot of parameters are configurable to meet the user's preferences. On the technical side, Osmo is GTK+ based tool which uses a plain XML database to store all personal data.
  19. </Description>
  20. <Archive sha1sum="e614a8080306388465d06e862aaab3b79f4990f7" type="targz">
  21. mirrors://sourceforge/osmo-pim/osmo-0.4.4.tar.gz
  22. </Archive>
  23. <BuildDependencies>
  24. <Dependency>db-devel</Dependency>
  25. <Dependency>gtk3-devel</Dependency>
  26. <Dependency>libical-devel</Dependency>
  27. <Dependency>libxml2-devel</Dependency>
  28. <Dependency>libnotify-devel</Dependency>
  29. <Dependency>webkit2gtk-devel</Dependency>
  30. <Dependency>libarchive-devel</Dependency>
  31. <Dependency>libgringotts-devel</Dependency>
  32. </BuildDependencies>
  33. </Source>
  34. <Package>
  35. <Name>osmo</Name>
  36. <RuntimeDependencies>
  37. <Dependency>gtk3</Dependency>
  38. <Dependency>glib2</Dependency>
  39. <Dependency>cairo</Dependency>
  40. <Dependency>pango</Dependency>
  41. <Dependency>libical</Dependency>
  42. <Dependency>libxml2</Dependency>
  43. <Dependency>libnotify</Dependency>
  44. <Dependency>gdk-pixbuf</Dependency>
  45. <Dependency>libarchive</Dependency>
  46. <Dependency>webkit2gtk</Dependency>
  47. <Dependency>libgringotts</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="executable">/usr/bin</Path>
  51. <Path fileType="data">/usr/share</Path>
  52. <Path fileType="localedata">/usr/share/locale</Path>
  53. <Path fileType="man">/usr/share/man/man1</Path>
  54. <Path fileType="doc">/usr/share/doc</Path>
  55. </Files>
  56. </Package>
  57. <History>
  58. <Update release="1">
  59. <Date>2021-03-01</Date>
  60. <Version>0.4.4</Version>
  61. <Comment>First Beta build.</Comment>
  62. <Name>fury</Name>
  63. <Email>uglyside@yandex.ru</Email>
  64. </Update>
  65. </History>
  66. </PISI>