[arch-commits] CVS update of extra/gnome/gnome-phone-manager (PKGBUILD)

Jan de Groot jgc at archlinux.org
Thu Oct 18 16:04:58 UTC 2007


    Date: Thursday, October 18, 2007 @ 12:04:58
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/gnome-phone-manager

Modified: PKGBUILD (1.7 -> 1.8)

upgpkg: gnome-phone-manager 0.20-1
Update to 0.20, probably not even working anymore in the old version


----------+
 PKGBUILD |   30 +++++++++++++-----------------
 1 file changed, 13 insertions(+), 17 deletions(-)


Index: extra/gnome/gnome-phone-manager/PKGBUILD
diff -u extra/gnome/gnome-phone-manager/PKGBUILD:1.7 extra/gnome/gnome-phone-manager/PKGBUILD:1.8
--- extra/gnome/gnome-phone-manager/PKGBUILD:1.7	Sun Apr 22 13:33:35 2007
+++ extra/gnome/gnome-phone-manager/PKGBUILD	Thu Oct 18 12:04:58 2007
@@ -1,32 +1,28 @@
-# $Id: PKGBUILD,v 1.7 2007/04/22 17:33:35 jgc Exp $
+# $Id: PKGBUILD,v 1.8 2007/10/18 16:04:58 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-phone-manager
-pkgver=0.8
-pkgrel=4
+pkgver=0.20
+pkgrel=1
 pkgdesc="Control your mobile phone from your GNOME 2 desktop."
 arch=(i686 x86_64)
 license=('GPL')
-url="http://www.usefulinc.com/software/phonemgr/"
-depends=('evolution-data-server>=1.10.1-2' 'gnokii>=0.6.14' 'gnome-bluetooth>=0.8.0-5')
+url="http://live.gnome.org/PhoneManager"
+depends=('evolution-data-server>=1.12.1' 'gnokii>=0.6.18' 'gnome-bluetooth>=0.9.1' 'gstreamer0.10>=0.10.14' 'gnome-icon-theme>=2.20.0')
 makedepends=('perlxml' 'pkgconfig')
-source=(http://ftp.gnome.org/pub/GNOME/sources/gnome-phone-manager/0.8/${pkgname}-${pkgver}.tar.bz2
-	kill-libegg-phone-manager.patch)
-md5sums=('1a645a23d8851e554b3809b71e2162f0' 'c34a9ebed3190f81b83b23aba66e81e7')
+options=(!emptydirs)
+install=gnome-phone-manager.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/gnome-phone-manager/0.20/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('992507f1f1122ec0017b7d7955f93538')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  patch -Np0 -i ${startdir}/src/kill-libegg-phone-manager.patch || return 1
-  sed -i -e 's|AM_PATH_OPENOBEX(1.0.0)|PKG_CHECK_MODULES(OPENOBEX, openobex)\n AC_SUBST(OPENOBEX_LIBS)\n AC_SUBST(OPENOBEX_CFLAGS)|' configure.in
-
-  aclocal || return 1
-  autoconf || return 1
-  automake || return 1
-
   ./configure --prefix=/usr --sysconfdir=/etc \
               --localstatedir=/var
   make || return 1
   make DESTDIR=${startdir}/pkg install
-  mkdir -p ${startdir}/pkg/usr/share/pixmaps
-  mv ${startdir}/pkg/usr/share/cellphone.png ${startdir}/pkg/usr/share/pixmaps/
+
+  mkdir -p ${startdir}/pkg/usr/share/gconf/schemas
+  gconf-merge-schema ${startdir}/pkg/usr/share/gconf/schemas/${pkgname}.schemas ${startdir}/pkg/etc/gconf/schemas/*.schemas
+  rm -f ${startdir}/pkg/etc/gconf/schemas/*.schemas
 }




More information about the arch-commits mailing list