File tree 3 files changed +19
-21
lines changed
Libraries/gnustep/back-art
3 files changed +19
-21
lines changed Original file line number Diff line number Diff line change 3
3
4
4
# The version number of this release.
5
5
GNUSTEP_BACK_MAJOR_VERSION=0
6
- GNUSTEP_BACK_MINOR_VERSION=31
6
+ GNUSTEP_BACK_MINOR_VERSION=32
7
7
GNUSTEP_BACK_SUBMINOR_VERSION=0
8
8
# This numeric value should match above
9
- VERSION_NUMBER=031 .0
9
+ VERSION_NUMBER=032 .0
10
10
# This numeric value should match the compatible gui interface version
11
- INTERFACE_VERSION_NUMBER=031
11
+ INTERFACE_VERSION_NUMBER=032
12
12
13
13
GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
14
14
VERSION=${GNUSTEP_BACK_VERSION}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if [ ! -d ${BUILD_ROOT}/${GIT_PKG_NAME} ]; then
25
25
# Patches
26
26
cd ${BUILD_ROOT} /${GIT_PKG_NAME}
27
27
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
29
29
patch -p1 < ${SOURCES_DIR} /libs-gui_NSPopUpButton.patch
30
30
cd Images
31
31
tar zxf ${SOURCES_DIR} /gnustep-gui-images.tar.gz
Original file line number Diff line number Diff line change 4
4
ECHO=" /usr/bin/echo -e"
5
5
_PWD=` pwd`
6
6
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
+
7
22
# ----------------------------------------
8
23
# Operating system
9
24
# ----------------------------------------
90
105
prepare_environment
91
106
fi
92
107
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
-
110
108
# ----------------------------------------
111
109
# Tools
112
110
# ----------------------------------------
You can’t perform that action at this time.
0 commit comments