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

Levente Polyak anthraxx at archlinux.org
Tue Jul 18 19:45:54 UTC 2017


    Date: Tuesday, July 18, 2017 @ 19:45:53
  Author: anthraxx
Revision: 245592

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

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

---------------------------+
 /PKGBUILD                 |   72 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   35 ---------------------
 community-x86_64/PKGBUILD |   35 ---------------------
 3 files changed, 72 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-07-18 19:45:42 UTC (rev 245591)
+++ community-i686/PKGBUILD	2017-07-18 19:45:53 UTC (rev 245592)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Jacques Fontaine <waitnsea at free.fr>
-# Contributor: Ryan Young <ryan31415926535 at gmail.com>
-
-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:

Copied: linssid/repos/community-i686/PKGBUILD (from rev 245591, linssid/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-07-18 19:45:53 UTC (rev 245592)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Jacques Fontaine <waitnsea at free.fr>
+# Contributor: Ryan Young <ryan31415926535 at gmail.com>
+
+pkgname=linssid
+pkgver=2.9
+pkgrel=1
+pkgdesc='Graphical wireless scanner for Linux'
+url='https://sourceforge.net/projects/linssid/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('qt5-base' 'qt5-svg' 'qwt' 'libxkbcommon-x11' 'iw' 'wireless_tools' 'xdg-utils' 'boost-libs'
+         '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)
+sha256sums=('3745beed51a210a79d0b0ae9071c75e312734650bda01a269435ba4ae5903f1b')
+sha512sums=('687912acfaa5d2d2e39f05cd01730f0727ad6e3b01687c392dbfa5aee32ff9133c27a5d8fd9c223ab56f4f234d8afaec8b7ea826e45ed035dcf552d4be699ae6')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r 's|libqwt-qt5.so|libqwt.so|g' -i linssid-app/linssid-app.pro
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  qmake-qt5
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make INSTALL_ROOT="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-07-18 19:45:42 UTC (rev 245591)
+++ community-x86_64/PKGBUILD	2017-07-18 19:45:53 UTC (rev 245592)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Jacques Fontaine <waitnsea at free.fr>
-# Contributor: Ryan Young <ryan31415926535 at gmail.com>
-
-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:

Copied: linssid/repos/community-x86_64/PKGBUILD (from rev 245591, linssid/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-18 19:45:53 UTC (rev 245592)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Jacques Fontaine <waitnsea at free.fr>
+# Contributor: Ryan Young <ryan31415926535 at gmail.com>
+
+pkgname=linssid
+pkgver=2.9
+pkgrel=1
+pkgdesc='Graphical wireless scanner for Linux'
+url='https://sourceforge.net/projects/linssid/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('qt5-base' 'qt5-svg' 'qwt' 'libxkbcommon-x11' 'iw' 'wireless_tools' 'xdg-utils' 'boost-libs'
+         '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)
+sha256sums=('3745beed51a210a79d0b0ae9071c75e312734650bda01a269435ba4ae5903f1b')
+sha512sums=('687912acfaa5d2d2e39f05cd01730f0727ad6e3b01687c392dbfa5aee32ff9133c27a5d8fd9c223ab56f4f234d8afaec8b7ea826e45ed035dcf552d4be699ae6')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r 's|libqwt-qt5.so|libqwt.so|g' -i linssid-app/linssid-app.pro
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  qmake-qt5
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make INSTALL_ROOT="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list