libnotify-0.7.12
This commit is contained in:
@@ -12,7 +12,7 @@ from pisi.actionsapi import get
|
|||||||
def setup():
|
def setup():
|
||||||
# suppress c compiler warnings
|
# suppress c compiler warnings
|
||||||
pisitools.cflags.add("-Wno-deprecated-declarations")
|
pisitools.cflags.add("-Wno-deprecated-declarations")
|
||||||
mesontools.configure()
|
mesontools.configure("-Dman=false")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
mesontools.build()
|
mesontools.build()
|
||||||
@@ -22,4 +22,4 @@ def check():
|
|||||||
|
|
||||||
def install():
|
def install():
|
||||||
mesontools.install()
|
mesontools.install()
|
||||||
pisitools.dodoc("SPECIFICATION", "README", "COPYING")
|
pisitools.dodoc("SPECIFICATION", "README*", "COPYING")
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Desktop notification library</Summary>
|
<Summary>Desktop notification library</Summary>
|
||||||
<Description>libnotify sends desktop notifications to a notification daemon.</Description>
|
<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>
|
<Archive sha1sum="29e080a2dbb1db0dd46a108eee986842c196b94c" type="tarxz">https://download.gnome.org/sources/libnotify/0.7/libnotify-0.7.12.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>gobject-introspection-devel</Dependency>
|
<Dependency>gobject-introspection-devel</Dependency>
|
||||||
<Dependency>gdk-pixbuf-devel</Dependency>
|
<Dependency>gdk-pixbuf-devel</Dependency>
|
||||||
@@ -49,6 +49,7 @@
|
|||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency release="current">libnotify</Dependency>
|
<Dependency release="current">libnotify</Dependency>
|
||||||
<Dependency>gdk-pixbuf-devel</Dependency>
|
<Dependency>gdk-pixbuf-devel</Dependency>
|
||||||
|
<Dependency>glib2-devel</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="header">/usr/include</Path>
|
<Path fileType="header">/usr/include</Path>
|
||||||
@@ -64,13 +65,20 @@
|
|||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="doc">/usr/share/doc/libnotify/SPECIFICATION</Path>
|
<Path fileType="doc">/usr/share/doc/libnotify/SPECIFICATION</Path>
|
||||||
<Path fileType="doc">/usr/share/doc/libnotify/README</Path>
|
<Path fileType="doc">/usr/share/doc/libnotify/README*</Path>
|
||||||
<Path fileType="doc">/usr/share/doc/libnotify/spec</Path>
|
<Path fileType="doc">/usr/share/doc/libnotify/spec</Path>
|
||||||
<Path fileType="doc">/usr/share/gtk-doc/html</Path>
|
<Path fileType="doc">/usr/share/gtk-doc/html</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="7">
|
||||||
|
<Date>2022-05-31</Date>
|
||||||
|
<Version>0.7.12</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="6">
|
<Update release="6">
|
||||||
<Date>2020-01-18</Date>
|
<Date>2020-01-18</Date>
|
||||||
<Version>0.7.8</Version>
|
<Version>0.7.8</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user