]> git.pld-linux.org Git - packages/icewm.git/commitdiff
- making themes package noarch; small changes to the first run script auto/th/icewm-3.0.1-2
authorKrzysztof Mrozowicz <mrozowik@pld-linux.org>
Mon, 17 Oct 2022 11:17:19 +0000 (11:17 +0000)
committerKrzysztof Mrozowicz <mrozowik@pld-linux.org>
Mon, 17 Oct 2022 11:17:19 +0000 (11:17 +0000)
icewm-startup.sh
icewm.spec

index 7b9093eccc8e5436b5b06ec2a528941c89c1252e..63f53e6376b5843583a764f8e7a5d4c2a5d3edc7 100644 (file)
@@ -3,5 +3,6 @@
 if [ ! -d ~/.icewm ] ; then
        mkdir -p ~/.icewm
        install -m 644 /etc/X11/icewm/{keys,menu,preferences,programs,restart,toolbar,winoptions} ~/.icewm/
-       echo `which icewmbg` > ~/.icewm/startup
+       echo "`which icewmbg` &" > ~/.icewm/startup
+       chmod +x ~/.icewm/startup
 fi
index aebd0caff1134d8d5a6b7cf1d129d9267d6d12fb..a2b931cf582bc6a3ad35ed2c14a92ba0f76cfc76 100644 (file)
@@ -15,7 +15,7 @@ Summary(ru.UTF-8):    Оконный менеджер для X11
 Summary(uk.UTF-8):     Віконний менеджер для X11
 Name:          icewm
 Version:       3.0.1
-Release:       1
+Release:       2
 Epoch:         2
 License:       LGPL v2
 Group:         X11/Window Managers
@@ -124,6 +124,7 @@ Summary:    Pack of themes for IceWM
 Summary(pl.UTF-8):     Zestaw motywów dla IceWM-a
 Group:         Themes
 Requires:      icewm
+BuildArch:     noarch
 
 %description themes-base
 Standard pack of themes delivered with IceWM:
This page took 0.339126 seconds and 4 git commands to generate.