Skip to content

Commit 31dbddf

Browse files
committed
remove glib from build /test scripts
1 parent 7798048 commit 31dbddf

File tree

4 files changed

+0
-11
lines changed

4 files changed

+0
-11
lines changed

appimage/AppRun

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ SELF=$(readlink -f "$0")
33
HERE=${SELF%/*}
44
export QT_QPA_PLATFORM_PLUGIN_PATH="$HERE/plugins/platforms"
55
export QT_PLUGIN_PATH="$HERE/plugins"
6-
export GSETTINGS_SCHEMA_DIR="${HERE}"
76
exec "${HERE}/@interpreter@" \
87
--library-path "${HERE}/lib" \
98
"${HERE}/pardus-pen"

appimage/create_appimage.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ mkdir -p build/appimage/{lib,plugins}
1313
# install base files
1414
install build/pardus-pen build/appimage/pardus-pen
1515
install appimage/AppRun build/appimage/AppRun
16-
install data/tr.org.pardus.pen.gschema.xml build/appimage/
1716
install data/tr.org.pardus.pen.svg build/appimage/
1817
install data/tr.org.pardus.pen.desktop build/appimage/
1918
# install interpreter
@@ -28,8 +27,6 @@ ldd $(find build/appimage -type f) build/pardus-pen | cut -f3 -d" " | sort -V |
2827
install "$line" build/appimage/lib/$(basename "$line")
2928
fi
3029
done
31-
# glib compile
32-
glib-compile-schemas build/appimage/
3330
# create appimage
3431
wget https://github.com/AppImage/AppImageKit/releases/download/13/appimagetool-$(uname -m).AppImage -O build/appimagetool
3532
chmod 755 build/appimagetool

test.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
set -ex
33
export CFLAGS='-g3'
44
export CXXFLAGS='-g3'
5-
export GSETTINGS_SCHEMA_DIR=$PWD/data
6-
glib-compile-schemas ./data
75
rm -rf build || true
86
meson setup build --prefix=/usr -Dresources=true -Dbackgrounds=$PWD/data/backgrounds "$@"
97
ninja -C build -j`nproc`

tr.org.pardus.pen.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,3 @@ modules:
2222
url: https://gitlab.com/sulincix/pardus-pen-new.git
2323
branch: master
2424

25-
- name: glib-compile-schemas
26-
buildsystem: simple
27-
build-commands:
28-
- glib-compile-schemas /app/share/glib-2.0/schemas
29-

0 commit comments

Comments
 (0)