diff options
author | Daniel LEVAI <leva@ecentrum.hu> | 2012-11-20 12:04:52 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-11-20 12:04:52 -0600 |
commit | 19b9f18c0d94da8eff6ba2fb03cf85f25db909b6 (patch) | |
tree | 23a6f6889dbb875808e5c30afb64a853f2be1381 /system/rxvt-unicode | |
parent | 6aba66e1724729ec21fe05a55369c7cd313d5a81 (diff) | |
download | slackbuilds-19b9f18c0d94da8eff6ba2fb03cf85f25db909b6.tar.gz |
system/rxvt-unicode: Added "--enable-256-color" to configure
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/rxvt-unicode')
-rw-r--r-- | system/rxvt-unicode/rxvt-unicode.SlackBuild | 7 | ||||
-rw-r--r-- | system/rxvt-unicode/slack-desc | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/system/rxvt-unicode/rxvt-unicode.SlackBuild b/system/rxvt-unicode/rxvt-unicode.SlackBuild index aed96362c3..daaac9afc0 100644 --- a/system/rxvt-unicode/rxvt-unicode.SlackBuild +++ b/system/rxvt-unicode/rxvt-unicode.SlackBuild @@ -22,11 +22,11 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Maintained by Daniel LEVAI <leva@ecentrum.hu>, 2010, 2011 +# Maintained by Daniel LEVAI <leva@ecentrum.hu>, 2010, 2011, 2012 PRGNAM=rxvt-unicode -VERSION="9.15" -BUILD=${BUILD:-1} +VERSION=${VERSION:-9.15} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -112,6 +112,7 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-utmp \ --enable-wtmp \ --enable-lastlog \ + --enable-256-color \ --build=$ARCH-slackware-linux make diff --git a/system/rxvt-unicode/slack-desc b/system/rxvt-unicode/slack-desc index bd9f606c02..dcb2c2ab39 100644 --- a/system/rxvt-unicode/slack-desc +++ b/system/rxvt-unicode/slack-desc @@ -1,9 +1,9 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| rxvt-unicode: rxvt-unicode (enhanced version of rxvt) |