From d423477db4e11887f6eae5f7514d5d0f9c0463dd Mon Sep 17 00:00:00 2001 From: Lightmann Date: Sun, 17 Sep 2023 13:54:24 -0400 Subject: [PATCH 1/2] Add gzip, rec unzip, and update desc --- build_info/theos-dependencies.control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_info/theos-dependencies.control b/build_info/theos-dependencies.control index b3f0b730c2..ad0e7813a3 100644 --- a/build_info/theos-dependencies.control +++ b/build_info/theos-dependencies.control @@ -2,12 +2,12 @@ Package: theos-dependencies Version: @DEB_THEOSDEPS_V@ Architecture: all Maintainer: @DEB_MAINTAINER@ -Depends: clang, odcctools, curl, git, grep, perl, rsync, unzip, xz-utils, make, ldid -Recommends: plutil, swift +Depends: clang, odcctools, curl, git, grep, gzip, perl, rsync, xz-utils, make, ldid +Recommends: unzip, plutil, swift Conflicts: org.theos.dependencies Provides: org.theos.dependencies Replaces: org.theos.dependencies Section: Development Priority: optional Description: What Theos needs. - This metapackage installs grep, rsync, unzip, git, perl, xz-utils, and the iOS Toolchain in one go. + This metapackage installs curl, git, grep, gzip, perl, rsync, xz-utils, and the iOS Toolchain in one go. From 04c614613fc0b6247b680af7fe9a5f755fe1f681 Mon Sep 17 00:00:00 2001 From: Lightmann Date: Sun, 17 Sep 2023 13:56:15 -0400 Subject: [PATCH 2/2] Unzip isn't used anymore; zip used for .ipas --- build_info/theos-dependencies.control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_info/theos-dependencies.control b/build_info/theos-dependencies.control index ad0e7813a3..77c1f61d31 100644 --- a/build_info/theos-dependencies.control +++ b/build_info/theos-dependencies.control @@ -3,7 +3,7 @@ Version: @DEB_THEOSDEPS_V@ Architecture: all Maintainer: @DEB_MAINTAINER@ Depends: clang, odcctools, curl, git, grep, gzip, perl, rsync, xz-utils, make, ldid -Recommends: unzip, plutil, swift +Recommends: zip, plutil, swift Conflicts: org.theos.dependencies Provides: org.theos.dependencies Replaces: org.theos.dependencies