[arch-commits] Commit in synce-sync-engine/repos/community-any (4 files)
Jan Steffens
heftig at archlinux.org
Sun Dec 10 16:18:30 UTC 2017
Date: Sunday, December 10, 2017 @ 16:18:30
Author: heftig
Revision: 273598
archrelease: copy trunk to community-any
Added:
synce-sync-engine/repos/community-any/PKGBUILD
(from rev 273597, synce-sync-engine/trunk/PKGBUILD)
synce-sync-engine/repos/community-any/synce-sync-engine.install
(from rev 273597, 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 | 52 ++++++++++++++++++++++----------------------
synce-sync-engine.install | 36 +++++++++++++++---------------
2 files changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-10 16:17:07 UTC (rev 273597)
+++ PKGBUILD 2017-12-10 16:18:30 UTC (rev 273598)
@@ -1,26 +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=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
-}
Copied: synce-sync-engine/repos/community-any/PKGBUILD (from rev 273597, synce-sync-engine/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-10 16:18:30 UTC (rev 273598)
@@ -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=3
+pkgdesc="SynCE sync-engine"
+arch=(any)
+license=('GPL')
+url="http://www.synce.org/"
+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)
+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 2017-12-10 16:17:07 UTC (rev 273597)
+++ synce-sync-engine.install 2017-12-10 16:18:30 UTC (rev 273598)
@@ -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 273597, synce-sync-engine/trunk/synce-sync-engine.install)
===================================================================
--- synce-sync-engine.install (rev 0)
+++ synce-sync-engine.install 2017-12-10 16:18:30 UTC (rev 273598)
@@ -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