Update kobopatch.yaml for additional packages:
* kobo-dotfile-hack * Steven Black's hosts file * kfmon (commented out due to error reading /usr/bin/kfmon-ipc symlink, likely need to use a workaround instead of directly adding to kobopatch output)master
parent
a4caf9f812
commit
40cacaa40c
|
@ -2,3 +2,4 @@ bin/
|
|||
*.zip
|
||||
*.tgz
|
||||
log.txt
|
||||
*.kate-swp
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
## Works with kobopatch v0.14.0 and later.
|
||||
## You can update kobopatch by downloading the latest release from https://github.com/geek1011/kobopatch/releases.
|
||||
## Sixthhokage1's kobopatch config
|
||||
version: 4.22.15190
|
||||
in: src/kobo-update-4.22.15190.zip
|
||||
out: out/KoboRoot.tgz
|
||||
|
@ -13,18 +12,7 @@ patches:
|
|||
src/libnickel.so.1.0.0.yaml: usr/local/Kobo/libnickel.so.1.0.0
|
||||
src/librmsdk.so.1.0.0.yaml: usr/local/Kobo/librmsdk.so.1.0.0
|
||||
|
||||
## You can put lines in the following section to override the enabled state of patches.
|
||||
## The indentation matters! Each override should be indented by 4 spaces. Add to the
|
||||
## section below. This section can be copy and pasted into newer patch versions to
|
||||
## keep your selections.
|
||||
##
|
||||
## Example of how it should look:
|
||||
## overrides:
|
||||
## src/nickel.yaml:
|
||||
## Custom synopsis/details line spacing: yes
|
||||
## Whatever the yaml is called: no
|
||||
## src/libadobe.so.yaml:
|
||||
## You get the idea: yes
|
||||
## Patch overrides
|
||||
overrides:
|
||||
src/nickel.yaml:
|
||||
Show all games: yes
|
||||
|
@ -42,21 +30,26 @@ overrides:
|
|||
FeatureSettings - BookSpecificStats: yes
|
||||
src/librmsdk.so.1.0.0.yaml:
|
||||
|
||||
## TRANSLATIONS ##
|
||||
# Optional, use only if lrelease is not in PATH and if translations are needed
|
||||
# lrelease: /path/to/lrelease
|
||||
|
||||
# Uncomment the following to add translations (replace lc with the language code)
|
||||
# translations:
|
||||
# src/whatever.ts: usr/local/Kobo/translations/trans_lc.qm
|
||||
|
||||
## ADDITIONAL FILES ##
|
||||
# Uncomment the following to add additional files to the tgz (like init scripts or hyphen dicts)
|
||||
# The files will be root-owned, and world readable, writable, and executable (0777)
|
||||
# files:
|
||||
# src/whatever.txt: usr/local/Kobo/whatever.txt
|
||||
# src/whateverToPutInMultiplePlaces.txt:
|
||||
# - usr/local/Kobo/location1.txt
|
||||
# - usr/local/Kobo/location2.txt
|
||||
## Additional files
|
||||
files:
|
||||
adds/hosts.txt: etc/hosts
|
||||
# Anti-adware/malware hosts file
|
||||
# https://github.com/StevenBlack/hosts
|
||||
pkg/adblock-hosts/hosts.txt: etc/hosts
|
||||
|
||||
# Kute File Monitor
|
||||
# https://github.com/NiLuJe/kfmon
|
||||
#pkg/kfmon/etc/init.d/on-animator.sh: etc/init.d/on-animator.sh
|
||||
#pkg/kfmon/etc/udev/rules.d/99-kfmon.rules: etc/udev/rules.d/99-kfmon.rules
|
||||
#pkg/kfmon/usr/local/kfmon/CREDITS: usr/local/kfmon/CREDITS
|
||||
#pkg/kfmon/usr/local/kfmon/LICENSE: usr/local/kfmon/LICENSE
|
||||
#pkg/kfmon/usr/local/kfmon/README.md: usr/local/kfmon/README.md
|
||||
#pkg/kfmon/usr/local/kfmon/bin/fbink: usr/local/kfmon/bin/fbink
|
||||
#pkg/kfmon/usr/local/kfmon/bin/kfmon: usr/local/kfmon/bin/kfmon
|
||||
#pkg/kfmon/usr/local/kfmon/bin/kfmon-ipc: usr/local/kfmon/bin/kfmon-ipc
|
||||
#pkg/kfmon/usr/local/kfmon/bin/kfmon-update: usr/local/kfmon/bin/kfmon-update
|
||||
#pkg/kfmon/usr/local/kfmon/bin/shim: usr/local/kfmon/bin/shim
|
||||
#pkg/kfmon/usr/bin/kfmon-ipc: usr/bin/kfmon-ipc
|
||||
|
||||
# kobo-dotfile-hack
|
||||
pkg/kobo-dotfile-hack-6f452d1/usr/local/geek1011/libhidedir_kobo.so: usr/local/geek1011/libhidedir_kobo.so
|
||||
pkg/kobo-dotfile-hack-6f452d1/etc/ld.so.preload: etc/ld.so.preload
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
/usr/local/geek1011/libhidedir_kobo.so
|
|
@ -0,0 +1 @@
|
|||
/usr/local/geek1011/libhidedir_kobo.so
|
Binary file not shown.
Loading…
Reference in New Issue