[arch-commits] Commit in xfce4-dev-tools/trunk (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Mar 1 06:54:02 UTC 2015


    Date: Sunday, March 1, 2015 @ 07:54:02
  Author: foutrelis
Revision: 232149

upgpkg: xfce4-dev-tools 4.12.0-1

New upstream release.

Modified:
  xfce4-dev-tools/trunk/PKGBUILD
Deleted:
  xfce4-dev-tools/trunk/xfce4-dev-tools-4.10.0-remove-FORTIFY_SOURCE-2.patch

------------------------------------------------------+
 PKGBUILD                                             |   18 +++----------
 xfce4-dev-tools-4.10.0-remove-FORTIFY_SOURCE-2.patch |   22 -----------------
 2 files changed, 5 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-01 06:34:06 UTC (rev 232148)
+++ PKGBUILD	2015-03-01 06:54:02 UTC (rev 232149)
@@ -4,24 +4,16 @@
 # Contributor: Tobias Kieslich <tobias funnychar archlinux.org>
 
 pkgname=xfce4-dev-tools
-pkgver=4.10.0
-pkgrel=2
+pkgver=4.12.0
+pkgrel=1
 pkgdesc="Xfce developer tools"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/"
 license=('GPL2')
-depends=('gtk-doc' 'automake' 'make' 'intltool' 'pkg-config')
-source=(http://archive.xfce.org/src/xfce/xfce4-dev-tools/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-        xfce4-dev-tools-4.10.0-remove-FORTIFY_SOURCE-2.patch)
-sha256sums=('f79649bbfbbf16881494ee9f67035063765aec12e23ab9bac31de2c8a4f32bf8'
-            '4ecfdf8cdb0940ce1044349bdb6646192dffd2b7f4e890f0ef5f00bfdfad7676')
+depends=('glib2' 'intltool' 'gtk-doc')
+source=(http://archive.xfce.org/src/xfce/xfce4-dev-tools/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('e2e3a654fe9110df81f8c2483c9cbfa6d656fed15d5e5e717d6ef10bd0f5b5cb')
 
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  patch -Np1 -i "$srcdir/xfce4-dev-tools-4.10.0-remove-FORTIFY_SOURCE-2.patch"
-}
-
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 

Deleted: xfce4-dev-tools-4.10.0-remove-FORTIFY_SOURCE-2.patch
===================================================================
--- xfce4-dev-tools-4.10.0-remove-FORTIFY_SOURCE-2.patch	2015-03-01 06:34:06 UTC (rev 232148)
+++ xfce4-dev-tools-4.10.0-remove-FORTIFY_SOURCE-2.patch	2015-03-01 06:54:02 UTC (rev 232149)
@@ -1,22 +0,0 @@
-From 236a0c578369bfc726f7d9a830975cbeaefbfee5 Mon Sep 17 00:00:00 2001
-From: Nick Schermer <nick at xfce.org>
-Date: Mon, 23 Jul 2012 15:31:48 +0000
-Subject: Remove FORTIFY_SOURCE=2.
-
-This gives warnings with full debug builds on recent gcc versions.
----
-diff --git a/m4macros/xdt-features.m4 b/m4macros/xdt-features.m4
-index c5f5583..f258822 100644
---- a/m4macros/xdt-features.m4
-+++ b/m4macros/xdt-features.m4
-@@ -79,7 +79,7 @@ AC_HELP_STRING([--disable-debug], [Include no debugging support]),
-                               -Wcast-align -Wformat-security \
-                               -Winit-self -Wmissing-include-dirs -Wundef \
-                               -Wmissing-format-attribute -Wnested-externs"
--    CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2"
-+    CPPFLAGS="$CPPFLAGS"
- 
-     if test x`uname` = x"Linux"; then
-       xdt_cv_additional_CFLAGS="$xdt_cv_additional_CFLAGS -fstack-protector"
---
-cgit v0.9.2



More information about the arch-commits mailing list