123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>osmo</Name>
- <Homepage>http://osmo-pim.sourceforge.net/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:gui</IsA>
- <PartOf>office.misc</PartOf>
- <Summary>
- Osmo is a handy personal organizer, which includes calendar, tasks manager, address book and notes modules.
- </Summary>
- <Description>
- 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.
- </Description>
- <Archive sha1sum="e614a8080306388465d06e862aaab3b79f4990f7" type="targz">
- mirrors://sourceforge/osmo-pim/osmo-0.4.4.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>db-devel</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>libical-devel</Dependency>
- <Dependency>libxml2-devel</Dependency>
- <Dependency>libnotify-devel</Dependency>
- <Dependency>webkit2gtk-devel</Dependency>
- <Dependency>libarchive-devel</Dependency>
- <Dependency>libgringotts-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>osmo</Name>
- <RuntimeDependencies>
- <Dependency>gtk3</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>cairo</Dependency>
- <Dependency>pango</Dependency>
- <Dependency>libical</Dependency>
- <Dependency>libxml2</Dependency>
- <Dependency>libnotify</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- <Dependency>libarchive</Dependency>
- <Dependency>webkit2gtk</Dependency>
- <Dependency>libgringotts</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="man">/usr/share/man/man1</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2021-03-01</Date>
- <Version>0.4.4</Version>
- <Comment>First Beta build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|