[arch-commits] Commit in dfu-util/repos (8 files)

2016-02-16 Thread Anatol Pomozov
Date: Tuesday, February 16, 2016 @ 19:45:35
  Author: anatolik
Revision: 161865

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

Added:
  dfu-util/repos/community-testing-i686/
  dfu-util/repos/community-testing-i686/PKGBUILD
(from rev 161864, dfu-util/trunk/PKGBUILD)
  dfu-util/repos/community-testing-i686/dfu-util.install
(from rev 161864, dfu-util/trunk/dfu-util.install)
  dfu-util/repos/community-testing-i686/stm32dfu.udev.rules
(from rev 161864, dfu-util/trunk/stm32dfu.udev.rules)
  dfu-util/repos/community-testing-x86_64/
  dfu-util/repos/community-testing-x86_64/PKGBUILD
(from rev 161864, dfu-util/trunk/PKGBUILD)
  dfu-util/repos/community-testing-x86_64/dfu-util.install
(from rev 161864, dfu-util/trunk/dfu-util.install)
  dfu-util/repos/community-testing-x86_64/stm32dfu.udev.rules
(from rev 161864, dfu-util/trunk/stm32dfu.udev.rules)

--+
 community-testing-i686/PKGBUILD  |   31 +
 community-testing-i686/dfu-util.install  |   11 
 community-testing-i686/stm32dfu.udev.rules   |   10 
 community-testing-x86_64/PKGBUILD|   31 +
 community-testing-x86_64/dfu-util.install|   11 
 community-testing-x86_64/stm32dfu.udev.rules |   10 
 6 files changed, 104 insertions(+)

Copied: dfu-util/repos/community-testing-i686/PKGBUILD (from rev 161864, 
dfu-util/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-02-16 18:45:35 UTC (rev 161865)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Øyvind 'Mr.Elendig' Heggstad 
+# Contributor: Fabrizio Antonangeli 
+
+pkgname=dfu-util
+pkgver=0.9
+pkgrel=1
+pkgdesc='Tool intended to download and upload firmware using DFU protocol to 
devices connected over USB'
+url='http://dfu-util.gnumonks.org'
+license=(GPL2)
+arch=(i686 x86_64)
+depends=(libusb)
+install=dfu-util.install
+source=(stm32dfu.udev.rules
+http://dfu-util.gnumonks.org/releases/$pkgname-$pkgver.tar.gz)
+sha256sums=('64d4314f354d965e3dc0fd439dc497d5d0a41bf649da1869df40f93718e5a6fe'
+'36428c6a6cb3088cad5a3592933385253da5f29f2effa61518ee5991ea38f833')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir"/stm32dfu.udev.rules 
"$pkgdir"/usr/lib/udev/rules.d/48-stm32dfu.rules
+}

Copied: dfu-util/repos/community-testing-i686/dfu-util.install (from rev 
161864, dfu-util/trunk/dfu-util.install)
===
--- community-testing-i686/dfu-util.install (rev 0)
+++ community-testing-i686/dfu-util.install 2016-02-16 18:45:35 UTC (rev 
161865)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm control --reload-rules
+}
+
+post_upgrade() {
+  udevadm control --reload-rules
+}
+
+post_remove() {
+  udevadm control --reload-rules
+}

Copied: dfu-util/repos/community-testing-i686/stm32dfu.udev.rules (from rev 
161864, dfu-util/trunk/stm32dfu.udev.rules)
===
--- community-testing-i686/stm32dfu.udev.rules  (rev 0)
+++ community-testing-i686/stm32dfu.udev.rules  2016-02-16 18:45:35 UTC (rev 
161865)
@@ -0,0 +1,10 @@
+# stm32 boards, with onboard DFU support
+
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", \
+MODE:="0666", \
+SYMLINK+="stm32_dfu"
+
+# If you share your linux system with other users, or just don't like the
+# idea of write permission for everybody, you can replace MODE:="0666" with
+# OWNER:="yourusername" to create the device owned by you, or with
+# GROUP:="somegroupname" and mange access using standard unix groups.

