x11-themes/qogir-gtk-themes: update to 2022.07.17

ChangeLog: https://github.com/vinceliuice/Qogir-theme/releases/tag/2022-07-17

PR:		266945
Reported by:	duchateau.olivier@gmail.com
Approved by:	Alexander88207@protonmail.com (maintainer, timeout > 2 weeks)
This commit is contained in:
Olivier Duchateau 2022-10-11 07:46:13 +02:00 committed by Fernando Apesteguía
parent b82ed46853
commit f1c9bb7ecf
4 changed files with 5431 additions and 9989 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= qogir-gtk-themes
DISTVERSION= 2021-11-17
DISTVERSION= 2022-07-17
CATEGORIES= x11-themes
MAINTAINER= Alexander88207@protonmail.com
@ -10,10 +10,10 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= bash>0:shells/bash \
gsed:textproc/gsed \
sassc>0:textproc/sassc
RUN_DEPENDS= gtk-murrine-engine>0:x11-themes/gtk-murrine-engine \
gtk-engines2>0:x11-themes/gtk-engines2
gtk-engines2>0:x11-themes/gtk-engines2 \
adwaita-icon-theme>0:x11-themes/adwaita-icon-theme
USES= shebangfix
SHEBANG_FILES= install.sh

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1638616339
SHA256 (vinceliuice-Qogir-theme-2021-11-17_GH0.tar.gz) = cfd39402ed82759422ae9af4dad5ebd54030145d46fdd40da5d8b6dc020d0dfc
SIZE (vinceliuice-Qogir-theme-2021-11-17_GH0.tar.gz) = 2596235
TIMESTAMP = 1665420403
SHA256 (vinceliuice-Qogir-theme-2022-07-17_GH0.tar.gz) = cedee13d0b6bc969e206f402e3875212ca936e8843aa3406ada3f68430b70ac9
SIZE (vinceliuice-Qogir-theme-2022-07-17_GH0.tar.gz) = 2600148

View File

@ -0,0 +1,44 @@
--- install.sh.orig 2022-07-07 08:30:28 UTC
+++ install.sh
@@ -562,18 +562,13 @@ tweaks_temp() {
cp -rf ${SRC_DIR}/src/_sass/_tweaks.scss ${SRC_DIR}/src/_sass/_tweaks-temp.scss
}
-install_image() {
- sed -i "/\$background:/s/default/image/" ${SRC_DIR}/src/_sass/_tweaks-temp.scss
- echo -e "Install Nautilus with background image version ..."
-}
-
install_win_titlebutton() {
- sed -i "/\$titlebutton:/s/circle/square/" ${SRC_DIR}/src/_sass/_tweaks-temp.scss
+ sed -i "" -e "s|titlebutton: 'circle|titlebutton: 'square|" ${SRC_DIR}/src/_sass/_tweaks-temp.scss
echo -e "Install Square titlebutton version ..."
}
install_round_window() {
- sed -i "/\$window:/s/default/round/" ${SRC_DIR}/src/_sass/_tweaks-temp.scss
+ sed -i "" -e "s|window: 'default|window: 'round|" ${SRC_DIR}/src/_sass/_tweaks-temp.scss
echo -e "Install Round window version ..."
}
@@ -587,18 +582,14 @@ install_theme_color() {
theme_color='ubuntu'
;;
esac
- sed -i "/\$theme:/s/default/${theme_color}/" ${SRC_DIR}/src/_sass/_tweaks-temp.scss
+ sed -i "" -e "s|theme: 'default|theme: '${theme_color}|" ${SRC_DIR}/src/_sass/_tweaks-temp.scss
fi
}
theme_tweaks() {
- if [[ "$image" == "true" || "$square" == "true" || "$accent" == 'true' || "$window" == 'round' ]]; then
+ if [[ "$square" == "true" || "$accent" == 'true' || "$window" == 'round' ]]; then
tweaks='true'
install_package; tweaks_temp
- fi
-
- if [[ "$image" == "true" ]] ; then
- install_image
fi
if [[ "$square" == "true" ]] ; then

File diff suppressed because it is too large Load Diff