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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2018-02-08 19:41:50 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-02-08 19:41:50 +0300
commit56ba243d35353ee4d5ee2120b087889f7350d887 (patch)
treefe1f62d24954e6c58a96f4a562c9291f04daffde
parentc6427357307bce446b0b3b590f5dae1c7225a933 (diff)
Switch gtk+ package to GitHub
-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',