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

2017-12-10 Thread Jan Steffens via arch-commits
Date: Sunday, December 10, 2017 @ 16:17:07
  Author: heftig
Revision: 273597

0.16-3

Modified:
  synce-sync-engine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-10 16:16:50 UTC (rev 273596)
+++ PKGBUILD2017-12-10 16:17:07 UTC (rev 273597)
@@ -4,12 +4,12 @@
 
 pkgname=synce-sync-engine
 pkgver=0.16
-pkgrel=2
+pkgrel=3
 pkgdesc="SynCE sync-engine"
 arch=(any)
 license=('GPL')
 url="http://www.synce.org/";
-depends=(synce-core synce-rra librtfcomp dbus-python pygobject python2-lxml)
+depends=(synce-core synce-rra librtfcomp python2-dbus python2-gobject2 
python2-lxml)
 makedepends=(python2-setuptools)
 install=${pkgname}.install
 source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)


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

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 16:23:27
  Author: spupykin
Revision: 165958

upgpkg: synce-sync-engine 0.16-2

upd

Modified:
  synce-sync-engine/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 15:23:06 UTC (rev 165957)
+++ PKGBUILD2016-03-10 15:23:27 UTC (rev 165958)
@@ -4,12 +4,12 @@
 
 pkgname=synce-sync-engine
 pkgver=0.16
-pkgrel=1
+pkgrel=2
 pkgdesc="SynCE sync-engine"
 arch=(any)
 license=('GPL')
 url="http://www.synce.org/";
-depends=(synce-core synce-rra librtfcomp dbus-python pygobject libopensync 
python2-lxml)
+depends=(synce-core synce-rra librtfcomp dbus-python pygobject python2-lxml)
 makedepends=(python2-setuptools)
 install=${pkgname}.install
 source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
@@ -23,5 +23,4 @@
 package() {
   cd $srcdir/${pkgname}-${pkgver}
   python2 setup.py install --root=$pkgdir
-#  python2 synce-install-plugins.py
 }


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

2013-08-19 Thread Sergej Pupykin
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
===
--- PKGBUILD2013-08-19 13:05:21 UTC (rev 96054)
+++ PKGBUILD2013-08-19 13:18:50 UTC (rev 96055)
@@ -3,17 +3,17 @@
 # Contributor: Bartek Iwaniec 
 
 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
 }



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

2013-05-22 Thread Sergej Pupykin
Date: Wednesday, May 22, 2013 @ 12:26:43
  Author: spupykin
Revision: 91423

upgpkg: synce-sync-engine 0.15-5

upd

Modified:
  synce-sync-engine/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 10:26:39 UTC (rev 91422)
+++ PKGBUILD2013-05-22 10:26:43 UTC (rev 91423)
@@ -4,12 +4,13 @@
 
 pkgname=synce-sync-engine
 pkgver=0.15
-pkgrel=4
+pkgrel=5
 pkgdesc="SynCE sync-engine"
 arch=(any)
 license=('GPL')
 url="http://www.synce.org/";
-depends=(synce-libsynce synce-rra synce-librapi librtfcomp dbus-python 
setuptools pygobject libopensync python2-lxml)
+depends=(synce-libsynce synce-rra synce-librapi librtfcomp dbus-python 
pygobject libopensync python2-lxml)
+makedepends=(python2-distribute)
 install=${pkgname}.install
 source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
 md5sums=('3ed81acc39e21effe765fb5f3b248d73')