From: Jay Freeman (saurik) Date: Fri, 11 Mar 2011 02:54:56 +0000 (-0800) Subject: Add /usr/share/bigboss/icons from the bigboss package. X-Git-Tag: v1.1.0%b6~18 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/5ad3e6d9a0a9a6972b5fb8fea108ea7168757ea5 Add /usr/share/bigboss/icons from the bigboss package. --- diff --git a/BigBoss.png/bigboss.png b/BigBoss.png/bigboss.png new file mode 100644 index 00000000..8c79a38d 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 index 00000000..e6419708 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 index 00000000..62194270 Binary files /dev/null and b/BigBoss.png/touchrev.png differ diff --git a/makefile b/makefile index 8be707e4..855ab7a5 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