Skip to content

Commit

Permalink
Drop glib-compile-resources dependency (fix #190)
Browse files Browse the repository at this point in the history
  • Loading branch information
nana-4 committed Mar 11, 2018
1 parent 5adf564 commit d41ff34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,6 @@ You need to have the following dependencies:
- `gtk-murrine-engine` on Fedora
- `gtk2-engine-murrine` on openSUSE
- `gtk2-engines-murrine` on Debian, Ubuntu, etc.
- `glib-compile-resources` — The package name depends on the distro.
- `glib2` on Arch Linux
- `glib2-devel` on Fedora, openSUSE, etc.
- `libglib2.0-dev` on Debian, Ubuntu, etc.

For Ubuntu, you also need the `libxml2-utils` package.

#### Installation

Expand Down
9 changes: 5 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,13 @@ install() {

mkdir -p ${THEME_DIR}/gnome-shell
cp -r ${SRC_DIR}/gnome-shell/{*.svg,extensions,noise-texture.png,pad-osd.css} ${THEME_DIR}/gnome-shell
cp -r ${SRC_DIR}/gnome-shell/gnome-shell-theme.gresource.xml ${THEME_DIR}/gnome-shell
cp -r ${SRC_DIR}/gnome-shell/assets${ELSE_DARK} ${THEME_DIR}/gnome-shell/assets
cp -r ${SRC_DIR}/gnome-shell/${GS_VERSION}/gnome-shell${color}${size}.css ${THEME_DIR}/gnome-shell/gnome-shell.css
glib-compile-resources \
--sourcedir=${THEME_DIR}/gnome-shell \
--target=${THEME_DIR}/gnome-shell/gnome-shell-theme.gresource \
${SRC_DIR}/gnome-shell/gnome-shell-theme.gresource.xml
# glib-compile-resources \
# --sourcedir=${THEME_DIR}/gnome-shell \
# --target=${THEME_DIR}/gnome-shell/gnome-shell-theme.gresource \
# ${SRC_DIR}/gnome-shell/gnome-shell-theme.gresource.xml

mkdir -p ${THEME_DIR}/gtk-2.0
cp -r ${SRC_DIR}/gtk-2.0/{apps.rc,hacks.rc,main.rc} ${THEME_DIR}/gtk-2.0
Expand Down

0 comments on commit d41ff34

Please sign in to comment.