[arch-commits] Commit in xcircuit/repos (4 files)

Sergej Pupykin spupykin at archlinux.org
Mon Sep 4 17:27:36 UTC 2017


    Date: Monday, September 4, 2017 @ 17:27:35
  Author: spupykin
Revision: 255681

archrelease: copy trunk to community-i686, community-x86_64

Added:
  xcircuit/repos/community-i686/PKGBUILD
    (from rev 255680, xcircuit/trunk/PKGBUILD)
  xcircuit/repos/community-x86_64/PKGBUILD
    (from rev 255680, xcircuit/trunk/PKGBUILD)
Deleted:
  xcircuit/repos/community-i686/PKGBUILD
  xcircuit/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   82 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   41 ----------------------
 community-x86_64/PKGBUILD |   41 ----------------------
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-09-04 17:26:55 UTC (rev 255680)
+++ community-i686/PKGBUILD	2017-09-04 17:27:35 UTC (rev 255681)
@@ -1,41 +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.9.66
-_pkgver=3.9
-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' 'cairo')
-makedepends=('chrpath' 'gendesk')
-_categories='Application;Electronics;Engineering'
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-sha256sums=('4a1979300f79ed3e54740151c85555deeaef1aec307948019ddca3a96edef3e5')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  gendesk $startdir/PKGBUILD
-  ./configure \
-    --prefix=/usr \
-    --mandir=/usr/share/man \
-    --with-cairo \
-    --with-tcl=/usr/lib \
-    --with-tk=/usr/lib
-  make ACLOCAL=aclocal AUTOMAKE=automake
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  mkdir -p "$pkgdir"/usr/share/man/man1
-  mv "$pkgdir"/usr/lib/xcircuit-${_pkgver}/man/* "$pkgdir"/usr/share/man/man1/
-  rm -rf "$pkgdir"/usr/lib/xcircuit-${_pkgver}/man/
-  chrpath -d "$pkgdir"/usr/lib/xcircuit-${_pkgver}/xcircexec
-  install -Dm0644 xcircuit.desktop "$pkgdir"/usr/share/applications/xcircuit.desktop
-  install -Dm0644 xcircuit.png "$pkgdir"/usr/share/icons/xcircuit.png
-}

Copied: xcircuit/repos/community-i686/PKGBUILD (from rev 255680, xcircuit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-09-04 17:27:35 UTC (rev 255681)
@@ -0,0 +1,41 @@
+# $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.9.70
+_pkgver=3.9
+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' 'cairo')
+makedepends=('chrpath' 'gendesk')
+_categories='Application;Electronics;Engineering'
+source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
+sha256sums=('277b4239e9fe38eeb1ebbf2062e017dc3ae3b5f473a1173aa03e0ea88c610278')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  gendesk $startdir/PKGBUILD
+  ./configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man \
+    --with-cairo \
+    --with-tcl=/usr/lib \
+    --with-tk=/usr/lib
+  make ACLOCAL=aclocal AUTOMAKE=automake
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  mkdir -p "$pkgdir"/usr/share/man/man1
+  mv "$pkgdir"/usr/lib/xcircuit-${_pkgver}/man/* "$pkgdir"/usr/share/man/man1/
+  rm -rf "$pkgdir"/usr/lib/xcircuit-${_pkgver}/man/
+  chrpath -d "$pkgdir"/usr/lib/xcircuit-${_pkgver}/xcircexec
+  install -Dm0644 xcircuit.desktop "$pkgdir"/usr/share/applications/xcircuit.desktop
+  install -Dm0644 xcircuit.png "$pkgdir"/usr/share/icons/xcircuit.png
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-09-04 17:26:55 UTC (rev 255680)
+++ community-x86_64/PKGBUILD	2017-09-04 17:27:35 UTC (rev 255681)
@@ -1,41 +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.9.66
-_pkgver=3.9
-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' 'cairo')
-makedepends=('chrpath' 'gendesk')
-_categories='Application;Electronics;Engineering'
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-sha256sums=('4a1979300f79ed3e54740151c85555deeaef1aec307948019ddca3a96edef3e5')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  gendesk $startdir/PKGBUILD
-  ./configure \
-    --prefix=/usr \
-    --mandir=/usr/share/man \
-    --with-cairo \
-    --with-tcl=/usr/lib \
-    --with-tk=/usr/lib
-  make ACLOCAL=aclocal AUTOMAKE=automake
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  mkdir -p "$pkgdir"/usr/share/man/man1
-  mv "$pkgdir"/usr/lib/xcircuit-${_pkgver}/man/* "$pkgdir"/usr/share/man/man1/
-  rm -rf "$pkgdir"/usr/lib/xcircuit-${_pkgver}/man/
-  chrpath -d "$pkgdir"/usr/lib/xcircuit-${_pkgver}/xcircexec
-  install -Dm0644 xcircuit.desktop "$pkgdir"/usr/share/applications/xcircuit.desktop
-  install -Dm0644 xcircuit.png "$pkgdir"/usr/share/icons/xcircuit.png
-}

Copied: xcircuit/repos/community-x86_64/PKGBUILD (from rev 255680, xcircuit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-09-04 17:27:35 UTC (rev 255681)
@@ -0,0 +1,41 @@
+# $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.9.70
+_pkgver=3.9
+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' 'cairo')
+makedepends=('chrpath' 'gendesk')
+_categories='Application;Electronics;Engineering'
+source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
+sha256sums=('277b4239e9fe38eeb1ebbf2062e017dc3ae3b5f473a1173aa03e0ea88c610278')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  gendesk $startdir/PKGBUILD
+  ./configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man \
+    --with-cairo \
+    --with-tcl=/usr/lib \
+    --with-tk=/usr/lib
+  make ACLOCAL=aclocal AUTOMAKE=automake
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  mkdir -p "$pkgdir"/usr/share/man/man1
+  mv "$pkgdir"/usr/lib/xcircuit-${_pkgver}/man/* "$pkgdir"/usr/share/man/man1/
+  rm -rf "$pkgdir"/usr/lib/xcircuit-${_pkgver}/man/
+  chrpath -d "$pkgdir"/usr/lib/xcircuit-${_pkgver}/xcircexec
+  install -Dm0644 xcircuit.desktop "$pkgdir"/usr/share/applications/xcircuit.desktop
+  install -Dm0644 xcircuit.png "$pkgdir"/usr/share/icons/xcircuit.png
+}



More information about the arch-commits mailing list