[arch-commits] Commit in lxqt-panel/trunk (PKGBUILD)

2020-11-05 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, November 5, 2020 @ 16:31:20
  Author: yan12125
Revision: 743317

upgpkg: lxqt-panel 0.16.1-1

Modified:
  lxqt-panel/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-05 16:29:58 UTC (rev 743316)
+++ PKGBUILD2020-11-05 16:31:20 UTC (rev 743317)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-panel
-pkgver=0.16.0
+pkgver=0.16.1
 pkgrel=1
 pkgdesc="The LXQt desktop panel"
 arch=("x86_64")
@@ -26,7 +26,7 @@
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha256sums=('cade0427fcd969e325798040e08061ac9510670106b63f993c2ee75e381bd658'
+sha256sums=('841a205ee80cb9a68aac1bb635789b883a14074448efec09c773b96cfe71ed4c'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 



[arch-commits] Commit in lxqt-panel/trunk (PKGBUILD)

2020-11-05 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, November 5, 2020 @ 15:24:26
  Author: yan12125
Revision: 743218

upgpkg: lxqt-panel 0.16.0-1

Modified:
  lxqt-panel/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-05 15:24:18 UTC (rev 743217)
+++ PKGBUILD2020-11-05 15:24:26 UTC (rev 743218)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-panel
-pkgver=0.15.1
+pkgver=0.16.0
 pkgrel=1
 pkgdesc="The LXQt desktop panel"
 arch=("x86_64")
@@ -26,7 +26,7 @@
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha256sums=('86052bab16fa5b4b5a8e5a522e2de6ac0b12e40fedf18d0636e9db306ea280ac'
+sha256sums=('cade0427fcd969e325798040e08061ac9510670106b63f993c2ee75e381bd658'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 



[arch-commits] Commit in lxqt-panel/trunk (PKGBUILD)

2020-05-21 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, May 21, 2020 @ 05:59:37
  Author: yan12125
Revision: 631038

upgpkg: lxqt-panel 0.15.1-1; update URL; follow CMake package guidelines

Modified:
  lxqt-panel/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-21 02:45:10 UTC (rev 631037)
+++ PKGBUILD2020-05-21 05:59:37 UTC (rev 631038)
@@ -1,12 +1,12 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-panel
-pkgver=0.15.0
+pkgver=0.15.1
 pkgrel=1
 pkgdesc="The LXQt desktop panel"
 arch=("x86_64")
 groups=("lxqt")
-url="https://lxqt.org;
+url="https://github.com/lxqt/$pkgname;
 license=("LGPL2.1")
 depends=(
"libdbusmenu-qt5" "libxcomposite" "lxmenu-data"
@@ -26,7 +26,7 @@
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha256sums=('64f802644cdc0e8744aa631798b0b05e8df8d2eceb53b530dbfe392324b5d9a0'
+sha256sums=('86052bab16fa5b4b5a8e5a522e2de6ac0b12e40fedf18d0636e9db306ea280ac'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

@@ -36,14 +36,13 @@
 
 
 build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
+   cmake -B build -S "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=None
+   make -C build
 }
 
 package() {
cd build
make DESTDIR="$pkgdir" install
-   }
+}


[arch-commits] Commit in lxqt-panel/trunk (PKGBUILD)

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:24:28
  Author: yan12125
Revision: 619775

upgpkg: lxqt-panel 0.15.0-1; add .so depends

Modified:
  lxqt-panel/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 03:19:47 UTC (rev 619774)
+++ PKGBUILD2020-04-25 03:24:28 UTC (rev 619775)
@@ -1,8 +1,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-panel
-pkgver=0.14.1
-pkgrel=2
+pkgver=0.15.0
+pkgrel=1
 pkgdesc="The LXQt desktop panel"
 arch=("x86_64")
 groups=("lxqt")
@@ -10,7 +10,7 @@
 license=("LGPL2.1")
 depends=(
"libdbusmenu-qt5" "libxcomposite" "lxmenu-data"
-   "lxqt-globalkeys" "solid" "libxcb"
+   "lxqt-globalkeys" "solid" "libxcb" "libQt5Xdg.so"
 )
 optdepends=(
"libpulse: Volume control plugin"
@@ -26,11 +26,12 @@
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha256sums=('f8be1c1446492e0c6a639ce09fb75341f5c47e4c24f7776020f2543936e87ce4'
+sha256sums=('64f802644cdc0e8744aa631798b0b05e8df8d2eceb53b530dbfe392324b5d9a0'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
 


[arch-commits] Commit in lxqt-panel/trunk (PKGBUILD)

2020-01-17 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, January 18, 2020 @ 02:55:31
  Author: yan12125
Revision: 552959

upgpkg: lxqt-panel 0.14.1-2; fix dependencies

Seems alsa-lib was an indirect dependency.

Also removes unneeded LIBDIR setting.

Modified:
  lxqt-panel/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 02:50:41 UTC (rev 552958)
+++ PKGBUILD2020-01-18 02:55:31 UTC (rev 552959)
@@ -2,7 +2,7 @@
 
 pkgname=lxqt-panel
 pkgver=0.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The LXQt desktop panel"
 arch=("x86_64")
 groups=("lxqt")
@@ -14,6 +14,7 @@
 )
 optdepends=(
"libpulse: Volume control plugin"
+   "alsa-lib: Volume control plugin"
"libstatgrab: CPU monitor and Network monitor plugins"
"libsysstat: System Statistics plugin"
"lm_sensors: Sensors plugin"
@@ -20,7 +21,7 @@
 )
 makedepends=(
"lxqt-build-tools" "liblxqt" "libpulse" "libstatgrab" "libsysstat"
-   "lm_sensors" "libxdamage"
+   "lm_sensors" "libxdamage" "alsa-lib"
 )
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
@@ -37,8 +38,7 @@
mkdir -p build
cd build
cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=/usr/lib
+   -DCMAKE_INSTALL_PREFIX=/usr
make
 }
 


[arch-commits] Commit in lxqt-panel/trunk (PKGBUILD)

2019-02-28 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, February 28, 2019 @ 14:35:05
  Author: yan12125
Revision: 437054

upgpkg: lxqt-panel 0.14.1-1

Modified:
  lxqt-panel/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 14:24:08 UTC (rev 437053)
+++ PKGBUILD2019-02-28 14:35:05 UTC (rev 437054)
@@ -1,12 +1,12 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-panel
-pkgver=0.14.0
+pkgver=0.14.1
 pkgrel=1
 pkgdesc="The LXQt desktop panel"
 arch=("x86_64")
 groups=("lxqt")
-url="http://lxqt.org;
+url="https://lxqt.org;
 license=("LGPL2.1")
 depends=(
"libdbusmenu-qt5" "libxcomposite" "lxmenu-data"
@@ -23,10 +23,9 @@
"lm_sensors" "libxdamage"
 )
 source=(
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha256sums=('e090b970827957c21f1d9ae822fb32e86e6bf9a0ad848b68f6ba338927a31859'
+sha256sums=('f8be1c1446492e0c6a639ce09fb75341f5c47e4c24f7776020f2543936e87ce4'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 



[arch-commits] Commit in lxqt-panel/trunk (PKGBUILD)

2019-01-30 Thread Felix Yan via arch-commits
Date: Wednesday, January 30, 2019 @ 11:35:55
  Author: felixonmars
Revision: 428590

upgpkg: lxqt-panel 0.14.0-1

Modified:
  lxqt-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-30 11:35:25 UTC (rev 428589)
+++ PKGBUILD2019-01-30 11:35:55 UTC (rev 428590)
@@ -1,8 +1,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-panel
-pkgver=0.13.0
-pkgrel=4
+pkgver=0.14.0
+pkgrel=1
 pkgdesc="The LXQt desktop panel"
 arch=("x86_64")
 groups=("lxqt")
@@ -26,10 +26,8 @@

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha256sums=(
-   "a139dc43d19adf6b7674e7ad518772aebf033aefcb1767b05085d983ff8b2ae3"
-   "SKIP"
-)
+sha256sums=('e090b970827957c21f1d9ae822fb32e86e6bf9a0ad848b68f6ba338927a31859'
+'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 



[arch-commits] Commit in lxqt-panel/trunk (PKGBUILD)

2018-11-29 Thread Antonio Rojas via arch-commits
Date: Thursday, November 29, 2018 @ 21:19:21
  Author: arojas
Revision: 410571

lm-sensors 3.5.0 rebuild

Modified:
  lxqt-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 21:17:26 UTC (rev 410570)
+++ PKGBUILD2018-11-29 21:19:21 UTC (rev 410571)
@@ -2,7 +2,7 @@
 
 pkgname=lxqt-panel
 pkgver=0.13.0
-pkgrel=3
+pkgrel=4
 pkgdesc="The LXQt desktop panel"
 arch=("x86_64")
 groups=("lxqt")


[arch-commits] Commit in lxqt-panel/trunk (PKGBUILD)

2018-11-29 Thread Antonio Rojas via arch-commits
Date: Thursday, November 29, 2018 @ 21:14:54
  Author: arojas
Revision: 410567

lm-sensors 3.5.0 rebuild

Modified:
  lxqt-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 20:06:31 UTC (rev 410566)
+++ PKGBUILD2018-11-29 21:14:54 UTC (rev 410567)
@@ -2,7 +2,7 @@
 
 pkgname=lxqt-panel
 pkgver=0.13.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The LXQt desktop panel"
 arch=("x86_64")
 groups=("lxqt")


[arch-commits] Commit in lxqt-panel/trunk (PKGBUILD)

2018-05-30 Thread Jerome Leclanche via arch-commits
Date: Wednesday, May 30, 2018 @ 21:04:25
  Author: jleclanche
Revision: 333505

upgpkg: lxqt-panel 0.13.0-2

Rebuild without menu-cache

Modified:
  lxqt-panel/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-30 21:00:03 UTC (rev 333504)
+++ PKGBUILD2018-05-30 21:04:25 UTC (rev 333505)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-panel
 pkgver=0.13.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The LXQt desktop panel"
 arch=("x86_64")
 groups=("lxqt")
@@ -11,7 +11,7 @@
 license=("LGPL2.1")
 depends=(
"libdbusmenu-qt5" "libxcomposite" "lxmenu-data"
-   "lxqt-globalkeys" "menu-cache" "solid" "libxcb"
+   "lxqt-globalkeys" "solid" "libxcb"
 )
 optdepends=(
"libpulse: Volume control plugin"


[arch-commits] Commit in lxqt-panel/trunk (PKGBUILD)

2018-05-24 Thread Jerome Leclanche via arch-commits
Date: Thursday, May 24, 2018 @ 20:45:11
  Author: jleclanche
Revision: 329152

upgpkg: lxqt-panel 0.13.0-1

Upstream release 0.13.0

Modified:
  lxqt-panel/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-24 20:44:13 UTC (rev 329151)
+++ PKGBUILD2018-05-24 20:45:11 UTC (rev 329152)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-panel
-pkgver=0.12.0
+pkgver=0.13.0
 pkgrel=1
 pkgdesc="The LXQt desktop panel"
 arch=("x86_64")
@@ -28,7 +28,7 @@

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
-   "3d286ba65d7a51403bc01d3efbc01c65c88ee4cf6f062143ed00c104a7b15f11"
+   "a139dc43d19adf6b7674e7ad518772aebf033aefcb1767b05085d983ff8b2ae3"
"SKIP"
 )
 validpgpkeys=(


[arch-commits] Commit in lxqt-panel/trunk (PKGBUILD)

2017-10-21 Thread Jerome Leclanche
Date: Sunday, October 22, 2017 @ 01:07:58
  Author: jleclanche
Revision: 263922

upgpkg: lxqt-panel 0.12.0-1

Upstream release 0.12.0

Modified:
  lxqt-panel/trunk/PKGBUILD

--+
 PKGBUILD |   21 +++--
 1 file changed, 7 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 01:03:59 UTC (rev 263921)
+++ PKGBUILD2017-10-22 01:07:58 UTC (rev 263922)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-panel
-pkgver=0.11.1
+pkgver=0.12.0
 pkgrel=1
 pkgdesc="The LXQt desktop panel"
 arch=("i686" "x86_64")
@@ -10,8 +10,8 @@
 url="http://lxqt.org;
 license=("LGPL2.1")
 depends=(
-   "libdbusmenu-qt5" "libxcomposite" "lxmenu-data" "lxqt-common"
-   "lxqt-globalkeys" "menu-cache" "solid"
+   "libdbusmenu-qt5" "libxcomposite" "lxmenu-data"
+   "lxqt-globalkeys" "menu-cache" "solid" "libxcb"
 )
 optdepends=(
"libpulse: Volume control plugin"
@@ -20,18 +20,16 @@
"lm_sensors: Sensors plugin"
 )
 makedepends=(
-   "lxqt-build-tools" "libpulse" "libstatgrab" "libsysstat"
-   "lm_sensors"
+   "lxqt-build-tools" "liblxqt" "libpulse" "libstatgrab" "libsysstat"
+   "lm_sensors" "libxdamage"
 )
 source=(

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-"fix-build.patch"
 )
 sha256sums=(
-   "cfbe1862a2614ff8e22bc8db795a6cbce106243822d90370970eb0bbd5aea5e0"
+   "3d286ba65d7a51403bc01d3efbc01c65c88ee4cf6f062143ed00c104a7b15f11"
"SKIP"
-   "994ad0a8873e1a190fb6890c19e5f65b863fc2b2faf1973ed27b3db31e9a9cfb"
 )
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

@@ -39,11 +37,6 @@
 )
 
 
-prepare() {
-   cd "$srcdir/$pkgname-$pkgver"
-   patch -Np1 -i "$srcdir/fix-build.patch"
-}
-
 build() {
mkdir -p build
cd build
@@ -56,4 +49,4 @@
 package() {
cd build
make DESTDIR="$pkgdir" install
-}
+   }


[arch-commits] Commit in lxqt-panel/trunk (PKGBUILD fix-build.patch)

2017-01-30 Thread Balló György
Date: Monday, January 30, 2017 @ 18:58:41
  Author: bgyorgy
Revision: 209549

upgpkg: lxqt-panel 0.11.1-1

Update to new version

Added:
  lxqt-panel/trunk/fix-build.patch
Modified:
  lxqt-panel/trunk/PKGBUILD

-+
 PKGBUILD|   13 ++---
 fix-build.patch |   32 
 2 files changed, 42 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-30 18:48:29 UTC (rev 209548)
+++ PKGBUILD2017-01-30 18:58:41 UTC (rev 209549)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-panel
-pkgver=0.11.0
+pkgver=0.11.1
 pkgrel=1
 pkgdesc="The LXQt desktop panel"
 arch=("i686" "x86_64")
@@ -20,16 +20,18 @@
"lm_sensors: Sensors plugin"
 )
 makedepends=(
-   "cmake" "qt5-tools" "git" "libpulse" "libstatgrab" "libsysstat"
+   "lxqt-build-tools" "libpulse" "libstatgrab" "libsysstat"
"lm_sensors"
 )
 source=(

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+"fix-build.patch"
 )
 sha256sums=(
-   "18415624d862b9b269fd1f74b2b6a51776852babd057e701e5d5b48ce46e777c"
+   "cfbe1862a2614ff8e22bc8db795a6cbce106243822d90370970eb0bbd5aea5e0"
"SKIP"
+   "994ad0a8873e1a190fb6890c19e5f65b863fc2b2faf1973ed27b3db31e9a9cfb"
 )
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

@@ -37,6 +39,11 @@
 )
 
 
+prepare() {
+   cd "$srcdir/$pkgname-$pkgver"
+   patch -Np1 -i "$srcdir/fix-build.patch"
+}
+
 build() {
mkdir -p build
cd build

Added: fix-build.patch
===
--- fix-build.patch (rev 0)
+++ fix-build.patch 2017-01-30 18:58:41 UTC (rev 209549)
@@ -0,0 +1,32 @@
+From ec62109e0fa678875a9b10fc6f1975267432712d Mon Sep 17 00:00:00 2001
+From: Palo Kisa 
+Date: Mon, 30 Jan 2017 12:21:10 +0100
+Subject: [PATCH] plugin-kbindicator: Undef the "explicit" workaround
+
+..after include and add explanation of the workaround.
+
+closes lxde/lxqt#1251
+---
+ plugin-kbindicator/src/x11/kbdlayout.cpp | 7 +++
+ 1 file changed, 7 insertions(+)
+
+diff --git a/plugin-kbindicator/src/x11/kbdlayout.cpp 
b/plugin-kbindicator/src/x11/kbdlayout.cpp
+index c4aa4e2..883df07 100644
+--- a/plugin-kbindicator/src/x11/kbdlayout.cpp
 b/plugin-kbindicator/src/x11/kbdlayout.cpp
+@@ -33,8 +33,15 @@
+ 
+ #include 
+ #include 
++
++// Note: We need to override "explicit" as this is a C++ keyword. But it is
++// used as variable name in xkb.h. This is causing a failure in C++ compile
++// time.
++// Similar bug here: https://bugs.freedesktop.org/show_bug.cgi?id=74080
+ #define explicit _explicit
+ #include 
++#undef explicit
++
+ #include "../kbdinfo.h"
+ #include "../controls.h"
+ 


[arch-commits] Commit in lxqt-panel/trunk (PKGBUILD)

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 14:24:17
  Author: jleclanche
Revision: 190327

upgpkg: lxqt-panel 0.11.0-1

Upstream release 0.11.0

Modified:
  lxqt-panel/trunk/PKGBUILD

--+
 PKGBUILD |   17 ++---
 1 file changed, 10 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 14:22:54 UTC (rev 190326)
+++ PKGBUILD2016-09-24 14:24:17 UTC (rev 190327)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-panel
-pkgver=0.10.0
-pkgrel=6
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="The LXQt desktop panel"
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -20,18 +20,21 @@
"lm_sensors: Sensors plugin"
 )
 makedepends=(
-   "cmake" "qt5-tools" "libpulse" "libstatgrab" "libsysstat"
+   "cmake" "qt5-tools" "git" "libpulse" "libstatgrab" "libsysstat"
"lm_sensors"
 )
 source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
-   "df83db7789daecd358f074db2100d7b251c00e48aa3aa62957d5a657a4309d5e"
+   "18415624d862b9b269fd1f74b2b6a51776852babd057e701e5d5b48ce46e777c"
"SKIP"
 )
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373") 
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
 
 
 build() {


[arch-commits] Commit in lxqt-panel/trunk (PKGBUILD)

2016-09-20 Thread Jerome Leclanche
Date: Tuesday, September 20, 2016 @ 07:46:13
  Author: jleclanche
Revision: 190011

upgpkg: lxqt-panel 0.10.0-6

Rebuild for new libqtxdg ABI

Modified:
  lxqt-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-20 07:08:25 UTC (rev 190010)
+++ PKGBUILD2016-09-20 07:46:13 UTC (rev 190011)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-panel
 pkgver=0.10.0
-pkgrel=5
+pkgrel=6
 pkgdesc="The LXQt desktop panel"
 arch=("i686" "x86_64")
 groups=("lxqt")


[arch-commits] Commit in lxqt-panel/trunk (PKGBUILD)

2015-12-07 Thread Felix Yan
Date: Monday, December 7, 2015 @ 16:36:29
  Author: fyan
Revision: 149977

C++11 ABI rebuild

Modified:
  lxqt-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 15:33:47 UTC (rev 149976)
+++ PKGBUILD2015-12-07 15:36:29 UTC (rev 149977)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-panel
 pkgver=0.10.0
-pkgrel=4
+pkgrel=5
 pkgdesc="The LXQt desktop panel"
 arch=("i686" "x86_64")
 groups=("lxqt")


[arch-commits] Commit in lxqt-panel/trunk (PKGBUILD)

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 13:26:11
  Author: jleclanche
Revision: 146297

upgpkg: lxqt-panel 0.10.0-3

Rebuild and use https for sources

Modified:
  lxqt-panel/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 12:17:30 UTC (rev 146296)
+++ PKGBUILD2015-11-06 12:26:11 UTC (rev 146297)
@@ -24,8 +24,8 @@
"lm_sensors"
 )
 source=(
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
"df83db7789daecd358f074db2100d7b251c00e48aa3aa62957d5a657a4309d5e"


[arch-commits] Commit in lxqt-panel/trunk (PKGBUILD)

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 18:51:56
  Author: jleclanche
Revision: 146318

upgpkg: lxqt-panel 0.10.0-4

pkgrel bump

Modified:
  lxqt-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 17:48:21 UTC (rev 146317)
+++ PKGBUILD2015-11-06 17:51:56 UTC (rev 146318)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-panel
 pkgver=0.10.0
-pkgrel=3
+pkgrel=4
 pkgdesc="The LXQt desktop panel"
 arch=("i686" "x86_64")
 groups=("lxqt")


[arch-commits] Commit in lxqt-panel/trunk (PKGBUILD)

2015-11-03 Thread Jerome Leclanche
Date: Tuesday, November 3, 2015 @ 13:25:53
  Author: jleclanche
Revision: 145779

upgpkg: lxqt-panel 0.10.0-2

Rebuild 0.10.0

Modified:
  lxqt-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 10:41:12 UTC (rev 145778)
+++ PKGBUILD2015-11-03 12:25:53 UTC (rev 145779)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-panel
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The LXQt desktop panel"
 arch=("i686" "x86_64")
 groups=("lxqt")


[arch-commits] Commit in lxqt-panel/trunk (PKGBUILD)

2015-11-03 Thread Balló György
Date: Wednesday, November 4, 2015 @ 06:32:49
  Author: bgyorgy
Revision: 145926

upgpkg: lxqt-panel 0.10.0-3

Fix dependencies

Modified:
  lxqt-panel/trunk/PKGBUILD

--+
 PKGBUILD |   20 +++-
 1 file changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 04:35:45 UTC (rev 145925)
+++ PKGBUILD2015-11-04 05:32:49 UTC (rev 145926)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-panel
 pkgver=0.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The LXQt desktop panel"
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -10,17 +10,19 @@
 url="http://lxqt.org;
 license=("LGPL2.1")
 depends=(
-   "libxcomposite" "libdbusmenu-qt5" "lxmenu-data"
-   "lxqt-common" "lxqt-globalkeys" "solid"
+   "libdbusmenu-qt5" "libxcomposite" "lxmenu-data" "lxqt-common"
+   "lxqt-globalkeys" "menu-cache" "solid"
 )
 optdepends=(
-   "alsa-lib: Alsa support in volume control plugin"
-   "libpulse: PulseAudio support in volume control plugin"
-   "libstatgrab: Network and CPU monitor plugin"
-   "libsysstat: Network/CPU monitor plugin"
-   "menu-cache: Improved performance for main menu plugin"
+   "libpulse: Volume control plugin"
+   "libstatgrab: CPU monitor and Network monitor plugins"
+   "libsysstat: System Statistics plugin"
+   "lm_sensors: Sensors plugin"
 )
-makedepends=("cmake" "qt5-tools" "alsa-lib" "libpulse" "libstatgrab" 
"libsysstat")
+makedepends=(
+   "cmake" "qt5-tools" "libpulse" "libstatgrab" "libsysstat"
+   "lm_sensors"
+)
 source=(
"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;


[arch-commits] Commit in lxqt-panel/trunk (PKGBUILD)

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 17:00:47
  Author: jleclanche
Revision: 145670

upgpkg: lxqt-panel 0.10.0-1

Upstream release 0.10.0

Modified:
  lxqt-panel/trunk/PKGBUILD

--+
 PKGBUILD |   38 --
 1 file changed, 24 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 16:00:36 UTC (rev 145669)
+++ PKGBUILD2015-11-02 16:00:47 UTC (rev 145670)
@@ -2,24 +2,34 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-panel
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.10.0
+pkgrel=1
 pkgdesc="The LXQt desktop panel"
 arch=("i686" "x86_64")
 groups=("lxqt")
 url="http://lxqt.org;
-license=("GPL2")
-depends=("libxcomposite" "lxmenu-data" "lxqt-common" "lxqt-globalkeys"
- "liblxqt-mount" "menu-cache")
-optdepends=("kguiaddons: Keyboard indicator plugin"
-"libpulse: Volume control plugin"
-"libstatgrab: CPU monitor and Network monitor plugins"
-"libsysstat: System Statistics plugin"
-"lm_sensors: Sensors plugin")
-makedepends=("cmake" "kguiaddons" "libpulse" "libstatgrab" "libsysstat"
- "lm_sensors" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("96b2c2f1b7de7605ac79f094936e6fcf8f0034342e11d84624a033f2450f6bf1")
+license=("LGPL2.1")
+depends=(
+   "libxcomposite" "libdbusmenu-qt5" "lxmenu-data"
+   "lxqt-common" "lxqt-globalkeys" "solid"
+)
+optdepends=(
+   "alsa-lib: Alsa support in volume control plugin"
+   "libpulse: PulseAudio support in volume control plugin"
+   "libstatgrab: Network and CPU monitor plugin"
+   "libsysstat: Network/CPU monitor plugin"
+   "menu-cache: Improved performance for main menu plugin"
+)
+makedepends=("cmake" "qt5-tools" "alsa-lib" "libpulse" "libstatgrab" 
"libsysstat")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "df83db7789daecd358f074db2100d7b251c00e48aa3aa62957d5a657a4309d5e"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373") 
 
 
 build() {


[arch-commits] Commit in lxqt-panel/trunk (PKGBUILD)

2015-07-06 Thread Balló György
Date: Tuesday, July 7, 2015 @ 04:29:32
  Author: bgyorgy
Revision: 136496

upgpkg: lxqt-panel 0.9.0-2

Move menu-cache to depends, kguiaddons to optdepends

Modified:
  lxqt-panel/trunk/PKGBUILD

--+
 PKGBUILD |   24 ++--
 1 file changed, 10 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-07 01:57:27 UTC (rev 136495)
+++ PKGBUILD2015-07-07 02:29:32 UTC (rev 136496)
@@ -3,25 +3,21 @@
 
 pkgname=lxqt-panel
 pkgver=0.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc=The LXQt desktop panel
 arch=(i686 x86_64)
 groups=(lxqt)
 url=http://lxqt.org;
 license=(GPL2)
-depends=(
-   libxcomposite kguiaddons lxmenu-data
-   lxqt-common liblxqt-mount lxqt-globalkeys
-)
-optdepends=(
-   alsa-lib: Alsa support in volume control plugin
-   libpulse: PulseAudio support in volume control plugin
-   lm_sensors: Battery plugin
-   libstatgrab: Network and CPU monitor plugin
-   libsysstat: Network/CPU monitor plugin
-   menu-cache: Improved performance for main menu plugin
-)
-makedepends=(cmake qt5-tools alsa-lib libpulse lm_sensors 
libstatgrab libsysstat)
+depends=(libxcomposite lxmenu-data lxqt-common lxqt-globalkeys
+ liblxqt-mount menu-cache)
+optdepends=(kguiaddons: Keyboard indicator plugin
+libpulse: Volume control plugin
+libstatgrab: CPU monitor and Network monitor plugins
+libsysstat: System Statistics plugin
+lm_sensors: Sensors plugin)
+makedepends=(cmake kguiaddons libpulse libstatgrab libsysstat
+ lm_sensors qt5-tools)
 source=(http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
 sha256sums=(96b2c2f1b7de7605ac79f094936e6fcf8f0034342e11d84624a033f2450f6bf1)