[arch-commits] Commit in synce-sync-engine/repos (3 files)

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


    Date: Monday, August 19, 2013 @ 15:18:58
  Author: spupykin
Revision: 96056

archrelease: copy trunk to community-testing-any

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

---------------------------+
 PKGBUILD                  |   27 +++++++++++++++++++++++++++
 synce-sync-engine.install |   18 ++++++++++++++++++
 2 files changed, 45 insertions(+)

Copied: synce-sync-engine/repos/community-testing-any/PKGBUILD (from rev 96055, synce-sync-engine/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2013-08-19 13:18:58 UTC (rev 96056)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Bartek Iwaniec <hash87 [at] gmail [dot] com>
+
+pkgname=synce-sync-engine
+pkgver=0.16
+pkgrel=1
+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)
+makedepends=(python2-setuptools)
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
+md5sums=('92a9b81cba6c820f2639c50d79b6fd0d')
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+  python2 setup.py install --root=$pkgdir
+#  python2 synce-install-plugins.py
+}

Copied: synce-sync-engine/repos/community-testing-any/synce-sync-engine.install (from rev 96055, synce-sync-engine/trunk/synce-sync-engine.install)
===================================================================
--- community-testing-any/synce-sync-engine.install	                        (rev 0)
+++ community-testing-any/synce-sync-engine.install	2013-08-19 13:18:58 UTC (rev 96056)
@@ -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