screen: rebuild with 256 color support
This commit is contained in:
parent
f091afb31c
commit
422d0610ad
@ -7,8 +7,8 @@
|
||||
# Check the following 4 variables before running the script
|
||||
topdir=screen
|
||||
version=4.0.3
|
||||
pkgver=1
|
||||
source[0]=$topdir-$version.tar.gz
|
||||
pkgver=2
|
||||
source[0]=http://ftp.uni-erlangen.de/pub/utilities/screen/$topdir-$version.tar.gz
|
||||
# If there are no patches, simply comment this
|
||||
patch[0]=screen-4.0.2-makefile-madness.diff
|
||||
|
||||
@ -16,6 +16,7 @@ patch[0]=screen-4.0.2-makefile-madness.diff
|
||||
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||
|
||||
# Global settings
|
||||
configure_args+=(--enable-colors256)
|
||||
|
||||
reg prep
|
||||
prep()
|
||||
|
5
screen/meta/ChangeLog
Normal file
5
screen/meta/ChangeLog
Normal file
@ -0,0 +1,5 @@
|
||||
CHANGELOG
|
||||
---------
|
||||
* Sun Sep 29 2013 Tom G. Christensen <swpkg@jupiterrise.com> - 4.0.3-2
|
||||
- Enable 256color support
|
||||
- Use a different tic in the postinstall script
|
@ -4,7 +4,7 @@
|
||||
# and to make screen SUID root
|
||||
|
||||
SHAREDIR=${BASEDIR}/share/screen
|
||||
TIC=/usr/5bin/tic
|
||||
TIC=/usr/bin/tic
|
||||
|
||||
# install terminfo
|
||||
${TIC} ${SHAREDIR}/screeninfo.src
|
||||
|
@ -1,27 +0,0 @@
|
||||
PACKAGE DETAILS
|
||||
---------------
|
||||
Name: %%PKGNAME%%
|
||||
Version: %%SOURCE_AND_VER%%
|
||||
Vendor: %%VENDOR%%
|
||||
Packager: %%PKGEDBY%%
|
||||
|
||||
Source (sha1sum):
|
||||
%%SOURCE_SHA1SUM%%
|
||||
|
||||
BUILD DETAILS
|
||||
-------------
|
||||
Compiler:
|
||||
%%COMPILER%%
|
||||
|
||||
Environment:
|
||||
%%ENVIRONMENT%%
|
||||
|
||||
Configure:
|
||||
%%CONFIGURE%%
|
||||
|
||||
KNOWN DEPENDENCIES
|
||||
------------------
|
||||
%%DEPENDENCIES%%
|
||||
|
||||
ERRORS/MISCELLANEOUS
|
||||
--------------------
|
Loading…
x
Reference in New Issue
Block a user