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

2020-11-05 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, November 5, 2020 @ 15:18:59
  Author: yan12125
Revision: 743203

upgpkg: pcmanfm-qt 0.16.0-1; improve optdepends

Modified:
  pcmanfm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-05 15:18:05 UTC (rev 743202)
+++ PKGBUILD2020-11-05 15:18:59 UTC (rev 743203)
@@ -2,7 +2,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=pcmanfm-qt
-pkgver=0.15.1
+pkgver=0.16.0
 pkgrel=1
 pkgdesc="The LXQt file manager, Qt port of PCManFM"
 arch=("x86_64")
@@ -12,7 +12,7 @@
 depends=("desktop-file-utils" "libfm-qt" "lxmenu-data" "libfm-qt.so")
 makedepends=("lxqt-build-tools")
 optdepends=(
-   "gvfs: for trash support, mounting with udisks and remote filesystems"
+   "gvfs: for trash support, mounting with udisks, remote filesystems and 
trust bits for executables"
"gvfs-mtp: MTP support (Media Transfer Protocol)"
"lxqt-archiver: archive management"
"qt5-translations: allow keyboard shortcuts to function in some 
languages (e.g. German)"
@@ -21,7 +21,7 @@

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

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



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

2020-05-17 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, May 17, 2020 @ 06:53:40
  Author: yan12125
Revision: 628223

upgpkg: pcmanfm-qt 0.15.1-1; follow Arch Linux CMake package guidelines; update 
URL

Modified:
  pcmanfm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-17 06:49:57 UTC (rev 628222)
+++ PKGBUILD2020-05-17 06:53:40 UTC (rev 628223)
@@ -2,12 +2,12 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=pcmanfm-qt
-pkgver=0.15.0
-pkgrel=2
+pkgver=0.15.1
+pkgrel=1
 pkgdesc="The LXQt file manager, Qt port of PCManFM"
 arch=("x86_64")
 groups=("lxqt")
-url="https://lxqt.org;
+url="https://github.com/lxqt/$pkgname;
 license=("GPL2")
 depends=("desktop-file-utils" "libfm-qt" "lxmenu-data" "libfm-qt.so")
 makedepends=("lxqt-build-tools")
@@ -21,7 +21,7 @@

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

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha256sums=('69d60ac9b1ee73ad73280ce544680c6f7fe72fd69eba9c9b7a03e6c80576c105'
+sha256sums=('4d1a076046f33ee6ffd58e79a18ca516e198f21a59dff4a2d8da04962130ecc7'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

@@ -29,14 +29,11 @@
"19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
-
 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() {


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

2020-04-26 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, April 26, 2020 @ 06:26:56
  Author: yan12125
Revision: 621516

upgpkg: pcmanfm-qt 0.15.0-2

Modified:
  pcmanfm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 06:04:28 UTC (rev 621515)
+++ PKGBUILD2020-04-26 06:26:56 UTC (rev 621516)
@@ -3,7 +3,7 @@
 
 pkgname=pcmanfm-qt
 pkgver=0.15.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The LXQt file manager, Qt port of PCManFM"
 arch=("x86_64")
 groups=("lxqt")
@@ -14,12 +14,12 @@
 optdepends=(
"gvfs: for trash support, mounting with udisks and remote filesystems"
"gvfs-mtp: MTP support (Media Transfer Protocol)"
-   "xarchiver: archive management"
+   "lxqt-archiver: archive management"
"qt5-translations: allow keyboard shortcuts to function in some 
languages (e.g. German)"
 )
 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;
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=('69d60ac9b1ee73ad73280ce544680c6f7fe72fd69eba9c9b7a03e6c80576c105'
 'SKIP')


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 02:39:57
  Author: yan12125
Revision: 619719

upgpkg: pcmanfm-qt 0.15.0-1; add .so depends

Modified:
  pcmanfm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 02:36:21 UTC (rev 619718)
+++ PKGBUILD2020-04-25 02:39:57 UTC (rev 619719)
@@ -2,7 +2,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=pcmanfm-qt
-pkgver=0.14.1
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="The LXQt file manager, Qt port of PCManFM"
 arch=("x86_64")
@@ -9,7 +9,7 @@
 groups=("lxqt")
 url="https://lxqt.org;
 license=("GPL2")
-depends=("desktop-file-utils" "libfm-qt" "lxmenu-data")
+depends=("desktop-file-utils" "libfm-qt" "lxmenu-data" "libfm-qt.so")
 makedepends=("lxqt-build-tools")
 optdepends=(
"gvfs: for trash support, mounting with udisks and remote filesystems"
@@ -21,11 +21,12 @@

"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=('58e6a5f78014837f8c23a01f286ad5e3be426d3da37fdd8b4994766a63116c74'
+sha256sums=('69d60ac9b1ee73ad73280ce544680c6f7fe72fd69eba9c9b7a03e6c80576c105'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
 
@@ -34,8 +35,7 @@
cd build
 
cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
+   -DCMAKE_INSTALL_PREFIX=/usr
make
 }
 


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

2019-02-24 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, February 25, 2019 @ 07:57:50
  Author: yan12125
Revision: 435653

upgpkg: pcmanfm-qt 0.14.1-1

Modified:
  pcmanfm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-25 07:55:38 UTC (rev 435652)
+++ PKGBUILD2019-02-25 07:57:50 UTC (rev 435653)
@@ -2,8 +2,8 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=pcmanfm-qt
-pkgver=0.14.0
-pkgrel=2
+pkgver=0.14.1
+pkgrel=1
 pkgdesc="The LXQt file manager, Qt port of PCManFM"
 arch=("x86_64")
 groups=("lxqt")
@@ -21,7 +21,7 @@

"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=('5dc7fc3de03c10f77c7d8cec790449c55a33ef840c30c5b753a9cf6b97d0dfb6'
+sha256sums=('58e6a5f78014837f8c23a01f286ad5e3be426d3da37fdd8b4994766a63116c74'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 



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

2019-02-13 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, February 14, 2019 @ 02:33:41
  Author: yan12125
Revision: 432169

upgpkg: pcmanfm-qt 0.14.0-2

Fixes FS#58182

Modified:
  pcmanfm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-14 02:25:51 UTC (rev 432168)
+++ PKGBUILD2019-02-14 02:33:41 UTC (rev 432169)
@@ -1,12 +1,13 @@
 # Maintainer: Jerome Leclanche 
+# Maintainer: Chih-Hsuan Yen 
 
 pkgname=pcmanfm-qt
 pkgver=0.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The LXQt file manager, Qt port of PCManFM"
 arch=("x86_64")
 groups=("lxqt")
-url="http://lxqt.org;
+url="https://lxqt.org;
 license=("GPL2")
 depends=("desktop-file-utils" "libfm-qt" "lxmenu-data")
 makedepends=("lxqt-build-tools")
@@ -14,6 +15,7 @@
"gvfs: for trash support, mounting with udisks and remote filesystems"
"gvfs-mtp: MTP support (Media Transfer Protocol)"
"xarchiver: archive management"
+   "qt5-translations: allow keyboard shortcuts to function in some 
languages (e.g. German)"
 )
 source=(

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


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

2019-01-30 Thread Felix Yan via arch-commits
Date: Wednesday, January 30, 2019 @ 11:42:51
  Author: felixonmars
Revision: 428609

upgpkg: pcmanfm-qt 0.14.0-1

Modified:
  pcmanfm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-30 11:42:40 UTC (rev 428608)
+++ PKGBUILD2019-01-30 11:42:51 UTC (rev 428609)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=pcmanfm-qt
-pkgver=0.13.0
+pkgver=0.14.0
 pkgrel=1
 pkgdesc="The LXQt file manager, Qt port of PCManFM"
 arch=("x86_64")
@@ -19,10 +19,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=(
-   "bf961a6d91a50a3e7e69ae4b249d41b11f01d70142759a3019f30a33e7cc5722"
-   "SKIP"
-)
+sha256sums=('5dc7fc3de03c10f77c7d8cec790449c55a33ef840c30c5b753a9cf6b97d0dfb6'
+'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 



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

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

upgpkg: pcmanfm-qt 0.13.0-1

Upstream release 0.13.0

Modified:
  pcmanfm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-24 20:25:23 UTC (rev 329103)
+++ PKGBUILD2018-05-24 20:25:45 UTC (rev 329104)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=pcmanfm-qt
-pkgver=0.12.0
-pkgrel=2
+pkgver=0.13.0
+pkgrel=1
 pkgdesc="The LXQt file manager, Qt port of PCManFM"
 arch=("x86_64")
 groups=("lxqt")
@@ -21,7 +21,7 @@

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


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

2017-12-23 Thread Jerome Leclanche via arch-commits
Date: Sunday, December 24, 2017 @ 04:34:53
  Author: jleclanche
Revision: 275615

upgpkg: pcmanfm-qt 0.12.0-2

Rebuild for Qt 5.10

Modified:
  pcmanfm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-24 04:25:39 UTC (rev 275614)
+++ PKGBUILD2017-12-24 04:34:53 UTC (rev 275615)
@@ -3,7 +3,7 @@
 
 pkgname=pcmanfm-qt
 pkgver=0.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The LXQt file manager, Qt port of PCManFM"
 arch=("x86_64")
 groups=("lxqt")
@@ -13,6 +13,7 @@
 makedepends=("lxqt-build-tools")
 optdepends=(
"gvfs: for trash support, mounting with udisks and remote filesystems"
+   "gvfs-mtp: MTP support (Media Transfer Protocol)"
"xarchiver: archive management"
 )
 source=(


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

2017-10-21 Thread Jerome Leclanche
Date: Saturday, October 21, 2017 @ 22:43:35
  Author: jleclanche
Revision: 263904

upgpkg: pcmanfm-qt 0.12.0-1

Upstream release 0.12.0

Modified:
  pcmanfm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-21 22:37:33 UTC (rev 263903)
+++ PKGBUILD2017-10-21 22:43:35 UTC (rev 263904)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=pcmanfm-qt
-pkgver=0.11.3
-pkgrel=2
+pkgver=0.12.0
+pkgrel=1
 pkgdesc="The LXQt file manager, Qt port of PCManFM"
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -20,7 +20,7 @@

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


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

2017-02-15 Thread Balló György
Date: Wednesday, February 15, 2017 @ 23:30:25
  Author: bgyorgy
Revision: 212529

Add desktop-file-utils as dependency (FS#48755)

Modified:
  pcmanfm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-15 23:14:52 UTC (rev 212528)
+++ PKGBUILD2017-02-15 23:30:25 UTC (rev 212529)
@@ -9,7 +9,7 @@
 groups=("lxqt")
 url="http://lxqt.org;
 license=("GPL2")
-depends=("libfm-qt" "lxmenu-data")
+depends=("desktop-file-utils" "libfm-qt" "lxmenu-data")
 makedepends=("lxqt-build-tools")
 optdepends=(
"gvfs: for trash support, mounting with udisks and remote filesystems"


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

2017-01-30 Thread Balló György
Date: Monday, January 30, 2017 @ 17:25:42
  Author: bgyorgy
Revision: 209530

upgpkg: pcmanfm-qt 0.11.3-2

Remove unused liblxqt depednency.

Modified:
  pcmanfm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-30 17:20:21 UTC (rev 209529)
+++ PKGBUILD2017-01-30 17:25:42 UTC (rev 209530)
@@ -3,13 +3,13 @@
 
 pkgname=pcmanfm-qt
 pkgver=0.11.3
-pkgrel=1
+pkgrel=2
 pkgdesc="The LXQt file manager, Qt port of PCManFM"
 arch=("i686" "x86_64")
 groups=("lxqt")
 url="http://lxqt.org;
 license=("GPL2")
-depends=("liblxqt" "libfm-qt" "lxmenu-data")
+depends=("libfm-qt" "lxmenu-data")
 makedepends=("lxqt-build-tools")
 optdepends=(
"gvfs: for trash support, mounting with udisks and remote filesystems"


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

2017-01-21 Thread Jerome Leclanche
Date: Saturday, January 21, 2017 @ 10:50:24
  Author: jleclanche
Revision: 208235

upgpkg: pcmanfm-qt 0.11.3-1

Upstream release 0.11.3

Modified:
  pcmanfm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-21 10:44:05 UTC (rev 208234)
+++ PKGBUILD2017-01-21 10:50:24 UTC (rev 208235)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=pcmanfm-qt
-pkgver=0.11.1
+pkgver=0.11.3
 pkgrel=1
 pkgdesc="The LXQt file manager, Qt port of PCManFM"
 arch=("i686" "x86_64")
@@ -10,10 +10,9 @@
 url="http://lxqt.org;
 license=("GPL2")
 depends=("liblxqt" "libfm-qt" "lxmenu-data")
-makedepends=("cmake" "qt5-tools" "git")
+makedepends=("lxqt-build-tools")
 optdepends=(
"gvfs: for trash support, mounting with udisks and remote filesystems"
-   "udisks: alternative for mounting volumes"
"xarchiver: archive management"
 )
 source=(
@@ -21,7 +20,7 @@

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


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

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 15:51:35
  Author: jleclanche
Revision: 190441

upgpkg: pcmanfm-qt 0.11.1-1

Upstream release 0.11.1

Modified:
  pcmanfm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 15:49:58 UTC (rev 190440)
+++ PKGBUILD2016-09-24 15:51:35 UTC (rev 190441)
@@ -2,15 +2,15 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=pcmanfm-qt
-pkgver=0.10.0
-pkgrel=4
+pkgver=0.11.1
+pkgrel=1
 pkgdesc="The LXQt file manager, Qt port of PCManFM"
 arch=("i686" "x86_64")
 groups=("lxqt")
 url="http://lxqt.org;
 license=("GPL2")
-depends=("liblxqt" "libfm" "lxmenu-data")
-makedepends=("cmake" "qt5-tools")
+depends=("liblxqt" "libfm-qt" "lxmenu-data")
+makedepends=("cmake" "qt5-tools" "git")
 optdepends=(
"gvfs: for trash support, mounting with udisks and remote filesystems"
"udisks: alternative for mounting volumes"
@@ -17,14 +17,17 @@
"xarchiver: archive management"
 )
 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=(
-   "254c1da0d3fce2ab0a03b21861191b0875ce43382c74d3abbfa8f3dc88a080a4"
+   "fd035da1f74506f2897fc94b874def521a88a2f4f82c7eea1eb406375a2571fa"
"SKIP"
 )
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
 
 
 build() {


[arch-commits] Commit in pcmanfm-qt/trunk (PKGBUILD pcmanfm-qt.install)

2016-04-28 Thread Jerome Leclanche
Date: Thursday, April 28, 2016 @ 14:52:30
  Author: jleclanche
Revision: 172407

pcmanfm-qt: Rebuild (Hooks)

Modified:
  pcmanfm-qt/trunk/PKGBUILD
Deleted:
  pcmanfm-qt/trunk/pcmanfm-qt.install

+
 PKGBUILD   |3 +--
 pcmanfm-qt.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-28 12:09:50 UTC (rev 172406)
+++ PKGBUILD2016-04-28 12:52:30 UTC (rev 172407)
@@ -3,7 +3,7 @@
 
 pkgname=pcmanfm-qt
 pkgver=0.10.0
-pkgrel=3
+pkgrel=4
 pkgdesc="The LXQt file manager, Qt port of PCManFM"
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -16,7 +16,6 @@
"udisks: alternative for mounting volumes"
"xarchiver: archive management"
 )
-install="$pkgname.install"
 source=(
"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;

Deleted: pcmanfm-qt.install
===
--- pcmanfm-qt.install  2016-04-28 12:09:50 UTC (rev 172406)
+++ pcmanfm-qt.install  2016-04-28 12:52:30 UTC (rev 172407)
@@ -1,11 +0,0 @@
-post_install() {
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install $1
-}
-
-post_remove() {
-   post_install $1
-}


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

2016-01-04 Thread Jerome Leclanche
Date: Tuesday, January 5, 2016 @ 00:39:24
  Author: jleclanche
Revision: 155506

pcmanfm-qt: Add optdepends (FS#47589)

Modified:
  pcmanfm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-04 23:17:03 UTC (rev 155505)
+++ PKGBUILD2016-01-04 23:39:24 UTC (rev 155506)
@@ -11,6 +11,11 @@
 license=("GPL2")
 depends=("liblxqt" "libfm" "lxmenu-data")
 makedepends=("cmake" "qt5-tools")
+optdepends=(
+   "gvfs: for trash support, mounting with udisks and remote filesystems"
+   "udisks: alternative for mounting volumes"
+   "xarchiver: archive management"
+)
 install="$pkgname.install"
 source=(
"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;


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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 13:33:26
  Author: foutrelis
Revision: 149809

C++11 ABI rebuild

Modified:
  pcmanfm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 12:32:48 UTC (rev 149808)
+++ PKGBUILD2015-12-07 12:33:26 UTC (rev 149809)
@@ -3,7 +3,7 @@
 
 pkgname=pcmanfm-qt
 pkgver=0.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The LXQt file manager, Qt port of PCManFM"
 arch=("i686" "x86_64")
 groups=("lxqt")


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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 13:16:00
  Author: jleclanche
Revision: 146293

upgpkg: pcmanfm-qt 0.10.0-2

Rebuild and use https for sources

Modified:
  pcmanfm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 12:13:20 UTC (rev 146292)
+++ PKGBUILD2015-11-06 12:16:00 UTC (rev 146293)
@@ -3,7 +3,7 @@
 
 pkgname=pcmanfm-qt
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The LXQt file manager, Qt port of PCManFM"
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -13,8 +13,8 @@
 makedepends=("cmake" "qt5-tools")
 install="$pkgname.install"
 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=(
"254c1da0d3fce2ab0a03b21861191b0875ce43382c74d3abbfa8f3dc88a080a4"


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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 16:26:15
  Author: jleclanche
Revision: 145664

upgpkg: pcmanfm-qt 0.10.0-1

Upstream release 0.10.0

Modified:
  pcmanfm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 15:20:52 UTC (rev 145663)
+++ PKGBUILD2015-11-02 15:26:15 UTC (rev 145664)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=pcmanfm-qt
-pkgver=0.9.0
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="The LXQt file manager, Qt port of PCManFM"
 arch=("i686" "x86_64")
@@ -12,8 +12,15 @@
 depends=("liblxqt" "libfm" "lxmenu-data")
 makedepends=("cmake" "qt5-tools")
 install="$pkgname.install"
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("2df0f0a0c092f9ee6e7311255ab2aed66c8ea897b3399affb96732c46421e2df")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "254c1da0d3fce2ab0a03b21861191b0875ce43382c74d3abbfa8f3dc88a080a4"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
 
 
 build() {