diff --git a/desktop/gnome/base/gnome-doc-utils/pspec.xml b/desktop/gnome/base/gnome-doc-utils/pspec.xml index c0bd435d46..ff6a524ad3 100644 --- a/desktop/gnome/base/gnome-doc-utils/pspec.xml +++ b/desktop/gnome/base/gnome-doc-utils/pspec.xml @@ -12,7 +12,7 @@ LGPLv2.1 library A collection of documentation utilities for the Gnome project - gnome-doc-utils is a collection of documentation utilities for the Gnome project. + gnome-doc-utils is a collection of documentation utilities for the Gnome project http://ftp.acc.umu.se/pub/GNOME/sources/gnome-doc-utils/0.20/gnome-doc-utils-0.20.10.tar.xz gawk diff --git a/desktop/xfce/base.zip b/desktop/xfce/base.zip new file mode 100644 index 0000000000..793e2ba849 Binary files /dev/null and b/desktop/xfce/base.zip differ diff --git a/programming/misc/libdbusmenu/files/g_type_init.patch b/programming/misc/libdbusmenu/files/g_type_init.patch deleted file mode 100644 index a050f169e4..0000000000 --- a/programming/misc/libdbusmenu/files/g_type_init.patch +++ /dev/null @@ -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); diff --git a/programming/misc/libdbusmenu/files/reference-xinclude.patch b/programming/misc/libdbusmenu/files/reference-xinclude.patch deleted file mode 100644 index a4e6ee3a0b..0000000000 --- a/programming/misc/libdbusmenu/files/reference-xinclude.patch +++ /dev/null @@ -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 @@ - - - -- -- -- - - - ---- a/docs/libdbusmenu-gtk/reference/libdbusmenu-gtk-docs.sgml -+++ b/docs/libdbusmenu-gtk/reference/libdbusmenu-gtk-docs.sgml -@@ -15,7 +15,6 @@ - - - -- - - - diff --git a/programming/misc/libdbusmenu/pspec2.xml b/programming/misc/libdbusmenu/pspec2.xml deleted file mode 100644 index c769d3f3a1..0000000000 --- a/programming/misc/libdbusmenu/pspec2.xml +++ /dev/null @@ -1,123 +0,0 @@ - - - - - libdbusmenu - https://launchpad.net/dbusmenu - - PisiLinux Community - admins@pisilinux.org - - LGPLv3 - library - Library for applications to pass a menu scructure accross DBus - 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. - https://launchpad.net/libdbusmenu/16.04/16.04.0/+download/libdbusmenu-16.04.0.tar.gz - - gtk2-devel - gtk3-devel - gnome-doc-utils - json-glib-devel - gtk-doc - - - 0001_autoconf.patch - - - - - libdbusmenu-common - Common files for libdbusmenu libraries - - /usr/share/doc/libdbusmenu - /usr/lib/girepository-1.0 - /usr/lib/pkgconfig - /usr/share/gir-1.0 - - - - - libdbusmenu-glib - GLIB bindings for libdbusmenu - - libdbusmenu-common - json-glib - - - /usr/lib - /usr/share/gtk-doc/html/libdbusmenu-glib - - - - - libdbusmenu-gtk - GTK 2.x libraries for libdbusmenu - - libdbusmenu-glib - libdbusmenu-common - gtk2 - atk - cairo - pango - gdk-pixbuf - fontconfig - - - /usr/share/gtk-doc/html/libdbusmenu-gtk - - - - - libdbusmenu-gtk3 - GTK 3.x libraries for libdbusmenu - - libdbusmenu-glib - libdbusmenu-common - gtk3 - atk - cairo - pango - gdk-pixbuf - - - - - - - libdbusmenu-tools - Some examples for testing libdbusmenu - - libdbusmenu-glib - libdbusmenu-common - json-glib - - - /usr/libexec - - - - - libdbusmenu-gtk3-devel - Development files for libdbusmenu - - libdbusmenu-glib - libdbusmenu-gtk3 - gtk3-devel - gdk-pixbuf-devel - dbus-glib-devel - - - /usr/include - - - - - - 2020-11-19 - 16.04.0 - Rebuild.For Beta System - Ali Cengiz Kurt - alicengizkurt@gmail.com - - -