Skip to content

Instantly share code, notes, and snippets.

@DAP-DarkneSS
Created September 28, 2013 22:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DAP-DarkneSS/6747210 to your computer and use it in GitHub Desktop.
Save DAP-DarkneSS/6747210 to your computer and use it in GitHub Desktop.
A patch to the tools/patterns/src/patterns_utf8.c file in the patterns package: https://github.com/DAP-DarkneSS/patterns/commit/f9fca741adf5a8d8c97b6ce6906ea5c6e17f3776#commitcomment-4195354
--- patterns_utf8.c.orig 2013-07-31 14:50:41.000000000 +0300
+++ patterns_utf8.c 2013-09-29 01:04:16.419000040 +0300
@@ -872,7 +872,35 @@
/* openSUSE internal */
{"minimal_base-conflicts", N_("Base System"),
- N_("This is the base runtime system. It contains only a minimal multiuser booting system. For running on real hardware, you need to add additional packages and pattern to make this pattern useful on its own.")}
+ N_("This is the base runtime system. It contains only a minimal multiuser booting system. For running on real hardware, you need to add additional packages and pattern to make this pattern useful on its own.")},
+
+ /* openSUSE */
+ {"leechcraft", N_("LeechCraft Modular Live Environment"),
+ N_("LeechCraft is a free open source cross-platform modular live environment. It has modules for everything: browser, messenger, audio player, BitTorrent client, document viewer, RSS feed reader, user-space package manager, blogging, Google Drive and much more.")},
+
+ /* openSUSE */
+ {"leechcraft_browser", N_("LeechCraft Poshuku WebKit-based Web Browser"),
+ N_("Poshuku is a WebKit-based web browser. It supports all major modern web-standards, infinite undo of page closes, international domain names, saving forms data, autodiscovery-links on external entities, tagging bookmarks and much more.")},
+
+ /* openSUSE */
+ {"leechcraft_media", N_("LeechCraft Social Collection-oriented Audio Player"),
+ N_("LeechCraft Music Player is a collection-oriented player. It supports playback statistics, collection synchronization with portable media players, scrobbling played tracks, automatic fetching of album art, requesting of information and much more.")},
+
+ /* openSUSE */
+ {"leechcraft_messenger", N_("LeechCraft Azoth Multiprotocol Instant Messenger"),
+ N_("Azoth is the IM client for LeechCraft. It supports IRC, Mail.Ru, Windows Live Messenger (former MSN), XMPP (jabber), VKontakte, eveyrthing from libpurple (pidgin); multiple accounts, metacontacts, nested groups, rich text messages and much more.")},
+
+ /* openSUSE */
+ {"leechcraft_netutils", N_("LeechCraft Blogs, Feeds, Torrents and Google Drive"),
+ N_("Blogique is the blogging client. It supports LiveJournal. Aggregator is a client for RSS/RDF/Atom feeds. BitTorrent is a feature-rich, fast and efficient client for BitTorrent protocol. NetStoreManager allows one to manage Google Drive.")},
+
+ /* openSUSE */
+ {"leechcraft_office", N_("LeechCraft Document Viewer, Text and Html Editors"),
+ N_("Monocle is a document reader. It supports PDF, fb2, DjVu, PostScript. Popishu is a simple QScintilla2-based text editor. Lhtr is a html editor, that can be used via Blogique Hestia. Otlozhu is a GTD-inspired TODO manager for LeechCraft.")},
+
+ /* openSUSE */
+ {"leechcraft_utilities", N_("LeechCraft Different Useful Utilities Set"),
+ N_("This pattern recommends audio and visual notifications, crash handler, screen shoter, user-space package manager, settings importer, storage for sensitive personal data like passwords, advanced proxy server configuration manager and much more.")}
};
/* How many yast2 selections do we have ? */
int yast2_cnt = sizeof(yast2)/sizeof (struct data_t);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment