From 5b3409dc2b50b1c4a2da88f73f310e8159267b8c Mon Sep 17 00:00:00 2001 From: StrugglingDoge Date: Tue, 30 Apr 2019 21:46:35 -0400 Subject: testing --- Packages | 31 ++++---- Packages.bz2 | Bin 0 -> 500 bytes assets/Banners/Darkify.png | Bin 0 -> 135251 bytes depictions/com.struggling.darkify/changelog.xml | 6 ++ depictions/com.struggling.darkify/info.xml | 25 ++++++ .../com.struggling.darkify/screenshots/s1.png | Bin 0 -> 438686 bytes .../com.sukarodo.samplepackage/changelog.xml | 6 -- depictions/com.sukarodo.samplepackage/info.xml | 45 ----------- .../com.sukarodo.samplepackage/screenshots/.ignore | 1 - .../screenshots/cydia.jpg | Bin 128506 -> 0 bytes .../screenshots/shot1-thumb.jpg | Bin 18998 -> 0 bytes .../screenshots/shot1.jpg | Bin 40737 -> 0 bytes index.html | 2 +- .../com.struggling.darkify/depiction.json | 85 +++++++++++++++++++++ .../com.sukarodo.samplepackage/depiction.json | 85 --------------------- 15 files changed, 132 insertions(+), 154 deletions(-) create mode 100644 Packages.bz2 create mode 100644 assets/Banners/Darkify.png create mode 100644 depictions/com.struggling.darkify/changelog.xml create mode 100644 depictions/com.struggling.darkify/info.xml create mode 100644 depictions/com.struggling.darkify/screenshots/s1.png delete mode 100644 depictions/com.sukarodo.samplepackage/changelog.xml delete mode 100644 depictions/com.sukarodo.samplepackage/info.xml delete mode 100644 depictions/com.sukarodo.samplepackage/screenshots/.ignore delete mode 100644 depictions/com.sukarodo.samplepackage/screenshots/cydia.jpg delete mode 100644 depictions/com.sukarodo.samplepackage/screenshots/shot1-thumb.jpg delete mode 100644 depictions/com.sukarodo.samplepackage/screenshots/shot1.jpg create mode 100644 sileodepictions/com.struggling.darkify/depiction.json delete mode 100644 sileodepictions/com.sukarodo.samplepackage/depiction.json diff --git a/Packages b/Packages index 992b680..2ddd0e9 100644 --- a/Packages +++ b/Packages @@ -1,16 +1,15 @@ -Package: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py -Version: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py -Architecture: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py -Maintainer: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py -Filename: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py -Size: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py -MD5sum: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py -SHA1: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py -SHA256: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py -Section: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py -Description: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py -SileoDepiction: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py or Manually Entered if Not In Tweaks `control` file. -Depiction: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py or Manually Entered if Not In Tweaks `control` file. -Installed-Size: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py -Name: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py -Priority: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py +Package: com.struggling.darkify +Version: 0.2-1 +Section: Themes +Maintainer: StrugglingDoge +Architecture: iphoneos-arm +Filename: ./debs/com.struggling.darkify.deb +Size: 5049304 +MD5sum: 26ae12f083903e980dd00c176cf1d6f6 +SHA1: 61b6da01ca100c71cbe79dbaacd83194a1089afb +SHA256: c84e321fead24a913391bbe71bd235113d447f177f407cde4c409323bc801469 +Description: Darkify is a dark theme for all iOS devices that keeps all icons fimiliar looking but with a dark grey gradient and adds a bit more depth to the icons. +Name: Darkify +Author: StrugglingDoge +Depiction: https://thestrugglingdoge.github.io/testrepo/depictions/?p=com.struggling.darkify +SileoDepiction: https://thestrugglingdoge.github.io/testrepo/sileodepictions/com.struggling.darkify/depiction.json \ No newline at end of file diff --git a/Packages.bz2 b/Packages.bz2 new file mode 100644 index 0000000..be5c25c Binary files /dev/null and b/Packages.bz2 differ diff --git a/assets/Banners/Darkify.png b/assets/Banners/Darkify.png new file mode 100644 index 0000000..46e914d Binary files /dev/null and b/assets/Banners/Darkify.png differ diff --git a/depictions/com.struggling.darkify/changelog.xml b/depictions/com.struggling.darkify/changelog.xml new file mode 100644 index 0000000..ede580c --- /dev/null +++ b/depictions/com.struggling.darkify/changelog.xml @@ -0,0 +1,6 @@ + + + 0.2-1 + Adds 35+ new icons(Keep suggesting!) + + diff --git a/depictions/com.struggling.darkify/info.xml b/depictions/com.struggling.darkify/info.xml new file mode 100644 index 0000000..e5939a8 --- /dev/null +++ b/depictions/com.struggling.darkify/info.xml @@ -0,0 +1,25 @@ + + com.struggling.darkify + Darkify + 0.2-1 + + + + + Darkify is a dark theme for all iOS devices that keeps all icons fimiliar looking but with a dark grey gradient and adds a bit more depth to the icons. + + Darkify is a dark theme for all iOS devices that keeps all icons fimiliar looking but with a dark grey gradient and adds a bit more depth to the icons. There are over 130+ icons and counting! + I'm always taking icon requests! You can fill out a icon request form here: https://forms.gle/x38ZhSwcx3wreiUUA (copy and paste into safari) + + + + Showcase + s1.png + + + + Adds 35+ new icons(Keep suggesting!) + + + + diff --git a/depictions/com.struggling.darkify/screenshots/s1.png b/depictions/com.struggling.darkify/screenshots/s1.png new file mode 100644 index 0000000..03ab306 Binary files /dev/null and b/depictions/com.struggling.darkify/screenshots/s1.png differ diff --git a/depictions/com.sukarodo.samplepackage/changelog.xml b/depictions/com.sukarodo.samplepackage/changelog.xml deleted file mode 100644 index d736af0..0000000 --- a/depictions/com.sukarodo.samplepackage/changelog.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - 1.0.0 - Initial Release - - diff --git a/depictions/com.sukarodo.samplepackage/info.xml b/depictions/com.sukarodo.samplepackage/info.xml deleted file mode 100644 index e7bed58..0000000 --- a/depictions/com.sukarodo.samplepackage/info.xml +++ /dev/null @@ -1,45 +0,0 @@ - - com.sukarodo.samplepackage - Sample Package - 1.0 - - - 7.0 - - - - mobilesubstrate - - This is a sample new package. Firmware should be greater than 7.0 - - This is an package will full depictions. - It has more description lines. - - a multi-line item. - ]]> - - - - - This is a description for screenshot 1. It's Cydia! - cydia.jpg - - - This is a description for screenshot 2. It's another Cydia! - cydia.jpg - - - - Second release - It has feature 1 - It has feature 2 - - - - /r/jailbreak - https://www.reddit.com/r/jailbreak - fa fa-reddit - - - diff --git a/depictions/com.sukarodo.samplepackage/screenshots/.ignore b/depictions/com.sukarodo.samplepackage/screenshots/.ignore deleted file mode 100644 index 8b13789..0000000 --- a/depictions/com.sukarodo.samplepackage/screenshots/.ignore +++ /dev/null @@ -1 +0,0 @@ - diff --git a/depictions/com.sukarodo.samplepackage/screenshots/cydia.jpg b/depictions/com.sukarodo.samplepackage/screenshots/cydia.jpg deleted file mode 100644 index 29c8801..0000000 Binary files a/depictions/com.sukarodo.samplepackage/screenshots/cydia.jpg and /dev/null differ diff --git a/depictions/com.sukarodo.samplepackage/screenshots/shot1-thumb.jpg b/depictions/com.sukarodo.samplepackage/screenshots/shot1-thumb.jpg deleted file mode 100644 index da0197b..0000000 Binary files a/depictions/com.sukarodo.samplepackage/screenshots/shot1-thumb.jpg and /dev/null differ diff --git a/depictions/com.sukarodo.samplepackage/screenshots/shot1.jpg b/depictions/com.sukarodo.samplepackage/screenshots/shot1.jpg deleted file mode 100644 index 5c55f6b..0000000 Binary files a/depictions/com.sukarodo.samplepackage/screenshots/shot1.jpg and /dev/null differ diff --git a/index.html b/index.html index 2283c6b..9e95047 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@ height: 100%;

