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

Maxime Gauduin alucryd at archlinux.org
Thu Jun 1 21:53:20 UTC 2017


    Date: Thursday, June 1, 2017 @ 21:53:19
  Author: alucryd
Revision: 297347

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

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

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

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

Copied: libgusb/repos/extra-i686/PKGBUILD (from rev 297346, libgusb/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-06-01 21:53:19 UTC (rev 297347)
@@ -0,0 +1,46 @@
+# $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:

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

Copied: libgusb/repos/extra-x86_64/PKGBUILD (from rev 297346, libgusb/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-06-01 21:53:19 UTC (rev 297347)
@@ -0,0 +1,46 @@
+# $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:



More information about the arch-commits mailing list