gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r4138: coregtk, a GNUstep wrapper for gtk+3


From: Carl Hansen
Subject: [Gsrc-commit] trunk r4138: coregtk, a GNUstep wrapper for gtk+3
Date: Mon, 21 Nov 2016 03:59:33 +0000 (UTC)
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 4138
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sun 2016-11-20 19:59:30 -0800
message:
  coregtk, a GNUstep wrapper for gtk+3
added:
  pkg/gnustep/coregtk/           coregtk-20161121035830-235z5tw7gh8dspii-1
  pkg/gnustep/coregtk/Makefile   makefile-20161121035830-235z5tw7gh8dspii-3
  pkg/gnustep/coregtk/config.mk  config.mk-20161121035830-235z5tw7gh8dspii-2
  pkg/gnustep/coregtk/sha256sums sha256sums-20161121035830-235z5tw7gh8dspii-4
=== added directory 'pkg/gnustep/coregtk'
=== added file 'pkg/gnustep/coregtk/Makefile'
--- a/pkg/gnustep/coregtk/Makefile      1970-01-01 00:00:00 +0000
+++ b/pkg/gnustep/coregtk/Makefile      2016-11-21 03:59:30 +0000
@@ -0,0 +1,60 @@
+# Copyright © 2013 Brandon Invergo <address@hidden>
+#
+# This file is part of GSRC.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# 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 
+HOME_URL = http://www.gnustep.org/softwareindex/showdetail.php?app=195
+DESCRIPTION = CoreGTK is an Objective-C language binding for GTK+ 
+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
+be a thin wrapper. CoreGTK is free software, licensed under the GNU LGPL.
+endef
+LICENSE = GNU LGPL
+
+######################################################################
+# https://github.com/coregtk/coregtk/archive/master.zip
+
+MASTER_SITES =  https://github.com
+MASTER_SUBDIR = /$(GARNAME)/$(GARNAME)/archive/
+DISTFILES = master.zip 
+SIGFILES = 
+PATCHFILES = makefile.diff
+
+CONFIGURE_SCRIPTS =
+WORKSRC = $(WORKDIR)/$(GARNAME)-master/src
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/gnustep.mk
+include config.mk
+
+post-configure:
+       @echo Note. I had problems with "make -j4",   "make -j1" worked.
+
+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.

=== added file 'pkg/gnustep/coregtk/config.mk'
--- a/pkg/gnustep/coregtk/config.mk     1970-01-01 00:00:00 +0000
+++ b/pkg/gnustep/coregtk/config.mk     2016-11-21 03:59:30 +0000
@@ -0,0 +1,4 @@
+## Configuration options for coregtk ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/gnustep/coregtk/sha256sums'
--- a/pkg/gnustep/coregtk/sha256sums    1970-01-01 00:00:00 +0000
+++ b/pkg/gnustep/coregtk/sha256sums    2016-11-21 03:59:30 +0000
@@ -0,0 +1,2 @@
+618fbedacf1e192cac8c723463d257598b7a8f14ec31e19ece119dbc8618e40e  
download/master.zip
+5973b8f727bc539d7e52c31008f4bf1ee52be6201505851a842511fe571899e8  
download/makefile.diff


reply via email to

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