From 7709d873f2bfa27161fac75b4d8211f428f12c4e Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 31 Oct 2018 08:47:01 +0100 Subject: [PATCH] Update package description Taken from upstream README. --- libsigc++20.spec | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/libsigc++20.spec b/libsigc++20.spec index 8b05b0b..a3d8270 100644 --- a/libsigc++20.spec +++ b/libsigc++20.spec @@ -16,16 +16,13 @@ BuildRequires: perl-interpreter BuildRequires: perl(Getopt::Long) %description -This library implements a full callback system for use in widget libraries, -abstract interfaces, and general programming. Originally part of the Gtk-- -widget set, libsigc++20 is now a separate library to provide for more general -use. It is the most complete library of its kind with the ability to connect -an abstract callback to a class method, function, or function object. It -contains adaptor classes for connection of dissimilar callbacks and has an -ease of use unmatched by other C++ callback libraries. +libsigc++ implements a typesafe callback system for standard C++. It +allows you to define signals and to connect those signals to any +callback function, either global or a member function, regardless of +whether it is static or virtual. -Package GTK-- (gtkmm), which is a C++ binding to the GTK+ library, -starting with version 1.1.2, uses libsigc++20. +libsigc++ is used by gtkmm to wrap the GTK+ signal system. It does not +depend on GTK+ or gtkmm. %package devel