Date: Monday, December 7, 2015 @ 13:33:37
  Author: foutrelis
Revision: 149811

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  pcmanfm-qt/repos/community-staging-i686/
  pcmanfm-qt/repos/community-staging-i686/PKGBUILD
    (from rev 149809, pcmanfm-qt/trunk/PKGBUILD)
  pcmanfm-qt/repos/community-staging-i686/pcmanfm-qt.install
    (from rev 149809, pcmanfm-qt/trunk/pcmanfm-qt.install)
  pcmanfm-qt/repos/community-staging-x86_64/
  pcmanfm-qt/repos/community-staging-x86_64/PKGBUILD
    (from rev 149809, pcmanfm-qt/trunk/PKGBUILD)
  pcmanfm-qt/repos/community-staging-x86_64/pcmanfm-qt.install
    (from rev 149809, pcmanfm-qt/trunk/pcmanfm-qt.install)

---------------------------------------------+
 community-staging-i686/PKGBUILD             |   39 ++++++++++++++++++++++++++
 community-staging-i686/pcmanfm-qt.install   |   11 +++++++
 community-staging-x86_64/PKGBUILD           |   39 ++++++++++++++++++++++++++
 community-staging-x86_64/pcmanfm-qt.install |   11 +++++++
 4 files changed, 100 insertions(+)

Copied: pcmanfm-qt/repos/community-staging-i686/PKGBUILD (from rev 149809, 
pcmanfm-qt/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2015-12-07 12:33:37 UTC (rev 149811)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jer...@leclan.ch>
+
+pkgname=pcmanfm-qt
+pkgver=0.10.0
+pkgrel=3
+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")
+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";
+)
+sha256sums=(
+       "254c1da0d3fce2ab0a03b21861191b0875ce43382c74d3abbfa8f3dc88a080a4"
+       "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+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: pcmanfm-qt/repos/community-staging-i686/pcmanfm-qt.install (from rev 
149809, pcmanfm-qt/trunk/pcmanfm-qt.install)
===================================================================
--- community-staging-i686/pcmanfm-qt.install                           (rev 0)
+++ community-staging-i686/pcmanfm-qt.install   2015-12-07 12:33:37 UTC (rev 
149811)
@@ -0,0 +1,11 @@
+post_install() {
+       update-desktop-database -q
+}
+
+post_upgrade() {
+       post_install $1
+}
+
+post_remove() {
+       post_install $1
+}

Copied: pcmanfm-qt/repos/community-staging-x86_64/PKGBUILD (from rev 149809, 
pcmanfm-qt/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-07 12:33:37 UTC (rev 149811)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jer...@leclan.ch>
+
+pkgname=pcmanfm-qt
+pkgver=0.10.0
+pkgrel=3
+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")
+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";
+)
+sha256sums=(
+       "254c1da0d3fce2ab0a03b21861191b0875ce43382c74d3abbfa8f3dc88a080a4"
+       "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+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: pcmanfm-qt/repos/community-staging-x86_64/pcmanfm-qt.install (from rev 
149809, pcmanfm-qt/trunk/pcmanfm-qt.install)
===================================================================
--- community-staging-x86_64/pcmanfm-qt.install                         (rev 0)
+++ community-staging-x86_64/pcmanfm-qt.install 2015-12-07 12:33:37 UTC (rev 
149811)
@@ -0,0 +1,11 @@
+post_install() {
+       update-desktop-database -q
+}
+
+post_upgrade() {
+       post_install $1
+}
+
+post_remove() {
+       post_install $1
+}

Reply via email to