Date: Saturday, February 14, 2015 @ 22:23:42
  Author: jleclanche
Revision: 127721

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

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

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

Copied: pcmanfm-qt/repos/community-i686/PKGBUILD (from rev 127720, 
pcmanfm-qt/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2015-02-14 21:23:42 UTC (rev 127721)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jer...@leclan.ch>
+
+pkgname=pcmanfm-qt
+pkgver=0.9.0
+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")
+install="$pkgname.install"
+source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";)
+sha256sums=("2df0f0a0c092f9ee6e7311255ab2aed66c8ea897b3399affb96732c46421e2df")
+
+
+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-i686/pcmanfm-qt.install (from rev 127720, 
pcmanfm-qt/trunk/pcmanfm-qt.install)
===================================================================
--- community-i686/pcmanfm-qt.install                           (rev 0)
+++ community-i686/pcmanfm-qt.install   2015-02-14 21:23:42 UTC (rev 127721)
@@ -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-x86_64/PKGBUILD (from rev 127720, 
pcmanfm-qt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-14 21:23:42 UTC (rev 127721)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jer...@leclan.ch>
+
+pkgname=pcmanfm-qt
+pkgver=0.9.0
+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")
+install="$pkgname.install"
+source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";)
+sha256sums=("2df0f0a0c092f9ee6e7311255ab2aed66c8ea897b3399affb96732c46421e2df")
+
+
+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-x86_64/pcmanfm-qt.install (from rev 127720, 
pcmanfm-qt/trunk/pcmanfm-qt.install)
===================================================================
--- community-x86_64/pcmanfm-qt.install                         (rev 0)
+++ community-x86_64/pcmanfm-qt.install 2015-02-14 21:23:42 UTC (rev 127721)
@@ -0,0 +1,11 @@
+post_install() {
+       update-desktop-database -q
+}
+
+post_upgrade() {
+       post_install $1
+}
+
+post_remove() {
+       post_install $1
+}

Reply via email to