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

Fabio Castelli muflone at archlinux.org
Sun Jul 3 16:47:04 UTC 2016


    Date: Sunday, July 3, 2016 @ 16:47:03
  Author: muflone
Revision: 181899

upgpkg: bluegriffon 2.1-1

Modified:
  bluegriffon/trunk/PKGBUILD
Deleted:
  bluegriffon/trunk/bug_70722_include_next_in_cmath.patch

---------------------------------------+
 PKGBUILD                              |   15 ++-------------
 bug_70722_include_next_in_cmath.patch |   12 ------------
 2 files changed, 2 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-03 15:41:00 UTC (rev 181898)
+++ PKGBUILD	2016-07-03 16:47:03 UTC (rev 181899)
@@ -3,7 +3,7 @@
 # Contributor: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=bluegriffon
-pkgver=2.0
+pkgver=2.1
 _mozilla_ver=f14898695ee0
 pkgrel=1
 pkgdesc="The next-generation Web Editor based on the rendering engine of Firefox"
@@ -16,16 +16,10 @@
 options=('!emptydirs')
 source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/therealglazou/${pkgname}/archive/${pkgver}.tar.gz"
         "mozilla-central-${_mozilla_ver}.tar.bz2"::"http://hg.mozilla.org/mozilla-central/archive/${_mozilla_ver}.tar.bz2"
-        "bug_1194520_add_ftfntfmt.patch"::"https://hg.mozilla.org/mozilla-central/raw-rev/af40750720b5"
-        "bug_1153109_CXX11_ABI.patch"::"https://hg.mozilla.org/mozilla-central/raw-rev/070d6e282fe4"
-        "bug_70722_include_next_in_cmath.patch"
         "mozconfig"
         "${pkgname}.desktop")
-sha256sums=('266c2e3c4c4d1e8aec7f7013980e28330976569543a2fe179b5b36264f216b02'
+sha256sums=('524baa8fe0510c254d8e59a3aac1ff2aa26ee1cda7817a7a71ef8851c108eea4'
             '0b13213b5f9b3819b56872f7fb4fa7a1170ade06f8797dc11114e5f7c8eabca2'
-            '3aea9a83bf304da5525f34a911712cf42f8ded1c8b6becf0a2cf8a4b4f7facd6'
-            '2df11bae529ce96d0133ba3ce076e0016350d66a7800a2253b19db13785a87fd'
-            'b981a29f6243373b9118990727c17a4dee24156a9af1ea0eb25f23acd51fd37b'
             '56832f428267dc31a2ae1e863edb066cb91559bfdd07ccfdf25f4a3752d1c977'
             '882133b77840356985a81e496b4ddc443f8f33c068cfb7ef0858497820adcfff')
 
@@ -36,11 +30,6 @@
   cp -r "${srcdir}/${pkgname}-${pkgver}" bluegriffon
   cp "${srcdir}/mozconfig" .mozconfig
 
-  # Apply patches
-#  patch -p1 -i "${srcdir}/bug_1194520_add_ftfntfmt.patch"
-#  patch -p1 -i "${srcdir}/bug_1153109_CXX11_ABI.patch"
-#  patch -p1 -i "${srcdir}/bug_70722_include_next_in_cmath.patch"
-
   # Apply BlueGriffon's upstream customizations
   patch -Np1 -i bluegriffon/config/content.patch
 

Deleted: bug_70722_include_next_in_cmath.patch
===================================================================
--- bug_70722_include_next_in_cmath.patch	2016-07-03 15:41:00 UTC (rev 181898)
+++ bug_70722_include_next_in_cmath.patch	2016-07-03 16:47:03 UTC (rev 181899)
@@ -1,12 +0,0 @@
---- mozilla-central-fec90cbfbaad/nsprpub/config/make-system-wrappers.pl.orig	2015-04-10 04:57:56.000000000 +0200
-+++ mozilla-central-fec90cbfbaad/nsprpub/config/make-system-wrappers.pl	2016-05-07 19:51:53.832876185 +0200
-@@ -19,7 +19,9 @@
-     open OUT, ">$output_dir/$_";
-     print OUT "#pragma GCC system_header\n";  # suppress include_next warning
-     print OUT "#pragma GCC visibility push(default)\n";
-+    print OUT "#define _GLIBCXX_INCLUDE_NEXT_C_HEADERS\n";
-     print OUT "#include_next \<$_\>\n";
-+    print OUT "#undef _GLIBCXX_INCLUDE_NEXT_C_HEADERS\n";
-     print OUT "#pragma GCC visibility pop\n";
-     close OUT;
- }



More information about the arch-commits mailing list