[arch-commits] Commit in telepathy-kde-send-file/repos (6 files)

Felix Yan fyan at archlinux.org
Thu Apr 28 17:19:00 UTC 2016


    Date: Thursday, April 28, 2016 @ 19:19:00
  Author: fyan
Revision: 266557

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

Added:
  telepathy-kde-send-file/repos/extra-i686/PKGBUILD
    (from rev 266556, telepathy-kde-send-file/trunk/PKGBUILD)
  telepathy-kde-send-file/repos/extra-x86_64/PKGBUILD
    (from rev 266556, telepathy-kde-send-file/trunk/PKGBUILD)
Deleted:
  telepathy-kde-send-file/repos/extra-i686/PKGBUILD
  telepathy-kde-send-file/repos/extra-i686/telepathy-kde-send-file.install
  telepathy-kde-send-file/repos/extra-x86_64/PKGBUILD
  telepathy-kde-send-file/repos/extra-x86_64/telepathy-kde-send-file.install

----------------------------------------------+
 /PKGBUILD                                    |   74 +++++++++++++++++++++++++
 extra-i686/PKGBUILD                          |   38 ------------
 extra-i686/telepathy-kde-send-file.install   |   11 ---
 extra-x86_64/PKGBUILD                        |   38 ------------
 extra-x86_64/telepathy-kde-send-file.install |   11 ---
 5 files changed, 74 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-04-28 17:18:08 UTC (rev 266556)
+++ extra-i686/PKGBUILD	2016-04-28 17:19:00 UTC (rev 266557)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Laurent Carlier <lordheavym at gmail.com>
-
-pkgname=telepathy-kde-send-file
-_pkgname=ktp-send-file
-pkgver=16.04.0
-pkgrel=1
-pkgdesc='A File manager plugin to launch a file transfer job with a specified contact'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz")
-install=$pkgname.install
-md5sums=('2f75e884017ece011c6e56eb45abd2fb')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DLIB_INSTALL_DIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-send-file/repos/extra-i686/PKGBUILD (from rev 266556, telepathy-kde-send-file/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-04-28 17:19:00 UTC (rev 266557)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Laurent Carlier <lordheavym at gmail.com>
+
+pkgname=telepathy-kde-send-file
+_pkgname=ktp-send-file
+pkgver=16.04.0
+pkgrel=2
+pkgdesc='A File manager plugin to launch a file transfer job with a specified contact'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz")
+md5sums=('2f75e884017ece011c6e56eb45abd2fb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/telepathy-kde-send-file.install
===================================================================
--- extra-i686/telepathy-kde-send-file.install	2016-04-28 17:18:08 UTC (rev 266556)
+++ extra-i686/telepathy-kde-send-file.install	2016-04-28 17:19:00 UTC (rev 266557)
@@ -1,11 +0,0 @@
-post_install() {
-    update-desktop-database -q
-}
-
-post_update() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-04-28 17:18:08 UTC (rev 266556)
+++ extra-x86_64/PKGBUILD	2016-04-28 17:19:00 UTC (rev 266557)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Laurent Carlier <lordheavym at gmail.com>
-
-pkgname=telepathy-kde-send-file
-_pkgname=ktp-send-file
-pkgver=16.04.0
-pkgrel=1
-pkgdesc='A File manager plugin to launch a file transfer job with a specified contact'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz")
-install=$pkgname.install
-md5sums=('2f75e884017ece011c6e56eb45abd2fb')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DLIB_INSTALL_DIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-send-file/repos/extra-x86_64/PKGBUILD (from rev 266556, telepathy-kde-send-file/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-04-28 17:19:00 UTC (rev 266557)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Laurent Carlier <lordheavym at gmail.com>
+
+pkgname=telepathy-kde-send-file
+_pkgname=ktp-send-file
+pkgver=16.04.0
+pkgrel=2
+pkgdesc='A File manager plugin to launch a file transfer job with a specified contact'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz")
+md5sums=('2f75e884017ece011c6e56eb45abd2fb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/telepathy-kde-send-file.install
===================================================================
--- extra-x86_64/telepathy-kde-send-file.install	2016-04-28 17:18:08 UTC (rev 266556)
+++ extra-x86_64/telepathy-kde-send-file.install	2016-04-28 17:19:00 UTC (rev 266557)
@@ -1,11 +0,0 @@
-post_install() {
-    update-desktop-database -q
-}
-
-post_update() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}



More information about the arch-commits mailing list