gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1031: update gtk to 3.6.1 and move to


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1031: update gtk to 3.6.1 and move to external dependencies
Date: Fri, 02 Nov 2012 15:51:11 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1031
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Fri 2012-11-02 15:51:11 +0100
message:
  update gtk to 3.6.1 and move to external dependencies
added:
  deps/gtk/config.mk
renamed:
  gnu/gtk/ => deps/gtk/
modified:
  deps/gtk/Makefile
=== renamed directory 'gnu/gtk' => 'deps/gtk'
=== modified file 'deps/gtk/Makefile'
--- a/gnu/gtk/Makefile  2012-08-31 21:08:21 +0000
+++ b/deps/gtk/Makefile 2012-11-02 14:51:11 +0000
@@ -1,18 +1,21 @@
 GARNAME = gtk+
-MAJORVERSION = 3.4
-GARVERSION = $(MAJORVERSION).4
+version = 3.6
+release = 1
+GARVERSION = $(version).$(release)
+HOME_URL = http://www.gtk.org
+DESCRIPTION = A multi-platform toolkit for creating graphical user interfaces
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNOME)
 MASTER_SUBDIR = $(GARNAME)/$(MAJORVERSION)/
-
 DISTFILES = $(DISTNAME).tar.xz
-#SIGFILES = $(DISTNAME).tar.xz.sig
-CHECKSUM_FILE = $(DISTNAME).sha256sum
-
-# BUILDDEPS = 
-# LIBDEPS = 
-
-HOME_URL = http://www.gtk.org
-DESCRIPTION = A multi-platform toolkit for creating graphical user interfaces
+SIGFILES = 
+
+BUILDDEPS = 
+LIBDEPS = glib
+
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'deps/gtk/config.mk'
--- a/deps/gtk/config.mk        1970-01-01 00:00:00 +0000
+++ b/deps/gtk/config.mk        2012-11-02 14:51:11 +0000
@@ -0,0 +1,4 @@
+## Configuration options for gtk ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=


reply via email to

[Prev in Thread] Current Thread [Next in Thread]