[arch-commits] Commit in synce-sync-engine/repos/community-any (4 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Wed May 22 10:26:54 UTC 2013


    Date: Wednesday, May 22, 2013 @ 12:26:54
  Author: spupykin
Revision: 91424

archrelease: copy trunk to community-any

Added:
  synce-sync-engine/repos/community-any/PKGBUILD
    (from rev 91423, synce-sync-engine/trunk/PKGBUILD)
  synce-sync-engine/repos/community-any/synce-sync-engine.install
    (from rev 91423, synce-sync-engine/trunk/synce-sync-engine.install)
Deleted:
  synce-sync-engine/repos/community-any/PKGBUILD
  synce-sync-engine/repos/community-any/synce-sync-engine.install

---------------------------+
 PKGBUILD                  |   55 ++++++++++++++++++++++++--------------------
 synce-sync-engine.install |   36 ++++++++++++++--------------
 2 files changed, 48 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-22 10:26:43 UTC (rev 91423)
+++ PKGBUILD	2013-05-22 10:26:54 UTC (rev 91424)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Bartek Iwaniec <hash87 [at] gmail [dot] com>
-
-pkgname=synce-sync-engine
-pkgver=0.15
-pkgrel=4
-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)
-install=${pkgname}.install
-source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
-md5sums=('3ed81acc39e21effe765fb5f3b248d73')
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-  python2 setup.py build
-  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
-}

Copied: synce-sync-engine/repos/community-any/PKGBUILD (from rev 91423, synce-sync-engine/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-05-22 10:26:54 UTC (rev 91424)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Bartek Iwaniec <hash87 [at] gmail [dot] com>
+
+pkgname=synce-sync-engine
+pkgver=0.15
+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 pygobject libopensync python2-lxml)
+makedepends=(python2-distribute)
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
+md5sums=('3ed81acc39e21effe765fb5f3b248d73')
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+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
+}

Deleted: synce-sync-engine.install
===================================================================
--- synce-sync-engine.install	2013-05-22 10:26:43 UTC (rev 91423)
+++ synce-sync-engine.install	2013-05-22 10:26:54 UTC (rev 91424)
@@ -1,18 +0,0 @@
-post_install() {
-echo
-echo "Before you start sync-engine, it is necessary to copy the basic configuration file to your home directory. "
-echo "If you would like to sync files, you need to edit the file as well."
-echo
-echo "mkdir -p ~/.synce"
-echo "cp /usr/share/doc/sync-engine/syncengine.conf.xml ~/.synce"
-echo
-echo "More info can be found at"
-echo "http://www.synce.org/oldwiki/index.php/SyncEngine#sync-engine"
-echo "http://wiki.archlinux.org/index.php/Sync_and_connect_with_windows_mobile"
-echo
-}
-
-post_upgrade() {
-	post_install
-}
-

Copied: synce-sync-engine/repos/community-any/synce-sync-engine.install (from rev 91423, synce-sync-engine/trunk/synce-sync-engine.install)
===================================================================
--- synce-sync-engine.install	                        (rev 0)
+++ synce-sync-engine.install	2013-05-22 10:26:54 UTC (rev 91424)
@@ -0,0 +1,18 @@
+post_install() {
+echo
+echo "Before you start sync-engine, it is necessary to copy the basic configuration file to your home directory. "
+echo "If you would like to sync files, you need to edit the file as well."
+echo
+echo "mkdir -p ~/.synce"
+echo "cp /usr/share/doc/sync-engine/syncengine.conf.xml ~/.synce"
+echo
+echo "More info can be found at"
+echo "http://www.synce.org/oldwiki/index.php/SyncEngine#sync-engine"
+echo "http://wiki.archlinux.org/index.php/Sync_and_connect_with_windows_mobile"
+echo
+}
+
+post_upgrade() {
+	post_install
+}
+




More information about the arch-commits mailing list