extra package for xfce4
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
<License>LGPLv2.1</License>
|
<License>LGPLv2.1</License>
|
||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>A collection of documentation utilities for the Gnome project</Summary>
|
<Summary>A collection of documentation utilities for the Gnome project</Summary>
|
||||||
<Description>gnome-doc-utils is a collection of documentation utilities for the Gnome project.</Description>
|
<Description>gnome-doc-utils is a collection of documentation utilities for the Gnome project</Description>
|
||||||
<Archive sha1sum="8320a30e1b7239aa33ba276da046090407a93bbf" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/gnome-doc-utils/0.20/gnome-doc-utils-0.20.10.tar.xz</Archive>
|
<Archive sha1sum="8320a30e1b7239aa33ba276da046090407a93bbf" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/gnome-doc-utils/0.20/gnome-doc-utils-0.20.10.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>gawk</Dependency>
|
<Dependency>gawk</Dependency>
|
||||||
|
|||||||
Binary file not shown.
@@ -1,26 +0,0 @@
|
|||||||
--- a/tools/dbusmenu-dumper.c
|
|
||||||
+++ b/tools/dbusmenu-dumper.c
|
|
||||||
@@ -388,7 +388,10 @@
|
|
||||||
int
|
|
||||||
main (int argc, char ** argv)
|
|
||||||
{
|
|
||||||
+#if GLIB_VERSION_CUR_STABLE < G_ENCODE_VERSION(2, 36)
|
|
||||||
+ // g_type_init is deprecated after 2.36
|
|
||||||
g_type_init();
|
|
||||||
+#endif
|
|
||||||
GError * error = NULL;
|
|
||||||
GOptionContext * context;
|
|
||||||
|
|
||||||
--- a/tools/testapp/main.c
|
|
||||||
+++ b/tools/testapp/main.c
|
|
||||||
@@ -135,7 +135,10 @@
|
|
||||||
|
|
||||||
int main (int argc, char ** argv)
|
|
||||||
{
|
|
||||||
+#if GLIB_VERSION_CUR_STABLE < G_ENCODE_VERSION(2, 36)
|
|
||||||
+ // g_type_init is deprecated after 2.36
|
|
||||||
g_type_init();
|
|
||||||
+#endif
|
|
||||||
|
|
||||||
if (argc != 2) {
|
|
||||||
g_warning(USAGE);
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
--- a/docs/libdbusmenu-glib/reference/libdbusmenu-glib-docs.sgml
|
|
||||||
+++ b/docs/libdbusmenu-glib/reference/libdbusmenu-glib-docs.sgml
|
|
||||||
@@ -15,9 +15,6 @@
|
|
||||||
<xi:include href="xml/menuitem-proxy.xml"/>
|
|
||||||
<xi:include href="xml/menuitem.xml"/>
|
|
||||||
<xi:include href="xml/client.xml"/>
|
|
||||||
- <xi:include href="xml/client-menuitem.xml"/>
|
|
||||||
- <xi:include href="xml/dbusmenu-client.xml"/>
|
|
||||||
- <xi:include href="xml/dbusmenu-server.xml"/>
|
|
||||||
<xi:include href="xml/types.xml"/>
|
|
||||||
|
|
||||||
</chapter>
|
|
||||||
--- a/docs/libdbusmenu-gtk/reference/libdbusmenu-gtk-docs.sgml
|
|
||||||
+++ b/docs/libdbusmenu-gtk/reference/libdbusmenu-gtk-docs.sgml
|
|
||||||
@@ -15,7 +15,6 @@
|
|
||||||
<xi:include href="xml/menuitem.xml"/>
|
|
||||||
<xi:include href="xml/client.xml"/>
|
|
||||||
<xi:include href="xml/parser.xml"/>
|
|
||||||
- <xi:include href="xml/serializablemenuitem.xml"/>
|
|
||||||
|
|
||||||
</chapter>
|
|
||||||
<chapter id="object-tree">
|
|
||||||
@@ -1,123 +0,0 @@
|
|||||||
<?xml version="1.0" ?>
|
|
||||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
||||||
<PISI>
|
|
||||||
<Source>
|
|
||||||
<Name>libdbusmenu</Name>
|
|
||||||
<Homepage>https://launchpad.net/dbusmenu</Homepage>
|
|
||||||
<Packager>
|
|
||||||
<Name>PisiLinux Community</Name>
|
|
||||||
<Email>admins@pisilinux.org</Email>
|
|
||||||
</Packager>
|
|
||||||
<License>LGPLv3</License>
|
|
||||||
<IsA>library</IsA>
|
|
||||||
<Summary>Library for applications to pass a menu scructure accross DBus</Summary>
|
|
||||||
<Description>libdbusmenu is a small little library that was created by pulling out some common code out of indicator-applet. It passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus.</Description>
|
|
||||||
<Archive sha1sum="f88fc666609ed486a968fd6c8b739dff07d50bdd" type="targz">https://launchpad.net/libdbusmenu/16.04/16.04.0/+download/libdbusmenu-16.04.0.tar.gz</Archive>
|
|
||||||
<BuildDependencies>
|
|
||||||
<Dependency>gtk2-devel</Dependency>
|
|
||||||
<Dependency>gtk3-devel</Dependency>
|
|
||||||
<Dependency>gnome-doc-utils</Dependency>
|
|
||||||
<Dependency>json-glib-devel</Dependency>
|
|
||||||
<Dependency>gtk-doc</Dependency>
|
|
||||||
</BuildDependencies>
|
|
||||||
<Patches>
|
|
||||||
<Patch>0001_autoconf.patch</Patch>
|
|
||||||
</Patches>
|
|
||||||
</Source>
|
|
||||||
|
|
||||||
<Package>
|
|
||||||
<Name>libdbusmenu-common</Name>
|
|
||||||
<Summary>Common files for libdbusmenu libraries</Summary>
|
|
||||||
<Files>
|
|
||||||
<Path fileType="library">/usr/share/doc/libdbusmenu</Path>
|
|
||||||
<Path fileType="library">/usr/lib/girepository-1.0</Path>
|
|
||||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
|
||||||
<Path fileType="library">/usr/share/gir-1.0</Path>
|
|
||||||
</Files>
|
|
||||||
</Package>
|
|
||||||
|
|
||||||
<Package>
|
|
||||||
<Name>libdbusmenu-glib</Name>
|
|
||||||
<Summary>GLIB bindings for libdbusmenu</Summary>
|
|
||||||
<RuntimeDependencies>
|
|
||||||
<Dependency>libdbusmenu-common</Dependency>
|
|
||||||
<Dependency>json-glib</Dependency>
|
|
||||||
</RuntimeDependencies>
|
|
||||||
<Files>
|
|
||||||
<Path fileType="library">/usr/lib</Path>
|
|
||||||
<Path filetype="data">/usr/share/gtk-doc/html/libdbusmenu-glib</Path>
|
|
||||||
</Files>
|
|
||||||
</Package>
|
|
||||||
|
|
||||||
<Package>
|
|
||||||
<Name>libdbusmenu-gtk</Name>
|
|
||||||
<Summary>GTK 2.x libraries for libdbusmenu</Summary>
|
|
||||||
<RuntimeDependencies>
|
|
||||||
<Dependency>libdbusmenu-glib</Dependency>
|
|
||||||
<Dependency>libdbusmenu-common</Dependency>
|
|
||||||
<Dependency>gtk2</Dependency>
|
|
||||||
<Dependency>atk</Dependency>
|
|
||||||
<Dependency>cairo</Dependency>
|
|
||||||
<Dependency>pango</Dependency>
|
|
||||||
<Dependency>gdk-pixbuf</Dependency>
|
|
||||||
<Dependency>fontconfig</Dependency>
|
|
||||||
</RuntimeDependencies>
|
|
||||||
<Files>
|
|
||||||
<Path filetype="data">/usr/share/gtk-doc/html/libdbusmenu-gtk</Path>
|
|
||||||
</Files>
|
|
||||||
</Package>
|
|
||||||
|
|
||||||
<Package>
|
|
||||||
<Name>libdbusmenu-gtk3</Name>
|
|
||||||
<Summary>GTK 3.x libraries for libdbusmenu</Summary>
|
|
||||||
<RuntimeDependencies>
|
|
||||||
<Dependency>libdbusmenu-glib</Dependency>
|
|
||||||
<Dependency>libdbusmenu-common</Dependency>
|
|
||||||
<Dependency>gtk3</Dependency>
|
|
||||||
<Dependency>atk</Dependency>
|
|
||||||
<Dependency>cairo</Dependency>
|
|
||||||
<Dependency>pango</Dependency>
|
|
||||||
<Dependency>gdk-pixbuf</Dependency>
|
|
||||||
</RuntimeDependencies>
|
|
||||||
<Files>
|
|
||||||
</Files>
|
|
||||||
</Package>
|
|
||||||
|
|
||||||
<Package>
|
|
||||||
<Name>libdbusmenu-tools</Name>
|
|
||||||
<Summary>Some examples for testing libdbusmenu</Summary>
|
|
||||||
<RuntimeDependencies>
|
|
||||||
<Dependency>libdbusmenu-glib</Dependency>
|
|
||||||
<Dependency>libdbusmenu-common</Dependency>
|
|
||||||
<Dependency>json-glib</Dependency>
|
|
||||||
</RuntimeDependencies>
|
|
||||||
<Files>
|
|
||||||
<Path fileType="executable">/usr/libexec</Path>
|
|
||||||
</Files>
|
|
||||||
</Package>
|
|
||||||
|
|
||||||
<Package>
|
|
||||||
<Name>libdbusmenu-gtk3-devel</Name>
|
|
||||||
<Summary>Development files for libdbusmenu</Summary>
|
|
||||||
<RuntimeDependencies>
|
|
||||||
<Dependency release="current">libdbusmenu-glib</Dependency>
|
|
||||||
<Dependency release="current">libdbusmenu-gtk3</Dependency>
|
|
||||||
<Dependency>gtk3-devel</Dependency>
|
|
||||||
<Dependency>gdk-pixbuf-devel</Dependency>
|
|
||||||
<Dependency>dbus-glib-devel</Dependency>
|
|
||||||
</RuntimeDependencies>
|
|
||||||
<Files>
|
|
||||||
<Path fileType="header">/usr/include</Path>
|
|
||||||
</Files>
|
|
||||||
</Package>
|
|
||||||
|
|
||||||
<History>
|
|
||||||
<Update release="1">
|
|
||||||
<Date>2020-11-19</Date>
|
|
||||||
<Version>16.04.0</Version>
|
|
||||||
<Comment>Rebuild.For Beta System</Comment>
|
|
||||||
<Name>Ali Cengiz Kurt</Name>
|
|
||||||
<Email>alicengizkurt@gmail.com</Email>
|
|
||||||
</Update>
|
|
||||||
</History>
|
|
||||||
</PISI>
|
|
||||||
Reference in New Issue
Block a user