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

Sergej Pupykin spupykin at nymeria.archlinux.org
Sat Nov 2 08:41:15 UTC 2013


    Date: Saturday, November 2, 2013 @ 09:41:15
  Author: spupykin
Revision: 100243

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

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

---------------------------+
 /PKGBUILD                 |   52 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   22 ------------------
 community-x86_64/PKGBUILD |   22 ------------------
 3 files changed, 52 insertions(+), 44 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-11-02 08:40:59 UTC (rev 100242)
+++ community-i686/PKGBUILD	2013-11-02 08:41:15 UTC (rev 100243)
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD 66195 2012-02-23 03:06:28Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=libview
-pkgver=0.6.6
-pkgrel=2
-pkgdesc="A collection of widgets that were developed at VMware"
-arch=('i686' 'x86_64')
-url="http://view.sourceforge.net"
-license=('MIT')
-depends=('gtkmm' 'libsigc++')
-source=(http://downloads.sf.net/sourceforge/view/libview-$pkgver.tar.gz)
-md5sums=('f50f7cb04a4918e52a1707014dde47d2')
-
-build() {
-  cd $srcdir/libview-$pkgver
-  ./autogen.sh --prefix=/usr
-  make
-  make DESTDIR=$pkgdir install
-  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: libview/repos/community-i686/PKGBUILD (from rev 100242, libview/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-11-02 08:41:15 UTC (rev 100243)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=libview
+pkgver=0.6.6
+pkgrel=3
+pkgdesc="A collection of widgets that were developed at VMware"
+arch=('i686' 'x86_64')
+url="http://view.sourceforge.net"
+license=('MIT')
+depends=('gtkmm' 'libsigc++')
+source=(http://downloads.sf.net/sourceforge/view/libview-$pkgver.tar.gz)
+md5sums=('f50f7cb04a4918e52a1707014dde47d2')
+
+build() {
+  cd $srcdir/libview-$pkgver
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/libview-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-11-02 08:40:59 UTC (rev 100242)
+++ community-x86_64/PKGBUILD	2013-11-02 08:41:15 UTC (rev 100243)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=libview
-pkgver=0.6.6
-pkgrel=2
-pkgdesc="A collection of widgets that were developed at VMware"
-arch=('i686' 'x86_64')
-url="http://view.sourceforge.net"
-license=('MIT')
-depends=('gtkmm' 'libsigc++')
-source=(http://downloads.sf.net/sourceforge/view/libview-$pkgver.tar.gz)
-md5sums=('f50f7cb04a4918e52a1707014dde47d2')
-
-build() {
-  cd $srcdir/libview-$pkgver
-  ./autogen.sh --prefix=/usr
-  make
-  make DESTDIR=$pkgdir install
-  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: libview/repos/community-x86_64/PKGBUILD (from rev 100242, libview/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-11-02 08:41:15 UTC (rev 100243)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=libview
+pkgver=0.6.6
+pkgrel=3
+pkgdesc="A collection of widgets that were developed at VMware"
+arch=('i686' 'x86_64')
+url="http://view.sourceforge.net"
+license=('MIT')
+depends=('gtkmm' 'libsigc++')
+source=(http://downloads.sf.net/sourceforge/view/libview-$pkgver.tar.gz)
+md5sums=('f50f7cb04a4918e52a1707014dde47d2')
+
+build() {
+  cd $srcdir/libview-$pkgver
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/libview-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}




More information about the arch-commits mailing list