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

Sergej Pupykin spupykin at archlinux.org
Thu Mar 10 15:23:38 UTC 2016


    Date: Thursday, March 10, 2016 @ 16:23:38
  Author: spupykin
Revision: 165959

archrelease: copy trunk to community-any

Added:
  synce-sync-engine/repos/community-any/PKGBUILD
    (from rev 165958, synce-sync-engine/trunk/PKGBUILD)
  synce-sync-engine/repos/community-any/synce-sync-engine.install
    (from rev 165958, 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                  |   53 +++++++++++++++++++++-----------------------
 synce-sync-engine.install |   36 ++++++++++++++---------------
 2 files changed, 44 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-10 15:23:27 UTC (rev 165958)
+++ PKGBUILD	2016-03-10 15:23:38 UTC (rev 165959)
@@ -1,27 +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.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-any/PKGBUILD (from rev 165958, synce-sync-engine/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-03-10 15:23:38 UTC (rev 165959)
@@ -0,0 +1,26 @@
+# $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=2
+pkgdesc="SynCE sync-engine"
+arch=(any)
+license=('GPL')
+url="http://www.synce.org/"
+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)
+md5sums=('92a9b81cba6c820f2639c50d79b6fd0d')
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+  python2 setup.py install --root=$pkgdir
+}

Deleted: synce-sync-engine.install
===================================================================
--- synce-sync-engine.install	2016-03-10 15:23:27 UTC (rev 165958)
+++ synce-sync-engine.install	2016-03-10 15:23:38 UTC (rev 165959)
@@ -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 165958, synce-sync-engine/trunk/synce-sync-engine.install)
===================================================================
--- synce-sync-engine.install	                        (rev 0)
+++ synce-sync-engine.install	2016-03-10 15:23:38 UTC (rev 165959)
@@ -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