gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7940: gworkspace patch


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7940: gworkspace patch
Date: Thu, 9 Dec 2021 01:04:03 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7940
revision-id: carlhansen1234@gmail.com-20211209060358-vm1mhd6vsjup3pl0
parent: carlhansen1234@gmail.com-20211209055134-dt9a5avkiahqs7hf
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Wed 2021-12-08 22:03:58 -0800
message:
  gworkspace patch
added:
  pkg/gnustep/gworkspace/files/  files-20211209060244-qurjsjbccvq7sjxh-1
  pkg/gnustep/gworkspace/files/gworkspace-extern.diff 
gworkspaceextern.dif-20211209060244-qurjsjbccvq7sjxh-2
modified:
  pkg/gnustep/gworkspace/Makefile makefile-20160617021536-2y71qvmiwaimvy1u-241
  pkg/gnustep/gworkspace/sha256sums 
sha256sums-20160617021536-2y71qvmiwaimvy1u-245
=== modified file 'pkg/gnustep/gworkspace/Makefile'
--- a/pkg/gnustep/gworkspace/Makefile   2016-07-11 01:44:39 +0000
+++ b/pkg/gnustep/gworkspace/Makefile   2021-12-09 06:03:58 +0000
@@ -21,6 +21,8 @@
 HOME_URL = http://www.gnustep.org/
 DESCRIPTION = A file manager and desktop for GNUstep
 
+# binary name is GWorkspace
+
 ######################################################################
 
 MASTER_SITES = $(MASTER_GNUSTEP)
@@ -31,13 +33,14 @@
 BUILDDEPS =
 # install these in this order, if not already installed:
 LIBDEPS = gnustep-make gnustep-base gnustep-gui gnustep-back
+PATCHFILES = gworkspace-extern.diff
 
 ######################################################################
 
 include ../../../gar/gar.lib/gnustep.mk
 include config.mk
 
-# quirk of building:
+# possible quirk of building:
 # "make" has an error
 # to get around it, first do
 # make -k install

=== added directory 'pkg/gnustep/gworkspace/files'
=== added file 'pkg/gnustep/gworkspace/files/gworkspace-extern.diff'
--- a/pkg/gnustep/gworkspace/files/gworkspace-extern.diff       1970-01-01 
00:00:00 +0000
+++ b/pkg/gnustep/gworkspace/files/gworkspace-extern.diff       2021-12-09 
06:03:58 +0000
@@ -0,0 +1,12 @@
+diff -x config.log -x config.status -ru 
tmp/gworkspace-0.9.4/Inspector/ContentViewers/ImageViewer/Resizer.h 
work/gworkspace-0.9.4/Inspector/ContentViewers/ImageViewer/Resizer.h
+--- tmp/gworkspace-0.9.4/Inspector/ContentViewers/ImageViewer/Resizer.h        
2016-06-01 09:35:46.000000000 -0700
++++ work/gworkspace-0.9.4/Inspector/ContentViewers/ImageViewer/Resizer.h       
2021-12-08 21:54:14.887217587 -0800
+@@ -24,7 +24,7 @@
+  */
+ 
+ 
+-NSConnection *serverConnection;
++extern NSConnection *serverConnection;
+ 
+ @interface ImageResizer : NSObject
+ {

=== modified file 'pkg/gnustep/gworkspace/sha256sums'
--- a/pkg/gnustep/gworkspace/sha256sums 2016-07-11 01:44:39 +0000
+++ b/pkg/gnustep/gworkspace/sha256sums 2021-12-09 06:03:58 +0000
@@ -1,1 +1,2 @@
 f3c18371c10d8ca02954017ce5c78d8f6b6ed3101a7adae86d7c557cea405632  
download/gworkspace-0.9.4.tar.gz
+8a14ecd82c88a6151c678d332fb805b38d1e5595aaff08f6412f00f362cb8a6a  
download/gworkspace-extern.diff


reply via email to

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