Skip to content

Commit ad42706

Browse files
committed
Switch to latest GNUstep GUI and Base releases.
1 parent d2960c5 commit ad42706

File tree

3 files changed

+19
-21
lines changed

3 files changed

+19
-21
lines changed

Libraries/gnustep/back-art/Version

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
# The version number of this release.
55
GNUSTEP_BACK_MAJOR_VERSION=0
6-
GNUSTEP_BACK_MINOR_VERSION=31
6+
GNUSTEP_BACK_MINOR_VERSION=32
77
GNUSTEP_BACK_SUBMINOR_VERSION=0
88
# This numeric value should match above
9-
VERSION_NUMBER=031.0
9+
VERSION_NUMBER=032.0
1010
# This numeric value should match the compatible gui interface version
11-
INTERFACE_VERSION_NUMBER=031
11+
INTERFACE_VERSION_NUMBER=032
1212

1313
GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
1414
VERSION=${GNUSTEP_BACK_VERSION}

Packaging/Sources/6_build_libs-gui.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [ ! -d ${BUILD_ROOT}/${GIT_PKG_NAME} ]; then
2525
# Patches
2626
cd ${BUILD_ROOT}/${GIT_PKG_NAME}
2727
patch -p1 < ${SOURCES_DIR}/libs-gui_NSApplication.patch
28-
patch -p1 < ${SOURCES_DIR}/libs-gui_GSThemeDrawing.patch
28+
# patch -p1 < ${SOURCES_DIR}/libs-gui_GSThemeDrawing.patch
2929
patch -p1 < ${SOURCES_DIR}/libs-gui_NSPopUpButton.patch
3030
cd Images
3131
tar zxf ${SOURCES_DIR}/gnustep-gui-images.tar.gz

Packaging/environment.sh

+15-17
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44
ECHO="/usr/bin/echo -e"
55
_PWD=`pwd`
66

7+
#----------------------------------------
8+
# Libraries and applications
9+
#----------------------------------------
10+
# Apple
11+
libdispatch_version=5.9.2
12+
libcorefoundation_version=5.9.2
13+
libcfnetwork_version=129.20
14+
# GNUstep
15+
libobjc2_version=2.2.1
16+
gnustep_make_version=2_9_2
17+
gnustep_base_version=1_31_0
18+
gnustep_gui_version=0_32_0
19+
gorm_version=1_5_0
20+
projectcenter_version=0_7_0
21+
722
#----------------------------------------
823
# Operating system
924
#----------------------------------------
@@ -90,23 +105,6 @@ else
90105
prepare_environment
91106
fi
92107

93-
#----------------------------------------
94-
# Library versions
95-
#----------------------------------------
96-
libdispatch_version=5.9.2
97-
libcorefoundation_version=5.9.2
98-
libcfnetwork_version=129.20
99-
libobjc2_version=2.2.1
100-
gnustep_make_version=2_9_2
101-
gnustep_base_version=1_30_0
102-
gnustep_gui_version=0_31_0
103-
104-
gorm_version=1_4_0
105-
projectcenter_version=0_7_0
106-
107-
roboto_mono_version=0.2020.05.08
108-
roboto_mono_checkout=master
109-
110108
#----------------------------------------
111109
# Tools
112110
#----------------------------------------

0 commit comments

Comments
 (0)