gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r4630: update coregtk to 3.18.0


From: Carl Hansen
Subject: [Gsrc-commit] trunk r4630: update coregtk to 3.18.0
Date: Mon, 31 Jul 2017 20:22:59 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 4630
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Mon 2017-07-31 17:22:55 -0700
message:
  update coregtk to 3.18.0 
added:
  pkg/gnustep/coregtk/files/     files-20170801002239-ufpkp7o4620zq6ge-1
  pkg/gnustep/coregtk/files/makefile.diff 
makefile.diff-20170801002239-ufpkp7o4620zq6ge-2
modified:
  pkg/gnustep/coregtk/Makefile   makefile-20161121035830-235z5tw7gh8dspii-3
  pkg/gnustep/coregtk/sha256sums sha256sums-20161121035830-235z5tw7gh8dspii-4
=== modified file 'pkg/gnustep/coregtk/Makefile'
--- a/pkg/gnustep/coregtk/Makefile      2016-11-21 03:59:30 +0000
+++ b/pkg/gnustep/coregtk/Makefile      2017-08-01 00:22:55 +0000
@@ -1,4 +1,5 @@
-# Copyright © 2013 Brandon Invergo <address@hidden>
+# Copyright ©2013 Brandon Invergo <address@hidden>
+# Copyright ©2017 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC.
 #
@@ -16,14 +17,14 @@
 # along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
 #
 #
-# Do to changes upstream at github, the sha256sum might change.
-# do "make makesum" to update sha256sum, if so.
 
 NAME = CoreGTK
 GARNAME = coregtk
-VERSION = 3.10.2 
+GARVERSION = 3.18.0 
 HOME_URL = http://www.gnustep.org/softwareindex/showdetail.php?app=195
-DESCRIPTION = CoreGTK is an Objective-C language binding for GTK+ 
+       # or http://coregtk.org 
+       # or https://www.tylerburton.ca
+DESCRIPTION = CoreGTK is an Objective-C language binding for GTK+ 3
 define BLURB
 CoreGTK is an Objective-C language binding for the GTK+ 3 widget
 toolkit. Like other "core" Objective-C libraries, CoreGTK is designed to
@@ -32,19 +33,23 @@
 LICENSE = GNU LGPL
 
 ######################################################################
-# https://github.com/coregtk/coregtk/archive/master.zip
+# https://www.tylerburton.ca/files/apps/coregtk-3.18.0.tar.gz
 
-MASTER_SITES =  https://github.com
-MASTER_SUBDIR = /$(GARNAME)/$(GARNAME)/archive/
-DISTFILES = master.zip 
+MASTER_SITES =   https://www.tylerburton.ca/
+MASTER_SUBDIR =  files/apps/ 
+DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = 
+
 PATCHFILES = makefile.diff
+PATCHOPTS = -p3
 
 CONFIGURE_SCRIPTS =
-WORKSRC = $(WORKDIR)/$(GARNAME)-master/src
+WORKSRC = $(WORKDIR)/$(DISTNAME)/src
 
 BUILDDEPS =
 LIBDEPS =
+CONFIGURE_SCRIPTS =
+
 
 ######################################################################
 
@@ -54,7 +59,25 @@
 post-configure:
        @echo Note. I had problems with "make -j4",   "make -j1" worked.
 
+pre-build:
+       $(MAKE) -j1  -C $(WORKSRC) -f makefile
+       @echo Does not actually install anything at this time.
+       @echo Just grab appropiate files and add to your project.
+       @echo A library might be created in the future.
+       @echo
+       @echo There is an example executable created,  
work/coregtk*/src/coregtk_test
+       @echo
+       $(MAKECOOKIE)
+
 post-build:
        @echo Does not actually install anything at this time.
        @echo Just grab appropiate files and add to your project.
        @echo A library might be created in the future.
+       @echo
+       @echo There is an example executable created,  
work/coregtk*/src/coregtk_test
+       @echo
+       $(MAKECOOKIE)
+
+
+
+

=== added directory 'pkg/gnustep/coregtk/files'
=== added file 'pkg/gnustep/coregtk/files/makefile.diff'
--- a/pkg/gnustep/coregtk/files/makefile.diff   1970-01-01 00:00:00 +0000
+++ b/pkg/gnustep/coregtk/files/makefile.diff   2017-08-01 00:22:55 +0000
@@ -0,0 +1,20 @@
+*** work/coregtk-3.18.0/src/makefile   2017-07-31 16:05:15.763446609 -0700
+--- work/coregtk-3.18.0/src/makefile   2017-07-31 16:05:41.538962130 -0700
+***************
+*** 14,20 ****
+  CC=gcc
+  
+  #Compiler flags
+! CCFLAGS=-Qunused-arguments -Wno-deprecated-declarations -I. -I./CoreGTK
+  
+  #CFLAGS
+  CFLAGS=-c
+--- 14,21 ----
+  CC=gcc
+  
+  #Compiler flags
+! #CCFLAGS=-Qunused-arguments -Wno-deprecated-declarations -I. -I./CoreGTK
+! CCFLAGS= -Wno-deprecated-declarations -I. -I./CoreGTK
+  
+  #CFLAGS
+  CFLAGS=-c

=== modified file 'pkg/gnustep/coregtk/sha256sums'
--- a/pkg/gnustep/coregtk/sha256sums    2016-11-21 03:59:30 +0000
+++ b/pkg/gnustep/coregtk/sha256sums    2017-08-01 00:22:55 +0000
@@ -1,2 +1,2 @@
-618fbedacf1e192cac8c723463d257598b7a8f14ec31e19ece119dbc8618e40e  
download/master.zip
-5973b8f727bc539d7e52c31008f4bf1ee52be6201505851a842511fe571899e8  
download/makefile.diff
+9237f0b7e201c40119277f75695d962b62c07b26955e17a37d2b95409ef110ae  
download/coregtk-3.18.0.tar.gz
+6f786363f7fa5ed21b292ea9e9c76a904b3e8161ae2cd0aebf884ee5905d0b7a  
download/makefile.diff


reply via email to

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