1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" ?>
- <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
- <INARY>
- <Source>
- <Name>libnotify</Name>
- <Homepage>http://www.galago-project.org</Homepage>
- <Packager>
- <Name>Suleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>library</IsA>
- <PartOf>programming.library</PartOf>
- <Summary>Desktop notification library</Summary>
- <Description>libnotify sends desktop notifications to a notification daemon.</Description>
- <Archive sha1sum="18915d9a5ee8e0a00c3fd990d649251e3d2deac9" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/libnotify/0.7/libnotify-0.7.8.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>gdk-pixbuf-devel</Dependency>
- <Dependency>gnome-common</Dependency>
- <Dependency>libepoxy-devel</Dependency>
- <Dependency>at-spi2-core-devel</Dependency>
- <Dependency>gobject-introspection-devel</Dependency>
- <Dependency>gtk-doc</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>libnotify</Name>
- <RuntimeDependencies>
- <Dependency>gdk-pixbuf</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share/gir-1.0/</Path>
- <Path fileType="doc">/usr/share/gtk-doc/html</Path>
- </Files>
- </Package>
- <Package>
- <Name>libnotify-devel</Name>
- <Summary>Development files for libnotify</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libnotify</Dependency>
- <Dependency>gdk-pixbuf-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2019-09-14</Date>
- <Version>0.7.8</Version>
- <Comment>First release</Comment>
- <Name>Suleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Update>
- </History>
- </INARY>
|