diff --git a/screen/build.sh b/screen/build.sh index 5189367..bf2db8f 100755 --- a/screen/build.sh +++ b/screen/build.sh @@ -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() diff --git a/screen/meta/ChangeLog b/screen/meta/ChangeLog new file mode 100644 index 0000000..b049d44 --- /dev/null +++ b/screen/meta/ChangeLog @@ -0,0 +1,5 @@ +CHANGELOG +--------- +* Sun Sep 29 2013 Tom G. Christensen - 4.0.3-2 +- Enable 256color support +- Use a different tic in the postinstall script diff --git a/screen/meta/postinstall.screen b/screen/meta/postinstall.screen index ccc4b29..9c8824d 100644 --- a/screen/meta/postinstall.screen +++ b/screen/meta/postinstall.screen @@ -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 diff --git a/screen/meta/relnotes b/screen/meta/relnotes deleted file mode 100644 index bd83629..0000000 --- a/screen/meta/relnotes +++ /dev/null @@ -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 ---------------------