Advertisement
Guest User

Untitled

a guest
Feb 21st, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.15 KB | None | 0 0
  1. === modified file 'config.py'
  2. --- config.py   2015-02-22 00:05:33 +0000
  3. +++ config.py   2015-02-22 00:57:04 +0000
  4. @@ -56,11 +56,12 @@
  5.      ppa_list = [ ('gnome3-staging','vivid'),
  6.                   ('gnome3', 'vivid') ]
  7.  
  8. -class Xvivid410(Profile):
  9. -    major_version = "4.10"
  10. +class Xvivid412(Profile):
  11. +    major_version = "4.12"
  12.      ubuntu = "vivid"
  13.      upstream = "xfce"
  14. -    ppa_list = [ ('xubuntu-staging','vivid') ]
  15. +    ppa_list = [ ('xubuntu-staging','vivid'),
  16. +                 ('xfce-4.12','vivid') ]
  17.  
  18.  def print_profiles():
  19.      print (""" Available profiles: """)
  20.  
  21. === modified file 'launchpad.py'
  22. --- launchpad.py    2015-02-22 00:05:33 +0000
  23. +++ launchpad.py    2015-02-22 01:00:14 +0000
  24. @@ -23,6 +23,7 @@
  25.          self.gnome3_next = self.launchpad.people['gnome3-team'].getPPAByName(name='gnome3-next')
  26.          self.gnome3 = self.launchpad.people['gnome3-team'].getPPAByName(name='gnome3')
  27.          self.xubuntu_staging = self.launchpad.people['xubuntu-dev'].getPPAByName(name='xubuntu-staging')
  28. +        self.xfce_4.12 = self.launchpad.people['xubuntu-dev'].getPPAByName(name='xfce-4.12')
  29.          self.uarchive = ubuntu.main_archive
  30.          self.darchive = debian.main_archive
  31.  
  32. @@ -39,6 +40,7 @@
  33.                              "gst-plugins-base": "gst-plugins-base1.0",
  34.                              "gst-plugins-good": "gst-plugins-good1.0",
  35.                              "gstreamer": "gstreamer1.0",
  36. +                            "gtk-xfce-engine":"gtk2-engines-xfce",
  37.                              "gtk+": "gtk+3.0",
  38.                              "gtkmm": "gtkmm3.0",
  39.                              "gtksourceview": "gtksourceview3",
  40. @@ -50,8 +52,10 @@
  41.                              "orca": "gnome-orca",
  42.                              "pango": "pango1.0",
  43.                              "sushi": "gnome-sushi",
  44. +                            "Thunar"; "thunar",
  45.                              "vala": "vala-0.26",
  46. -                            "vte": "vte2.91"}
  47. +                            "vte": "vte2.91",
  48. +                            "xfdesktop";"xfdesktop4"}
  49.  
  50.      def get_source_version(self, source, archive, series):
  51.          try:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement