summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-04-02 17:16:30 +0300
committerMart Raudsepp <leio@gentoo.org>2017-04-02 17:17:04 +0300
commit2ca6628f3dd84a484b59b1825b5df6e51e0d32a4 (patch)
tree4cfec1060e801f44b89062f86729e79237010f0c /gnome-extra/cinnamon/files
parentdev-lang/mono: bump into 4.8.0.524 (diff)
downloadgentoo-2ca6628f3dd84a484b59b1825b5df6e51e0d32a4.tar.gz
gentoo-2ca6628f3dd84a484b59b1825b5df6e51e0d32a4.tar.bz2
gentoo-2ca6628f3dd84a484b59b1825b5df6e51e0d32a4.zip
gnome-extra/cinnamon: remove old that still had USE=gtk dep on gnome-themes-standard
The gnome-themes-standard versions that had IUSE=gtk got cleaned up, so need to clean up here too to fix repoman in cinnamon Gentoo-bug: 596556 Acked-by: Kristian Fiskerstrand <k_f@gentoo.org>
Diffstat (limited to 'gnome-extra/cinnamon/files')
-rw-r--r--gnome-extra/cinnamon/files/cinnamon-2.8.3-gnome-3.14.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/gnome-extra/cinnamon/files/cinnamon-2.8.3-gnome-3.14.patch b/gnome-extra/cinnamon/files/cinnamon-2.8.3-gnome-3.14.patch
deleted file mode 100644
index 26f7e05073e9..000000000000
--- a/gnome-extra/cinnamon/files/cinnamon-2.8.3-gnome-3.14.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/files/usr/share/cinnamon/cinnamon-settings/modules/cs_themes.py
-+++ b/files/usr/share/cinnamon/cinnamon-settings/modules/cs_themes.py
-@@ -91,7 +91,7 @@
-
- def _load_icon_themes(self):
- dirs = ("/usr/share/icons", os.path.join(os.path.expanduser("~"), ".icons"))
-- valid = walk_directories(dirs, lambda d: os.path.isdir(d) and not os.path.exists(os.path.join(d, "cursors")) and os.path.exists(os.path.join(d, "index.theme")))
-+ valid = walk_directories(dirs, lambda d: os.path.isdir(d) and os.path.exists(os.path.join(d, "index.theme")))
- valid.sort(lambda a,b: cmp(a.lower(), b.lower()))
- res = []
- for i in valid: