[arch-commits] Commit in kio-mtp/repos/community-x86_64 (PKGBUILD PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Wed Feb 20 08:07:10 UTC 2013


    Date: Wednesday, February 20, 2013 @ 09:07:10
  Author: eric
Revision: 84594

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-20 08:06:49 UTC (rev 84593)
+++ PKGBUILD	2013-02-20 08:07:10 UTC (rev 84594)
@@ -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/${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 84593, kio-mtp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-02-20 08:07:10 UTC (rev 84594)
@@ -0,0 +1,29 @@
+# $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
+}




More information about the arch-commits mailing list