From d87d54b16f4c1fd0ee595be273a56c424eaee694 Mon Sep 17 00:00:00 2001 From: monsta Date: Fri, 15 Dec 2017 18:24:04 +0300 Subject: drop polkitgtkmate library and its docs it contains only PolkitLockButton widget which nobody uses by now and GTK+3 already has GtkLockButton same as done upstream long ago: https://git.gnome.org/browse/PolicyKit-gnome/commit/?id=1340926a935b60b2b605a8d0d9b256e3a83c3d7d https://git.gnome.org/browse/PolicyKit-gnome/commit/?id=b8d700121941bb1f032b95c428d2e52a11c5d330 --- docs/Makefile.am | 86 ----------------------------- docs/polkit-gtk-mate-1-docs.xml | 71 ------------------------ docs/polkit-lock-button-lock-down.png | Bin 2100 -> 0 bytes docs/polkit-lock-button-locked.png | Bin 2504 -> 0 bytes docs/polkit-lock-button-not-authorized.png | Bin 2505 -> 0 bytes docs/polkit-lock-button-unlocked.png | Bin 2575 -> 0 bytes docs/version.xml.in | 1 - 7 files changed, 158 deletions(-) delete mode 100644 docs/Makefile.am delete mode 100644 docs/polkit-gtk-mate-1-docs.xml delete mode 100644 docs/polkit-lock-button-lock-down.png delete mode 100644 docs/polkit-lock-button-locked.png delete mode 100644 docs/polkit-lock-button-not-authorized.png delete mode 100644 docs/polkit-lock-button-unlocked.png delete mode 100644 docs/version.xml.in (limited to 'docs') diff --git a/docs/Makefile.am b/docs/Makefile.am deleted file mode 100644 index 45dd77f..0000000 --- a/docs/Makefile.am +++ /dev/null @@ -1,86 +0,0 @@ - -NULL = - -AUTOMAKE_OPTIONS = 1.7 - -# The name of the module. -DOC_MODULE=polkit-gtk-mate-1 - -# The top-level SGML file. -DOC_MAIN_SGML_FILE=polkit-gtk-mate-1-docs.xml - -# Extra options to supply to gtkdoc-scan -SCAN_OPTIONS=--ignore-headers=config.h - -# The directory containing the source code. Relative to $(srcdir) -DOC_SOURCE_DIR=../polkitgtkmate - -# Used for dependencies -HFILE_GLOB=$(top_srcdir)/polkitgtkmate/*.h -CFILE_GLOB=$(top_srcdir)/polkitgtkmate/*.c - -# Headers to ignore -IGNORE_HFILES= \ - $(NULL) - -# CFLAGS and LDFLAGS for compiling scan program. Only needed -# if $(DOC_MODULE).types is non-empty. -AM_CPPFLAGS = \ - $(POLKIT_GOBJECT_CFLAGS) \ - $(GTK_CFLAGS) \ - -I$(top_srcdir)/polkitgtkmate \ - $(NULL) - -GTKDOC_LIBS = \ - $(POLKIT_GOBJECT_LIBS) \ - $(GTK_LIBS) \ - $(top_builddir)/polkitgtkmate/libpolkit-gtk-mate-1.la \ - $(NULL) - -# Extra options to supply to gtkdoc-mkdb -MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=polkit - -# Extra options to supply to gtkdoc-mktmpl -MKTMPL_OPTIONS= - -# Non-autogenerated SGML files to be included in $(DOC_MAIN_SGML_FILE) -content_files = \ - version.xml \ - $(NULL) - -# Images to copy into HTML directory -HTML_IMAGES = \ - polkit-lock-button-locked.png \ - polkit-lock-button-not-authorized.png \ - polkit-lock-button-unlocked.png \ - polkit-lock-button-lock-down.png \ - $(NULL) - -# Extra options to supply to gtkdoc-fixref -FIXXREF_OPTIONS= - -if ENABLE_GTK_DOC -include $(top_srcdir)/gtk-doc.make -else -CLEANFILES = -EXTRA_DIST = $(HTML_IMAGES) -endif - -CLEANFILES += *~ \ - polkit-gtk-mate-1-scan.* \ - polkit-gtk-mate-1.args \ - polkit-gtk-mate-1.hierarchy \ - polkit-gtk-mate-1.interfaces \ - polkit-gtk-mate-1.prerequisites \ - polkit-gtk-mate-1.signals \ - *.bak \ - polkit-gtk-mate-1-decl-list.txt \ - polkit-gtk-mate-1-decl.txt \ - polkit-gtk-mate-1-overrides.txt \ - polkit-gtk-mate-1-undeclared.txt \ - polkit-gtk-mate-1-undocumented.txt \ - *.stamp \ - version.xml \ - -rf html xml \ - $(NULL) - diff --git a/docs/polkit-gtk-mate-1-docs.xml b/docs/polkit-gtk-mate-1-docs.xml deleted file mode 100644 index 5a3257e..0000000 --- a/docs/polkit-gtk-mate-1-docs.xml +++ /dev/null @@ -1,71 +0,0 @@ - - -]> - - - PolicyKit-GTK+ Reference Manual - Version &version; - - - David - Zeuthen - -
- davidz@redhat.com -
-
-
-
- - - 2008-2009 - The PolicyKit Authors - - - - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General - Public License along with this library; if not, write to the - Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, - Boston, MA 02110-1301, USA. - - - - Many of the names used by companies to distinguish their - products and services are claimed as trademarks. Where those - names appear in any GNOME documentation, and those - trademarks are made aware to the members of the - GNOME Documentation Project, the names have been - printed in caps or initial caps. - - -
- - - API Reference - - - - - - Object Hierarchy - - - - - Index - - -
diff --git a/docs/polkit-lock-button-lock-down.png b/docs/polkit-lock-button-lock-down.png deleted file mode 100644 index 4e383f7..0000000 Binary files a/docs/polkit-lock-button-lock-down.png and /dev/null differ diff --git a/docs/polkit-lock-button-locked.png b/docs/polkit-lock-button-locked.png deleted file mode 100644 index 26d8f83..0000000 Binary files a/docs/polkit-lock-button-locked.png and /dev/null differ diff --git a/docs/polkit-lock-button-not-authorized.png b/docs/polkit-lock-button-not-authorized.png deleted file mode 100644 index 9c33f89..0000000 Binary files a/docs/polkit-lock-button-not-authorized.png and /dev/null differ diff --git a/docs/polkit-lock-button-unlocked.png b/docs/polkit-lock-button-unlocked.png deleted file mode 100644 index 3c5f548..0000000 Binary files a/docs/polkit-lock-button-unlocked.png and /dev/null differ diff --git a/docs/version.xml.in b/docs/version.xml.in deleted file mode 100644 index d78bda9..0000000 --- a/docs/version.xml.in +++ /dev/null @@ -1 +0,0 @@ -@VERSION@ -- cgit v1.2.1