summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-10 18:54:56 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-10 18:54:56 -0800
commit5ad3e6d9a0a9a6972b5fb8fea108ea7168757ea5 (patch)
treef5e732084303d8488cc57c59ba9f85d13509449f
parent6d246265ac5604afc36f21d1a37bee3818339486 (diff)
Add /usr/share/bigboss/icons from the bigboss package.
-rw-r--r--BigBoss.png/bigboss.pngbin0 -> 6405 bytes
-rw-r--r--BigBoss.png/planetiphones.pngbin0 -> 2097 bytes
-rw-r--r--BigBoss.png/touchrev.pngbin0 -> 4929 bytes
-rw-r--r--makefile6
4 files changed, 5 insertions, 1 deletions
diff --git a/BigBoss.png/bigboss.png b/BigBoss.png/bigboss.png
new file mode 100644
index 0000000..8c79a38
--- /dev/null
+++ b/BigBoss.png/bigboss.png
Binary files differ
diff --git a/BigBoss.png/planetiphones.png b/BigBoss.png/planetiphones.png
new file mode 100644
index 0000000..e641970
--- /dev/null
+++ b/BigBoss.png/planetiphones.png
Binary files differ
diff --git a/BigBoss.png/touchrev.png b/BigBoss.png/touchrev.png
new file mode 100644
index 0000000..6219427
--- /dev/null
+++ b/BigBoss.png/touchrev.png
Binary files differ
diff --git a/makefile b/makefile
index 8be707e..855ab7a 100644
--- a/makefile
+++ b/makefile
@@ -80,7 +80,7 @@ object := $(object:.m=.o)
object := $(object:.mm=.o)
object := $(object:%=Objects/%)
-images := $(shell find MobileCydia.app -name '*.png')
+images := $(shell find BigBoss.png/ MobileCydia.app/ -type f -name '*.png')
images := $(images:%=Images/%)
lproj_deb := debs/cydia-lproj_$(version)_iphoneos-arm.deb
@@ -151,6 +151,10 @@ debs/cydia_$(version)_iphoneos-arm.deb: MobileCydia $(images) $(shell find Mobil
cd MobileCydia.app && find . -name '*.png' -exec cp -af ../Images/MobileCydia.app/{} ../_/Applications/Cydia.app/{} ';'
+ mkdir -p _/usr/share/bigboss/icons
+ cd BigBoss.png && find . -name '*.png' -exec cp -af ../Images/BigBoss.png/{} ../_/usr/share/bigboss/icons/{} ';'
+ ln -s /usr/share/bigboss/icons/planetiphones.png _/Applications/Cydia.app/Sections/"Planet-iPhones Mods.png"
+
#mkdir -p _/Applications/AppleTV.app/Appliances
#cp -a Cydia.frappliance _/Applications/AppleTV.app/Appliances
#cp -a CydiaAppliance _/Applications/AppleTV.app/Appliances/Cydia.frappliance