[arch-commits] Commit in synce-sync-engine/trunk (PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Aug 19 13:18:51 UTC 2013


    Date: Monday, August 19, 2013 @ 15:18:50
  Author: spupykin
Revision: 96055

upgpkg: synce-sync-engine 0.16-1

upd

Modified:
  synce-sync-engine/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-19 13:05:21 UTC (rev 96054)
+++ PKGBUILD	2013-08-19 13:18:50 UTC (rev 96055)
@@ -3,17 +3,17 @@
 # Contributor: Bartek Iwaniec <hash87 [at] gmail [dot] com>
 
 pkgname=synce-sync-engine
-pkgver=0.15
-pkgrel=5
+pkgver=0.16
+pkgrel=1
 pkgdesc="SynCE sync-engine"
 arch=(any)
 license=('GPL')
 url="http://www.synce.org/"
-depends=(synce-libsynce synce-rra synce-librapi librtfcomp dbus-python pygobject libopensync python2-lxml)
-makedepends=(python2-distribute)
+depends=(synce-core synce-rra librtfcomp dbus-python pygobject libopensync python2-lxml)
+makedepends=(python2-setuptools)
 install=${pkgname}.install
 source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
-md5sums=('3ed81acc39e21effe765fb5f3b248d73')
+md5sums=('92a9b81cba6c820f2639c50d79b6fd0d')
 
 build() {
   cd $srcdir/${pkgname}-${pkgver}
@@ -23,8 +23,5 @@
 package() {
   cd $srcdir/${pkgname}-${pkgver}
   python2 setup.py install --root=$pkgdir
-  sed -i 's|opensync-1.0|libopensync|' synce-install-plugins.py
-  sed -i "s_os.system('mkdir -p %s' % plugindir)_os.system('mkdir -p %s%s' % ('$pkgdir', plugindir))_" synce-install-plugins.py
-  sed -i "s_os.system('cp %s/%s %s' % (pluginsource,driver, plugindir))_os.system('cp %s/%s %s%s' % (pluginsource,driver,'$pkgdir',plugindir))_" synce-install-plugins.py
-  python2 synce-install-plugins.py
+#  python2 synce-install-plugins.py
 }




More information about the arch-commits mailing list