1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

x11-themes/qogir-icon-themes: Update to 2021-07-14

Changelog:	https://github.com/vinceliuice/Qogir-icon-theme/releases/tag/2021-07-14

PR:		258283
This commit is contained in:
Alexander Vereeken 2021-09-10 02:24:54 +00:00 committed by Guangyuan Yang
parent 1134c81390
commit bae4cef0b4
4 changed files with 10441 additions and 25 deletions

View File

@ -1,7 +1,7 @@
# Created by: Alexander Vereeken <Alexander88207@protonmail.com>
PORTNAME= qogir-icon-themes
DISTVERSION= 2020-11-22
DISTVERSION= 2021-07-14
CATEGORIES= x11-themes
MAINTAINER= Alexander88207@protonmail.com

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1609610179
SHA256 (vinceliuice-Qogir-icon-theme-2020-11-22_GH0.tar.gz) = 865af80b101850728ba5bbb3a8e38d15074d2f5f5cb2b13203c51ea4ce45a3c1
SIZE (vinceliuice-Qogir-icon-theme-2020-11-22_GH0.tar.gz) = 6242726
TIMESTAMP = 1630833511
SHA256 (vinceliuice-Qogir-icon-theme-2021-07-14_GH0.tar.gz) = a5c0eb8476105c50a6a7b500496e188c100a5498caf3b548c2081c352ce99fc4
SIZE (vinceliuice-Qogir-icon-theme-2021-07-14_GH0.tar.gz) = 6590195

View File

@ -1,22 +1,29 @@
--- install.sh.orig 2020-11-22 14:20:00 UTC
--- install.sh.orig 2021-09-05 09:18:34 UTC
+++ install.sh
@@ -37,34 +37,34 @@ install() {
@@ -37,43 +37,43 @@ install() {
echo "Installing '${THEME_DIR}'..."
mkdir -p "${THEME_DIR}"
- cp -r "${SRC_DIR}/COPYING" "${THEME_DIR}"
- cp -r "${SRC_DIR}/AUTHORS" "${THEME_DIR}"
- cp -r "${SRC_DIR}/src/index.theme" "${THEME_DIR}"
- cp -r "${SRC_DIR}/src/cursors/dist${theme}${color}/cursors" "${THEME_DIR}"
+ cp -R "${SRC_DIR}/COPYING" "${THEME_DIR}"
+ cp -R "${SRC_DIR}/AUTHORS" "${THEME_DIR}"
+ cp -R "${SRC_DIR}/src/index.theme" "${THEME_DIR}"
if [[ "${noapp:-}" == 'true' ]]; then
- cp -r "${SRC_DIR}/src/index-noapp.theme" "${THEME_DIR}/index.theme"
+ cp -R "${SRC_DIR}/src/index-noapp.theme" "${THEME_DIR}/index.theme"
else
- cp -r "${SRC_DIR}/src/index.theme" "${THEME_DIR}"
+ cp -R "${SRC_DIR}/src/index.theme" "${THEME_DIR}"
fi
- cp -r "${SRC_DIR}/src/cursors/dist${theme}${color}/cursors" "${THEME_DIR}"
+ cp -R "${SRC_DIR}/src/cursors/dist${theme}${color}/cursors" "${THEME_DIR}"
cd "${THEME_DIR}" || exit 1
- sed -i "s/${name}/${name}${theme}${color}/g" index.theme
+ gsed -i "s/${name}/${name}${theme}${color}/g" index.theme
if [[ ${color} == '' ]]; then
- cp -r "${SRC_DIR}"/src/{16,22,24,32,48,96,128,scalable,symbolic} "${THEME_DIR}"
- cp -r "${SRC_DIR}"/links/{16,22,24,32,48,96,128,scalable,symbolic} "${THEME_DIR}"
@ -29,26 +36,31 @@
mkdir -p "${THEME_DIR}/16"
mkdir -p "${THEME_DIR}/22"
mkdir -p "${THEME_DIR}/24"
mkdir -p "${THEME_DIR}/32"
- cp -r "${SRC_DIR}"/src/16/{actions,places,devices} "${THEME_DIR}/16"
- cp -r "${SRC_DIR}"/src/22/{actions,places,devices} "${THEME_DIR}/22"
- cp -r "${SRC_DIR}"/src/24/{actions,places,devices} "${THEME_DIR}/24"
- cp -r "${SRC_DIR}"/src/32/actions "${THEME_DIR}/32"
+ cp -R "${SRC_DIR}"/src/16/{actions,places,devices} "${THEME_DIR}/16"
+ cp -R "${SRC_DIR}"/src/22/{actions,places,devices} "${THEME_DIR}/22"
+ cp -R "${SRC_DIR}"/src/24/{actions,places,devices} "${THEME_DIR}/24"
- sed -i "s/#5d656b/#d3dae3/g" "${THEME_DIR}"/{16,22,24}/actions/*
+ cp -R "${SRC_DIR}"/src/32/actions "${THEME_DIR}/32"
- sed -i "s/#5d656b/#d3dae3/g" "${THEME_DIR}"/{16,22,24,32}/actions/*
- sed -i "s/#5d656b/#d3dae3/g" "${THEME_DIR}"/{16,22,24}/places/*
- sed -i "s/#5d656b/#d3dae3/g" "${THEME_DIR}"/{16,22,24}/devices/*
+ gsed -i "s/#5d656b/#d3dae3/g" "${THEME_DIR}"/{16,22,24}/actions/*
+ gsed -i "s/#5d656b/#d3dae3/g" "${THEME_DIR}"/{16,22,24,32}/actions/*
+ gsed -i "s/#5d656b/#d3dae3/g" "${THEME_DIR}"/{16,22,24}/places/*
+ gsed -i "s/#5d656b/#d3dae3/g" "${THEME_DIR}"/{16,22,24}/devices/*
- cp -r "${SRC_DIR}"/links/16/{actions,places,devices} "${THEME_DIR}/16"
- cp -r "${SRC_DIR}"/links/22/{actions,places,devices} "${THEME_DIR}/22"
- cp -r "${SRC_DIR}"/links/24/{actions,places,devices} "${THEME_DIR}/24"
- cp -r "${SRC_DIR}"/links/32/actions "${THEME_DIR}/32"
+ cp -R "${SRC_DIR}"/links/16/{actions,places,devices} "${THEME_DIR}/16"
+ cp -R "${SRC_DIR}"/links/22/{actions,places,devices} "${THEME_DIR}/22"
+ cp -R "${SRC_DIR}"/links/24/{actions,places,devices} "${THEME_DIR}/24"
+ cp -R "${SRC_DIR}"/links/32/actions "${THEME_DIR}/32"
cd "${dest}" || exit 1
ln -sf "../${name}${theme}/scalable" "${name}${theme}-dark/scalable"

File diff suppressed because it is too large Load Diff