]> git.saurik.com Git - cydia.git/commitdiff
Add /usr/share/bigboss/icons from the bigboss package.
authorJay Freeman (saurik) <saurik@saurik.com>
Fri, 11 Mar 2011 02:54:56 +0000 (18:54 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Fri, 11 Mar 2011 02:54:56 +0000 (18:54 -0800)
BigBoss.png/bigboss.png [new file with mode: 0644]
BigBoss.png/planetiphones.png [new file with mode: 0644]
BigBoss.png/touchrev.png [new file with mode: 0644]
makefile

diff --git a/BigBoss.png/bigboss.png b/BigBoss.png/bigboss.png
new file mode 100644 (file)
index 0000000..8c79a38
Binary files /dev/null and b/BigBoss.png/bigboss.png differ
diff --git a/BigBoss.png/planetiphones.png b/BigBoss.png/planetiphones.png
new file mode 100644 (file)
index 0000000..e641970
Binary files /dev/null and b/BigBoss.png/planetiphones.png differ
diff --git a/BigBoss.png/touchrev.png b/BigBoss.png/touchrev.png
new file mode 100644 (file)
index 0000000..6219427
Binary files /dev/null and b/BigBoss.png/touchrev.png differ
index 8be707e4d8ce1e7b3f00bf68c297e78a7f39a712..855ab7a50f127c8c18ad1b7ba5d874022289ba1e 100644 (file)
--- 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