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

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:32:37 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:32:37
  Author: heftig
Revision: 155091

db-move: moved glibmm from [gnome-unstable] to [testing] (i686)

Added:
  glibmm/repos/testing-i686/
  glibmm/repos/testing-i686/PKGBUILD
    (from rev 155005, glibmm/repos/gnome-unstable-i686/PKGBUILD)
Deleted:
  glibmm/repos/gnome-unstable-i686/

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Copied: glibmm/repos/testing-i686/PKGBUILD (from rev 155005, glibmm/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-01 11:32:37 UTC (rev 155091)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.31.22
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+url="http://www.gtkmm.org/"
+sha256sums=('9941c75c8a6c89d25db5d612ac96da4ebbac0f0bbde6958fd8ea21d1e864bf4e')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package_glibmm() {
+  pkgdesc="Glib-- (glibmm) is a C++ interface for glib"
+  depends=('glib2' 'libsigc++2.0')
+  cd "$pkgbase-$pkgver"
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR="$pkgdir" install
+}
+
+package_glibmm-docs() {
+  pkgdesc="Developer documentation for glibmm"
+  cd "$pkgbase-$pkgver/docs"
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list