[arch-commits] Commit in sni-qt/trunk (PKGBUILD)

2019-04-12 Thread Antonio Rojas via arch-commits
Date: Friday, April 12, 2019 @ 18:38:22
  Author: arojas
Revision: 350658

pgp

Modified:
  sni-qt/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-12 18:37:14 UTC (rev 350657)
+++ PKGBUILD2019-04-12 18:38:22 UTC (rev 350658)
@@ -11,10 +11,12 @@
 depends=('libdbusmenu-qt4')
 makedepends=('cmake')
 backup=('etc/sni-qt.conf')
-source=("https://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;
+source=("https://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2"{,.asc}
 'sni-qt.conf')
 
sha512sums=('aa4cffeb3a5a70d65bd5ff42dcdd1c8efd107ade32a104b9a91696aecfb39a7a15d151f7491030ac0d7df796f2c7e4e6c3c0b7e32ee07a7cdc949da757147621'
+'SKIP'
 
'41b838b851c88d9dae9d598515c16d1bd8b526af341bd026df8b4d68b07670a05fe33577af73a81c71744da7934507c88fc121a494b53dbbfe3bf24fe9694382')
+validpgpkeys=('45C43F82329D77F384214CCABEED35A5EEE34473') # Aurelien Gateau 

 
 prepare() {
   mkdir build


[arch-commits] Commit in sni-qt/trunk (PKGBUILD)

2019-04-12 Thread Antonio Rojas via arch-commits
Date: Friday, April 12, 2019 @ 18:35:33
  Author: arojas
Revision: 350655

https

Modified:
  sni-qt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-12 18:35:00 UTC (rev 350654)
+++ PKGBUILD2019-04-12 18:35:33 UTC (rev 350655)
@@ -11,7 +11,7 @@
 depends=('libdbusmenu-qt4')
 makedepends=('cmake')
 backup=('etc/sni-qt.conf')
-source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;
+source=("https://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;
 'sni-qt.conf')
 
sha512sums=('aa4cffeb3a5a70d65bd5ff42dcdd1c8efd107ade32a104b9a91696aecfb39a7a15d151f7491030ac0d7df796f2c7e4e6c3c0b7e32ee07a7cdc949da757147621'
 
'41b838b851c88d9dae9d598515c16d1bd8b526af341bd026df8b4d68b07670a05fe33577af73a81c71744da7934507c88fc121a494b53dbbfe3bf24fe9694382')


[arch-commits] Commit in sni-qt/trunk (PKGBUILD)

2018-05-30 Thread Felix Yan via arch-commits
Date: Thursday, May 31, 2018 @ 02:26:00
  Author: felixonmars
Revision: 325294

upgpkg: sni-qt 0.2.6-5

BUILDINFO Rebuild

Modified:
  sni-qt/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 02:20:16 UTC (rev 325293)
+++ PKGBUILD2018-05-31 02:26:00 UTC (rev 325294)
@@ -4,7 +4,7 @@
 
 pkgname=sni-qt
 pkgver=0.2.6
-pkgrel=4
+pkgrel=5
 pkgdesc='Qt4 plugin which turns all QSystemTrayIcon into StatusNotifierItems 
(appindicators)'
 arch=('x86_64')
 url='https://launchpad.net/sni-qt'
@@ -14,8 +14,8 @@
 backup=('etc/sni-qt.conf')
 
source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;
 'sni-qt.conf')
-md5sums=('e84c66e776f7c22c961817387f618c81'
- '5b3fc74b8b7a6b99975312d0411960ed')
+sha512sums=('aa4cffeb3a5a70d65bd5ff42dcdd1c8efd107ade32a104b9a91696aecfb39a7a15d151f7491030ac0d7df796f2c7e4e6c3c0b7e32ee07a7cdc949da757147621'
+
'41b838b851c88d9dae9d598515c16d1bd8b526af341bd026df8b4d68b07670a05fe33577af73a81c71744da7934507c88fc121a494b53dbbfe3bf24fe9694382')
 
 prepare() {
   mkdir build


[arch-commits] Commit in sni-qt/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 01:28:28
  Author: foutrelis
Revision: 253109

C++11 ABI rebuild

Modified:
  sni-qt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 00:19:46 UTC (rev 253108)
+++ PKGBUILD2015-12-07 00:28:28 UTC (rev 253109)
@@ -4,7 +4,7 @@
 
 pkgname=sni-qt
 pkgver=0.2.6
-pkgrel=3
+pkgrel=4
 pkgdesc='Qt4 plugin which turns all QSystemTrayIcon into StatusNotifierItems 
(appindicators)'
 arch=('i686' 'x86_64')
 url='https://launchpad.net/sni-qt'


[arch-commits] Commit in sni-qt/trunk (PKGBUILD)

2014-12-14 Thread Andrea Scarpino
Date: Sunday, December 14, 2014 @ 17:18:19
  Author: andrea
Revision: 227606

upgpkg: sni-qt 0.2.6-3

Redundant dependence

Modified:
  sni-qt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-14 16:15:51 UTC (rev 227605)
+++ PKGBUILD2014-12-14 16:18:19 UTC (rev 227606)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url='https://launchpad.net/sni-qt'
 license=('GPL')
-depends=('qt4' 'libdbusmenu-qt')
+depends=('libdbusmenu-qt')
 makedepends=('cmake')
 
source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;
 'sni-qt.conf')


[arch-commits] Commit in sni-qt/trunk (PKGBUILD)

2014-12-14 Thread Andrea Scarpino
Date: Monday, December 15, 2014 @ 08:32:57
  Author: andrea
Revision: 227620

Add sni-qt.conf to backup array and fix license

Modified:
  sni-qt/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-15 06:49:56 UTC (rev 227619)
+++ PKGBUILD2014-12-15 07:32:57 UTC (rev 227620)
@@ -8,9 +8,10 @@
 pkgdesc='Qt4 plugin which turns all QSystemTrayIcon into StatusNotifierItems 
(appindicators)'
 arch=('i686' 'x86_64')
 url='https://launchpad.net/sni-qt'
-license=('GPL')
+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'