[arch-commits] Commit in kde4-kio-rapip/repos (8 files)

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


    Date: Monday, August 19, 2013 @ 15:04:58
  Author: spupykin
Revision: 96052

archrelease: copy trunk to community-i686, community-x86_64

Added:
  kde4-kio-rapip/repos/community-i686/PKGBUILD
    (from rev 96051, kde4-kio-rapip/trunk/PKGBUILD)
  kde4-kio-rapip/repos/community-i686/kde4-kio-rapip.install
    (from rev 96051, kde4-kio-rapip/trunk/kde4-kio-rapip.install)
  kde4-kio-rapip/repos/community-x86_64/PKGBUILD
    (from rev 96051, kde4-kio-rapip/trunk/PKGBUILD)
  kde4-kio-rapip/repos/community-x86_64/kde4-kio-rapip.install
    (from rev 96051, kde4-kio-rapip/trunk/kde4-kio-rapip.install)
Deleted:
  kde4-kio-rapip/repos/community-i686/PKGBUILD
  kde4-kio-rapip/repos/community-i686/kde4-kio-rapip.install
  kde4-kio-rapip/repos/community-x86_64/PKGBUILD
  kde4-kio-rapip/repos/community-x86_64/kde4-kio-rapip.install

-----------------------------------------+
 /PKGBUILD                               |   56 ++++++++++++++++++++++++++++++
 /kde4-kio-rapip.install                 |   28 +++++++++++++++
 community-i686/PKGBUILD                 |   28 ---------------
 community-i686/kde4-kio-rapip.install   |   14 -------
 community-x86_64/PKGBUILD               |   28 ---------------
 community-x86_64/kde4-kio-rapip.install |   14 -------
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-08-19 13:04:41 UTC (rev 96051)
+++ community-i686/PKGBUILD	2013-08-19 13:04:58 UTC (rev 96052)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: ReNoM <renom at list.ru>
-
-pkgname=kde4-kio-rapip
-pkgver=0.2
-pkgrel=2
-pkgdesc="KIOSlave to browse through the PDA file system via the SynCE infrastructure"
-arch=(i686 x86_64)
-url="http://synce.sourceforge.net/"
-license="MIT"
-depends=('kdelibs' 'synce-libsynce' 'synce-librapi')
-makedepends=('gcc' 'cmake' 'automoc4')
-install=kde4-kio-rapip.install
-source=(http://downloads.sourceforge.net/synce/$pkgname-$pkgver.tar.gz)
-md5sums=('94473e10e1b4dd6040c646a8c7421d0c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR=$pkgdir install
-  install -Dm0644 LICENSE $pkgdir/usr/share/licenses/kde4-kio-rapip/LICENSE
-}

Copied: kde4-kio-rapip/repos/community-i686/PKGBUILD (from rev 96051, kde4-kio-rapip/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-08-19 13:04:58 UTC (rev 96052)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: ReNoM <renom at list.ru>
+
+pkgname=kde4-kio-rapip
+pkgver=0.4
+pkgrel=1
+pkgdesc="KIOSlave to browse through the PDA file system via the SynCE infrastructure"
+arch=(i686 x86_64)
+url="http://synce.sourceforge.net/"
+license="MIT"
+depends=('kdelibs' 'synce-core')
+makedepends=('gcc' 'cmake' 'automoc4')
+install=kde4-kio-rapip.install
+source=(http://downloads.sourceforge.net/synce/$pkgname-$pkgver.tar.gz)
+md5sums=('8411e62bcf7936c2fc9dddc4150c9f96')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR=$pkgdir install
+  install -Dm0644 LICENSE $pkgdir/usr/share/licenses/kde4-kio-rapip/LICENSE
+}

Deleted: community-i686/kde4-kio-rapip.install
===================================================================
--- community-i686/kde4-kio-rapip.install	2013-08-19 13:04:41 UTC (rev 96051)
+++ community-i686/kde4-kio-rapip.install	2013-08-19 13:04:58 UTC (rev 96052)
@@ -1,14 +0,0 @@
-post_install() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
-  update-mime-database usr/share/mime 1>/dev/null 2>/dev/null || true
-}
-
-post_upgrade() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
-  update-mime-database usr/share/mime 1>/dev/null 2>/dev/null || true
-}
-
-post_remove() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
-  update-mime-database usr/share/mime 1>/dev/null 2>/dev/null || true
-}

