diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2016-01-13 15:53:19 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | bb9c64c8c50677cf0e5fbefbb1e61370d2d35275 (patch) | |
tree | 40f3a5862aebc36cccf2d26d58d746844a9782a9 /libraries/gtkmm/slack-desc | |
parent | ae0ae56755a61054d4651aededa2503d20fb04bf (diff) | |
download | slackbuilds-bb9c64c8c50677cf0e5fbefbb1e61370d2d35275.tar.gz |
libraries/gtkmm: Removed (added to Slackware 14.2 as gtkmm2)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/gtkmm/slack-desc')
-rw-r--r-- | libraries/gtkmm/slack-desc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libraries/gtkmm/slack-desc b/libraries/gtkmm/slack-desc deleted file mode 100644 index 008c7ffe9b..0000000000 --- a/libraries/gtkmm/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -gtkmm: gtkmm (C++ interface for GTK+) -gtkmm: -gtkmm: gtkmm is the official C++ interface for the popular GUI library -gtkmm: GTK+. Highlights include typesafe callbacks, and a comprehensive set -gtkmm: of widgets that are easily extensible via inheritance. You can create -gtkmm: user interfaces either in code or with the Glade User Interface -gtkmm: designer, using libglademm. There's extensive documentation, -gtkmm: including API reference and a tutorial. -gtkmm: -gtkmm: Homepage: http://www.gtkmm.org/ -gtkmm: |