public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/gnome-music/files: gnome-music-3.14.3-music-dir.patch
@ 2015-01-25 15:07 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2015-01-25 15:07 UTC (permalink / raw
  To: gentoo-commits

pacho       15/01/25 15:07:47

  Added:                gnome-music-3.14.3-music-dir.patch
  Log:
  Fix call for music directory, upstream bug #743484 (thanks to foser for reporting the bug and the fix); drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.1                  media-sound/gnome-music/files/gnome-music-3.14.3-music-dir.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnome-music/files/gnome-music-3.14.3-music-dir.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnome-music/files/gnome-music-3.14.3-music-dir.patch?rev=1.1&content-type=text/plain

Index: gnome-music-3.14.3-music-dir.patch
===================================================================
--- gnome-music-3.14.3/gnomemusic/query.py~	2015-01-19 13:14:23.000000000 +0100
+++ gnome-music-3.14.3/gnomemusic/query.py	2015-01-25 15:30:42.478238978 +0100
@@ -30,14 +30,14 @@
 
 class Query():
     music_folder = None
-    MUSIC_URI = None
+    MUSIC_DIR = None
     download_folder = None
-    DOWNLOAD_URI = None
+    DOWNLOAD_DIR = None
     try:
         music_folder = GLib.get_user_special_dir(GLib.UserDirectory.DIRECTORY_MUSIC)
-        MUSIC_URI = Tracker.sparql_escape_string(GLib.filename_to_uri(music_folder))
+        MUSIC_DIR = Tracker.sparql_escape_string(GLib.filename_to_uri(music_folder))
         download_folder = GLib.get_user_special_dir(GLib.UserDirectory.DIRECTORY_DOWNLOAD)
-        DOWNLOAD_URI = Tracker.sparql_escape_string(GLib.filename_to_uri(download_folder))
+        DOWNLOAD_DIR = Tracker.sparql_escape_string(GLib.filename_to_uri(download_folder))
 
     except TypeError:
         print("XDG user dirs are not set")




^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/gnome-music/files: gnome-music-3.14.3-music-dir.patch
@ 2015-01-26 14:28 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2015-01-26 14:28 UTC (permalink / raw
  To: gentoo-commits

pacho       15/01/26 14:28:27

  Removed:              gnome-music-3.14.3-music-dir.patch
  Log:
  Version bump, drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-26 14:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-25 15:07 [gentoo-commits] gentoo-x86 commit in media-sound/gnome-music/files: gnome-music-3.14.3-music-dir.patch Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-26 14:28 Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox