-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt scripts to build new package for exclusive Trinity icons, water…
…leaf-icon-theme-tde
- Loading branch information
Q4OS Team
committed
Nov 26, 2022
1 parent
66382ac
commit f48ec16
Showing
14 changed files
with
503 additions
and
17,930 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,15 +4,15 @@ TEMPLATES_DIR_0="$TEMPLATESDIR0" | |
TEMPLATES_DIR="." | ||
|
||
OUT_DIR="../../.build3_packages/" | ||
CHKINSTALL_COMMAND="cp -r ../../.build2_fsdeb/out_iconset-base/* /usr/share/icons/Waterleaf/" | ||
CHKINSTALL_COMMAND="cp -r ../../.build2_fsdeb/out_iconset1-base/* /usr/share/icons/Waterleaf/" | ||
INSTALL_PREFIX="/" | ||
|
||
PK_NAME="waterleaf-icon-theme" | ||
# APPNAME_DESC="" | ||
PK_MAINTAINER="[email protected]" | ||
# Q4VER_MIN="4.0" | ||
# Q4VER_MAX="4.9999" | ||
PK_VERS="20220921-4.2" | ||
PK_VERS="20221125-4.3" | ||
PK_RELEASE="a1" | ||
PK_DEPENDS="libc6, hicolor-icon-theme" | ||
# PK_RECOMMENDS="" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,15 +4,15 @@ TEMPLATES_DIR_0="$TEMPLATESDIR0" | |
TEMPLATES_DIR="." | ||
|
||
OUT_DIR="../../.build3_packages/" | ||
CHKINSTALL_COMMAND="cp -r ../../.build2_fsdeb/out_iconset-extra/* /usr/share/icons/Waterleaf/" | ||
CHKINSTALL_COMMAND="cp -r ../../.build2_fsdeb/out_iconset2-tde/* /usr/share/icons/Waterleaf/" | ||
INSTALL_PREFIX="/" | ||
|
||
PK_NAME="waterleaf-icon-theme-extra" | ||
PK_NAME="waterleaf-icon-theme-tde" | ||
# APPNAME_DESC="" | ||
PK_MAINTAINER="[email protected]" | ||
# Q4VER_MIN="4.0" | ||
# Q4VER_MAX="4.9999" | ||
PK_VERS="20220921-4.2" | ||
PK_VERS="20221125-4.3" | ||
PK_RELEASE="a1" | ||
PK_DEPENDS="libc6, waterleaf-icon-theme" | ||
# PK_RECOMMENDS="" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#***q4os*setup*config*header*do*not*delete*it***# | ||
|
||
TEMPLATES_DIR_0="$TEMPLATESDIR0" | ||
TEMPLATES_DIR="." | ||
|
||
OUT_DIR="../../.build3_packages/" | ||
CHKINSTALL_COMMAND="cp -r ../../.build2_fsdeb/out_iconset3-extra/* /usr/share/icons/Waterleaf/" | ||
INSTALL_PREFIX="/" | ||
|
||
PK_NAME="waterleaf-icon-theme-extra" | ||
# APPNAME_DESC="" | ||
PK_MAINTAINER="[email protected]" | ||
# Q4VER_MIN="4.0" | ||
# Q4VER_MAX="4.9999" | ||
PK_VERS="20221125-4.3" | ||
PK_RELEASE="a1" | ||
PK_DEPENDS="libc6, waterleaf-icon-theme, waterleaf-icon-theme-tde" | ||
PK_RECOMMENDS="breeze-icon-theme" | ||
# PK_CONFLICTS="q4os-desktop \(\<\< 3.0\), q4os-desktop \(\>= 4.0\)" | ||
APPLNK_ENTRY="0" | ||
MENU_ENTRY="0" | ||
DESKTOP_ENTRY="0" | ||
REG_ENTRY="0" | ||
UNINSTALL_ENTRY="0" | ||
PK_ARCH="all" |
Oops, something went wrong.