[arch-commits] Commit in gerbv/trunk (PKGBUILD)

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 21:18:56
  Author: felixonmars
Revision: 660324

upgpkg: gerbv 2.7.0-2: reproducibility rebuild

Modified:
  gerbv/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 21:18:43 UTC (rev 660323)
+++ PKGBUILD2020-07-07 21:18:56 UTC (rev 660324)
@@ -4,7 +4,7 @@
 
 pkgname=gerbv
 pkgver=2.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An open source Gerber file (RS-274X only) viewer"
 #url="http://gerbv.gpleda.org/;
 url="http://gerbv.geda-project.org/;


[arch-commits] Commit in gerbv/trunk (PKGBUILD)

2020-07-07 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 7, 2020 @ 21:16:22
  Author: foutrelis
Revision: 660273

Add -fcommon workaround for GCC 10

Modified:
  gerbv/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 21:16:21 UTC (rev 660272)
+++ PKGBUILD2020-07-07 21:16:22 UTC (rev 660273)
@@ -21,6 +21,7 @@
 build ()
 {
   cd "$srcdir/$pkgname-$pkgver"
+  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
   ./autogen.sh
   sed -i 's|am_aux_dir=`cd $ac_aux_dir|am_aux_dir=`cd $srcdir|' configure
   ./configure --prefix=/usr \


[arch-commits] Commit in gerbv/trunk (PKGBUILD)

2019-09-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 17, 2019 @ 20:23:37
  Author: arojas
Revision: 511002

https

Modified:
  gerbv/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-17 20:23:01 UTC (rev 511001)
+++ PKGBUILD2019-09-17 20:23:37 UTC (rev 511002)
@@ -15,7 +15,7 @@
 makedepends=('cvs' 'gettext')
 # cvs for autopoint
 changelog=ChangeLog
-source=("http://downloads.sourceforge.net/gerbv/$pkgname-$pkgver.tar.gz;)
+source=("https://downloads.sourceforge.net/gerbv/$pkgname-$pkgver.tar.gz;)
 md5sums=('2d09c69bc12ab76f29006daaadb78ad9')
 
 build ()


[arch-commits] Commit in gerbv/trunk (PKGBUILD)

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Friday, November 9, 2018 @ 22:38:43
  Author: foutrelis
Revision: 405028

PIE/BUILDINFO rebuild

Modified:
  gerbv/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 22:38:42 UTC (rev 405027)
+++ PKGBUILD2018-11-09 22:38:43 UTC (rev 405028)
@@ -4,7 +4,7 @@
 
 pkgname=gerbv
 pkgver=2.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An open source Gerber file (RS-274X only) viewer"
 #url="http://gerbv.gpleda.org/;
 url="http://gerbv.geda-project.org/;


[arch-commits] Commit in gerbv/trunk (PKGBUILD gerbv.install)

2014-05-19 Thread Eric BĂ©langer
Date: Tuesday, May 20, 2014 @ 03:27:54
  Author: eric
Revision: 111553

upgpkg: gerbv 2.6.1-3

Remove optdepends on obsolete gdk-pixbuf, Clean up depends, Make install script 
quiet

Modified:
  gerbv/trunk/PKGBUILD
  gerbv/trunk/gerbv.install

---+
 PKGBUILD  |7 ---
 gerbv.install |8 ++--
 2 files changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 22:30:02 UTC (rev 111552)
+++ PKGBUILD2014-05-20 01:27:54 UTC (rev 111553)
@@ -5,17 +5,18 @@
 
 pkgname=gerbv
 pkgver=2.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc=An open source Gerber file (RS-274X only) viewer
 #url=http://gerbv.gpleda.org/;
 url=http://gerbv.geda-project.org/;
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('gtk2' 'shared-mime-info' 'hicolor-icon-theme')
-optdepends=('gdk-pixbuf: export of images' 'cairo: for better graphics')
+depends=('gtk2')
+optdepends=('cairo: for better graphics')
 makedepends=('cvs' 'gettext')
 # cvs for autopoint
 install=$pkgname.install
+changelog=ChangeLog
 source=(http://downloads.sourceforge.net/gerbv/$pkgname-$pkgver.tar.gz;
 reautopointissues.diff)
 md5sums=('9a8af19574025fb15f987c3df610f8ae'

Modified: gerbv.install
===
--- gerbv.install   2014-05-19 22:30:02 UTC (rev 111552)
+++ gerbv.install   2014-05-20 01:27:54 UTC (rev 111553)
@@ -1,10 +1,8 @@
 post_install() {
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
-   echo Updating icon cache...
-   /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
+   /usr/bin/gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
 fi
 if [ -x /usr/bin/update-desktop-database ]; then
-   echo Updating desktop database..
/usr/bin/update-desktop-database /usr/share/applications
 fi
 }
@@ -11,11 +9,9 @@
  
 post_upgrade() {
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
-   echo Updating icon cache...
-   /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
+   /usr/bin/gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
 fi
 if [ -x /usr/bin/update-desktop-database ]; then
-   echo Updating desktop database..
/usr/bin/update-desktop-database /usr/share/applications
 fi
 }



[arch-commits] Commit in gerbv/trunk (PKGBUILD)

2013-10-24 Thread Kyle Keen
Date: Thursday, October 24, 2013 @ 14:43:08
  Author: kkeen
Revision: 99097

upgpkg: gerbv 2.6.1-2

Modified:
  gerbv/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-24 12:37:16 UTC (rev 99096)
+++ PKGBUILD2013-10-24 12:43:08 UTC (rev 99097)
@@ -5,7 +5,7 @@
 
 pkgname=gerbv
 pkgver=2.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc=An open source Gerber file (RS-274X only) viewer
 #url=http://gerbv.gpleda.org/;
 url=http://gerbv.geda-project.org/;