gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r10807: update fltk to 1.4.0


From: Carl Hansen
Subject: [Gsrc-commit] trunk r10807: update fltk to 1.4.0
Date: Thu, 14 Nov 2024 13:18:11 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 10807
revision-id: carlhansen@gnu.org-20241114181802-mmd0jx72r5tgdp36
parent: carlhansen@gnu.org-20241114073312-4lsrtxqsawvskam6
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Thu 2024-11-14 18:18:02 +0000
message:
  update fltk to 1.4.0
modified:
  pkg/other/fltk/Makefile        makefile-20220403073729-vnslgfo3q1ugv9ki-3
  pkg/other/fltk/config.mk       config.mk-20220403073729-vnslgfo3q1ugv9ki-2
=== modified file 'pkg/other/fltk/Makefile'
--- a/pkg/other/fltk/Makefile   2023-04-15 07:53:03 +0000
+++ b/pkg/other/fltk/Makefile   2024-11-14 18:18:02 +0000
@@ -1,4 +1,4 @@
-# Copyright ©2022 Carl Hansen <carlhansen@gnu.org>
+# Copyright ©2022,2024 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -22,7 +22,7 @@
 GARNAME =  fltk
 GARVERSION = 1.4.0
 HOME_URL = https://www.fltk.org
-DESCRIPTION = GUI designer using GUI and C++
+DESCRIPTION = gui designer using gui and C++
 define BLURB
 endef
 
@@ -31,18 +31,18 @@
 #    git clone https://github.com/fltk/fltk.git
 # MASTER_SITES = https://www.fltk.org/ 
 # MASTER_SUBDIR = pub/fltk/$(GARVERSION)/
+
 MASTER_SITES = $(MASTER_GITHUB)
 MASTER_SUBDIR = fltk/
 GIT_REVISION = master  
 GIT_PATH = $(MASTER_SITES)$(MASTER_SUBDIR)/$(GARNAME).git
 USE_AUTORECONF = yes
-LICENSE = LGPL
 
 BUILDDEPS = 
 LIBDEPS =
-WORKSRC = $(DOWNLOADDIRGIT)/fltk
-WORKOBJ = $(WORKDIR)/fltk-build
+GITSRC = $(DOWNLOADDIRGIT)/$(GARNAME)
 
+LICENSE = LGPL
 ######################################################################
 
 include ../../../gar/gar.lib/cmake.mk
@@ -52,5 +52,9 @@
 
 fetch: fetch-git
 
-       
+post-fetch:  fetch-git
+       mkdir -p $(WORKSRC)
+       cp -a $(GITSRC)/* $(WORKSRC)/ 
+
+
 

=== modified file 'pkg/other/fltk/config.mk'
--- a/pkg/other/fltk/config.mk  2023-03-09 08:26:41 +0000
+++ b/pkg/other/fltk/config.mk  2024-11-14 18:18:02 +0000
@@ -3,5 +3,4 @@
 
 CONFIGURE_OPTS ?= 
 BUILD_OPTS ?= 
-#BUILD_OPTS ?= CPPFLAGS+=-fPIC
 


reply via email to

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