summaryrefslogtreecommitdiff
path: root/config.mk
AgeCommit message (Collapse)Author
2022-08-15Merge latest suckless build into lukesmith-0.8.5Spenser Truex
Includes the 0.8.5 version bump, which is great since many of the patches have already been updated to here too.
2022-05-01Makefile: add manual path for OpenBSDHiltjo Posthuma
2022-01-07bump version to 0.8.5Hiltjo Posthuma
2021-02-050.8.4 update, scroll added as separate progLuke Smith
2020-06-19bump version to 0.8.4Hiltjo Posthuma
2020-06-17config.mk: use PKG_CONFIG in commented OpenBSD sectionHiltjo Posthuma
2020-05-31Merge branch 'master' of https://github.com/lukesmithxyz/stmackarelfish
2020-05-17Added info about include X11 in ubuntu.Jakub Rekowski
Added comment with X11 path in systems based on ubuntu.
2020-05-12Added ligatures patchmackarelfish
2020-04-27bump version to 0.8.3Hiltjo Posthuma
2019-05-08Updated st to 0.8.2yusufaktepe
Updated to latest git (20190414.f1546cf) & updated patches. Changes: . Upstream fixes. . Alpha: Opacity value is now typed in float (0-1). Also "-A" cmd option added as alternative opacity changing method. . Clipboard: middle click pastes from clipboard. . Organized shortcuts.
2019-05-04Use conditional variable assignment for PREFIXIsrael Jacquez
2019-02-09bump version to 0.8.2Hiltjo Posthuma
2019-01-10Let the user specify CPPFLAGSParide Legovini
This complements the work done in d4928ed, allowing the user to specify the preprocessor flags with the CPPFLAGS environment variable. This is useful for example to specify preprocessor macros with -D. CFLAGS could be used instead, but CPPFLAGS is more correct and is expected to be honored in some cases. For example, the helper scripts to build Debian packages make use of CPPFLAGS, but the variable is currently being ignored unless manually appended to CFLAGS.
2019-01-04Set the path of pkg-config in a variable instead of hardcoding itParide Legovini
In this way the path of pkg-config can be overridden from the command line. This is useful for example when cross-compiling.
2018-06-02config.mk: remove extra newline before EOFHiltjo Posthuma
2018-05-25Pledge on OpenBSDHiltjo Posthuma
2018-04-25Updated st 0.8.1. Used new patches, scrollblock and alpha fixed.Kornelije Sajler
Created run-patches.sh, runs all patches on clean st 0.8.1 code. All old patches remvoed, including trasparency diff. Not including solarized theme, don't see value of it. Commented colornames array with color indexs from 0-15, includes index 255, and afterwards bg, fg and cursor, change those for background, foreground and cursor color. Seems better than solarized toggle. Updated README.
2018-03-20bump version to 0.8.1Hiltjo Posthuma
2018-03-14bump version to 0.8Hiltjo Posthuma
2018-03-10transparency now defaultLuke Smith
2017-07-12Let the user specify C and LD FLAGSQuentin Rameau
2017-07-12Do not obfuscate what make is doing.Quentin Rameau
Change some styling too while we're at it.
2016-08-110.7 releaseChristoph Lohmann
2015-09-28There's no need for libXext to compile st.Christoph Lohmann
2015-07-07Commit to push the 0.6 release.Christoph Lohmann
2015-03-20Remove strsep() callRoberto E. Vargas Caballero
strsep() is not a POSIX function, and it means that every system needs different defines to expose it. If the prototype of strsep is not exposed then an ugly int/pointer is done and it might mean a crash. The best solution?, to remove the strsep and make a custom loop. If C programmers cannot do this kind of loops without calling a library function, then maybe we should move all the suckless software to Java.
2015-03-14Glibc wants me to use _DEFAULT_SOURCe. I do obey.Christoph Lohmann
2015-02-22Comment default CC assignmentRoberto E. Vargas Caballero
CC by default is cc, so the assignment was doing nothing, but it was using non standard syntax, so some system (NetBSD) fail to compile.
2014-06-30Making surf compile again with rt.Christoph Lohmann
The clock_gettime patch needs librt to be linked to surf. Thanks _odie for the hint.
2014-06-26Remove CEIL macroRoberto E. Vargas Caballero
This macro was not correct in some cases, and it was used only in one place, where we did'nt get any benefit in performance of in size, so the macro is removed and ceilf is used instead of it. The only function needed from math.h is ceilf, so this patch defines the prototype of it instead of including math.h.
2014-04-050.5 release.Christoph Lohmann
2013-04-200.4.1 release.Christoph Lohmann
2013-04-19Making st compile on OpenBSD again.Christoph Lohmann
2013-03-29Releasing 0.4.Christoph Lohmann
2013-03-05Making st compile on OS X.Christoph Lohmann
2013-02-26Using strsep and fixing null termination in csiparse.Christoph Lohmann
Thanks for the hint from Alexander Sedov <alex0player@gmail.com>!
2013-01-04Making the fontconfig and freetype paths portable in config.mk.Christoph Lohmann
2012-11-13The style inquisition was here again.Christoph Lohmann
2012-11-020.3 release.Christoph Lohmann
2012-10-28Adding a more flexible fontstring handling, shortcuts and a zoom function.Christoph Lohmann
2012-10-04This adds the fontcache dependency to try something out. Additionally theChristoph Lohmann
invert mode now works as expected. In the config.def.h autohint is set to false, so the fonts are drawn correctly, without any overlapping.
2012-09-24Initial Xft support for st. More to follow.Christoph Lohmann
2012-07-28Implement Xdbe-based double-bufferingBrandon Invergo
2012-02-16revert to "tip" in VERSION.Aurélien Aptel
2012-02-16bump version.Aurélien Aptel
2012-02-11some minor fixesanselm@garbe.us
2011-04-03update VERSION.Aurélien Aptel
2010-08-31fix segfault when selecting big bufferspancake@nopcode.org
shift+insert paste clipboard honor CFLAGS and LDFLAGS in config.mk
2010-08-30use predefined OS macro instead of uname.Aurélien Aptel