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

Maxime Gauduin alucryd at archlinux.org
Tue Jul 25 19:31:57 UTC 2017


    Date: Tuesday, July 25, 2017 @ 19:31:56
  Author: alucryd
Revision: 301263

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

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

-----------------------+
 /PKGBUILD             |   92 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   46 ------------------------
 extra-x86_64/PKGBUILD |   46 ------------------------
 3 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-07-25 19:31:41 UTC (rev 301262)
+++ extra-i686/PKGBUILD	2017-07-25 19:31:56 UTC (rev 301263)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libgusb
-pkgver=0.2.10
-pkgrel=1
-pkgdesc='GObject wrapper for libusb1'
-url='https://github.com/hughsie/libgusb'
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-depends=('glib2' 'glibc' 'libusb')
-makedepends=('git' 'gobject-introspection' 'gtk-doc' 'python2' 'vala')
-_commit='4b7a850c64d1586f0cb3da16a8e5b8546ca50d41' # tags/gusb_0_2_10
-source=("git+https://github.com/hughsie/libgusb#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libgusb
-
-  git describe --tags | sed 's/^gusb_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd libgusb
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd libgusb
-
-  ./configure \
-    --prefix='/usr' \
-    --enable-gtk-doc \
-    --disable-static
-  make
-}
-
-package() {
-  cd libgusb
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libgusb/repos/extra-i686/PKGBUILD (from rev 301262, libgusb/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-07-25 19:31:56 UTC (rev 301263)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libgusb
+pkgver=0.2.11
+pkgrel=1
+pkgdesc='GObject wrapper for libusb1'
+url='https://github.com/hughsie/libgusb'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+depends=('glib2' 'glibc' 'libusb')
+makedepends=('git' 'gobject-introspection' 'gtk-doc' 'python2' 'vala')
+_commit='732b49b528cc69bf4c8999e088835ecab9d5c05c'
+source=("git+https://github.com/hughsie/libgusb#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libgusb
+
+  git describe --tags | sed 's/^gusb_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd libgusb
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd libgusb
+
+  ./configure \
+    --prefix='/usr' \
+    --enable-gtk-doc \
+    --disable-static
+  make
+}
+
+package() {
+  cd libgusb
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-07-25 19:31:41 UTC (rev 301262)
+++ extra-x86_64/PKGBUILD	2017-07-25 19:31:56 UTC (rev 301263)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libgusb
-pkgver=0.2.10
-pkgrel=1
-pkgdesc='GObject wrapper for libusb1'
-url='https://github.com/hughsie/libgusb'
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-depends=('glib2' 'glibc' 'libusb')
-makedepends=('git' 'gobject-introspection' 'gtk-doc' 'python2' 'vala')
-_commit='4b7a850c64d1586f0cb3da16a8e5b8546ca50d41' # tags/gusb_0_2_10
-source=("git+https://github.com/hughsie/libgusb#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libgusb
-
-  git describe --tags | sed 's/^gusb_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd libgusb
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd libgusb
-
-  ./configure \
-    --prefix='/usr' \
-    --enable-gtk-doc \
-    --disable-static
-  make
-}
-
-package() {
-  cd libgusb
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libgusb/repos/extra-x86_64/PKGBUILD (from rev 301262, libgusb/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-07-25 19:31:56 UTC (rev 301263)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libgusb
+pkgver=0.2.11
+pkgrel=1
+pkgdesc='GObject wrapper for libusb1'
+url='https://github.com/hughsie/libgusb'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+depends=('glib2' 'glibc' 'libusb')
+makedepends=('git' 'gobject-introspection' 'gtk-doc' 'python2' 'vala')
+_commit='732b49b528cc69bf4c8999e088835ecab9d5c05c'
+source=("git+https://github.com/hughsie/libgusb#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libgusb
+
+  git describe --tags | sed 's/^gusb_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd libgusb
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd libgusb
+
+  ./configure \
+    --prefix='/usr' \
+    --enable-gtk-doc \
+    --disable-static
+  make
+}
+
+package() {
+  cd libgusb
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list