[arch-commits] Commit in stlink/repos/community-x86_64 (4 files)

Anatol Pomozov anatolik at archlinux.org
Tue Feb 20 00:03:34 UTC 2018


    Date: Tuesday, February 20, 2018 @ 00:03:32
  Author: anatolik
Revision: 296442

archrelease: copy trunk to community-x86_64

Added:
  stlink/repos/community-x86_64/PKGBUILD
    (from rev 296441, stlink/trunk/PKGBUILD)
  stlink/repos/community-x86_64/stlink.install
    (from rev 296441, stlink/trunk/stlink.install)
Deleted:
  stlink/repos/community-x86_64/PKGBUILD
  stlink/repos/community-x86_64/stlink.install

----------------+
 PKGBUILD       |   68 +++++++++++++++++++++++++++----------------------------
 stlink.install |   44 +++++++++++++++++------------------
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-20 00:02:45 UTC (rev 296441)
+++ PKGBUILD	2018-02-20 00:03:32 UTC (rev 296442)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-
-pkgname=stlink
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='Firmware programmer for STM32 STLINK v1/v2 protocol'
-arch=(x86_64)
-url='https://github.com/texane/stlink'
-license=(BSD)
-# Add support for gtk3-based GUI
-depends=(libusb)
-makedepends=(cmake gtk3)
-optdepends=('gtk3: GUI application')
-install=stlink.install
-source=($pkgname-$pkgver.zip::https://github.com/texane/stlink/archive/$pkgver.zip)
-sha256sums=('d54f0e3e82b9829a7581776fec619d9f02d2ec08e39429e4257d80bf155cd5f9')
-
-build() {
-  cd stlink-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
-        -DSTLINK_UDEV_RULES_DIR=/usr/lib/udev/rules.d \
-        -DSTLINK_MODPROBED_DIR=/usr/lib/modprobe.d
-  make
-}
-
-package() {
-  cd stlink-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  rm "$pkgdir"/usr/lib/libstlink.a
-}

Copied: stlink/repos/community-x86_64/PKGBUILD (from rev 296441, stlink/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-20 00:03:32 UTC (rev 296442)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+
+pkgname=stlink
+pkgver=1.5.0
+pkgrel=2
+pkgdesc='Firmware programmer for STM32 STLINK v1/v2 protocol'
+arch=(x86_64)
+url='https://github.com/texane/stlink'
+license=(BSD)
+# Add support for gtk3-based GUI
+depends=(libusb)
+makedepends=(cmake gtk3)
+optdepends=('gtk3: GUI application')
+install=stlink.install
+source=($pkgname-$pkgver.zip::https://github.com/texane/stlink/archive/$pkgver.zip)
+sha256sums=('a29cf64ef2247ea2418c929bed8aecbb360f40ad489f1f268e31ca8eb974cab8')
+
+build() {
+  cd stlink-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+        -DSTLINK_UDEV_RULES_DIR=/usr/lib/udev/rules.d \
+        -DSTLINK_MODPROBED_DIR=/usr/lib/modprobe.d
+  make
+}
+
+package() {
+  cd stlink-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm "$pkgdir"/usr/lib/libstlink.a
+}

Deleted: stlink.install
===================================================================
--- stlink.install	2018-02-20 00:02:45 UTC (rev 296441)
+++ stlink.install	2018-02-20 00:03:32 UTC (rev 296442)
@@ -1,22 +0,0 @@
-msg() {
-  udevadm control --reload-rules
-  echo "You may have to reload the usb-storage module."
-  echo "To do this use"
-  echo "    modprobe -r usb-storage && modprobe usb-storage"
-}
-
-# arg 1:  the new package version
-post_install() {
-  msg
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  msg
-}
-
-# arg 1:  the old package version
-post_remove() {
-  msg
-}

Copied: stlink/repos/community-x86_64/stlink.install (from rev 296441, stlink/trunk/stlink.install)
===================================================================
--- stlink.install	                        (rev 0)
+++ stlink.install	2018-02-20 00:03:32 UTC (rev 296442)
@@ -0,0 +1,22 @@
+msg() {
+  udevadm control --reload-rules
+  echo "You may have to reload the usb-storage module."
+  echo "To do this use"
+  echo "    modprobe -r usb-storage && modprobe usb-storage"
+}
+
+# arg 1:  the new package version
+post_install() {
+  msg
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  msg
+}
+
+# arg 1:  the old package version
+post_remove() {
+  msg
+}



More information about the arch-commits mailing list