Copied: dfu-util/repos/community-testing-x86_64/PKGBUILD (from rev 161864, 
dfu-util/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-02-16 18:45:35 UTC (rev 161865)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Øyvind 'Mr.Elendig' Heggstad 
+# Contributor: Fabrizio Antonangeli 
+
+pkgname=dfu-util
+pkgver=0.9
+pkgrel=1
+pkgdesc='Tool intended to download and upload firmware using DFU protocol to 
devices connected over USB'
+url='http://dfu-util.gnumonks.org'
+license=(GPL2)
+arch=(i686 x86_64)
+depends=(libusb)
+install=dfu-util.install
+source=(stm32dfu.udev.rules
+

[arch-commits] Commit in dfu-util/repos (8 files)

2014-09-13 Thread Anatol Pomozov
Date: Saturday, September 13, 2014 @ 18:38:14
  Author: anatolik
Revision: 118915

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

Added:
  dfu-util/repos/community-testing-i686/
  dfu-util/repos/community-testing-i686/PKGBUILD
(from rev 118914, dfu-util/trunk/PKGBUILD)
  dfu-util/repos/community-testing-i686/dfu-util.install
(from rev 118914, dfu-util/trunk/dfu-util.install)
  dfu-util/repos/community-testing-i686/stm32dfu.udev.rules
(from rev 118914, dfu-util/trunk/stm32dfu.udev.rules)
  dfu-util/repos/community-testing-x86_64/
  dfu-util/repos/community-testing-x86_64/PKGBUILD
(from rev 118914, dfu-util/trunk/PKGBUILD)
  dfu-util/repos/community-testing-x86_64/dfu-util.install
(from rev 118914, dfu-util/trunk/dfu-util.install)
  dfu-util/repos/community-testing-x86_64/stm32dfu.udev.rules
(from rev 118914, dfu-util/trunk/stm32dfu.udev.rules)

--+
 community-testing-i686/PKGBUILD  |   31 +
 community-testing-i686/dfu-util.install  |   11 
 community-testing-i686/stm32dfu.udev.rules   |   10 
 community-testing-x86_64/PKGBUILD|   31 +
 community-testing-x86_64/dfu-util.install|   11 
 community-testing-x86_64/stm32dfu.udev.rules |   10 
 6 files changed, 104 insertions(+)

Copied: dfu-util/repos/community-testing-i686/PKGBUILD (from rev 118914, 
dfu-util/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-09-13 16:38:14 UTC (rev 118915)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Øyvind 'Mr.Elendig' Heggstad mrelen...@har-ikkje.net
+# Contributor: Fabrizio Antonangeli fabrizio.antonang...@gmail.com
+
+pkgname=dfu-util
+pkgver=0.8
+pkgrel=1
+pkgdesc='Tool intended to download and upload firmware using DFU protocol to 
devices connected over USB'
+url='http://dfu-util.gnumonks.org'
+license=(GPL2)
+arch=(i686 x86_64)
+depends=(libusb)
+install=dfu-util.install
+source=(stm32dfu.udev.rules
+http://dfu-util.gnumonks.org/releases/$pkgname-$pkgver.tar.gz)
+sha256sums=('64d4314f354d965e3dc0fd439dc497d5d0a41bf649da1869df40f93718e5a6fe'
+'55cbde9be12a212bd84bce9d1e63941d9a16139ed0d4912401367eba1502f058')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 $srcdir/stm32dfu.udev.rules 
$pkgdir/usr/lib/udev/rules.d/48-stm32dfu.rules
+}

Copied: dfu-util/repos/community-testing-i686/dfu-util.install (from rev 
118914, dfu-util/trunk/dfu-util.install)
===
--- community-testing-i686/dfu-util.install (rev 0)
+++ community-testing-i686/dfu-util.install 2014-09-13 16:38:14 UTC (rev 
118915)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm control --reload-rules
+}
+
+post_upgrade() {
+  udevadm control --reload-rules
+}
+
+post_remove() {
+  udevadm control --reload-rules
+}

Copied: dfu-util/repos/community-testing-i686/stm32dfu.udev.rules (from rev 
118914, dfu-util/trunk/stm32dfu.udev.rules)
===
--- community-testing-i686/stm32dfu.udev.rules  (rev 0)
+++ community-testing-i686/stm32dfu.udev.rules  2014-09-13 16:38:14 UTC (rev 
118915)
@@ -0,0 +1,10 @@
+# stm32 boards, with onboard DFU support
+
+SUBSYSTEMS==usb, ATTRS{idVendor}==0483, ATTRS{idProduct}==df11, \
+MODE:=0666, \
+SYMLINK+=stm32_dfu
+
+# If you share your linux system with other users, or just don't like the
+# idea of write permission for everybody, you can replace MODE:=0666 with
+# OWNER:=yourusername to create the device owned by you, or with
+# GROUP:=somegroupname and mange access using standard unix groups.

Copied: dfu-util/repos/community-testing-x86_64/PKGBUILD (from rev 118914, 
dfu-util/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-09-13 16:38:14 UTC (rev 118915)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Øyvind 'Mr.Elendig' Heggstad mrelen...@har-ikkje.net
+# Contributor: Fabrizio Antonangeli fabrizio.antonang...@gmail.com
+
+pkgname=dfu-util
+pkgver=0.8
+pkgrel=1
+pkgdesc='Tool intended to download and upload firmware using DFU protocol to 
devices connected over USB'
+url='http://dfu-util.gnumonks.org'
+license=(GPL2)
+arch=(i686 x86_64)
+depends=(libusb)
+install=dfu-util.install
+source=(stm32dfu.udev.rules
+http://dfu-util.gnumonks.org/releases/$pkgname-$pkgver.tar.gz)

[arch-commits] Commit in dfu-util/repos (8 files)

2014-02-21 Thread Anatol Pomozov
Date: Friday, February 21, 2014 @ 19:49:28
  Author: anatolik
Revision: 106057

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

Added:
  dfu-util/repos/community-i686/
  dfu-util/repos/community-i686/PKGBUILD
(from rev 106056, dfu-util/trunk/PKGBUILD)
  dfu-util/repos/community-i686/dfu-util.install
(from rev 106056, dfu-util/trunk/dfu-util.install)
  dfu-util/repos/community-i686/stm32dfu.udev.rules
(from rev 106056, dfu-util/trunk/stm32dfu.udev.rules)
  dfu-util/repos/community-x86_64/
  dfu-util/repos/community-x86_64/PKGBUILD
(from rev 106056, dfu-util/trunk/PKGBUILD)
  dfu-util/repos/community-x86_64/dfu-util.install
(from rev 106056, dfu-util/trunk/dfu-util.install)
  dfu-util/repos/community-x86_64/stm32dfu.udev.rules
(from rev 106056, dfu-util/trunk/stm32dfu.udev.rules)

--+
 community-i686/PKGBUILD  |   31 +++
 community-i686/dfu-util.install  |   11 +++
 community-i686/stm32dfu.udev.rules   |   10 ++
 community-x86_64/PKGBUILD|   31 +++
 community-x86_64/dfu-util.install|   11 +++
 community-x86_64/stm32dfu.udev.rules |   10 ++
 6 files changed, 104 insertions(+)

Copied: dfu-util/repos/community-i686/PKGBUILD (from rev 106056, 
dfu-util/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-21 18:49:28 UTC (rev 106057)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Øyvind 'Mr.Elendig' Heggstad mrelen...@har-ikkje.net
+# Contributor: Fabrizio Antonangeli fabrizio.antonang...@gmail.com
+
+pkgname=dfu-util
+pkgver=0.7
+pkgrel=3
+pkgdesc='Tool intended to download and upload firmware using DFU protocol to 
devices connected over USB'
+url='http://dfu-util.gnumonks.org'
+license=(GPL2)
+arch=(i686 x86_64)
+depends=(libusb)
+install=dfu-util.install
+source=(stm32dfu.udev.rules
+http://dfu-util.gnumonks.org/releases/$pkgname-$pkgver.tar.gz)
+sha256sums=('64d4314f354d965e3dc0fd439dc497d5d0a41bf649da1869df40f93718e5a6fe'
+'f52a2a5489fbf9f3204a6ada05e0b47ee322e19d81c712e0c58a332d80ec3eab')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 $srcdir/stm32dfu.udev.rules 
$pkgdir/etc/udev/rules.d/48-stm32dfu.rules
+}

Copied: dfu-util/repos/community-i686/dfu-util.install (from rev 106056, 
dfu-util/trunk/dfu-util.install)
===
--- community-i686/dfu-util.install (rev 0)
+++ community-i686/dfu-util.install 2014-02-21 18:49:28 UTC (rev 106057)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm control --reload-rules
+}
+
+post_upgrade() {
+  udevadm control --reload-rules
+}
+
+post_remove() {
+  udevadm control --reload-rules
+}

Copied: dfu-util/repos/community-i686/stm32dfu.udev.rules (from rev 106056, 
dfu-util/trunk/stm32dfu.udev.rules)
===
--- community-i686/stm32dfu.udev.rules  (rev 0)
+++ community-i686/stm32dfu.udev.rules  2014-02-21 18:49:28 UTC (rev 106057)
@@ -0,0 +1,10 @@
+# stm32 boards, with onboard DFU support
+
+SUBSYSTEMS==usb, ATTRS{idVendor}==0483, ATTRS{idProduct}==df11, \
+MODE:=0666, \
+SYMLINK+=stm32_dfu
+
+# If you share your linux system with other users, or just don't like the
+# idea of write permission for everybody, you can replace MODE:=0666 with
+# OWNER:=yourusername to create the device owned by you, or with
+# GROUP:=somegroupname and mange access using standard unix groups.

Copied: dfu-util/repos/community-x86_64/PKGBUILD (from rev 106056, 
dfu-util/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-21 18:49:28 UTC (rev 106057)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Øyvind 'Mr.Elendig' Heggstad mrelen...@har-ikkje.net
+# Contributor: Fabrizio Antonangeli fabrizio.antonang...@gmail.com
+
+pkgname=dfu-util
+pkgver=0.7
+pkgrel=3
+pkgdesc='Tool intended to download and upload firmware using DFU protocol to 
devices connected over USB'
+url='http://dfu-util.gnumonks.org'
+license=(GPL2)
+arch=(i686 x86_64)
+depends=(libusb)
+install=dfu-util.install
+source=(stm32dfu.udev.rules
+http://dfu-util.gnumonks.org/releases/$pkgname-$pkgver.tar.gz)
+sha256sums=('64d4314f354d965e3dc0fd439dc497d5d0a41bf649da1869df40f93718e5a6fe'
+'f52a2a5489fbf9f3204a6ada05e0b47ee322e19d81c712e0c58a332d80ec3eab')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr