mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
desktop/icewm: Updated for version 3.3.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
94ac0e94b4
commit
8ead3a0883
3 changed files with 11 additions and 11 deletions
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=icewm
|
PRGNAM=icewm
|
||||||
VERSION=${VERSION:-2.3.2}
|
VERSION=${VERSION:-3.3.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="icewm"
|
PRGNAM="icewm"
|
||||||
VERSION="2.3.2"
|
VERSION="3.3.0"
|
||||||
HOMEPAGE="https://ice-wm.org/"
|
HOMEPAGE="https://ice-wm.org/"
|
||||||
DOWNLOAD="https://github.com/ice-wm/icewm/releases/download/2.3.2/icewm-2.3.2.tar.lz"
|
DOWNLOAD="https://github.com/ice-wm/icewm/releases/download/3.3.0/icewm-3.3.0.tar.lz"
|
||||||
MD5SUM="66342eb6b50abe76ce3b905370bb0d50"
|
MD5SUM="9279482bf7457b2a792526a327414c7f"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="imlib2"
|
REQUIRES="imlib2"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
diff -Nur icewm-2.3.2.orig/lib/keys.in icewm-2.3.2/lib/keys.in
|
diff -Nur icewm-3.3.0.orig/lib/keys.in icewm-3.3.0/lib/keys.in
|
||||||
--- icewm-2.3.2.orig/lib/keys.in 2021-04-14 18:25:05.000000000 -0500
|
--- icewm-3.3.0.orig/lib/keys.in 2022-12-20 13:13:05.000000000 -0600
|
||||||
+++ icewm-2.3.2/lib/keys.in 2021-04-22 22:48:28.552699156 -0500
|
+++ icewm-3.3.0/lib/keys.in 2022-12-31 17:09:28.481884356 -0600
|
||||||
@@ -12,8 +12,8 @@
|
@@ -12,8 +12,8 @@
|
||||||
key "Alt+Ctrl+b" xdg-open about:blank
|
key "Alt+Ctrl+b" xdg-open about:blank
|
||||||
key "Alt+Ctrl+s" xdg-open https://www.google.com
|
key "Alt+Ctrl+s" xdg-open https://www.google.com
|
||||||
|
@ -29,10 +29,10 @@ diff -Nur icewm-2.3.2.orig/lib/keys.in icewm-2.3.2/lib/keys.in
|
||||||
key "XF86HomePage" xdg-open about:blank
|
key "XF86HomePage" xdg-open about:blank
|
||||||
key "XF86Search" xdg-open https://www.google.com
|
key "XF86Search" xdg-open https://www.google.com
|
||||||
key "XF86Eject" eject
|
key "XF86Eject" eject
|
||||||
diff -Nur icewm-2.3.2.orig/src/default.h icewm-2.3.2/src/default.h
|
diff -Nur icewm-3.3.0.orig/src/default.h icewm-3.3.0/src/default.h
|
||||||
--- icewm-2.3.2.orig/src/default.h 2021-04-14 18:25:05.000000000 -0500
|
--- icewm-3.3.0.orig/src/default.h 2022-12-20 13:13:05.000000000 -0600
|
||||||
+++ icewm-2.3.2/src/default.h 2021-04-22 22:50:18.359898408 -0500
|
+++ icewm-3.3.0/src/default.h 2022-12-31 17:09:28.481884356 -0600
|
||||||
@@ -187,9 +187,9 @@
|
@@ -188,9 +188,9 @@
|
||||||
XSV(const char *, logoutCommand, 0)
|
XSV(const char *, logoutCommand, 0)
|
||||||
XSV(const char *, logoutCancelCommand, 0)
|
XSV(const char *, logoutCancelCommand, 0)
|
||||||
#if __linux__
|
#if __linux__
|
||||||
|
|
Loading…
Reference in a new issue