[arch-commits] Commit in gnome-panel/trunk (PKGBUILD gnome-panel-bonobo.install)

Ionut Biru ibiru at archlinux.org
Mon Sep 27 20:47:10 UTC 2010


    Date: Monday, September 27, 2010 @ 16:47:09
  Author: ibiru
Revision: 91760

update to 2.30.0.2 and fix bonobo.install

Modified:
  gnome-panel/trunk/PKGBUILD
  gnome-panel/trunk/gnome-panel-bonobo.install

----------------------------+
 PKGBUILD                   |   14 +++++---------
 gnome-panel-bonobo.install |    6 +++---
 2 files changed, 8 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-27 20:37:45 UTC (rev 91759)
+++ PKGBUILD	2010-09-27 20:47:09 UTC (rev 91760)
@@ -3,22 +3,18 @@
 
 pkgbase=gnome-panel
 pkgname=('gnome-panel' 'gnome-panel-bonobo')
-pkgver=2.32.0.1
-pkgrel=2
+pkgver=2.32.0.2
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.gnome.org"
-makedepends=('libwnck' 'gnome-menus' 'evolution-data-server' 'gnome-desktop' 'libgweather' 'librsvg' 'hicolor-icon-theme' 'libcanberra' 'libbonoboui' 'gnome-doc-utils' 'pkg-config' 'intltool' 'networkmanager' 'gobject-introspection' 'gnome-common' 'gtk-doc')
+makedepends=('libwnck' 'gnome-menus' 'evolution-data-server' 'gnome-desktop' 'libgweather' 'librsvg' 'hicolor-icon-theme' 'libcanberra' 'libbonoboui' 'gnome-doc-utils' 'pkg-config' 'intltool' 'networkmanager' 'gobject-introspection')
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/2.32/${pkgbase}-${pkgver}.tar.bz2
-       fix-runtime.patch)
-sha256sums=('c2311697ae42946c63c724af871b8ee529c83bc9c3d885fa10fb6834d729301c'
-            '6ffc71c051e7fd3691ed06db633fab008036bf28213c795b42c8ed0c1341a2a0')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/2.32/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('0563feb33cea2e055ae83709aee3673978a4bea4a10ef4d05e00af1786709238')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"
-  patch -Np1 -i "${srcdir}/fix-runtime.patch"
- gnome-autogen.sh 
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-static \
       --libexecdir=/usr/lib/gnome-panel \

Modified: gnome-panel-bonobo.install
===================================================================
--- gnome-panel-bonobo.install	2010-09-27 20:37:45 UTC (rev 91759)
+++ gnome-panel-bonobo.install	2010-09-27 20:47:09 UTC (rev 91760)
@@ -1,11 +1,11 @@
-post_install {
+post_install() {
   usr/bin/gio-querymodules usr/lib/gnome-panel/modules
 }
 
-post_upgrade{
+post_upgrade() {
   post_install $1
 }
 
-post_remove{
+post_remove() {
   post_install $1
 }




More information about the arch-commits mailing list