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

Levente Polyak anthraxx at archlinux.org
Thu May 5 21:13:20 UTC 2016


    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 <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=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 <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:

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 <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=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/PKGBUILD (from rev 173875, linssid/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-05 21:13:20 UTC (rev 173876)
@@ -0,0 +1,35 @@
+# 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:

Deleted: community-x86_64/linssid.install
===================================================================
--- community-x86_64/linssid.install	2016-05-05 21:13:08 UTC (rev 173875)
+++ community-x86_64/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:



More information about the arch-commits mailing list