Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/gtk+.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/gtk+.py b/packages/gtk+.py
index 3da799e..c4967c3 100644
--- a/packages/gtk+.py
+++ b/packages/gtk+.py
@@ -1,7 +1,7 @@
-class GtkPackage (GnomeGitPackage):
+class GtkPackage (GitHubPackage):
def __init__(self):
- GnomeGitPackage.__init__(self, 'gtk+', '2.24', '280fc402be5fb46b66bcd32056963bb1afb8b54b',
+ GitHubPackage.__init__(self, 'GNOME', 'gtk', '2.24', '280fc402be5fb46b66bcd32056963bb1afb8b54b',
configure_flags=[
'--with-gdktarget=%{gdk_target}',
# '--disable-cups',