mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
kirigami: maintain our patches relative to upstream
Having them as commits like this should make it easier to migrate them as we update the underlying Kirigami version. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3c89964d79
commit
1720791786
13 changed files with 628 additions and 345 deletions
|
|
@ -27,6 +27,14 @@ cd "$SRC"/subsurface/mobile-widgets/3rdparty/ECM
|
|||
cmake -DSHARE_INSTALL_DIR=.. ../extra-cmake-modules
|
||||
make install
|
||||
|
||||
# finally, add our patches to Kirigami
|
||||
cd "$SRC"/subsurface/mobile-widgets/3rdparty
|
||||
PATCHES=$(echo 00*.patch)
|
||||
cd kirigami
|
||||
for i in $PATCHES
|
||||
do
|
||||
git am ../$i
|
||||
done
|
||||
exit 0
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue