[arch-commits] Commit in linssid/repos/community-testing-x86_64 (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Wed Jun 9 13:39:09 UTC 2021


    Date: Wednesday, June 9, 2021 @ 13:39:09
  Author: foutrelis
Revision: 960125

archrelease: copy trunk to community-testing-x86_64

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-09 13:39:03 UTC (rev 960124)
+++ PKGBUILD	2021-06-09 13:39:09 UTC (rev 960125)
@@ -1,37 +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=3.6
-pkgrel=8
-pkgdesc='Graphical wireless scanner for Linux'
-url='https://sourceforge.net/projects/linssid/'
-arch=('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=('57301ee93f708f2512316668bf4e718502f37f21a5e93b68fc604a9032e3e49c')
-sha512sums=('066c890776a23d0e5fe8518826c64edc4b7d6dcef28cd7ce58f842e52b9e2b13517358ca6df636613abd1e860b20c6b542b5df165de1aa262e1e7db8a60e00e5')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -r 's|libqwt-qt5.so|libqwt.so|g' -i linssid-app/linssid-app.pro
-  sed -r 's|/usr/sbin|/usr/bin|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:

Copied: linssid/repos/community-testing-x86_64/PKGBUILD (from rev 960124, linssid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-09 13:39:09 UTC (rev 960125)
@@ -0,0 +1,37 @@
+# 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=3.6
+pkgrel=9
+pkgdesc='Graphical wireless scanner for Linux'
+url='https://sourceforge.net/projects/linssid/'
+arch=('x86_64')
+license=('GPL3')
+depends=('qt5-base' 'qt5-svg' 'qwt' '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)
+sha256sums=('57301ee93f708f2512316668bf4e718502f37f21a5e93b68fc604a9032e3e49c')
+sha512sums=('066c890776a23d0e5fe8518826c64edc4b7d6dcef28cd7ce58f842e52b9e2b13517358ca6df636613abd1e860b20c6b542b5df165de1aa262e1e7db8a60e00e5')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r 's|libqwt-qt5.so|libqwt.so|g' -i linssid-app/linssid-app.pro
+  sed -r 's|/usr/sbin|/usr/bin|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