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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Dec 7 17:17:58 UTC 2015


    Date: Monday, December 7, 2015 @ 18:17:58
  Author: bpiotrowski
Revision: 150082

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

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

-----------------------------------+
 community-staging-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: libview/repos/community-staging-i686/PKGBUILD (from rev 150081, libview/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 17:17:58 UTC (rev 150082)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=libview
+pkgver=0.6.6
+pkgrel=4
+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
+  CXXFLAGS+=' -std=c++11'
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/libview-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: libview/repos/community-staging-x86_64/PKGBUILD (from rev 150081, libview/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 17:17:58 UTC (rev 150082)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=libview
+pkgver=0.6.6
+pkgrel=4
+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
+  CXXFLAGS+=' -std=c++11'
+  ./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