[arch-commits] Commit in linssid/repos (6 files)

2016-05-05 Thread Levente Polyak
Date: Thursday, May 5, 2016 @ 23:13:20
  Author: anthraxx
Revision: 173876

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

Added:
  linssid/repos/community-i686/PKGBUILD
(from rev 173875, linssid/trunk/PKGBUILD)
  linssid/repos/community-x86_64/PKGBUILD
(from rev 173875, linssid/trunk/PKGBUILD)
Deleted:
  linssid/repos/community-i686/PKGBUILD
  linssid/repos/community-i686/linssid.install
  linssid/repos/community-x86_64/PKGBUILD
  linssid/repos/community-x86_64/linssid.install

--+
 /PKGBUILD|   70 +
 community-i686/PKGBUILD  |   36 ---
 community-i686/linssid.install   |   15 ---
 community-x86_64/PKGBUILD|   36 ---
 community-x86_64/linssid.install |   15 ---
 5 files changed, 70 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-05 21:13:08 UTC (rev 173875)
+++ community-i686/PKGBUILD 2016-05-05 21:13:20 UTC (rev 173876)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jacques Fontaine 
-# Contributor: Ryan Young 
-
-pkgname=linssid
-pkgver=2.7
-pkgrel=3
-pkgdesc='Graphical wireless scanner for Linux'
-url='https://sourceforge.net/projects/linssid/'
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('qt5-base' 'qt5-svg' 'libxkbcommon-x11' 'iw' 'wireless_tools' 
'xdg-utils' 'desktop-file-utils' 'gtk-update-icon-cache')
-makedepends=('boost')
-optdepends=('sudo: privilege escalation to use wireless tools')
-install=linssid.install
-source=(${pkgname}-${pkgver}.tar.gz::https://downloads.sourceforge.net/${pkgname}/${pkgname}_$pkgver.orig.tar.gz)
-sha512sums=('33e69b0491bee74453cb71befb3a314da7766f12d2c1a21e947cf1d068b2941162eb72ab53989d9e5e5e2c8f2dd051576d0bfb775835d648eb9b1fc8b046a0cb')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # build workarounds, credit 'czerwonyd'
-  sed -e 's/QT_STATIC_CONST/static const/g' -i qwt-lib/src/qwt_transform.h
-  sed -e 's/QT_STATIC_CONST_IMPL/const/g' -i qwt-lib/src/qwt_transform.cpp
-}
-build() {
-  cd ${pkgname}-${pkgver}
-  qmake-qt5
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make INSTALL_ROOT="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: linssid/repos/community-i686/PKGBUILD (from rev 173875, 
linssid/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-05 21:13:20 UTC (rev 173876)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+# Contributor: Jacques Fontaine 
+# Contributor: Ryan Young 
+
+pkgname=linssid
+pkgver=2.7
+pkgrel=4
+pkgdesc='Graphical wireless scanner for Linux'
+url='https://sourceforge.net/projects/linssid/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('qt5-base' 'qt5-svg' 'libxkbcommon-x11' 'iw' 'wireless_tools' 
'xdg-utils' 'desktop-file-utils' 'gtk-update-icon-cache')
+makedepends=('boost')
+optdepends=('sudo: privilege escalation to use wireless tools')
+source=(${pkgname}-${pkgver}.tar.gz::https://downloads.sourceforge.net/${pkgname}/${pkgname}_$pkgver.orig.tar.gz)
+sha512sums=('33e69b0491bee74453cb71befb3a314da7766f12d2c1a21e947cf1d068b2941162eb72ab53989d9e5e5e2c8f2dd051576d0bfb775835d648eb9b1fc8b046a0cb')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # build workarounds, credit 'czerwonyd'
+  sed -e 's/QT_STATIC_CONST/static const/g' -i qwt-lib/src/qwt_transform.h
+  sed -e 's/QT_STATIC_CONST_IMPL/const/g' -i qwt-lib/src/qwt_transform.cpp
+}
+build() {
+  cd ${pkgname}-${pkgver}
+  qmake-qt5
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make INSTALL_ROOT="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/linssid.install
===
--- community-i686/linssid.install  2016-05-05 21:13:08 UTC (rev 173875)
+++ community-i686/linssid.install  2016-05-05 21:13:20 UTC (rev 173876)
@@ -1,15 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-05 21:13:08 UTC (rev 173875)
+++ community-x86_64/PKGBUILD   2016-05-05 21:13:20 UTC (rev 173876)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jacques Fontaine 
-# Contributor: Ryan Young 
-
-pkgname=linssid
-pkgver=2.7

[arch-commits] Commit in linssid/repos (6 files)

2016-03-11 Thread Levente Polyak
Date: Saturday, March 12, 2016 @ 01:56:18
  Author: anthraxx
Revision: 166183

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

Added:
  linssid/repos/community-i686/
  linssid/repos/community-i686/PKGBUILD
(from rev 166182, linssid/trunk/PKGBUILD)
  linssid/repos/community-i686/linssid.install
(from rev 166182, linssid/trunk/linssid.install)
  linssid/repos/community-x86_64/
  linssid/repos/community-x86_64/PKGBUILD
(from rev 166182, linssid/trunk/PKGBUILD)
  linssid/repos/community-x86_64/linssid.install
(from rev 166182, linssid/trunk/linssid.install)

--+
 community-i686/PKGBUILD  |   36 
 community-i686/linssid.install   |   15 +++
 community-x86_64/PKGBUILD|   36 
 community-x86_64/linssid.install |   15 +++
 4 files changed, 102 insertions(+)

Copied: linssid/repos/community-i686/PKGBUILD (from rev 166182, 
linssid/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-12 00:56:18 UTC (rev 166183)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: Jacques Fontaine 
+# Contributor: Ryan Young 
+
+pkgname=linssid
+pkgver=2.7
+pkgrel=3
+pkgdesc='Graphical wireless scanner for Linux'
+url='https://sourceforge.net/projects/linssid/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('qt5-base' 'qt5-svg' 'libxkbcommon-x11' 'iw' 'wireless_tools' 
'xdg-utils' 'desktop-file-utils' 'gtk-update-icon-cache')
+makedepends=('boost')
+optdepends=('sudo: privilege escalation to use wireless tools')
+install=linssid.install
+source=(${pkgname}-${pkgver}.tar.gz::https://downloads.sourceforge.net/${pkgname}/${pkgname}_$pkgver.orig.tar.gz)
+sha512sums=('33e69b0491bee74453cb71befb3a314da7766f12d2c1a21e947cf1d068b2941162eb72ab53989d9e5e5e2c8f2dd051576d0bfb775835d648eb9b1fc8b046a0cb')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # build workarounds, credit 'czerwonyd'
+  sed -e 's/QT_STATIC_CONST/static const/g' -i qwt-lib/src/qwt_transform.h
+  sed -e 's/QT_STATIC_CONST_IMPL/const/g' -i qwt-lib/src/qwt_transform.cpp
+}
+build() {
+  cd ${pkgname}-${pkgver}
+  qmake-qt5
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make INSTALL_ROOT="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: linssid/repos/community-i686/linssid.install (from rev 166182, 
linssid/trunk/linssid.install)
===
--- community-i686/linssid.install  (rev 0)
+++ community-i686/linssid.install  2016-03-12 00:56:18 UTC (rev 166183)
@@ -0,0 +1,15 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+# vim: ts=2 sw=2 et:

Copied: linssid/repos/community-x86_64/PKGBUILD (from rev 166182, 
linssid/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-12 00:56:18 UTC (rev 166183)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: Jacques Fontaine 
+# Contributor: Ryan Young 
+
+pkgname=linssid
+pkgver=2.7
+pkgrel=3
+pkgdesc='Graphical wireless scanner for Linux'
+url='https://sourceforge.net/projects/linssid/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('qt5-base' 'qt5-svg' 'libxkbcommon-x11' 'iw' 'wireless_tools' 
'xdg-utils' 'desktop-file-utils' 'gtk-update-icon-cache')
+makedepends=('boost')
+optdepends=('sudo: privilege escalation to use wireless tools')
+install=linssid.install
+source=(${pkgname}-${pkgver}.tar.gz::https://downloads.sourceforge.net/${pkgname}/${pkgname}_$pkgver.orig.tar.gz)
+sha512sums=('33e69b0491bee74453cb71befb3a314da7766f12d2c1a21e947cf1d068b2941162eb72ab53989d9e5e5e2c8f2dd051576d0bfb775835d648eb9b1fc8b046a0cb')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # build workarounds, credit 'czerwonyd'
+  sed -e 's/QT_STATIC_CONST/static const/g' -i qwt-lib/src/qwt_transform.h
+  sed -e 's/QT_STATIC_CONST_IMPL/const/g' -i qwt-lib/src/qwt_transform.cpp
+}
+build() {
+  cd ${pkgname}-${pkgver}
+  qmake-qt5
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make INSTALL_ROOT="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: linssid/repos/community-x86_64/linssid.install (from rev 166182, 
linssid/trunk/linssid.install)
===
--- community-x86_64/linssid.install(rev 0)
+++ community-x86_64/linssid.install