[arch-commits] Commit in libfm-qt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-05-17 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, May 17, 2020 @ 06:48:11
  Author: yan12125
Revision: 628220

archrelease: copy trunk to community-x86_64

Added:
  libfm-qt/repos/community-x86_64/PKGBUILD
(from rev 628219, libfm-qt/trunk/PKGBUILD)
Deleted:
  libfm-qt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   82 +
 1 file changed, 40 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-17 06:47:55 UTC (rev 628219)
+++ PKGBUILD2020-05-17 06:48:11 UTC (rev 628220)
@@ -1,42 +0,0 @@
-# Maintainer: Jerome Leclanche 
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=libfm-qt
-pkgver=0.15.0
-pkgrel=1
-pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
-arch=("x86_64")
-url="https://lxqt.org;
-license=("LGPL2.1")
-depends=("menu-cache" "libexif" "qt5-x11extras")
-makedepends=("lxqt-build-tools")
-optdepends=(
-  "org.freedesktop.secrets: allow to remember mount passwords"
-)
-provides=("libfm-qt.so")
-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;
-)
-sha512sums=('e4612e6f892707be94998c8642b58aed4807a1be26b7e3c9f0fe025036fb9070a0c756d52cd9cd106a608b1c50137f799a75dd464e2a0de167e285e8cc3564c3'
-'SKIP')
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

-   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

-)
-
-
-build() {
-   mkdir -p build
-   cd build
-
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: libfm-qt/repos/community-x86_64/PKGBUILD (from rev 628219, 
libfm-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-17 06:48:11 UTC (rev 628220)
@@ -0,0 +1,40 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=libfm-qt
+pkgver=0.15.1
+pkgrel=1
+pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
+arch=("x86_64")
+url="https://github.com/lxqt/$pkgname;
+license=("LGPL2.1")
+depends=("menu-cache" "libexif" "qt5-x11extras")
+makedepends=("lxqt-build-tools")
+optdepends=(
+  "org.freedesktop.secrets: allow to remember mount passwords"
+)
+provides=("libfm-qt.so")
+source=(
+   
"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;
+)
+sha512sums=('9bd3f61d830e4f7ba3e72d84e3ff1a07544f6f461d6eea7ecf2b31056020e08d47d83ef920b6e1a481a470dadfb995a6b3e3b57a13574d6abca617a84c71bdf5'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+build() {
+   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 libfm-qt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-12-29 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, December 30, 2019 @ 02:26:21
  Author: yan12125
Revision: 544076

archrelease: copy trunk to community-x86_64

Added:
  libfm-qt/repos/community-x86_64/PKGBUILD
(from rev 544075, libfm-qt/trunk/PKGBUILD)
Deleted:
  libfm-qt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-30 02:26:03 UTC (rev 544075)
+++ PKGBUILD2019-12-30 02:26:21 UTC (rev 544076)
@@ -1,38 +0,0 @@
-# Maintainer: Jerome Leclanche 
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=libfm-qt
-pkgver=0.14.1
-pkgrel=1
-pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
-arch=("x86_64")
-url="https://lxqt.org;
-license=("GPL2")
-depends=("menu-cache" "libexif" "qt5-x11extras")
-makedepends=("lxqt-build-tools")
-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;
-)
-sha512sums=('a265f6831a077ccb78a994828e6c69a22f2f6432b1f6ed6f404af41f013112870f7aee98067f2c466bec6cdfea040c10c7ce7e0f0ed977e5d266ec38e543d2a7'
-'SKIP')
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

-)
-
-
-build() {
-   mkdir -p build
-   cd build
-
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: libfm-qt/repos/community-x86_64/PKGBUILD (from rev 544075, 
libfm-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-30 02:26:21 UTC (rev 544076)
@@ -0,0 +1,38 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=libfm-qt
+pkgver=0.14.1
+pkgrel=2
+pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
+arch=("x86_64")
+url="https://lxqt.org;
+license=("GPL2")
+depends=("menu-cache" "libexif" "qt5-x11extras")
+makedepends=("lxqt-build-tools")
+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;
+)
+sha512sums=('a265f6831a077ccb78a994828e6c69a22f2f6432b1f6ed6f404af41f013112870f7aee98067f2c466bec6cdfea040c10c7ce7e0f0ed977e5d266ec38e543d2a7'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libfm-qt/repos/community-x86_64 (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to community-x86_64

Added:
  libfm-qt/repos/community-x86_64/PKGBUILD
(from rev 329100, libfm-qt/trunk/PKGBUILD)
Deleted:
  libfm-qt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-24 20:24:18 UTC (rev 329100)
+++ PKGBUILD2018-05-24 20:24:23 UTC (rev 329101)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=libfm-qt
-pkgver=0.12.0
-pkgrel=2
-pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
-arch=("x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("libfm" "qt5-x11extras")
-makedepends=("lxqt-build-tools")
-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;
-)
-sha256sums=(
-   "a2cc4fc811aff6a83507e41770152cb01ea564668a33f4c878c7132a42b4f693"
-   "SKIP"
-)
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

-)
-
-
-build() {
-   mkdir -p build
-   cd build
-
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: libfm-qt/repos/community-x86_64/PKGBUILD (from rev 329100, 
libfm-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-24 20:24:23 UTC (rev 329101)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libfm-qt
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
+arch=("x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libfm" "qt5-x11extras")
+makedepends=("lxqt-build-tools")
+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;
+)
+sha256sums=(
+   "8725a8d50ad071ca43ad6af6464c08e85bdb197e49db202b1adef6df61c23b8c"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libfm-qt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-12-23 Thread Jerome Leclanche via arch-commits
Date: Sunday, December 24, 2017 @ 04:25:39
  Author: jleclanche
Revision: 275614

archrelease: copy trunk to community-x86_64

Added:
  libfm-qt/repos/community-x86_64/PKGBUILD
(from rev 275613, libfm-qt/trunk/PKGBUILD)
Deleted:
  libfm-qt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-24 04:25:26 UTC (rev 275613)
+++ PKGBUILD2017-12-24 04:25:39 UTC (rev 275614)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=libfm-qt
-pkgver=0.12.0
-pkgrel=1
-pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("libfm" "qt5-x11extras")
-makedepends=("lxqt-build-tools")
-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;
-)
-sha256sums=(
-   "a2cc4fc811aff6a83507e41770152cb01ea564668a33f4c878c7132a42b4f693"
-   "SKIP"
-)
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

-)
-
-
-build() {
-   mkdir -p build
-   cd build
-
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: libfm-qt/repos/community-x86_64/PKGBUILD (from rev 275613, 
libfm-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-24 04:25:39 UTC (rev 275614)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libfm-qt
+pkgver=0.12.0
+pkgrel=2
+pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
+arch=("x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libfm" "qt5-x11extras")
+makedepends=("lxqt-build-tools")
+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;
+)
+sha256sums=(
+   "a2cc4fc811aff6a83507e41770152cb01ea564668a33f4c878c7132a42b4f693"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}