Copied: kde4-kio-rapip/repos/community-i686/kde4-kio-rapip.install (from rev 96051, kde4-kio-rapip/trunk/kde4-kio-rapip.install)
===================================================================
--- community-i686/kde4-kio-rapip.install	                        (rev 0)
+++ community-i686/kde4-kio-rapip.install	2013-08-19 13:04:58 UTC (rev 96052)
@@ -0,0 +1,14 @@
+post_install() {
+  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
+  update-mime-database usr/share/mime 1>/dev/null 2>/dev/null || true
+}
+
+post_upgrade() {
+  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
+  update-mime-database usr/share/mime 1>/dev/null 2>/dev/null || true
+}
+
+post_remove() {
+  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
+  update-mime-database usr/share/mime 1>/dev/null 2>/dev/null || true
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-08-19 13:04:41 UTC (rev 96051)
+++ community-x86_64/PKGBUILD	2013-08-19 13:04:58 UTC (rev 96052)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: ReNoM <renom at list.ru>
-
-pkgname=kde4-kio-rapip
-pkgver=0.2
-pkgrel=2
-pkgdesc="KIOSlave to browse through the PDA file system via the SynCE infrastructure"
-arch=(i686 x86_64)
-url="http://synce.sourceforge.net/"
-license="MIT"
-depends=('kdelibs' 'synce-libsynce' 'synce-librapi')
-makedepends=('gcc' 'cmake' 'automoc4')
-install=kde4-kio-rapip.install
-source=(http://downloads.sourceforge.net/synce/$pkgname-$pkgver.tar.gz)
-md5sums=('94473e10e1b4dd6040c646a8c7421d0c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR=$pkgdir install
-  install -Dm0644 LICENSE $pkgdir/usr/share/licenses/kde4-kio-rapip/LICENSE
-}

Copied: kde4-kio-rapip/repos/community-x86_64/PKGBUILD (from rev 96051, kde4-kio-rapip/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-08-19 13:04:58 UTC (rev 96052)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: ReNoM <renom at list.ru>
+
+pkgname=kde4-kio-rapip
+pkgver=0.4
+pkgrel=1
+pkgdesc="KIOSlave to browse through the PDA file system via the SynCE infrastructure"
+arch=(i686 x86_64)
+url="http://synce.sourceforge.net/"
+license="MIT"
+depends=('kdelibs' 'synce-core')
+makedepends=('gcc' 'cmake' 'automoc4')
+install=kde4-kio-rapip.install
+source=(http://downloads.sourceforge.net/synce/$pkgname-$pkgver.tar.gz)
+md5sums=('8411e62bcf7936c2fc9dddc4150c9f96')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR=$pkgdir install
+  install -Dm0644 LICENSE $pkgdir/usr/share/licenses/kde4-kio-rapip/LICENSE
+}

Deleted: community-x86_64/kde4-kio-rapip.install
===================================================================
--- community-x86_64/kde4-kio-rapip.install	2013-08-19 13:04:41 UTC (rev 96051)
+++ community-x86_64/kde4-kio-rapip.install	2013-08-19 13:04:58 UTC (rev 96052)
@@ -1,14 +0,0 @@
-post_install() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
-  update-mime-database usr/share/mime 1>/dev/null 2>/dev/null || true
-}
-
-post_upgrade() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
-  update-mime-database usr/share/mime 1>/dev/null 2>/dev/null || true
-}
-
-post_remove() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
-  update-mime-database usr/share/mime 1>/dev/null 2>/dev/null || true
-}

Copied: kde4-kio-rapip/repos/community-x86_64/kde4-kio-rapip.install (from rev 96051, kde4-kio-rapip/trunk/kde4-kio-rapip.install)
===================================================================
--- community-x86_64/kde4-kio-rapip.install	                        (rev 0)
+++ community-x86_64/kde4-kio-rapip.install	2013-08-19 13:04:58 UTC (rev 96052)
@@ -0,0 +1,14 @@
+post_install() {
+  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
+  update-mime-database usr/share/mime 1>/dev/null 2>/dev/null || true
+}
+
+post_upgrade() {
+  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
+  update-mime-database usr/share/mime 1>/dev/null 2>/dev/null || true
+}
+
+post_remove() {
+  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
+  update-mime-database usr/share/mime 1>/dev/null 2>/dev/null || true
+}




More information about the arch-commits mailing list