~shnatsel/slingshot/update-cmake-modules

« back to all changes in this revision

Viewing changes to src/Slingshot.vala

  • Committer: RabbitBot
  • Author(s): Tom Beckmann
  • Date: 2014-06-28 05:00:49 UTC
  • mfrom: (421.1.19 slingshot)
  • Revision ID: rabbitbot-20140628050049-pi540b7grh00lzcv
Copy the sources of Synapse over and implements a new searchview using libsynapse

Copying is currently necessary as synapse's library is internal. I hope we can change this soon, although I don't consider it very urgent, as synapse is almost unmaintained at the moment, so we most likely won't miss out on important updates.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
        build_version_info = Build.VERSION_INFO;
37
37
 
38
38
        program_name = "Slingshot";
39
 
            exec_name = "slingshot-launcher";
40
 
            app_copyright = "GPLv3";
41
 
            app_icon = "";
42
 
            app_launcher = "";
 
39
        exec_name = "slingshot-launcher";
 
40
        app_copyright = "GPLv3";
 
41
        app_icon = "";
 
42
        app_launcher = "";
43
43
        app_years = "2011-2012";
44
44
        application_id = "net.launchpad.slingshot";
45
 
            main_url = "https://launchpad.net/slingshot";
46
 
            bug_url = "https://bugs.launchpad.net/slingshot";
47
 
            help_url = "https://answers.launchpad.net/slingshot";
48
 
            translate_url = "https://translations.launchpad.net/slingshot";
 
45
        main_url = "https://launchpad.net/slingshot";
 
46
        bug_url = "https://bugs.launchpad.net/slingshot";
 
47
        help_url = "https://answers.launchpad.net/slingshot";
 
48
        translate_url = "https://translations.launchpad.net/slingshot";
49
49
 
50
 
            about_authors = {"Giulio Collura <random.cpp@gmail.com>",
51
 
                             "Andrea Basso <andrea@elementaryos.org"};
52
 
            about_artists = {"Harvey Cabaguio 'BassUltra' <harveycabaguio@gmail.com>",
 
50
        about_authors = {"Giulio Collura <random.cpp@gmail.com>",
 
51
                         "Andrea Basso <andrea@elementaryos.org"};
 
52
        about_artists = {"Harvey Cabaguio 'BassUltra' <harveycabaguio@gmail.com>",
53
53
                         "Daniel Foré <bunny@go-docky.com>"};
54
54
        about_translators = "Launchpad Translators";
55
55
        about_license_type = Gtk.License.GPL_3_0;