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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 00:28:36 UTC 2015


    Date: Monday, December 7, 2015 @ 01:28:36
  Author: foutrelis
Revision: 253110

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

Added:
  sni-qt/repos/staging-i686/
  sni-qt/repos/staging-i686/PKGBUILD
    (from rev 253109, sni-qt/trunk/PKGBUILD)
  sni-qt/repos/staging-i686/sni-qt.conf
    (from rev 253109, sni-qt/trunk/sni-qt.conf)
  sni-qt/repos/staging-x86_64/
  sni-qt/repos/staging-x86_64/PKGBUILD
    (from rev 253109, sni-qt/trunk/PKGBUILD)
  sni-qt/repos/staging-x86_64/sni-qt.conf
    (from rev 253109, sni-qt/trunk/sni-qt.conf)

----------------------------+
 staging-i686/PKGBUILD      |   41 +++++++++++++++++++++++++++++++++++++++++
 staging-i686/sni-qt.conf   |    6 ++++++
 staging-x86_64/PKGBUILD    |   41 +++++++++++++++++++++++++++++++++++++++++
 staging-x86_64/sni-qt.conf |    6 ++++++
 4 files changed, 94 insertions(+)

Copied: sni-qt/repos/staging-i686/PKGBUILD (from rev 253109, sni-qt/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-12-07 00:28:36 UTC (rev 253110)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Alcasa Mz <alcasa.mz at gmail.com>
+
+pkgname=sni-qt
+pkgver=0.2.6
+pkgrel=4
+pkgdesc='Qt4 plugin which turns all QSystemTrayIcon into StatusNotifierItems (appindicators)'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/sni-qt'
+license=('LGPL3')
+depends=('libdbusmenu-qt4')
+makedepends=('cmake')
+backup=('etc/sni-qt.conf')
+source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2"
+        'sni-qt.conf')
+md5sums=('e84c66e776f7c22c961817387f618c81'
+         '5b3fc74b8b7a6b99975312d0411960ed')
+
+prepare() {
+  mkdir build
+
+  # Disable building tests
+  sed -i '/tests/ d' ${pkgname}-${pkgver}/CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # Install config file for apps that need "Activate" action
+  install -Dm644 "${srcdir}/sni-qt.conf" "${pkgdir}/etc/sni-qt.conf"
+}

Copied: sni-qt/repos/staging-i686/sni-qt.conf (from rev 253109, sni-qt/trunk/sni-qt.conf)
===================================================================
--- staging-i686/sni-qt.conf	                        (rev 0)
+++ staging-i686/sni-qt.conf	2015-12-07 00:28:36 UTC (rev 253110)
@@ -0,0 +1,6 @@
+[need-activate-action]
+clementine=1
+mumble=1
+skype=1
+speedcrunch=1
+keepassx=1

Copied: sni-qt/repos/staging-x86_64/PKGBUILD (from rev 253109, sni-qt/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-12-07 00:28:36 UTC (rev 253110)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Alcasa Mz <alcasa.mz at gmail.com>
+
+pkgname=sni-qt
+pkgver=0.2.6
+pkgrel=4
+pkgdesc='Qt4 plugin which turns all QSystemTrayIcon into StatusNotifierItems (appindicators)'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/sni-qt'
+license=('LGPL3')
+depends=('libdbusmenu-qt4')
+makedepends=('cmake')
+backup=('etc/sni-qt.conf')
+source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2"
+        'sni-qt.conf')
+md5sums=('e84c66e776f7c22c961817387f618c81'
+         '5b3fc74b8b7a6b99975312d0411960ed')
+
+prepare() {
+  mkdir build
+
+  # Disable building tests
+  sed -i '/tests/ d' ${pkgname}-${pkgver}/CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # Install config file for apps that need "Activate" action
+  install -Dm644 "${srcdir}/sni-qt.conf" "${pkgdir}/etc/sni-qt.conf"
+}

Copied: sni-qt/repos/staging-x86_64/sni-qt.conf (from rev 253109, sni-qt/trunk/sni-qt.conf)
===================================================================
--- staging-x86_64/sni-qt.conf	                        (rev 0)
+++ staging-x86_64/sni-qt.conf	2015-12-07 00:28:36 UTC (rev 253110)
@@ -0,0 +1,6 @@
+[need-activate-action]
+clementine=1
+mumble=1
+skype=1
+speedcrunch=1
+keepassx=1



More information about the arch-commits mailing list