diff options
author | monsta <[email protected]> | 2017-12-15 18:24:04 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-12-15 18:24:04 +0300 |
commit | d87d54b16f4c1fd0ee595be273a56c424eaee694 (patch) | |
tree | 50527addeb695aa1ee144c032aa2e16dc83474c5 /polkitgtkmate/polkit-gtk-mate-1.pc.in | |
parent | ffce78e71412985205381e76019afb3e5a002758 (diff) | |
download | mate-polkit-d87d54b16f4c1fd0ee595be273a56c424eaee694.tar.bz2 mate-polkit-d87d54b16f4c1fd0ee595be273a56c424eaee694.tar.xz |
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
Diffstat (limited to 'polkitgtkmate/polkit-gtk-mate-1.pc.in')
-rw-r--r-- | polkitgtkmate/polkit-gtk-mate-1.pc.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/polkitgtkmate/polkit-gtk-mate-1.pc.in b/polkitgtkmate/polkit-gtk-mate-1.pc.in deleted file mode 100644 index 152054e..0000000 --- a/polkitgtkmate/polkit-gtk-mate-1.pc.in +++ /dev/null @@ -1,11 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: polkit-gtk-mate-1 -Description: PolicyKit GTK+ widgets -Version: @VERSION@ -Libs: -L${libdir} -lpolkit-gtk-mate-1 -Cflags: -I${includedir}/polkit-gtk-mate-1 -Requires: polkit-gobject-1 |