[arch-commits] Commit in sni-qt/repos/extra-x86_64 (4 files)

Andrea Scarpino andrea at archlinux.org
Mon Dec 15 07:33:09 UTC 2014


    Date: Monday, December 15, 2014 @ 08:33:08
  Author: andrea
Revision: 227621

archrelease: copy trunk to extra-x86_64

Added:
  sni-qt/repos/extra-x86_64/PKGBUILD
    (from rev 227620, sni-qt/trunk/PKGBUILD)
  sni-qt/repos/extra-x86_64/sni-qt.conf
    (from rev 227620, sni-qt/trunk/sni-qt.conf)
Deleted:
  sni-qt/repos/extra-x86_64/PKGBUILD
  sni-qt/repos/extra-x86_64/sni-qt.conf

-------------+
 PKGBUILD    |   81 +++++++++++++++++++++++++++++-----------------------------
 sni-qt.conf |   12 ++++----
 2 files changed, 47 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-15 07:32:57 UTC (rev 227620)
+++ PKGBUILD	2014-12-15 07:33:08 UTC (rev 227621)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Alcasa Mz <alcasa.mz at gmail.com>
-
-pkgname=sni-qt
-pkgver=0.2.6
-pkgrel=3
-pkgdesc='Qt4 plugin which turns all QSystemTrayIcon into StatusNotifierItems (appindicators)'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/sni-qt'
-license=('GPL')
-depends=('libdbusmenu-qt')
-makedepends=('cmake')
-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/extra-x86_64/PKGBUILD (from rev 227620, sni-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-15 07:33:08 UTC (rev 227621)
@@ -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=3
+pkgdesc='Qt4 plugin which turns all QSystemTrayIcon into StatusNotifierItems (appindicators)'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/sni-qt'
+license=('LGPL3')
+depends=('libdbusmenu-qt')
+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"
+}

Deleted: sni-qt.conf
===================================================================
--- sni-qt.conf	2014-12-15 07:32:57 UTC (rev 227620)
+++ sni-qt.conf	2014-12-15 07:33:08 UTC (rev 227621)
@@ -1,6 +0,0 @@
-[need-activate-action]
-clementine=1
-mumble=1
-skype=1
-speedcrunch=1
-keepassx=1

Copied: sni-qt/repos/extra-x86_64/sni-qt.conf (from rev 227620, sni-qt/trunk/sni-qt.conf)
===================================================================
--- sni-qt.conf	                        (rev 0)
+++ sni-qt.conf	2014-12-15 07:33:08 UTC (rev 227621)
@@ -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