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

Antonio Rojas arojas at archlinux.org
Sun Oct 1 21:05:01 UTC 2017


    Date: Sunday, October 1, 2017 @ 21:05:00
  Author: arojas
Revision: 306515

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

Added:
  libmtp/repos/extra-i686/PKGBUILD
    (from rev 306514, libmtp/trunk/PKGBUILD)
  libmtp/repos/extra-x86_64/PKGBUILD
    (from rev 306514, libmtp/trunk/PKGBUILD)
Deleted:
  libmtp/repos/extra-i686/PKGBUILD
  libmtp/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   68 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   36 -------------------------
 extra-x86_64/PKGBUILD |   36 -------------------------
 3 files changed, 68 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-10-01 21:04:11 UTC (rev 306514)
+++ extra-i686/PKGBUILD	2017-10-01 21:05:00 UTC (rev 306515)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen <teg at jklm.no>
-# Contributor: damir <damir at archlinux.org>
-# Contributor: Kevin Edmonds <edmondskevin at hotmail.com>
-
-pkgname=libmtp
-pkgver=1.1.13
-pkgrel=1
-pkgdesc="Library implementation of the Media Transfer Protocol"
-arch=("i686" "x86_64")
-url="http://libmtp.sourceforge.net"
-license=('LGPL')
-depends=('libusb')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('494ee02fbfbc316aad75b93263dac00f02a4899f28cfda1decbbd6e26fda6d40'
-            'SKIP')
-validpgpkeys=(7C4AFD61D8AAE7570796A5172209D6902F969C95) # Marcus Meißner <meissner at suse.de>
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-udev=/usr/lib/udev
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  # fix broken udev rule
-  sed -i "/^Unable to open/d" ${pkgdir}/usr/lib/udev/rules.d/69-libmtp.rules
-}

Copied: libmtp/repos/extra-i686/PKGBUILD (from rev 306514, libmtp/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-10-01 21:05:00 UTC (rev 306515)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Tom Gundersen <teg at jklm.no>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Kevin Edmonds <edmondskevin at hotmail.com>
+
+pkgname=libmtp
+pkgver=1.1.14
+pkgrel=1
+pkgdesc="Library implementation of the Media Transfer Protocol"
+arch=(i686 x86_64)
+url="https://libmtp.sourceforge.net"
+license=(LGPL)
+depends=(libusb)
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+sha256sums=('3817d3e296be8f1bc527385585780e70984e8e0d6a0d00349240d67e3df412e8'
+            'SKIP')
+validpgpkeys=(7C4AFD61D8AAE7570796A5172209D6902F969C95) # Marcus Meißner <meissner at suse.de>
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-10-01 21:04:11 UTC (rev 306514)
+++ extra-x86_64/PKGBUILD	2017-10-01 21:05:00 UTC (rev 306515)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen <teg at jklm.no>
-# Contributor: damir <damir at archlinux.org>
-# Contributor: Kevin Edmonds <edmondskevin at hotmail.com>
-
-pkgname=libmtp
-pkgver=1.1.13
-pkgrel=1
-pkgdesc="Library implementation of the Media Transfer Protocol"
-arch=("i686" "x86_64")
-url="http://libmtp.sourceforge.net"
-license=('LGPL')
-depends=('libusb')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('494ee02fbfbc316aad75b93263dac00f02a4899f28cfda1decbbd6e26fda6d40'
-            'SKIP')
-validpgpkeys=(7C4AFD61D8AAE7570796A5172209D6902F969C95) # Marcus Meißner <meissner at suse.de>
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-udev=/usr/lib/udev
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  # fix broken udev rule
-  sed -i "/^Unable to open/d" ${pkgdir}/usr/lib/udev/rules.d/69-libmtp.rules
-}

Copied: libmtp/repos/extra-x86_64/PKGBUILD (from rev 306514, libmtp/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-10-01 21:05:00 UTC (rev 306515)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Tom Gundersen <teg at jklm.no>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Kevin Edmonds <edmondskevin at hotmail.com>
+
+pkgname=libmtp
+pkgver=1.1.14
+pkgrel=1
+pkgdesc="Library implementation of the Media Transfer Protocol"
+arch=(i686 x86_64)
+url="https://libmtp.sourceforge.net"
+license=(LGPL)
+depends=(libusb)
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+sha256sums=('3817d3e296be8f1bc527385585780e70984e8e0d6a0d00349240d67e3df412e8'
+            'SKIP')
+validpgpkeys=(7C4AFD61D8AAE7570796A5172209D6902F969C95) # Marcus Meißner <meissner at suse.de>
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list