[arch-commits] Commit in xcircuit/repos (4 files)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Tue May 20 17:54:15 UTC 2014
Date: Tuesday, May 20, 2014 @ 19:54:15
Author: spupykin
Revision: 111586
archrelease: copy trunk to community-i686, community-x86_64
Added:
xcircuit/repos/community-i686/PKGBUILD
(from rev 111585, xcircuit/trunk/PKGBUILD)
xcircuit/repos/community-x86_64/PKGBUILD
(from rev 111585, xcircuit/trunk/PKGBUILD)
Deleted:
xcircuit/repos/community-i686/PKGBUILD
xcircuit/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 62 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 31 ----------------------
community-x86_64/PKGBUILD | 31 ----------------------
3 files changed, 62 insertions(+), 62 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-05-20 17:54:02 UTC (rev 111585)
+++ community-i686/PKGBUILD 2014-05-20 17:54:15 UTC (rev 111586)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Giovanni Scafora <linuxmania at gmail.com>
-# Contributor: simo <simo at archlinux.org>
-
-pkgname=xcircuit
-pkgver=3.7.57
-pkgrel=1
-pkgdesc="A program for drawing publishable-quality electrical circuit schematic diagrams"
-arch=('i686' 'x86_64')
-url="http://opencircuitdesign.com/xcircuit"
-license=('GPL2')
-depends=('tk' 'libxpm' 'zlib')
-makedepends=('chrpath')
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('45079ceecb2ebc3b9626c68a0820e39d')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib --mandir=/usr/share/man
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install
- mkdir -p $pkgdir/usr/share/man/man1
- mv $pkgdir/usr/lib/xcircuit-3.7/man/* $pkgdir/usr/share/man/man1/
- rm -rf $pkgdir/usr/lib/xcircuit-3.7/man/
- chrpath -d $pkgdir/usr/lib/xcircuit-3.7/xcircexec
-}
Copied: xcircuit/repos/community-i686/PKGBUILD (from rev 111585, xcircuit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-20 17:54:15 UTC (rev 111586)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Giovanni Scafora <linuxmania at gmail.com>
+# Contributor: simo <simo at archlinux.org>
+
+pkgname=xcircuit
+pkgver=3.8.58
+pkgrel=1
+pkgdesc="A program for drawing publishable-quality electrical circuit schematic diagrams"
+arch=('i686' 'x86_64')
+url="http://opencircuitdesign.com/xcircuit"
+license=('GPL2')
+depends=('tk' 'libxpm' 'zlib')
+makedepends=('chrpath')
+source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
+md5sums=('23053de9e386dc88d6fbffad025be4ff')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib --mandir=/usr/share/man
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir install
+ mkdir -p $pkgdir/usr/share/man/man1
+ mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
+ rm -rf $pkgdir/usr/lib/xcircuit-3.8/man/
+ chrpath -d $pkgdir/usr/lib/xcircuit-3.8/xcircexec
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-05-20 17:54:02 UTC (rev 111585)
+++ community-x86_64/PKGBUILD 2014-05-20 17:54:15 UTC (rev 111586)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Giovanni Scafora <linuxmania at gmail.com>
-# Contributor: simo <simo at archlinux.org>
-
-pkgname=xcircuit
-pkgver=3.7.57
-pkgrel=1
-pkgdesc="A program for drawing publishable-quality electrical circuit schematic diagrams"
-arch=('i686' 'x86_64')
-url="http://opencircuitdesign.com/xcircuit"
-license=('GPL2')
-depends=('tk' 'libxpm' 'zlib')
-makedepends=('chrpath')
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('45079ceecb2ebc3b9626c68a0820e39d')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib --mandir=/usr/share/man
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install
- mkdir -p $pkgdir/usr/share/man/man1
- mv $pkgdir/usr/lib/xcircuit-3.7/man/* $pkgdir/usr/share/man/man1/
- rm -rf $pkgdir/usr/lib/xcircuit-3.7/man/
- chrpath -d $pkgdir/usr/lib/xcircuit-3.7/xcircexec
-}
Copied: xcircuit/repos/community-x86_64/PKGBUILD (from rev 111585, xcircuit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-05-20 17:54:15 UTC (rev 111586)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Giovanni Scafora <linuxmania at gmail.com>
+# Contributor: simo <simo at archlinux.org>
+
+pkgname=xcircuit
+pkgver=3.8.58
+pkgrel=1
+pkgdesc="A program for drawing publishable-quality electrical circuit schematic diagrams"
+arch=('i686' 'x86_64')
+url="http://opencircuitdesign.com/xcircuit"
+license=('GPL2')
+depends=('tk' 'libxpm' 'zlib')
+makedepends=('chrpath')
+source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
+md5sums=('23053de9e386dc88d6fbffad025be4ff')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib --mandir=/usr/share/man
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir install
+ mkdir -p $pkgdir/usr/share/man/man1
+ mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
+ rm -rf $pkgdir/usr/lib/xcircuit-3.8/man/
+ chrpath -d $pkgdir/usr/lib/xcircuit-3.8/xcircexec
+}
More information about the arch-commits
mailing list