[arch-commits] Commit in weechat/trunk (2 files)

Giovanni Scafora giovanni at archlinux.org
Sun Jan 11 16:44:11 UTC 2015


    Date: Sunday, January 11, 2015 @ 17:44:11
  Author: giovanni
Revision: 228923

upgpkg: weechat 1.1-1

upstream release

Modified:
  weechat/trunk/PKGBUILD
Deleted:
  weechat/trunk/fix_cmake31_shared_lib_compilation.patch

------------------------------------------+
 PKGBUILD                                 |   15 ++++-----------
 fix_cmake31_shared_lib_compilation.patch |   22 ----------------------
 2 files changed, 4 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-11 13:57:21 UTC (rev 228922)
+++ PKGBUILD	2015-01-11 16:44:11 UTC (rev 228923)
@@ -3,8 +3,8 @@
 # Contributor: lucke <lucke at o2 dot pl>
 
 pkgname=weechat
-pkgver=1.0.1
-pkgrel=3
+pkgver=1.1
+pkgrel=1
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('i686' 'x86_64')
 url="http://www.weechat.org/"
@@ -12,18 +12,11 @@
 depends=('gnutls' 'curl' 'libgcrypt')
 makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
 optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
-source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2"{,.asc}
-        fix_cmake31_shared_lib_compilation.patch)
-md5sums=('597b50e1340cfa7734f4ce72c3883705'
-         'SKIP'
-         '3d0fb4bf0d622ee507bacf95878d614d')
-validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing key) <webmaster at weechat.org>
+source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('5985f29ec2750aff4b89df1832d36b6f')
 
 prepare() {
   mkdir build
-
-  cd ${pkgname}-${pkgver}
-  patch -p1 < ../fix_cmake31_shared_lib_compilation.patch
 }
 
 build() {

Deleted: fix_cmake31_shared_lib_compilation.patch
===================================================================
--- fix_cmake31_shared_lib_compilation.patch	2015-01-11 13:57:21 UTC (rev 228922)
+++ fix_cmake31_shared_lib_compilation.patch	2015-01-11 16:44:11 UTC (rev 228923)
@@ -1,22 +0,0 @@
-commit 00ba2e8c4d07f9b580723df7c5823f0e413dc5f2
-Author: Sébastien Helleu <flashcode at flashtux.org>
-Date:   Thu Jan 1 13:23:57 2015 +0100
-
-    core: fix compilation of plugins with cmake >= 3.1 (closes #287)
-    
-    The flag -fPIC is now forced for compilation of plugins.
-    It should fix compilation problems when cmake doesn't add this flag.
-
-diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt
-index 95c457b..58193e3 100644
---- a/src/plugins/CMakeLists.txt
-+++ b/src/plugins/CMakeLists.txt
-@@ -32,7 +32,7 @@ plugin-script-callback.c plugin-script-callback.h)
- include_directories(${CMAKE_BINARY_DIR})
- add_library(weechat_plugins STATIC ${LIB_PLUGINS_SRC})
- 
--add_definitions(${CMAKE_SHARED_LIBRARY_C_FLAGS})
-+add_definitions(${CMAKE_SHARED_LIBRARY_C_FLAGS} -fPIC)
- add_library(weechat_plugins_scripts STATIC ${LIB_PLUGINS_SCRIPTS_SRC})
- 
- include(CheckIncludeFiles)



More information about the arch-commits mailing list