|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/bash |
|
|
|
# Build script for Slackware |
|
|
|
# Copyright (C) 2011-2017,2019 Damien Goutte-Gattat |
|
|
|
# Copyright (C) 2011-2017,2019,2020 Damien Goutte-Gattat |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
# is permitted provided that the following conditions are met: |
|
|
@ -24,7 +24,7 @@ |
|
|
|
# |
|
|
|
# Latest awesome sourcecode is available at: <https://awesomewm.org/>. |
|
|
|
# |
|
|
|
# Depends: l/libxdg-basedir, l/lgi, l/xcb-util-xrm, l/libxkbcommon |
|
|
|
# Depends: l/libxdg-basedir, l/lgi, l/xcb-util-xrm |
|
|
|
|
|
|
|
# Source package infos |
|
|
|
NAMESRC=${NAMESRC:-awesome} |
|
|
@ -110,7 +110,6 @@ install -m 755 $CWD/doinst.sh $PKG/install/doinst.sh |
|
|
|
cat <<EOF > $PKG/install/slack-required |
|
|
|
lgi |
|
|
|
libxdg-basedir |
|
|
|
libxkbcommon |
|
|
|
xcb-util-xrm |
|
|
|
EOF |
|
|
|
|
|
|
|