From cc8ebada17eb365c21625b4c64b04115c0580fde Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 26 Jul 2015 19:57:10 +0100 Subject: clean some deprecated ebuilds...no distfiles available anymore --- gnome-extra/cinnamon/files/background.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 gnome-extra/cinnamon/files/background.patch (limited to 'gnome-extra/cinnamon/files/background.patch') diff --git a/gnome-extra/cinnamon/files/background.patch b/gnome-extra/cinnamon/files/background.patch deleted file mode 100644 index ccfdce4c..00000000 --- a/gnome-extra/cinnamon/files/background.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/files/usr/lib/cinnamon-settings/modules/cs_backgrounds.py -+++ b/files/usr/lib/cinnamon-settings/modules/cs_backgrounds.py -@@ -334,10 +334,9 @@ class BackgroundWallpaperPane (Gtk.VBox) - - def update_icon_view(self): - pictures_list = [] -- if os.path.exists("/usr/share/cinnamon-background-properties"): -- for i in os.listdir("/usr/share/cinnamon-background-properties"): -- if i.endswith(".xml"): -- pictures_list += self.parse_xml_backgrounds_list(os.path.join("/usr/share/cinnamon-background-properties", i)) -+ for i in os.listdir("/usr/share/gnome-background-properties"): -+ if i.endswith(".xml"): -+ pictures_list += self.parse_xml_backgrounds_list(os.path.join("/usr/share/gnome-background-properties", i)) - - path = os.path.join(os.getenv("HOME"), ".cinnamon", "backgrounds") - if os.path.exists(path): -- cgit v1.2.3