[arch-commits] Commit in gnumeric/repos/extra-x86_64 (4 files)

2020-09-05 Thread Antonio Rojas via arch-commits
Date: Saturday, September 5, 2020 @ 16:55:23
  Author: arojas
Revision: 395494

archrelease: copy trunk to extra-x86_64

Added:
  gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 395493, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 395493, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/revert-warnings.patch

---+
 PKGBUILD  |   95 +++-
 revert-warnings.patch |   22 +--
 2 files changed, 58 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-05 16:55:13 UTC (rev 395493)
+++ PKGBUILD2020-09-05 16:55:23 UTC (rev 395494)
@@ -1,48 +0,0 @@
-# Maintainer: Eric Belanger 
-# Contributor: Kritoke 
-
-pkgname=gnumeric
-pkgver=1.12.47
-pkgrel=1
-pkgdesc="A GNOME Spreadsheet Program"
-arch=('x86_64')
-url="https://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice')
-makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
- 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
-optdepends=('python2-gobject: for python2 plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-_commit=99b4e9228cbe86360e6272f9c5659940acfc8022
-source=("git+https://gitlab.gnome.org/GNOME/gnumeric.git#commit=$_commit;
-revert-warnings.patch)
-sha256sums=('SKIP'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  sed 's/python -c/$PYTHON -c/' -i configure.ac
-  patch -Np0 -i ../revert-warnings.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---disable-schemas-compile --enable-introspection --disable-silent-rules
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnumeric/repos/extra-x86_64/PKGBUILD (from rev 395493, 
gnumeric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-05 16:55:23 UTC (rev 395494)
@@ -0,0 +1,47 @@
+# Maintainer: Eric Belanger 
+# Contributor: Kritoke 
+
+pkgname=gnumeric
+pkgver=1.12.48
+pkgrel=1
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('x86_64')
+url="https://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
+ 'gobject-introspection' 'python-gobject' gtk-doc autoconf-archive 
git yelp-tools)
+optdepends=('python-gobject: for python plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+_commit=4d3bb014941abb18f6e5236b6ea76ffe3b39a26e
+source=("git+https://gitlab.gnome.org/GNOME/gnumeric.git#commit=$_commit;
+revert-warnings.patch)
+sha256sums=('SKIP'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np0 -i ../revert-warnings.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-schemas-compile --enable-introspection --disable-silent-rules
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: revert-warnings.patch
===
--- revert-warnings.patch   2020-09-05 16:55:13 UTC (rev 395493)
+++ revert-warnings.patch   2020-09-05 16:55:23 UTC (rev 395494)
@@ -1,11 +0,0 @@
 configure.ac.orig  2013-03-13 16:09:02.355422066 +
-+++ configure.ac   2013-03-13 16:09:26.701917153 +
-@@ -269,8 +269,6 @@
--Wchar-subscripts -Wwrite-strings \
--Wdeclaration-after-statement -Wnested-externs \
--Wmissing-noreturn \
--   -Werror=missing-prototypes -Werror=nested-externs \
--   -Werror=implicit-function-declaration \
--Wmissing-declarations -Wno-pointer-sign \
--Werror=format-security -Wbitwise -Wcast-to-as \
--Wdefault-bitfield-sign -Wdo-while -Wparen-string \

Copied: gnumeric/repos/extra-x86_64/revert-warnings.patch (from rev 395493, 

[arch-commits] Commit in gnumeric/repos/extra-x86_64 (4 files)

2020-07-05 Thread Antonio Rojas via arch-commits
Date: Sunday, July 5, 2020 @ 10:41:33
  Author: arojas
Revision: 390861

archrelease: copy trunk to extra-x86_64

Added:
  gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 390860, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 390860, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/revert-warnings.patch

---+
 PKGBUILD  |   96 
 revert-warnings.patch |   22 +--
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 10:41:20 UTC (rev 390860)
+++ PKGBUILD2020-07-05 10:41:33 UTC (rev 390861)
@@ -1,48 +0,0 @@
-# Maintainer: Eric Belanger 
-# Contributor: Kritoke 
-
-pkgname=gnumeric
-pkgver=1.12.46
-pkgrel=4
-pkgdesc="A GNOME Spreadsheet Program"
-arch=('x86_64')
-url="https://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice')
-makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
- 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
-optdepends=('python2-gobject: for python2 plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-_commit=40f0abbc353028a9a06bbfcd530763d1e9f900de  # tags/GNUMERIC_1_12_46^0
-source=("git+https://gitlab.gnome.org/GNOME/gnumeric.git#commit=$_commit;
-revert-warnings.patch)
-sha256sums=('SKIP'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  sed 's/python -c/$PYTHON -c/' -i configure.ac
-  patch -Np0 -i ../revert-warnings.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---disable-schemas-compile --enable-introspection --disable-silent-rules
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnumeric/repos/extra-x86_64/PKGBUILD (from rev 390860, 
gnumeric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 10:41:33 UTC (rev 390861)
@@ -0,0 +1,48 @@
+# Maintainer: Eric Belanger 
+# Contributor: Kritoke 
+
+pkgname=gnumeric
+pkgver=1.12.47
+pkgrel=1
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('x86_64')
+url="https://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
+ 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
+optdepends=('python2-gobject: for python2 plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+_commit=99b4e9228cbe86360e6272f9c5659940acfc8022
+source=("git+https://gitlab.gnome.org/GNOME/gnumeric.git#commit=$_commit;
+revert-warnings.patch)
+sha256sums=('SKIP'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  sed 's/python -c/$PYTHON -c/' -i configure.ac
+  patch -Np0 -i ../revert-warnings.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--disable-schemas-compile --enable-introspection --disable-silent-rules
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: revert-warnings.patch
===
--- revert-warnings.patch   2020-07-05 10:41:20 UTC (rev 390860)
+++ revert-warnings.patch   2020-07-05 10:41:33 UTC (rev 390861)
@@ -1,11 +0,0 @@
 configure.ac.orig  2013-03-13 16:09:02.355422066 +
-+++ configure.ac   2013-03-13 16:09:26.701917153 +
-@@ -269,8 +269,6 @@
--Wchar-subscripts -Wwrite-strings \
--Wdeclaration-after-statement -Wnested-externs \
--Wmissing-noreturn \
--   -Werror=missing-prototypes -Werror=nested-externs \
--   -Werror=implicit-function-declaration \
--Wmissing-declarations -Wno-pointer-sign \
--Werror=format-security -Wbitwise -Wcast-to-as \
--Wdefault-bitfield-sign -Wdo-while -Wparen-string \

Copied: 

[arch-commits] Commit in gnumeric/repos/extra-x86_64 (4 files)

2019-11-18 Thread Antonio Rojas via arch-commits
Date: Monday, November 18, 2019 @ 17:02:54
  Author: arojas
Revision: 369239

archrelease: copy trunk to extra-x86_64

Added:
  gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 369238, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 369238, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/revert-warnings.patch

---+
 PKGBUILD  |   97 +++-
 revert-warnings.patch |   22 +-
 2 files changed, 59 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 17:02:17 UTC (rev 369238)
+++ PKGBUILD2019-11-18 17:02:54 UTC (rev 369239)
@@ -1,49 +0,0 @@
-# Maintainer: Eric Belanger 
-# Contributor: Kritoke 
-
-pkgname=gnumeric
-pkgver=1.12.46
-pkgrel=1
-pkgdesc="A GNOME Spreadsheet Program"
-arch=('x86_64')
-url="https://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice')
-makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
- 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
-optdepends=('python2-gobject: for python2 plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-_commit=40f0abbc353028a9a06bbfcd530763d1e9f900de  # tags/GNUMERIC_1_12_46^0
-source=("git+https://gitlab.gnome.org/GNOME/gnumeric.git#commit=$_commit;
-revert-warnings.patch)
-sha256sums=('SKIP'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  sed 's/@GIOVERRIDESDIR@/$(DESTDIR)@GIOVERRIDESDIR@/g' -i 
introspection/Makefile.am
-  sed 's/python -c/$PYTHON -c/' -i configure.ac
-  patch -Np0 -i ../revert-warnings.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---disable-schemas-compile --enable-introspection --disable-silent-rules
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnumeric/repos/extra-x86_64/PKGBUILD (from rev 369238, 
gnumeric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-18 17:02:54 UTC (rev 369239)
@@ -0,0 +1,48 @@
+# Maintainer: Eric Belanger 
+# Contributor: Kritoke 
+
+pkgname=gnumeric
+pkgver=1.12.46
+pkgrel=2
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('x86_64')
+url="https://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
+ 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
+optdepends=('python2-gobject: for python2 plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+_commit=40f0abbc353028a9a06bbfcd530763d1e9f900de  # tags/GNUMERIC_1_12_46^0
+source=("git+https://gitlab.gnome.org/GNOME/gnumeric.git#commit=$_commit;
+revert-warnings.patch)
+sha256sums=('SKIP'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  sed 's/python -c/$PYTHON -c/' -i configure.ac
+  patch -Np0 -i ../revert-warnings.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--disable-schemas-compile --enable-introspection --disable-silent-rules
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: revert-warnings.patch
===
--- revert-warnings.patch   2019-11-18 17:02:17 UTC (rev 369238)
+++ revert-warnings.patch   2019-11-18 17:02:54 UTC (rev 369239)
@@ -1,11 +0,0 @@
 configure.ac.orig  2013-03-13 16:09:02.355422066 +
-+++ configure.ac   2013-03-13 16:09:26.701917153 +
-@@ -269,8 +269,6 @@
--Wchar-subscripts -Wwrite-strings \
--Wdeclaration-after-statement -Wnested-externs \
--Wmissing-noreturn \
--   -Werror=missing-prototypes -Werror=nested-externs \
--   -Werror=implicit-function-declaration \
--Wmissing-declarations -Wno-pointer-sign \
-

[arch-commits] Commit in gnumeric/repos/extra-x86_64 (4 files)

2019-11-09 Thread Antonio Rojas via arch-commits
Date: Saturday, November 9, 2019 @ 14:49:44
  Author: arojas
Revision: 367275

archrelease: copy trunk to extra-x86_64

Added:
  gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 367274, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 367274, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/revert-warnings.patch

---+
 PKGBUILD  |   99 +++-
 revert-warnings.patch |   22 +-
 2 files changed, 60 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-09 14:49:26 UTC (rev 367274)
+++ PKGBUILD2019-11-09 14:49:44 UTC (rev 367275)
@@ -1,50 +0,0 @@
-# Maintainer: Eric Belanger 
-# Contributor: Kritoke 
-
-pkgname=gnumeric
-pkgver=1.12.45
-pkgrel=2
-pkgdesc="A GNOME Spreadsheet Program"
-arch=('x86_64')
-url="https://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice')
-makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
- 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
-optdepends=('python2-gobject: for python2 plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-_commit=fd8eedb30acc50c1096bf6d6a126d265e35bada3  # tags/GNUMERIC_1_12_45^0
-source=("git+https://gitlab.gnome.org/GNOME/gnumeric.git#commit=$_commit;
-revert-warnings.patch)
-sha256sums=('SKIP'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git cherry-pick -n fdb43346579e9db9122609b1b390d59a94ecd782  
-  sed 's/@GIOVERRIDESDIR@/$(DESTDIR)@GIOVERRIDESDIR@/g' -i 
introspection/Makefile.am
-  sed 's/python -c/$PYTHON -c/' -i configure.ac
-  patch -Np0 -i ../revert-warnings.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---disable-schemas-compile --enable-introspection --disable-silent-rules
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnumeric/repos/extra-x86_64/PKGBUILD (from rev 367274, 
gnumeric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-09 14:49:44 UTC (rev 367275)
@@ -0,0 +1,49 @@
+# Maintainer: Eric Belanger 
+# Contributor: Kritoke 
+
+pkgname=gnumeric
+pkgver=1.12.46
+pkgrel=1
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('x86_64')
+url="https://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
+ 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
+optdepends=('python2-gobject: for python2 plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+_commit=40f0abbc353028a9a06bbfcd530763d1e9f900de  # tags/GNUMERIC_1_12_46^0
+source=("git+https://gitlab.gnome.org/GNOME/gnumeric.git#commit=$_commit;
+revert-warnings.patch)
+sha256sums=('SKIP'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  sed 's/@GIOVERRIDESDIR@/$(DESTDIR)@GIOVERRIDESDIR@/g' -i 
introspection/Makefile.am
+  sed 's/python -c/$PYTHON -c/' -i configure.ac
+  patch -Np0 -i ../revert-warnings.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--disable-schemas-compile --enable-introspection --disable-silent-rules
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: revert-warnings.patch
===
--- revert-warnings.patch   2019-11-09 14:49:26 UTC (rev 367274)
+++ revert-warnings.patch   2019-11-09 14:49:44 UTC (rev 367275)
@@ -1,11 +0,0 @@
 configure.ac.orig  2013-03-13 16:09:02.355422066 +
-+++ configure.ac   2013-03-13 16:09:26.701917153 +
-@@ -269,8 +269,6 @@
--Wchar-subscripts -Wwrite-strings \
--Wdeclaration-after-statement -Wnested-externs \
--Wmissing-noreturn \
--   -Werror=missing-prototypes -Werror=nested-externs \
--   

[arch-commits] Commit in gnumeric/repos/extra-x86_64 (4 files)

2019-06-06 Thread Antonio Rojas via arch-commits
Date: Thursday, June 6, 2019 @ 21:32:57
  Author: arojas
Revision: 355134

archrelease: copy trunk to extra-x86_64

Added:
  gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 355133, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 355133, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/revert-warnings.patch

---+
 PKGBUILD  |  100 
 revert-warnings.patch |   22 +-
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-06 21:32:39 UTC (rev 355133)
+++ PKGBUILD2019-06-06 21:32:57 UTC (rev 355134)
@@ -1,50 +0,0 @@
-# Maintainer: Eric Belanger 
-# Contributor: Kritoke 
-
-pkgname=gnumeric
-pkgver=1.12.44
-pkgrel=1
-pkgdesc="A GNOME Spreadsheet Program"
-arch=('x86_64')
-url="http://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice')
-makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
- 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
-optdepends=('python2-gobject: for python2 plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-_commit=3208168044d1b510255509813730f76a1d5df077  # tags/GNUMERIC_1_12_44^0
-source=("git+https://gitlab.gnome.org/GNOME/gnumeric.git#commit=$_commit;
-revert-warnings.patch)
-sha256sums=('SKIP'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git cherry-pick -n fdb43346579e9db9122609b1b390d59a94ecd782  
-  sed 's/@GIOVERRIDESDIR@/$(DESTDIR)@GIOVERRIDESDIR@/g' -i 
introspection/Makefile.am
-  sed 's/python -c/$PYTHON -c/' -i configure.ac
-  patch -Np0 -i ../revert-warnings.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---disable-schemas-compile --enable-introspection --disable-silent-rules
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnumeric/repos/extra-x86_64/PKGBUILD (from rev 355133, 
gnumeric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-06 21:32:57 UTC (rev 355134)
@@ -0,0 +1,50 @@
+# Maintainer: Eric Belanger 
+# Contributor: Kritoke 
+
+pkgname=gnumeric
+pkgver=1.12.45
+pkgrel=1
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('x86_64')
+url="https://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
+ 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
+optdepends=('python2-gobject: for python2 plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+_commit=fd8eedb30acc50c1096bf6d6a126d265e35bada3  # tags/GNUMERIC_1_12_45^0
+source=("git+https://gitlab.gnome.org/GNOME/gnumeric.git#commit=$_commit;
+revert-warnings.patch)
+sha256sums=('SKIP'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n fdb43346579e9db9122609b1b390d59a94ecd782  
+  sed 's/@GIOVERRIDESDIR@/$(DESTDIR)@GIOVERRIDESDIR@/g' -i 
introspection/Makefile.am
+  sed 's/python -c/$PYTHON -c/' -i configure.ac
+  patch -Np0 -i ../revert-warnings.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--disable-schemas-compile --enable-introspection --disable-silent-rules
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: revert-warnings.patch
===
--- revert-warnings.patch   2019-06-06 21:32:39 UTC (rev 355133)
+++ revert-warnings.patch   2019-06-06 21:32:57 UTC (rev 355134)
@@ -1,11 +0,0 @@
 configure.ac.orig  2013-03-13 16:09:02.355422066 +
-+++ configure.ac   2013-03-13 16:09:26.701917153 +
-@@ -269,8 +269,6 @@
--Wchar-subscripts -Wwrite-strings \
--Wdeclaration-after-statement -Wnested-externs \
--Wmissing-noreturn \
--   

[arch-commits] Commit in gnumeric/repos/extra-x86_64 (4 files)

2018-12-07 Thread Antonio Rojas via arch-commits
Date: Friday, December 7, 2018 @ 18:05:59
  Author: arojas
Revision: 341227

archrelease: copy trunk to extra-x86_64

Added:
  gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 341226, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 341226, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/revert-warnings.patch

---+
 PKGBUILD  |  100 
 revert-warnings.patch |   22 +-
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-07 18:05:37 UTC (rev 341226)
+++ PKGBUILD2018-12-07 18:05:59 UTC (rev 341227)
@@ -1,50 +0,0 @@
-# Maintainer: Eric Belanger 
-# Contributor: Kritoke 
-
-pkgname=gnumeric
-pkgver=1.12.43
-pkgrel=1
-pkgdesc="A GNOME Spreadsheet Program"
-arch=('x86_64')
-url="http://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice')
-makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
- 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
-optdepends=('python2-gobject: for python2 plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-_commit=4c4674d02c00da73b1896b0f9513d86357ccf927  # tags/GNUMERIC_1_12_43^0
-source=("git+https://gitlab.gnome.org/GNOME/gnumeric.git#commit=$_commit;
-revert-warnings.patch)
-sha256sums=('SKIP'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git cherry-pick -n fdb43346579e9db9122609b1b390d59a94ecd782  
-  sed 's/@GIOVERRIDESDIR@/$(DESTDIR)@GIOVERRIDESDIR@/g' -i 
introspection/Makefile.am
-  sed 's/python -c/$PYTHON -c/' -i configure.ac
-  patch -Np0 -i ../revert-warnings.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---disable-schemas-compile --enable-introspection --disable-silent-rules
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnumeric/repos/extra-x86_64/PKGBUILD (from rev 341226, 
gnumeric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-07 18:05:59 UTC (rev 341227)
@@ -0,0 +1,50 @@
+# Maintainer: Eric Belanger 
+# Contributor: Kritoke 
+
+pkgname=gnumeric
+pkgver=1.12.44
+pkgrel=1
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('x86_64')
+url="http://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
+ 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
+optdepends=('python2-gobject: for python2 plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+_commit=3208168044d1b510255509813730f76a1d5df077  # tags/GNUMERIC_1_12_44^0
+source=("git+https://gitlab.gnome.org/GNOME/gnumeric.git#commit=$_commit;
+revert-warnings.patch)
+sha256sums=('SKIP'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n fdb43346579e9db9122609b1b390d59a94ecd782  
+  sed 's/@GIOVERRIDESDIR@/$(DESTDIR)@GIOVERRIDESDIR@/g' -i 
introspection/Makefile.am
+  sed 's/python -c/$PYTHON -c/' -i configure.ac
+  patch -Np0 -i ../revert-warnings.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--disable-schemas-compile --enable-introspection --disable-silent-rules
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: revert-warnings.patch
===
--- revert-warnings.patch   2018-12-07 18:05:37 UTC (rev 341226)
+++ revert-warnings.patch   2018-12-07 18:05:59 UTC (rev 341227)
@@ -1,11 +0,0 @@
 configure.ac.orig  2013-03-13 16:09:02.355422066 +
-+++ configure.ac   2013-03-13 16:09:26.701917153 +
-@@ -269,8 +269,6 @@
--Wchar-subscripts -Wwrite-strings \
--Wdeclaration-after-statement -Wnested-externs \
--Wmissing-noreturn \
--   

[arch-commits] Commit in gnumeric/repos/extra-x86_64 (4 files)

2018-09-12 Thread Jan de Groot via arch-commits
Date: Wednesday, September 12, 2018 @ 21:56:35
  Author: jgc
Revision: 334442

archrelease: copy trunk to extra-x86_64

Added:
  gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 334441, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 334441, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/revert-warnings.patch

---+
 PKGBUILD  |  101 +++-
 revert-warnings.patch |   22 +-
 2 files changed, 61 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-12 21:56:31 UTC (rev 334441)
+++ PKGBUILD2018-09-12 21:56:35 UTC (rev 334442)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger 
-# Contributor: Kritoke 
-
-pkgname=gnumeric
-pkgver=1.12.41
-pkgrel=2
-pkgdesc="A GNOME Spreadsheet Program"
-arch=('x86_64')
-url="http://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice')
-makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
- 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
-optdepends=('python2-gobject: for python2 plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-_commit=cdf8dd9007db99eff221e194b20ca637b0eef783  # tags/GNUMERIC_1_12_41^0
-source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit;
-revert-warnings.patch)
-sha256sums=('SKIP'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git cherry-pick -n fdb43346579e9db9122609b1b390d59a94ecd782  
-  sed 's/@GIOVERRIDESDIR@/$(DESTDIR)@GIOVERRIDESDIR@/g' -i 
introspection/Makefile.am
-  sed 's/python -c/$PYTHON -c/' -i configure.ac
-  patch -Np0 -i ../revert-warnings.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---disable-schemas-compile --enable-introspection --disable-silent-rules
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnumeric/repos/extra-x86_64/PKGBUILD (from rev 334441, 
gnumeric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-12 21:56:35 UTC (rev 334442)
@@ -0,0 +1,50 @@
+# Maintainer: Eric Belanger 
+# Contributor: Kritoke 
+
+pkgname=gnumeric
+pkgver=1.12.43
+pkgrel=1
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('x86_64')
+url="http://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
+ 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
+optdepends=('python2-gobject: for python2 plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+_commit=4c4674d02c00da73b1896b0f9513d86357ccf927  # tags/GNUMERIC_1_12_43^0
+source=("git+https://gitlab.gnome.org/GNOME/gnumeric.git#commit=$_commit;
+revert-warnings.patch)
+sha256sums=('SKIP'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n fdb43346579e9db9122609b1b390d59a94ecd782  
+  sed 's/@GIOVERRIDESDIR@/$(DESTDIR)@GIOVERRIDESDIR@/g' -i 
introspection/Makefile.am
+  sed 's/python -c/$PYTHON -c/' -i configure.ac
+  patch -Np0 -i ../revert-warnings.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--disable-schemas-compile --enable-introspection --disable-silent-rules
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: revert-warnings.patch
===
--- revert-warnings.patch   2018-09-12 21:56:31 UTC (rev 334441)
+++ revert-warnings.patch   2018-09-12 21:56:35 UTC (rev 334442)
@@ -1,11 +0,0 @@
 configure.ac.orig  2013-03-13 16:09:02.355422066 +
-+++ configure.ac   2013-03-13 16:09:26.701917153 +
-@@ -269,8 +269,6 @@
--Wchar-subscripts -Wwrite-strings \
--Wdeclaration-after-statement -Wnested-externs \
--Wmissing-noreturn \
--   

[arch-commits] Commit in gnumeric/repos/extra-x86_64 (4 files)

2018-06-20 Thread Jan de Groot via arch-commits
Date: Wednesday, June 20, 2018 @ 22:16:37
  Author: jgc
Revision: 327383

archrelease: copy trunk to extra-x86_64

Added:
  gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 327382, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 327382, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/revert-warnings.patch

---+
 PKGBUILD  |  102 
 revert-warnings.patch |   22 +-
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-20 22:16:33 UTC (rev 327382)
+++ PKGBUILD2018-06-20 22:16:37 UTC (rev 327383)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger 
-# Contributor: Kritoke 
-
-pkgname=gnumeric
-pkgver=1.12.40
-pkgrel=1
-pkgdesc="A GNOME Spreadsheet Program"
-arch=('x86_64')
-url="http://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice')
-makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
- 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
-optdepends=('python2-gobject: for python2 plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-_commit=0e965a8d823f7ada2cf3e3f7ac26893822328c68  # tags/GNUMERIC_1_12_40^0
-source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit;
-revert-warnings.patch)
-sha256sums=('SKIP'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git cherry-pick -n fdb43346579e9db9122609b1b390d59a94ecd782  
-  sed 's/@GIOVERRIDESDIR@/$(DESTDIR)@GIOVERRIDESDIR@/g' -i 
introspection/Makefile.am
-  sed 's/python -c/$PYTHON -c/' -i configure.ac
-  patch -Np0 -i ../revert-warnings.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---disable-schemas-compile --enable-introspection --disable-silent-rules
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnumeric/repos/extra-x86_64/PKGBUILD (from rev 327382, 
gnumeric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-20 22:16:37 UTC (rev 327383)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Eric Belanger 
+# Contributor: Kritoke 
+
+pkgname=gnumeric
+pkgver=1.12.41
+pkgrel=1
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('x86_64')
+url="http://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
+ 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
+optdepends=('python2-gobject: for python2 plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+_commit=cdf8dd9007db99eff221e194b20ca637b0eef783  # tags/GNUMERIC_1_12_41^0
+source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit;
+revert-warnings.patch)
+sha256sums=('SKIP'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n fdb43346579e9db9122609b1b390d59a94ecd782  
+  sed 's/@GIOVERRIDESDIR@/$(DESTDIR)@GIOVERRIDESDIR@/g' -i 
introspection/Makefile.am
+  sed 's/python -c/$PYTHON -c/' -i configure.ac
+  patch -Np0 -i ../revert-warnings.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--disable-schemas-compile --enable-introspection --disable-silent-rules
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: revert-warnings.patch
===
--- revert-warnings.patch   2018-06-20 22:16:33 UTC (rev 327382)
+++ revert-warnings.patch   2018-06-20 22:16:37 UTC (rev 327383)
@@ -1,11 +0,0 @@
 configure.ac.orig  2013-03-13 16:09:02.355422066 +
-+++ configure.ac   2013-03-13 16:09:26.701917153 +
-@@ -269,8 +269,6 @@
--Wchar-subscripts -Wwrite-strings \
--Wdeclaration-after-statement -Wnested-externs \
--Wmissing-noreturn \
--   

[arch-commits] Commit in gnumeric/repos/extra-x86_64 (4 files)

2018-05-04 Thread Jan de Groot via arch-commits
Date: Friday, May 4, 2018 @ 22:52:17
  Author: jgc
Revision: 323386

archrelease: copy trunk to extra-x86_64

Added:
  gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 323385, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 323385, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/revert-warnings.patch

---+
 PKGBUILD  |   99 
 revert-warnings.patch |   22 +-
 2 files changed, 62 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-04 22:52:10 UTC (rev 323385)
+++ PKGBUILD2018-05-04 22:52:17 UTC (rev 323386)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger 
-# Contributor: Kritoke 
-
-pkgname=gnumeric
-pkgver=1.12.39
-pkgrel=1
-pkgdesc="A GNOME Spreadsheet Program"
-arch=('x86_64')
-url="http://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice')
-makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
- 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
-optdepends=('python2-gobject: for python plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-_commit=93f10cd29e3fbdd3ebc25272167c057878f6bc05  # tags/GNUMERIC_1_12_39^0
-source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit;
-revert-warnings.patch)
-sha256sums=('SKIP'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np0 -i ../revert-warnings.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---disable-schemas-compile --enable-introspection --disable-silent-rules
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnumeric/repos/extra-x86_64/PKGBUILD (from rev 323385, 
gnumeric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-04 22:52:17 UTC (rev 323386)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Eric Belanger 
+# Contributor: Kritoke 
+
+pkgname=gnumeric
+pkgver=1.12.40
+pkgrel=1
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('x86_64')
+url="http://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
+ 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
+optdepends=('python2-gobject: for python2 plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+_commit=0e965a8d823f7ada2cf3e3f7ac26893822328c68  # tags/GNUMERIC_1_12_40^0
+source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit;
+revert-warnings.patch)
+sha256sums=('SKIP'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n fdb43346579e9db9122609b1b390d59a94ecd782  
+  sed 's/@GIOVERRIDESDIR@/$(DESTDIR)@GIOVERRIDESDIR@/g' -i 
introspection/Makefile.am
+  sed 's/python -c/$PYTHON -c/' -i configure.ac
+  patch -Np0 -i ../revert-warnings.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--disable-schemas-compile --enable-introspection --disable-silent-rules
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: revert-warnings.patch
===
--- revert-warnings.patch   2018-05-04 22:52:10 UTC (rev 323385)
+++ revert-warnings.patch   2018-05-04 22:52:17 UTC (rev 323386)
@@ -1,11 +0,0 @@
 configure.ac.orig  2013-03-13 16:09:02.355422066 +
-+++ configure.ac   2013-03-13 16:09:26.701917153 +
-@@ -269,8 +269,6 @@
--Wchar-subscripts -Wwrite-strings \
--Wdeclaration-after-statement -Wnested-externs \
--Wmissing-noreturn \
--   -Werror=missing-prototypes -Werror=nested-externs \
--   -Werror=implicit-function-declaration \
-

[arch-commits] Commit in gnumeric/repos/extra-x86_64 (4 files)

2018-04-19 Thread Jan de Groot via arch-commits
Date: Thursday, April 19, 2018 @ 21:40:54
  Author: jgc
Revision: 322475

archrelease: copy trunk to extra-x86_64

Added:
  gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 322474, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 322474, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/revert-warnings.patch

---+
 PKGBUILD  |   96 
 revert-warnings.patch |   22 +--
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-19 21:40:37 UTC (rev 322474)
+++ PKGBUILD2018-04-19 21:40:54 UTC (rev 322475)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger 
-# Contributor: Kritoke 
-
-pkgname=gnumeric
-pkgver=1.12.38
-pkgrel=1
-pkgdesc="A GNOME Spreadsheet Program"
-arch=('x86_64')
-url="http://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice')
-makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
- 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
-optdepends=('python2-gobject: for python plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-_commit=8ed4610ed8ec753e6c59193a1f347f37ba94c233  # tags/GNUMERIC_1_12_38^0
-source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit;
-revert-warnings.patch)
-sha256sums=('SKIP'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np0 -i ../revert-warnings.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---disable-schemas-compile --enable-introspection --disable-silent-rules
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnumeric/repos/extra-x86_64/PKGBUILD (from rev 322474, 
gnumeric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-19 21:40:54 UTC (rev 322475)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Belanger 
+# Contributor: Kritoke 
+
+pkgname=gnumeric
+pkgver=1.12.39
+pkgrel=1
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('x86_64')
+url="http://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
+ 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
+optdepends=('python2-gobject: for python plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+_commit=93f10cd29e3fbdd3ebc25272167c057878f6bc05  # tags/GNUMERIC_1_12_39^0
+source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit;
+revert-warnings.patch)
+sha256sums=('SKIP'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np0 -i ../revert-warnings.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--disable-schemas-compile --enable-introspection --disable-silent-rules
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: revert-warnings.patch
===
--- revert-warnings.patch   2018-04-19 21:40:37 UTC (rev 322474)
+++ revert-warnings.patch   2018-04-19 21:40:54 UTC (rev 322475)
@@ -1,11 +0,0 @@
 configure.ac.orig  2013-03-13 16:09:02.355422066 +
-+++ configure.ac   2013-03-13 16:09:26.701917153 +
-@@ -269,8 +269,6 @@
--Wchar-subscripts -Wwrite-strings \
--Wdeclaration-after-statement -Wnested-externs \
--Wmissing-noreturn \
--   -Werror=missing-prototypes -Werror=nested-externs \
--   -Werror=implicit-function-declaration \
--Wmissing-declarations -Wno-pointer-sign \
--Werror=format-security -Wbitwise -Wcast-to-as \
--Wdefault-bitfield-sign -Wdo-while -Wparen-string 

[arch-commits] Commit in gnumeric/repos/extra-x86_64 (4 files)

2018-01-23 Thread Jan de Groot via arch-commits
Date: Tuesday, January 23, 2018 @ 10:47:49
  Author: jgc
Revision: 315296

archrelease: copy trunk to extra-x86_64

Added:
  gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 315295, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 315295, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/revert-warnings.patch

---+
 PKGBUILD  |   96 
 revert-warnings.patch |   22 +--
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-23 10:47:11 UTC (rev 315295)
+++ PKGBUILD2018-01-23 10:47:49 UTC (rev 315296)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger 
-# Contributor: Kritoke 
-
-pkgname=gnumeric
-pkgver=1.12.37
-pkgrel=1
-pkgdesc="A GNOME Spreadsheet Program"
-arch=('x86_64')
-url="http://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice')
-makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
- 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
-optdepends=('python2-gobject: for python plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-_commit=dcad258bbca2db3d9c3ffcce094a2ee5f4c7f15d  # tags/GNUMERIC_1_12_37^0
-source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit;
-revert-warnings.patch)
-sha256sums=('SKIP'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np0 -i ../revert-warnings.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---disable-schemas-compile --enable-introspection --disable-silent-rules
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnumeric/repos/extra-x86_64/PKGBUILD (from rev 315295, 
gnumeric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-23 10:47:49 UTC (rev 315296)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Belanger 
+# Contributor: Kritoke 
+
+pkgname=gnumeric
+pkgver=1.12.38
+pkgrel=1
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('x86_64')
+url="http://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
+ 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
+optdepends=('python2-gobject: for python plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+_commit=8ed4610ed8ec753e6c59193a1f347f37ba94c233  # tags/GNUMERIC_1_12_38^0
+source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit;
+revert-warnings.patch)
+sha256sums=('SKIP'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np0 -i ../revert-warnings.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--disable-schemas-compile --enable-introspection --disable-silent-rules
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: revert-warnings.patch
===
--- revert-warnings.patch   2018-01-23 10:47:11 UTC (rev 315295)
+++ revert-warnings.patch   2018-01-23 10:47:49 UTC (rev 315296)
@@ -1,11 +0,0 @@
 configure.ac.orig  2013-03-13 16:09:02.355422066 +
-+++ configure.ac   2013-03-13 16:09:26.701917153 +
-@@ -269,8 +269,6 @@
--Wchar-subscripts -Wwrite-strings \
--Wdeclaration-after-statement -Wnested-externs \
--Wmissing-noreturn \
--   -Werror=missing-prototypes -Werror=nested-externs \
--   -Werror=implicit-function-declaration \
--Wmissing-declarations -Wno-pointer-sign \
--Werror=format-security -Wbitwise -Wcast-to-as \
--Wdefault-bitfield-sign -Wdo-while 

[arch-commits] Commit in gnumeric/repos/extra-x86_64 (4 files)

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 22:33:47
  Author: jgc
Revision: 311578

archrelease: copy trunk to extra-x86_64

Added:
  gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 311577, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 311577, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/revert-warnings.patch

---+
 PKGBUILD  |   96 
 revert-warnings.patch |   22 +--
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-03 22:33:42 UTC (rev 311577)
+++ PKGBUILD2017-12-03 22:33:47 UTC (rev 311578)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger 
-# Contributor: Kritoke 
-
-pkgname=gnumeric
-pkgver=1.12.36
-pkgrel=1
-pkgdesc="A GNOME Spreadsheet Program"
-arch=('x86_64')
-url="http://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice')
-makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
- 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
-optdepends=('python2-gobject: for python plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-_commit=c25d25f328fcb2a21ba0457d3822c3bf50da9a35  # tags/GNUMERIC_1_12_36^0
-source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit;
-revert-warnings.patch)
-sha256sums=('SKIP'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np0 -i ../revert-warnings.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---disable-schemas-compile --enable-introspection --disable-silent-rules
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnumeric/repos/extra-x86_64/PKGBUILD (from rev 311577, 
gnumeric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-03 22:33:47 UTC (rev 311578)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Belanger 
+# Contributor: Kritoke 
+
+pkgname=gnumeric
+pkgver=1.12.37
+pkgrel=1
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('x86_64')
+url="http://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
+ 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
+optdepends=('python2-gobject: for python plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+_commit=dcad258bbca2db3d9c3ffcce094a2ee5f4c7f15d  # tags/GNUMERIC_1_12_37^0
+source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit;
+revert-warnings.patch)
+sha256sums=('SKIP'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np0 -i ../revert-warnings.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--disable-schemas-compile --enable-introspection --disable-silent-rules
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: revert-warnings.patch
===
--- revert-warnings.patch   2017-12-03 22:33:42 UTC (rev 311577)
+++ revert-warnings.patch   2017-12-03 22:33:47 UTC (rev 311578)
@@ -1,11 +0,0 @@
 configure.ac.orig  2013-03-13 16:09:02.355422066 +
-+++ configure.ac   2013-03-13 16:09:26.701917153 +
-@@ -269,8 +269,6 @@
--Wchar-subscripts -Wwrite-strings \
--Wdeclaration-after-statement -Wnested-externs \
--Wmissing-noreturn \
--   -Werror=missing-prototypes -Werror=nested-externs \
--   -Werror=implicit-function-declaration \
--Wmissing-declarations -Wno-pointer-sign \
--Werror=format-security -Wbitwise -Wcast-to-as \
--Wdefault-bitfield-sign -Wdo-while -Wparen-string 

[arch-commits] Commit in gnumeric/repos/extra-x86_64 (4 files)

2017-11-19 Thread Jan de Groot
Date: Sunday, November 19, 2017 @ 14:41:27
  Author: jgc
Revision: 310434

archrelease: copy trunk to extra-x86_64

Added:
  gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 310433, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 310433, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/revert-warnings.patch

---+
 PKGBUILD  |   96 
 revert-warnings.patch |   22 +--
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 14:41:21 UTC (rev 310433)
+++ PKGBUILD2017-11-19 14:41:27 UTC (rev 310434)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger 
-# Contributor: Kritoke 
-
-pkgname=gnumeric
-pkgver=1.12.35
-pkgrel=1
-pkgdesc="A GNOME Spreadsheet Program"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice')
-makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
- 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
-optdepends=('python2-gobject: for python plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-_commit=338da2dade7576f4b4e4b66ec63998f0fef37e41  # tags/GNUMERIC_1_12_35^0
-source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit;
-revert-warnings.patch)
-sha256sums=('SKIP'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np0 -i ../revert-warnings.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---disable-schemas-compile --enable-introspection --disable-silent-rules
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnumeric/repos/extra-x86_64/PKGBUILD (from rev 310433, 
gnumeric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-19 14:41:27 UTC (rev 310434)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Belanger 
+# Contributor: Kritoke 
+
+pkgname=gnumeric
+pkgver=1.12.36
+pkgrel=1
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('x86_64')
+url="http://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
+ 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
+optdepends=('python2-gobject: for python plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+_commit=c25d25f328fcb2a21ba0457d3822c3bf50da9a35  # tags/GNUMERIC_1_12_36^0
+source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit;
+revert-warnings.patch)
+sha256sums=('SKIP'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np0 -i ../revert-warnings.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--disable-schemas-compile --enable-introspection --disable-silent-rules
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: revert-warnings.patch
===
--- revert-warnings.patch   2017-11-19 14:41:21 UTC (rev 310433)
+++ revert-warnings.patch   2017-11-19 14:41:27 UTC (rev 310434)
@@ -1,11 +0,0 @@
 configure.ac.orig  2013-03-13 16:09:02.355422066 +
-+++ configure.ac   2013-03-13 16:09:26.701917153 +
-@@ -269,8 +269,6 @@
--Wchar-subscripts -Wwrite-strings \
--Wdeclaration-after-statement -Wnested-externs \
--Wmissing-noreturn \
--   -Werror=missing-prototypes -Werror=nested-externs \
--   -Werror=implicit-function-declaration \
--Wmissing-declarations -Wno-pointer-sign \
--Werror=format-security -Wbitwise -Wcast-to-as \
--Wdefault-bitfield-sign -Wdo-while 

[arch-commits] Commit in gnumeric/repos/extra-x86_64 (4 files)

2017-11-13 Thread Jan de Groot
Date: Monday, November 13, 2017 @ 13:11:27
  Author: jgc
Revision: 309824

archrelease: copy trunk to extra-x86_64

Added:
  gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 309823, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 309823, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/revert-warnings.patch

---+
 PKGBUILD  |   99 +++-
 revert-warnings.patch |   22 +-
 2 files changed, 59 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-13 13:11:21 UTC (rev 309823)
+++ PKGBUILD2017-11-13 13:11:27 UTC (rev 309824)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger 
-# Contributor: Kritoke 
-
-pkgname=gnumeric
-pkgver=1.12.34
-pkgrel=4
-pkgdesc="A GNOME Spreadsheet Program"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice')
-makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
- 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
-optdepends=('python2-gobject: for python plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-_commit=577c7b0aca1afd23efb3e3776cb914139884a2a7  # tags/GNUMERIC_1_12_34^0
-source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit;
-revert-warnings.patch)
-sha256sums=('SKIP'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git cherry-pick -n 798755af32c42e395d167d9d49d14cbe449d2842
-
-  patch -Np0 -i ../revert-warnings.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---disable-schemas-compile --enable-introspection
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnumeric/repos/extra-x86_64/PKGBUILD (from rev 309823, 
gnumeric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-13 13:11:27 UTC (rev 309824)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Belanger 
+# Contributor: Kritoke 
+
+pkgname=gnumeric
+pkgver=1.12.35
+pkgrel=1
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
+ 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
+optdepends=('python2-gobject: for python plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+_commit=338da2dade7576f4b4e4b66ec63998f0fef37e41  # tags/GNUMERIC_1_12_35^0
+source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit;
+revert-warnings.patch)
+sha256sums=('SKIP'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np0 -i ../revert-warnings.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--disable-schemas-compile --enable-introspection --disable-silent-rules
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: revert-warnings.patch
===
--- revert-warnings.patch   2017-11-13 13:11:21 UTC (rev 309823)
+++ revert-warnings.patch   2017-11-13 13:11:27 UTC (rev 309824)
@@ -1,11 +0,0 @@
 configure.ac.orig  2013-03-13 16:09:02.355422066 +
-+++ configure.ac   2013-03-13 16:09:26.701917153 +
-@@ -269,8 +269,6 @@
--Wchar-subscripts -Wwrite-strings \
--Wdeclaration-after-statement -Wnested-externs \
--Wmissing-noreturn \
--   -Werror=missing-prototypes -Werror=nested-externs \
--   -Werror=implicit-function-declaration \
--Wmissing-declarations -Wno-pointer-sign \
--Werror=format-security -Wbitwise -Wcast-to-as \
-