[arch-commits] Commit in gtkmm/repos/gnome-i686 (PKGBUILD)

Jan de Groot jgc at archlinux.org
Fri Aug 29 21:22:12 UTC 2008


    Date: Friday, August 29, 2008 @ 17:22:11
  Author: jgc
Revision: 10682

gtkmm 2.13.7

Modified:
  gtkmm/repos/gnome-i686/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-29 21:11:29 UTC (rev 10681)
+++ PKGBUILD	2008-08-29 21:22:11 UTC (rev 10682)
@@ -3,16 +3,16 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gtkmm
-pkgver=2.12.7
+pkgver=2.13.7
 pkgrel=1
 pkgdesc="Gtk-- (gtkmm) is a C++ interface for the popular GUI library gtk+"
 arch=(i686 x86_64)
-depends=('gtk2>=2.12.9-2' 'glibmm>=2.16.2' 'cairomm>=1.6.0')
+depends=('gtk2>=2.13.7' 'pangomm>=2.13.7')
 license=('LGPL')
 options=('!libtool' '!emptydirs')
 url="http://gtkmm.sourceforge.net/"
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.12/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ad199f4a392799134c128deab48fee30')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.13/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('d859b9b78e8d7659aa34899303b2df8f')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
@@ -21,6 +21,6 @@
   make DESTDIR=${startdir}/pkg install || return 1
 
   # Remove devhelp documentation file and example demonstration binary
-  rm -rf ${startdir}/pkg/usr/share/devhelp
-  rm -f ${startdir}/pkg/usr/bin/demo
+  #rm -rf ${startdir}/pkg/usr/share/devhelp
+  #rm -f ${startdir}/pkg/usr/bin/demo
 }




More information about the arch-commits mailing list