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

Douglas Soares de Andrade douglas at archlinux.org
Tue Oct 28 12:54:13 UTC 2008


    Date: Tuesday, October 28, 2008 @ 08:54:13
  Author: douglas
Revision: 17334

Merged revisions 17142,17156 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/gnome-menus/trunk

........
  r17142 | jgc | 2008-10-25 14:22:35 -0200 (S?\195?\161b, 25 Out 2008) | 1 line
  
  upgpkg: gnome-menus 2.24.1-1
........
  r17156 | jgc | 2008-10-26 08:19:48 -0200 (Dom, 26 Out 2008) | 2 lines
  
  upgpkg: gnome-menus 2.24.1-2
      Fix translations by disabling makeflags
........

Modified:
  gnome-menus/repos/testing-i686/	(properties)
  gnome-menus/repos/testing-i686/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


Property changes on: gnome-menus/repos/testing-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /gnome-menus/trunk:1-16861
   + /gnome-menus/trunk:1-17333

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2008-10-28 12:44:32 UTC (rev 17333)
+++ testing-i686/PKGBUILD	2008-10-28 12:54:13 UTC (rev 17334)
@@ -2,24 +2,24 @@
 # Maintainer: Jan de Groot <jan at archlinux.org>
 
 pkgname=gnome-menus
-pkgver=2.24.0
+pkgver=2.24.1
 pkgrel=2
 pkgdesc="GNOME menu specifications"
 arch=(i686 x86_64)
 depends=('pygtk>=2.13.0')
 makedepends=('perlxml' 'pkgconfig')
-options=('!libtool')
+options=('!libtool' '!makeflags')
 license=('GPL' 'LGPL')
 url="http://www.gnome.org"
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.24/${pkgname}-${pkgver}.tar.bz2
 	menus.patch)
-md5sums=('1816a0d21ef99d5b3a8bcd033c88f732' '37b1021887f60a9cead67172e51a3a18')
+md5sums=('7b8a566cddb40d3ed1c1848b0a0d6c40' '37b1021887f60a9cead67172e51a3a18')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   patch -Np0 -i "${srcdir}/menus.patch" || return 1
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var --enable-inotify \
+              --localstatedir=/var \
 	      --disable-static || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1




More information about the arch-commits mailing list