This is a Sileo/Cydia repo, not a website! Use the following links below to automatically add this repo!

-

Add to Sileo Here: https://thestrugglingdoge.github.io/testrepo/

+

Add to Sileo: Here

diff --git a/sileodepictions/com.struggling.darkify/depiction.json b/sileodepictions/com.struggling.darkify/depiction.json new file mode 100644 index 0000000..9f3e8b0 --- /dev/null +++ b/sileodepictions/com.struggling.darkify/depiction.json @@ -0,0 +1,85 @@ +{ + "minVersion": "0.1", + "headerImage": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/Banners/Darkify.png", + "tintColor": "#594d48", + "tabs": [ + { + "tabname": "Details", + "views": [ + { + "class": "DepictionMarkdownView", + "markdown": "## TWEAK_NAME\nSHORT_DESCRIPTION" + }, + { + "class": "DepictionSeparatorView" + }, + { + "title": "Latest Version", + "class": "DepictionHeaderView" + }, + { + "title": "Version", + "text": "VERSION_NUMBER", + "class": "DepictionTableTextView" + }, + { + "title": "Released", + "text": "RELEASE_DATE", + "class": "DepictionTableTextView" + }, + { + "title": "Price", + "text": "PRICE", + "class": "DepictionTableTextView" + }, + { + "title": "Developer", + "text": "DEVELOPER_NAME", + "class": "DepictionTableTextView" + }, + { + "title": "Website", + "action": "WEBSITE_HERE", + "class": "DepictionTableButtonView" + }, + { + "title": "Darkify", + "action": "https://github.com/sukarodo/Sidia", + "class": "DepictionTableButtonView" + }, + { + "spacing": 16, + "class": "DepictionSpacerView" + }, + { + "spacing": 20, + "class": "DepictionSpacerView" + } + ], + "class": "DepictionStackView" + }, + { + "tabname": "Changelog", + "views": [ + { + "title": "VERSION_NUMBER", + "useBoldText": true, + "useBottomMargin": true, + "class": "DepictionSubheaderView" + }, + { + "markdown": "\t\n\u2022 UPDATE_DESCRIPTION", + "useSpacing": false, + "class": "DepictionMarkdownView" + }, + { + "markdown": "Released RELEASE_DATE", + "useRawFormat": true, + "class": "DepictionMarkdownView" + } + ], + "class": "DepictionStackView" + } + ], + "class": "DepictionTabView" +} diff --git a/sileodepictions/com.sukarodo.samplepackage/depiction.json b/sileodepictions/com.sukarodo.samplepackage/depiction.json deleted file mode 100644 index 7404c6f..0000000 --- a/sileodepictions/com.sukarodo.samplepackage/depiction.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "minVersion": "0.1", - "headerImage": "https://raw.githubusercontent.com/sukarodo/Sidia/master/assets/Banners/RepoHeader.png", - "tintColor": "#ffae8e", - "tabs": [ - { - "tabname": "Details", - "views": [ - { - "class": "DepictionMarkdownView", - "markdown": "## TWEAK_NAME\nSHORT_DESCRIPTION" - }, - { - "class": "DepictionSeparatorView" - }, - { - "title": "Latest Version", - "class": "DepictionHeaderView" - }, - { - "title": "Version", - "text": "VERSION_NUMBER", - "class": "DepictionTableTextView" - }, - { - "title": "Released", - "text": "RELEASE_DATE", - "class": "DepictionTableTextView" - }, - { - "title": "Price", - "text": "PRICE", - "class": "DepictionTableTextView" - }, - { - "title": "Developer", - "text": "DEVELOPER_NAME", - "class": "DepictionTableTextView" - }, - { - "title": "Website", - "action": "WEBSITE_HERE", - "class": "DepictionTableButtonView" - }, - { - "title": "Use This Template", - "action": "https://github.com/sukarodo/Sidia", - "class": "DepictionTableButtonView" - }, - { - "spacing": 16, - "class": "DepictionSpacerView" - }, - { - "spacing": 20, - "class": "DepictionSpacerView" - } - ], - "class": "DepictionStackView" - }, - { - "tabname": "Changelog", - "views": [ - { - "title": "VERSION_NUMBER", - "useBoldText": true, - "useBottomMargin": true, - "class": "DepictionSubheaderView" - }, - { - "markdown": "\t\n\u2022 UPDATE_DESCRIPTION", - "useSpacing": false, - "class": "DepictionMarkdownView" - }, - { - "markdown": "Released RELEASE_DATE", - "useRawFormat": true, - "class": "DepictionMarkdownView" - } - ], - "class": "DepictionStackView" - } - ], - "class": "DepictionTabView" -} -- cgit v1.2.3