Last active
December 19, 2015 17:19
-
-
Save vrutkovs/5990504 to your computer and use it in GitHub Desktop.
Gnome-music-python moduleset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 36e0e00a1317c2e827cc08268803e26ea27cb598 Mon Sep 17 00:00:00 2001 | |
| From: Vadim Rutkovsky <[email protected]> | |
| Date: Sat, 13 Jul 2013 13:57:34 +0200 | |
| Subject: [PATCH] Gnome-music-python module | |
| --- | |
| modulesets/gnome-world-3.10.modules | 16 ++++++++++++++++ | |
| 1 file changed, 16 insertions(+) | |
| diff --git a/modulesets/gnome-world-3.10.modules b/modulesets/gnome-world-3.10.modules | |
| index 0cf28c3..8e9a8f7 100644 | |
| --- a/modulesets/gnome-world-3.10.modules | |
| +++ b/modulesets/gnome-world-3.10.modules | |
| @@ -3228,4 +3228,20 @@ | |
| </dependencies> | |
| </autotools> | |
| + <autotools id="gnome-music-python"> | |
| + <branch repo="github.com" module="gnome-prototypes-team/gnome-music" checkoutdir="gnome-music-python" revision="master"/> | |
| + <dependencies> | |
| + <dep package="gobject-introspection"/> | |
| + <dep package="gtk+"/> | |
| + <dep package="intltool"/> | |
| + <dep package="python"/> | |
| + <dep package="grilo"/> | |
| + <dep package="grilo-plugins"/> | |
| + <dep package="gvfs"/> | |
| + <dep package="tracker"/> | |
| + <dep package="gnome-themes-standard"/> | |
| + <dep package="gnome-icon-theme-symbolic"/> | |
| + </dependencies> | |
| + </autotools> | |
| + | |
| </moduleset> | |
| -- | |
| 1.8.3.1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment