[arch-commits] Commit in kio-mtp/repos (4 files)

Felix Yan fyan at nymeria.archlinux.org
Sat Mar 16 10:03:49 UTC 2013


    Date: Saturday, March 16, 2013 @ 11:03:49
  Author: fyan
Revision: 86399

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

Added:
  kio-mtp/repos/community-i686/PKGBUILD
    (from rev 86398, kio-mtp/trunk/PKGBUILD)
  kio-mtp/repos/community-x86_64/PKGBUILD
    (from rev 86398, kio-mtp/trunk/PKGBUILD)
Deleted:
  kio-mtp/repos/community-i686/PKGBUILD
  kio-mtp/repos/community-x86_64/PKGBUILD

---------------------------+
 community-i686/PKGBUILD   |   58 ++++++++++++++++++++++----------------------
 community-x86_64/PKGBUILD |   58 ++++++++++++++++++++++----------------------
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-16 10:02:22 UTC (rev 86398)
+++ community-i686/PKGBUILD	2013-03-16 10:03:49 UTC (rev 86399)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Antonio Rojas < nqn1976 @ gmail.com >
-
-pkgname=kio-mtp
-pkgver=0.70
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc="Provides KIO Access to MTP devices using the mtp:/// protocol"
-url='https://projects.kde.org/projects/playground/base/kio-mtp'
-license=('GPL')
-depends=('kdebase-runtime' 'libmtp')
-makedepends=('cmake' 'automoc4')
-source=("ftp://ftp.archlinux.org/other/community/kio-mtp/${pkgname}-${pkgver}.tar.xz")
-md5sums=('1b4670e938acedcf565ef23cea66890e')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package(){
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kio-mtp/repos/community-i686/PKGBUILD (from rev 86398, kio-mtp/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-16 10:03:49 UTC (rev 86399)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas < nqn1976 @ gmail.com >
+
+pkgname=kio-mtp
+pkgver=0.75
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="Provides KIO Access to MTP devices using the mtp:/// protocol"
+url='https://projects.kde.org/projects/playground/base/kio-mtp'
+license=('GPL')
+depends=('kdebase-runtime' 'libmtp')
+makedepends=('cmake' 'automoc4')
+source=("$pkgname-$pkgver.tar.gz::http://quickgit.kde.org/?p=kio-mtp.git&a=snapshot&h=7de86bae3623192eb468772bb187f6afffc03fe0&fmt=tgz")
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('813d9de196ce969b84a14f68e1b320b9')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-03-16 10:02:22 UTC (rev 86398)
+++ community-x86_64/PKGBUILD	2013-03-16 10:03:49 UTC (rev 86399)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Antonio Rojas < nqn1976 @ gmail.com >
-
-pkgname=kio-mtp
-pkgver=0.70
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc="Provides KIO Access to MTP devices using the mtp:/// protocol"
-url='https://projects.kde.org/projects/playground/base/kio-mtp'
-license=('GPL')
-depends=('kdebase-runtime' 'libmtp')
-makedepends=('cmake' 'automoc4')
-source=("ftp://ftp.archlinux.org/other/community/kio-mtp/${pkgname}-${pkgver}.tar.xz")
-md5sums=('1b4670e938acedcf565ef23cea66890e')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package(){
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kio-mtp/repos/community-x86_64/PKGBUILD (from rev 86398, kio-mtp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-16 10:03:49 UTC (rev 86399)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas < nqn1976 @ gmail.com >
+
+pkgname=kio-mtp
+pkgver=0.75
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="Provides KIO Access to MTP devices using the mtp:/// protocol"
+url='https://projects.kde.org/projects/playground/base/kio-mtp'
+license=('GPL')
+depends=('kdebase-runtime' 'libmtp')
+makedepends=('cmake' 'automoc4')
+source=("$pkgname-$pkgver.tar.gz::http://quickgit.kde.org/?p=kio-mtp.git&a=snapshot&h=7de86bae3623192eb468772bb187f6afffc03fe0&fmt=tgz")
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('813d9de196ce969b84a14f68e1b320b9')




More information about the arch-commits mailing list