From b9539b5b33c7cdf954f57917ea6a5440eb11c027 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 7 May 2014 16:23:01 -0700 Subject: [PATCH] Port build environment from tweak.mk to new cycc. --- .gitignore | 2 ++ Tweak.mm => FiveIconDock.mm | 21 ++++++++++++++++----- Tweak.plist | 1 - control | 12 ------------ make.sh | 7 +------ makefile | 2 -- 6 files changed, 19 insertions(+), 26 deletions(-) create mode 100644 .gitignore rename Tweak.mm => FiveIconDock.mm (85%) delete mode 100644 Tweak.plist delete mode 100644 control delete mode 100644 makefile diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..63dc3ec --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.dylib +*.deb diff --git a/Tweak.mm b/FiveIconDock.mm similarity index 85% rename from Tweak.mm rename to FiveIconDock.mm index 0f83a4c..2bce488 100644 --- a/Tweak.mm +++ b/FiveIconDock.mm @@ -1,4 +1,19 @@ -#include +#include + +%apt Package: com.saurik.iphone.fid +%apt Author: Jay Freeman (saurik) + +%apt Name: Five Icon Dock +%apt Description: fits even more stuff right down there +%apt Depiction: http://cydia.saurik.com/info/com.saurik.iphone.fid/ +%apt Tag: purpose::extension, role::enduser + +%apt Depends: mobilesubstrate (>= 0.9.3005-1), firmware (>= 2.2), firmware (<< 3.0) | com.chpwn.iconsupport (>= 1.7.3-1) +%apt Conflicts: gsc.wildcat + +%bundle com.apple.springboard + +%flag -framework Foundation #import #import @@ -6,10 +21,6 @@ #import -#import -#import -#import - @interface ISIconSupport : NSObject { } diff --git a/Tweak.plist b/Tweak.plist deleted file mode 100644 index f94fd41..0000000 --- a/Tweak.plist +++ /dev/null @@ -1 +0,0 @@ -Filter = {Bundles = ("com.apple.springboard");}; diff --git a/control b/control deleted file mode 100644 index 1b19917..0000000 --- a/control +++ /dev/null @@ -1,12 +0,0 @@ -Package: com.saurik.iphone.fid -Priority: optional -Section: Tweaks -Maintainer: Jay Freeman (saurik) -Architecture: iphoneos-arm -Version: 0.9.3381-1 -Description: fits even more stuff right down there -Name: Five Icon Dock -Depends: mobilesubstrate (>= 0.9.3005-1), firmware (>= 2.2), firmware (<< 3.0) | com.chpwn.iconsupport (>= 1.7.3-1) -Conflicts: gsc.wildcat -Author: Jay Freeman (saurik) -Depiction: http://cydia.saurik.com/info/com.saurik.iphone.fid/ diff --git a/make.sh b/make.sh index 2d9cc22..c39f5dc 100755 --- a/make.sh +++ b/make.sh @@ -1,7 +1,2 @@ #!/bin/bash -set -e -export PKG_ARCH=${PKG_ARCH-iphoneos-arm} -PATH=/apl/n42/pre/bin:$PATH /apl/tel/exec.sh com.saurik.winterboard make "$@" -export CODESIGN_ALLOCATE=$(which arm-apple-darwin9-codesign_allocate) -/apl/tel/util/ldid -S *.dylib -make package +exec cycc -i2.0 -s -p FiveIconDock.mm diff --git a/makefile b/makefile deleted file mode 100644 index 43dade7..0000000 --- a/makefile +++ /dev/null @@ -1,2 +0,0 @@ -name := FiveIconDock -include ../tweak.mk -- 2.47.2