mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/weechat: Updated for version 0.3.7.
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
This commit is contained in:
parent
74f1bd6674
commit
41bad9a407
4 changed files with 11 additions and 11 deletions
|
@ -9,5 +9,5 @@ WeeChat supports:
|
|||
|
||||
WeeChat will build with support for:
|
||||
aspell, perl scripting, python scripting, ruby scripting, lua scripting,
|
||||
and gnutls depending on whether or not they are installed on the system
|
||||
on which WeeChat is built.
|
||||
guile scripting, and gnutls depending on whether or not they are installed
|
||||
on the system on which WeeChat is built.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- weechat-0.3.6.orig/CMakeLists.txt 2011-11-21 17:53:12.844999997 -0600
|
||||
+++ weechat-0.3.6/CMakeLists.txt 2011-11-21 17:55:38.489001849 -0600
|
||||
@@ -114,7 +114,7 @@
|
||||
--- weechat-0.3.7.orig/CMakeLists.txt 2012-02-26 15:06:00.850263622 -0600
|
||||
+++ weechat-0.3.7/CMakeLists.txt 2012-02-26 15:14:55.710576947 -0600
|
||||
@@ -125,7 +125,7 @@
|
||||
SET(PACKAGE "${PROJECT_NAME}")
|
||||
SET(prefix "${CMAKE_INSTALL_PREFIX}")
|
||||
SET(exec_prefix "\${prefix}")
|
|
@ -4,7 +4,7 @@
|
|||
# Maintained by sero (firebird209 at gmail dot com)
|
||||
|
||||
PRGNAM=weechat
|
||||
VERSION=0.3.6
|
||||
VERSION=0.3.7
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -47,7 +47,7 @@ chown -R root:root .
|
|||
chmod -R u+w,go+r-w,a-s .
|
||||
|
||||
if [ "$ARCH" = "x86_64" ]; then
|
||||
patch -p1 < $CWD/weechat-0.3.6-set_pkgconfig_libdir_on_x86_64.diff || exit 1
|
||||
patch -p1 < $CWD/weechat-0.3.7-set_pkgconfig_libdir_on_x86_64.diff || exit 1
|
||||
fi
|
||||
|
||||
mkdir build
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="weechat"
|
||||
VERSION="0.3.6"
|
||||
VERSION="0.3.7"
|
||||
HOMEPAGE="http://www.weechat.org"
|
||||
DOWNLOAD="http://www.weechat.org/files/src/weechat-0.3.6.tar.bz2"
|
||||
MD5SUM="db2392b8e31738f79f0898f77eda8daa"
|
||||
DOWNLOAD="http://www.weechat.org/files/src/weechat-0.3.7.tar.bz2"
|
||||
MD5SUM="62bb5002b2ba9e5816dfeededc3fa276"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="sero"
|
||||
EMAIL="firebird209 at gmail dot com"
|
||||
APPROVED="rworkman,Niels Horn"
|
||||
APPROVED="Michiel"
|
||||
|
|
Loading…
Reference in a new issue