Date: Friday, April 1, 2016 @ 22:21:50
  Author: jleclanche
Revision: 169192

archrelease: copy trunk to community-any

Added:
  lxqt-common/repos/community-any/PKGBUILD
    (from rev 169191, lxqt-common/trunk/PKGBUILD)
  lxqt-common/repos/community-any/lxqt-common.install
    (from rev 169191, lxqt-common/trunk/lxqt-common.install)
Deleted:
  lxqt-common/repos/community-any/PKGBUILD
  lxqt-common/repos/community-any/lxqt-common.install

---------------------+
 PKGBUILD            |   74 +++++++++++++++++++++++++-------------------------
 lxqt-common.install |   28 +++++++++---------
 2 files changed, 52 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2016-04-01 20:21:40 UTC (rev 169191)
+++ PKGBUILD    2016-04-01 20:21:50 UTC (rev 169192)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <[email protected]>
-
-pkgname=lxqt-common
-pkgver=0.10.0
-pkgrel=2
-pkgdesc="Common data to run a LXQt session."
-arch=("any")
-groups=("lxqt")
-url="http://lxqt.org";
-license=("LGPL2.1")
-depends=("qt5-svg" "hicolor-icon-theme" "xdg-utils")
-makedepends=("cmake" "liblxqt" "qt5-tools")
-source=(
-       "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";
-       "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc";
-)
-sha256sums=(
-       "7b12f2fe7a42f5ea0c9f596eeb87ca3c97cc0b706121ceede64480e8480ec9d1"
-       "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-       mkdir -p build
-       cd build
-       cmake "$srcdir/$pkgname-$pkgver" \
-               -DCMAKE_INSTALL_PREFIX=/usr
-       make
-}
-
-package() {
-       cd build
-       make DESTDIR="$pkgdir" install
-}

Copied: lxqt-common/repos/community-any/PKGBUILD (from rev 169191, 
lxqt-common/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2016-04-01 20:21:50 UTC (rev 169192)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jerome Leclanche <[email protected]>
+
+pkgname=lxqt-common
+pkgver=0.10.0
+pkgrel=3
+pkgdesc="Common data to run a LXQt session."
+arch=("any")
+groups=("lxqt")
+url="http://lxqt.org";
+license=("LGPL2.1")
+depends=("qt5-svg" "hicolor-icon-theme" "xdg-utils" "ttf-font")
+makedepends=("cmake" "liblxqt" "qt5-tools")
+source=(
+       "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";
+       "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=(
+       "7b12f2fe7a42f5ea0c9f596eeb87ca3c97cc0b706121ceede64480e8480ec9d1"
+       "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+       mkdir -p build
+       cd build
+       # Build with LC_ALL=en_US.UTF-8 to work around lxqt#957 (FS#48754)
+       # Remove in 0.11
+       LC_ALL=en_US.UTF-8 cmake "$srcdir/$pkgname-$pkgver" \
+               -DCMAKE_INSTALL_PREFIX=/usr
+       LC_ALL=en_US.UTF-8 make
+}
+
+package() {
+       cd build
+       make DESTDIR="$pkgdir" install
+}

Deleted: lxqt-common.install
===================================================================
--- lxqt-common.install 2016-04-01 20:21:40 UTC (rev 169191)
+++ lxqt-common.install 2016-04-01 20:21:50 UTC (rev 169192)
@@ -1,14 +0,0 @@
-post_install() {
-       xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-       if [ "$(vercmp 0.9.1-2 "$2")" -eq 1 ]; then
-               printf '==> Theme paths have been changed. User configurations 
may need to be updated.\n'
-       fi
-       xdg-icon-resource forceupdate
-}
-
-post_remove() {
-       post_install $1
-}

Copied: lxqt-common/repos/community-any/lxqt-common.install (from rev 169191, 
lxqt-common/trunk/lxqt-common.install)
===================================================================
--- lxqt-common.install                         (rev 0)
+++ lxqt-common.install 2016-04-01 20:21:50 UTC (rev 169192)
@@ -0,0 +1,14 @@
+post_install() {
+       xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+       if [ "$(vercmp 0.9.1-2 "$2")" -eq 1 ]; then
+               printf '==> Theme paths have been changed. User configurations 
may need to be updated.\n'
+       fi
+       xdg-icon-resource forceupdate
+}
+
+post_remove() {
+       post_install $1
+}

Reply via email to