this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update some package and component names

...and update main package descriptions (Darling is not an emulator)

authored by

Ariel Abreu and committed by
Thomas A
f0152016 a0ca3928

+48 -48
+17 -17
debian/control
··· 7 7 8 8 Package: darling 9 9 Architecture: amd64 10 - Depends: ${shlibs:Depends}, ${misc:Depends}, darling-cli, darling-python, darling-ruby, darling-perl, darling-gui, darling-gui-stubs, darling-pyobjc 10 + Depends: ${shlibs:Depends}, ${misc:Depends}, darling-cli, darling-python2, darling-ruby, darling-perl, darling-gui, darling-gui-stubs, darling-pyobjc 11 11 Description: Darling 12 - macOS emulation layer for Linux 12 + Translation layer for running macOS software on Linux 13 13 14 14 Package: darling-extra 15 15 Architecture: amd64 ··· 31 31 32 32 Package: darling-cli 33 33 Architecture: amd64 34 - Depends: ${shlibs:Depends}, ${misc:Depends}, ${macho:Depends}, darling-system, darling-cli-gui-common, darling-cli-python-common 34 + Depends: ${shlibs:Depends}, ${misc:Depends}, ${macho:Depends}, darling-system, darling-cli-gui-common, darling-cli-python2-common 35 35 Description: Darling CLI components 36 36 CLI components of Darling 37 37 ··· 43 43 44 44 Package: darling-cli-devenv 45 45 Architecture: amd64 46 - Depends: ${shlibs:Depends}, ${misc:Depends}, ${macho:Depends}, darling-cli, darling-python, darling-ruby, darling-perl, darling-cli-devenv-gui-common, darling-cli-devenv-gui-stubs-common, darling-iokitd-cli-devenv-gui-common 46 + Depends: ${shlibs:Depends}, ${misc:Depends}, ${macho:Depends}, darling-cli, darling-python2, darling-ruby, darling-perl, darling-cli-devenv-gui-common, darling-cli-devenv-gui-stubs-common, darling-iosurface 47 47 Description: Darling developer environment 48 48 A Darling environment for CLI-only programs for building and developing using the command line developer tools 49 49 Conflicts: darling-gui, darling-gui-stubs ··· 56 56 57 57 Package: darling-iokitd 58 58 Architecture: amd64 59 - Depends: ${shlibs:Depends}, ${misc:Depends}, ${macho:Depends}, darling-system, darling-iokitd-cli-devenv-gui-common 59 + Depends: ${shlibs:Depends}, ${misc:Depends}, ${macho:Depends}, darling-system, darling-iosurface 60 60 Description: Darling IOKit daemon 61 61 IOKit daemon for Darling 62 62 ··· 74 74 75 75 Package: darling-gui 76 76 Architecture: amd64 77 - Depends: ${shlibs:Depends}, ${misc:Depends}, ${macho:Depends}, darling-system, darling-cli-devenv-gui-common, darling-iokitd, darling-cli-gui-common, darling-iokitd-cli-devenv-gui-common 77 + Depends: ${shlibs:Depends}, ${misc:Depends}, ${macho:Depends}, darling-system, darling-cli-devenv-gui-common, darling-iokitd, darling-cli-gui-common, darling-iosurface 78 78 Description: Darling GUI components 79 79 GUI components of Darling 80 80 81 - Package: darling-python 81 + Package: darling-python2 82 82 Architecture: amd64 83 - Depends: ${shlibs:Depends}, ${misc:Depends}, ${macho:Depends}, darling-core, darling-cli-python-common, darling-ffi 84 - Description: Python for Darling 85 - Python (and associated programs) built for use within Darling 83 + Depends: ${shlibs:Depends}, ${misc:Depends}, ${macho:Depends}, darling-core, darling-cli-python2-common, darling-ffi 84 + Description: Python 2 for Darling 85 + Python 2 (and associated programs) built for use within Darling 86 86 87 - Package: darling-cli-python-common 87 + Package: darling-cli-python2-common 88 88 Architecture: amd64 89 89 Depends: ${shlibs:Depends}, ${misc:Depends}, ${macho:Depends}, darling-core 90 - Description: Darling CLI and Python common components 91 - Components of Darling that are shared between the CLI and Python components 90 + Description: Darling CLI and Python 2 common components 91 + Components of Darling that are shared between the CLI and Python 2 components 92 92 93 93 Package: darling-pyobjc 94 94 Architecture: amd64 95 - Depends: ${shlibs:Depends}, ${misc:Depends}, ${macho:Depends}, darling-gui-stubs, darling-python 95 + Depends: ${shlibs:Depends}, ${misc:Depends}, ${macho:Depends}, darling-gui-stubs, darling-python2 96 96 Description: PyObjC for Darling 97 97 PyObjC built for use within Darling 98 98 ··· 120 120 Description: JavaScriptCore for Darling 121 121 JavaScriptCore built for use within Darling 122 122 123 - Package: darling-iokitd-cli-devenv-gui-common 123 + Package: darling-iosurface 124 124 Architecture: amd64 125 125 Depends: ${shlibs:Depends}, ${misc:Depends}, ${macho:Depends}, darling-system 126 - Description: Darling IOKit daemon, developer environment, and GUI common components 127 - Components of Darling that are shared between the IOKit daemon, developer environment, and GUI components 126 + Description: IOSurface framework for Darling 127 + IOSurface framework built for use within Darling 128 128 129 129 Package: darling-cli-devenv-gui-stubs-common 130 130 Architecture: amd64
+4 -4
debian/rules
··· 20 20 perl \ 21 21 jsc_webkit_common \ 22 22 jsc \ 23 - iokitd_cli_dev_gui_common \ 23 + iosurface \ 24 24 cli_dev_gui_stubs_common \ 25 25 gui_stubs 26 26 ··· 35 35 cli-devenv-gui-common \ 36 36 cli-extra \ 37 37 gui \ 38 - python \ 39 - cli-python-common \ 38 + python2 \ 39 + cli-python2-common \ 40 40 pyobjc \ 41 41 ruby \ 42 42 perl \ 43 43 jsc-webkit-common \ 44 44 jsc \ 45 - iokitd-cli-devenv-gui-common \ 45 + iosurface \ 46 46 cli-devenv-gui-stubs-common \ 47 47 gui-stubs 48 48
+26 -26
rpm/SPECS/darling.spec
··· 40 40 BuildRequires: libXrandr-devel libXcursor-devel libxkbfile-devel dbus-devel mesa-libGLU-devel 41 41 BuildRequires: vulkan-headers llvm-devel libcap-devel bash vulkan-loader-devel 42 42 43 - Requires: darling-cli darling-python darling-ruby darling-perl darling-gui darling-gui-stubs darling-pyobjc 43 + Requires: darling-cli darling-python2 darling-ruby darling-perl darling-gui darling-gui-stubs darling-pyobjc 44 44 45 45 %description 46 - macOS emulation layer for Linux 46 + Translation layer for running macOS software on Linux 47 47 48 48 %package extra 49 49 Summary: Extra components for Darling ··· 72 72 %package cli 73 73 Summary: Darling CLI components 74 74 Group: Utility 75 - Requires: darling-system darling-cli-gui-common darling-cli-python-common 75 + Requires: darling-system darling-cli-gui-common darling-cli-python2-common 76 76 77 77 %description cli 78 78 CLI components of Darling ··· 96 96 %package iokitd 97 97 Summary: Darling IOKit daemon 98 98 Group: Utility 99 - Requires: darling-system darling-iokitd-cli-devenv-gui-common 99 + Requires: darling-system darling-iosurface 100 100 101 101 %description iokitd 102 102 IOKit daemon for Darling ··· 120 120 %package gui 121 121 Summary: Darling GUI components 122 122 Group: Utility 123 - Requires: darling-system darling-cli-devenv-gui-common darling-iokitd darling-cli-gui-common darling-iokitd-cli-devenv-gui-common 123 + Requires: darling-system darling-cli-devenv-gui-common darling-iokitd darling-cli-gui-common darling-iosurface 124 124 125 125 %description gui 126 126 GUI components of Darling 127 127 128 - %package python 129 - Summary: Python for Darling 128 + %package python2 129 + Summary: Python 2 for Darling 130 130 Group: Utility 131 - Requires: darling-core darling-cli-python-common darling-ffi 131 + Requires: darling-core darling-cli-python2-common darling-ffi 132 132 133 - %description python 134 - Python (and associated programs) built for use within Darling 133 + %description python2 134 + Python 2 (and associated programs) built for use within Darling 135 135 136 - %package cli-python-common 137 - Summary: Darling CLI and Python common components 136 + %package cli-python2-common 137 + Summary: Darling CLI and Python 2 common components 138 138 Group: Utility 139 139 Requires: darling-core 140 140 141 - %description cli-python-common 142 - Components of Darling that are shared between the CLI and Python components 141 + %description cli-python2-common 142 + Components of Darling that are shared between the CLI and Python 2 components 143 143 144 144 %package pyobjc 145 145 Summary: PyObjC for Darling 146 146 Group: Utility 147 - Requires: darling-gui-stubs darling-python 147 + Requires: darling-gui-stubs darling-python2 148 148 149 149 %description pyobjc 150 150 PyObjC built for use within Darling ··· 181 181 %description jsc 182 182 JavaScriptCore built for use within Darling 183 183 184 - %package iokitd-cli-devenv-gui-common 185 - Summary: Darling IOKit daemon, developer environment, and GUI common components 184 + %package iosurface 185 + Summary: IOSurface framework for Darling 186 186 Group: Utility 187 187 Requires: darling-system 188 188 189 - %description iokitd-cli-devenv-gui-common 190 - Components of Darling that are shared between the IOKit daemon, developer environment, and GUI components 189 + %description iosurface 190 + IOSurface framework built for use within Darling 191 191 192 192 %package cli-devenv-gui-stubs-common 193 193 Summary: Darling developer environment and GUI stubs common components ··· 241 241 perl 242 242 jsc_webkit_common 243 243 jsc 244 - iokitd_cli_dev_gui_common 244 + iosurface 245 245 cli_dev_gui_stubs_common 246 246 gui_stubs 247 247 ) ··· 255 255 cli-devenv-gui-common 256 256 cli-extra 257 257 gui 258 - python 259 - cli-python-common 258 + python2 259 + cli-python2-common 260 260 pyobjc 261 261 ruby 262 262 perl 263 263 jsc-webkit-common 264 264 jsc 265 - iokitd-cli-devenv-gui-common 265 + iosurface 266 266 cli-devenv-gui-stubs-common 267 267 gui-stubs 268 268 ) ··· 296 296 %files cli-devenv-gui-common -f build/files.cli-devenv-gui-common.txt 297 297 %files cli-extra -f build/files.cli-extra.txt 298 298 %files gui -f build/files.gui.txt 299 - %files python -f build/files.python.txt 300 - %files cli-python-common -f build/files.cli-python-common.txt 299 + %files python2 -f build/files.python2.txt 300 + %files cli-python2-common -f build/files.cli-python2-common.txt 301 301 %files pyobjc -f build/files.pyobjc.txt 302 302 %files ruby -f build/files.ruby.txt 303 303 %files perl -f build/files.perl.txt 304 304 %files jsc-webkit-common -f build/files.jsc-webkit-common.txt 305 305 %files jsc -f build/files.jsc.txt 306 - %files iokitd-cli-devenv-gui-common -f build/files.iokitd-cli-devenv-gui-common.txt 306 + %files iosurface -f build/files.iosurface.txt 307 307 %files cli-devenv-gui-stubs-common -f build/files.cli-devenv-gui-stubs-common.txt 308 308 %files gui-stubs -f build/files.gui-stubs.txt 309 309
+1 -1
src/frameworks/CMakeLists.txt
··· 31 31 endif() 32 32 33 33 if (COMPONENT_iokitd OR COMPONENT_dev_gui_common) 34 - set(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME "iokitd_cli_dev_gui_common") 34 + set(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME "iosurface") 35 35 36 36 # this is for iokitd (and Xcode) 37 37 add_subdirectory(IOSurface)