screen: rebuild with 256 color support

This commit is contained in:
Tom G. Christensen 2013-11-20 21:18:37 +01:00
parent f091afb31c
commit 422d0610ad
4 changed files with 9 additions and 30 deletions

View File

@ -7,8 +7,8 @@
# Check the following 4 variables before running the script # Check the following 4 variables before running the script
topdir=screen topdir=screen
version=4.0.3 version=4.0.3
pkgver=1 pkgver=2
source[0]=$topdir-$version.tar.gz source[0]=http://ftp.uni-erlangen.de/pub/utilities/screen/$topdir-$version.tar.gz
# If there are no patches, simply comment this # If there are no patches, simply comment this
patch[0]=screen-4.0.2-makefile-madness.diff 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 . ${BUILDPKG_SCRIPTS}/buildpkg.functions
# Global settings # Global settings
configure_args+=(--enable-colors256)
reg prep reg prep
prep() prep()

5
screen/meta/ChangeLog Normal file
View 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

View File

@ -4,7 +4,7 @@
# and to make screen SUID root # and to make screen SUID root
SHAREDIR=${BASEDIR}/share/screen SHAREDIR=${BASEDIR}/share/screen
TIC=/usr/5bin/tic TIC=/usr/bin/tic
# install terminfo # install terminfo
${TIC} ${SHAREDIR}/screeninfo.src ${TIC} ${SHAREDIR}/screeninfo.src

View File

@ -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
--------------------