[arch-commits] Commit in gerbv/repos (3 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 21:19:06 UTC 2020


    Date: Tuesday, July 7, 2020 @ 21:19:06
  Author: felixonmars
Revision: 660326

archrelease: copy trunk to community-staging-x86_64

Added:
  gerbv/repos/community-staging-x86_64/
  gerbv/repos/community-staging-x86_64/ChangeLog
    (from rev 660324, gerbv/trunk/ChangeLog)
  gerbv/repos/community-staging-x86_64/PKGBUILD
    (from rev 660324, gerbv/trunk/PKGBUILD)

-----------+
 ChangeLog |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 PKGBUILD  |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 86 insertions(+)

Copied: gerbv/repos/community-staging-x86_64/ChangeLog (from rev 660324, gerbv/trunk/ChangeLog)
===================================================================
--- community-staging-x86_64/ChangeLog	                        (rev 0)
+++ community-staging-x86_64/ChangeLog	2020-07-07 21:19:06 UTC (rev 660326)
@@ -0,0 +1,49 @@
+2018-01-28 Kyle Keen <keenerd at gmail.com>
+	* 2.7.0-1
+	- Version bump
+	- Remove autopoint patch
+	- Add dconf dependency
+
+2017-05-10 Kyle Keen <keenerd at gmail.com>
+	* 2.6.2-1
+	- Version bump
+
+2016-04-28 Kyle Keen <keenerd at gmail.com>
+	* 2.6.1-4
+	- Install hook rebuild
+
+2013-07-24 Kyle Keen <keenerd at gmail.com>
+	* 2.6.1-1
+	- Version bump
+
+2011-12-31 Kyle Keen <keenerd at gmail.com>
+	* 2.6.0-1
+	- Version bump
+
+2010-12-31 Stefan Husmann <stefan-husmann at t-online.de>
+	* 2.4.0-2
+	- Move to [community]
+	
+2010-02-26 Jared Casper <jaredcasper at gmail.com>
+	* 2.4.0-1
+	- Version bump
+
+2009-07-11 Jared Casper <jaredcasper at gmail.com>
+	* 2.3.0-1
+	- Version bump
+
+2009-01-23 Jared Casper <jaredcasper at gmail.com>
+	* 2.2.0-1
+	- Version bump
+
+2008-09-28 Jared Casper <jaredcasper at gmail.com>
+	* 2.1.0-1
+	- Version bump
+	- Added icon cache update
+	- Added icon cache and desktop update to post_update
+
+2008-06-13 Jared Casper <jaredcasper at gmail.com>
+
+	* 2.0.1-1
+	- Version bump
+	- Added ChangeLog

Copied: gerbv/repos/community-staging-x86_64/PKGBUILD (from rev 660324, gerbv/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 21:19:06 UTC (rev 660326)
@@ -0,0 +1,37 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Jared Casper <jaredcasper at gmail.com>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgname=gerbv
+pkgver=2.7.0
+pkgrel=2
+pkgdesc="An open source Gerber file (RS-274X only) viewer"
+#url="http://gerbv.gpleda.org/"
+url="http://gerbv.geda-project.org/"
+license=('GPL')
+arch=('x86_64')
+depends=('gtk2' 'dconf')
+optdepends=('cairo: for better graphics')
+makedepends=('cvs' 'gettext')
+# cvs for autopoint
+changelog=ChangeLog
+source=("https://downloads.sourceforge.net/gerbv/$pkgname-$pkgver.tar.gz")
+md5sums=('2d09c69bc12ab76f29006daaadb78ad9')
+
+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 \
+              --disable-update-desktop-database 
+  make 
+}
+
+package()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install 
+}
+



More information about the arch-commits mailing list