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

Sergej Pupykin spupykin at archlinux.org
Wed May 4 11:08:27 UTC 2016


    Date: Wednesday, May 4, 2016 @ 13:08:26
  Author: spupykin
Revision: 173711

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

Added:
  kde4-kio-rapip/repos/community-i686/PKGBUILD
    (from rev 173710, kde4-kio-rapip/trunk/PKGBUILD)
  kde4-kio-rapip/repos/community-x86_64/PKGBUILD
    (from rev 173710, kde4-kio-rapip/trunk/PKGBUILD)
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                               |   54 ++++++++++++++++++++++++++++++
 community-i686/PKGBUILD                 |   28 ---------------
 community-i686/kde4-kio-rapip.install   |   14 -------
 community-x86_64/PKGBUILD               |   28 ---------------
 community-x86_64/kde4-kio-rapip.install |   14 -------
 5 files changed, 54 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-05-04 11:08:10 UTC (rev 173710)
+++ community-i686/PKGBUILD	2016-05-04 11:08:26 UTC (rev 173711)
@@ -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.4
-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-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
-}

Copied: kde4-kio-rapip/repos/community-i686/PKGBUILD (from rev 173710, kde4-kio-rapip/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-04 11:08:26 UTC (rev 173711)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: ReNoM <renom at list.ru>
+
+pkgname=kde4-kio-rapip
+pkgver=0.4
+pkgrel=3
+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')
+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	2016-05-04 11:08:10 UTC (rev 173710)
+++ community-i686/kde4-kio-rapip.install	2016-05-04 11:08:26 UTC (rev 173711)
@@ -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
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-05-04 11:08:10 UTC (rev 173710)
+++ community-x86_64/PKGBUILD	2016-05-04 11:08:26 UTC (rev 173711)
@@ -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.4
-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-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
-}

Copied: kde4-kio-rapip/repos/community-x86_64/PKGBUILD (from rev 173710, kde4-kio-rapip/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-04 11:08:26 UTC (rev 173711)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: ReNoM <renom at list.ru>
+
+pkgname=kde4-kio-rapip
+pkgver=0.4
+pkgrel=3
+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')
+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	2016-05-04 11:08:10 UTC (rev 173710)
+++ community-x86_64/kde4-kio-rapip.install	2016-05-04 11:08:26 UTC (rev 173711)
@@ -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
-}



More information about the arch-commits mailing list