diff options
| -rwxr-xr-x | bashs/shell scrips/keyboardlayoutswitcher.sh | 2 | ||||
| -rwxr-xr-x | bashs/shell scrips/keyboardlayoutswitcher.sh~ | 2 | ||||
| -rwxr-xr-x | bashs/shell scrips/multilib-install-current | 2 | ||||
| -rwxr-xr-x | bashs/shell scrips/multilib-install-current~ | 8 | ||||
| -rwxr-xr-x | bdmenu-based/.config.mk.un~ | bin | 0 -> 589 bytes | |||
| -rwxr-xr-x | bdmenu-based/config.mk | 2 | ||||
| -rwxr-xr-x | bdmenu-based/config.mk~ | 31 | ||||
| -rwxr-xr-x | bdmenu-based/dmenu | bin | 42384 -> 48192 bytes | |||
| -rw-r--r-- | bdmenu-based/dmenu.o | bin | 38336 -> 35504 bytes | |||
| -rw-r--r-- | bdmenu-based/drw.o | bin | 16016 -> 10080 bytes | |||
| -rwxr-xr-x | bdmenu-based/stest | bin | 10080 -> 21416 bytes | |||
| -rw-r--r-- | bdmenu-based/stest.o | bin | 5800 -> 5016 bytes | |||
| -rw-r--r-- | bdmenu-based/util.o | bin | 2592 -> 2208 bytes | |||
| -rwxr-xr-x | bdwm/.config.mk.un~ | bin | 0 -> 1029 bytes | |||
| -rwxr-xr-x | bdwm/config.mk | 4 | ||||
| -rwxr-xr-x | bdwm/config.mk~ | 39 | ||||
| -rw-r--r-- | bdwm/drw.o | bin | 17136 -> 10840 bytes | |||
| -rwxr-xr-x | bdwm/dwm | bin | 72392 -> 68376 bytes | |||
| -rw-r--r-- | bdwm/dwm.o | bin | 82016 -> 56072 bytes | |||
| -rw-r--r-- | bdwm/util.o | bin | 2592 -> 2208 bytes |
20 files changed, 84 insertions, 6 deletions
diff --git a/bashs/shell scrips/keyboardlayoutswitcher.sh b/bashs/shell scrips/keyboardlayoutswitcher.sh index ff3101c..838b013 100755 --- a/bashs/shell scrips/keyboardlayoutswitcher.sh +++ b/bashs/shell scrips/keyboardlayoutswitcher.sh @@ -1,4 +1,4 @@ -#!/usr/local/bin/bash +#!/bin/bash numberofparameter=$# # Gets the number of parameter passed currentlayout=$(setxkbmap -query | grep layout | awk '{print $2}') # Gets the current layout diff --git a/bashs/shell scrips/keyboardlayoutswitcher.sh~ b/bashs/shell scrips/keyboardlayoutswitcher.sh~ index d3a5df4..ff3101c 100755 --- a/bashs/shell scrips/keyboardlayoutswitcher.sh~ +++ b/bashs/shell scrips/keyboardlayoutswitcher.sh~ @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/usr/local/bin/bash numberofparameter=$# # Gets the number of parameter passed currentlayout=$(setxkbmap -query | grep layout | awk '{print $2}') # Gets the current layout diff --git a/bashs/shell scrips/multilib-install-current b/bashs/shell scrips/multilib-install-current index 9ef28b9..d7d6bce 100755 --- a/bashs/shell scrips/multilib-install-current +++ b/bashs/shell scrips/multilib-install-current @@ -3,6 +3,6 @@ cd /tmp mkdir multilib cd multilib wget -r -np -nd -l1 --accept=*.t?z http://www.slackware.com/~alien/multilib/current/ -lftp -c 'open http://slackware.com/~alien/multilib/ ; mirror -c -e 15.0' +lftp -c 'open http://slackware.com/~alien/multilib/ ; mirror -c -e current' upgradepkg --reinstall --install-new *.t?z upgradepkg --reinstall --install-new slackware64-compat32/*-compat32/*.t?z diff --git a/bashs/shell scrips/multilib-install-current~ b/bashs/shell scrips/multilib-install-current~ new file mode 100755 index 0000000..9ef28b9 --- /dev/null +++ b/bashs/shell scrips/multilib-install-current~ @@ -0,0 +1,8 @@ +#!/bin/bash +cd /tmp +mkdir multilib +cd multilib +wget -r -np -nd -l1 --accept=*.t?z http://www.slackware.com/~alien/multilib/current/ +lftp -c 'open http://slackware.com/~alien/multilib/ ; mirror -c -e 15.0' +upgradepkg --reinstall --install-new *.t?z +upgradepkg --reinstall --install-new slackware64-compat32/*-compat32/*.t?z diff --git a/bdmenu-based/.config.mk.un~ b/bdmenu-based/.config.mk.un~ Binary files differnew file mode 100755 index 0000000..04ba808 --- /dev/null +++ b/bdmenu-based/.config.mk.un~ diff --git a/bdmenu-based/config.mk b/bdmenu-based/config.mk index 57afe4d..ebd8e96 100755 --- a/bdmenu-based/config.mk +++ b/bdmenu-based/config.mk @@ -16,7 +16,7 @@ XINERAMAFLAGS = -DXINERAMA FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2 # OpenBSD (uncomment) -FREETYPEINC = $(X11INC)/freetype2 +#FREETYPEINC = $(X11INC)/freetype2 # includes and libs INCS = -I$(X11INC) -I$(FREETYPEINC) diff --git a/bdmenu-based/config.mk~ b/bdmenu-based/config.mk~ new file mode 100755 index 0000000..57afe4d --- /dev/null +++ b/bdmenu-based/config.mk~ @@ -0,0 +1,31 @@ +# dmenu version +VERSION = 5.1 + +# paths +PREFIX = /usr/local +MANPREFIX = $(PREFIX)/share/man + +X11INC = /usr/X11R6/include +X11LIB = /usr/X11R6/lib + +# Xinerama, comment if you don't want it +XINERAMALIBS = -lXinerama -lXrender +XINERAMAFLAGS = -DXINERAMA + +# freetype +FREETYPELIBS = -lfontconfig -lXft +FREETYPEINC = /usr/include/freetype2 +# OpenBSD (uncomment) +FREETYPEINC = $(X11INC)/freetype2 + +# includes and libs +INCS = -I$(X11INC) -I$(FREETYPEINC) +LIBS = -L$(X11LIB) -lX11 $(XINERAMALIBS) $(FREETYPELIBS) + +# flags +CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION)\" $(XINERAMAFLAGS) +CFLAGS = -std=c99 -pedantic -Wall -Os $(INCS) $(CPPFLAGS) +LDFLAGS = $(LIBS) + +# compiler and linker +CC = cc diff --git a/bdmenu-based/dmenu b/bdmenu-based/dmenu Binary files differindex 86a0d6b..c7912f2 100755 --- a/bdmenu-based/dmenu +++ b/bdmenu-based/dmenu diff --git a/bdmenu-based/dmenu.o b/bdmenu-based/dmenu.o Binary files differindex 8e83e6c..665f1b2 100644 --- a/bdmenu-based/dmenu.o +++ b/bdmenu-based/dmenu.o diff --git a/bdmenu-based/drw.o b/bdmenu-based/drw.o Binary files differindex 0619a4b..8c38889 100644 --- a/bdmenu-based/drw.o +++ b/bdmenu-based/drw.o diff --git a/bdmenu-based/stest b/bdmenu-based/stest Binary files differindex 43bca64..b9ec0e9 100755 --- a/bdmenu-based/stest +++ b/bdmenu-based/stest diff --git a/bdmenu-based/stest.o b/bdmenu-based/stest.o Binary files differindex 77ae22a..5284664 100644 --- a/bdmenu-based/stest.o +++ b/bdmenu-based/stest.o diff --git a/bdmenu-based/util.o b/bdmenu-based/util.o Binary files differindex 1189f70..91daf38 100644 --- a/bdmenu-based/util.o +++ b/bdmenu-based/util.o diff --git a/bdwm/.config.mk.un~ b/bdwm/.config.mk.un~ Binary files differnew file mode 100755 index 0000000..c1cf073 --- /dev/null +++ b/bdwm/.config.mk.un~ diff --git a/bdwm/config.mk b/bdwm/config.mk index 287ee86..81c493e 100755 --- a/bdwm/config.mk +++ b/bdwm/config.mk @@ -18,8 +18,8 @@ XINERAMAFLAGS = -DXINERAMA FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2 # OpenBSD (uncomment) -FREETYPEINC = ${X11INC}/freetype2 -MANPREFIX = ${PREFIX}/man +#FREETYPEINC = ${X11INC}/freetype2 +#MANPREFIX = ${PREFIX}/man # includes and libs INCS = -I${X11INC} -I${FREETYPEINC} diff --git a/bdwm/config.mk~ b/bdwm/config.mk~ new file mode 100755 index 0000000..287ee86 --- /dev/null +++ b/bdwm/config.mk~ @@ -0,0 +1,39 @@ +# dwm version +VERSION = 6.3 + +# Customize below to fit your system + +# paths +PREFIX = /usr/local +MANPREFIX = ${PREFIX}/share/man + +X11INC = /usr/X11R6/include +X11LIB = /usr/X11R6/lib + +# Xinerama, comment if you don't want it +XINERAMALIBS = -lXinerama +XINERAMAFLAGS = -DXINERAMA + +# freetype +FREETYPELIBS = -lfontconfig -lXft +FREETYPEINC = /usr/include/freetype2 +# OpenBSD (uncomment) +FREETYPEINC = ${X11INC}/freetype2 +MANPREFIX = ${PREFIX}/man + +# includes and libs +INCS = -I${X11INC} -I${FREETYPEINC} +LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} + +# flags +CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} +#CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS} +LDFLAGS = ${LIBS} + +# Solaris +#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" +#LDFLAGS = ${LIBS} + +# compiler and linker +CC = cc Binary files differBinary files differBinary files differdiff --git a/bdwm/util.o b/bdwm/util.o Binary files differindex 6cc164b..91daf38 100644 --- a/bdwm/util.o +++ b/bdwm/util.o |
