[arch-commits] Commit in lxqt-powermanagement/repos (6 files)
Jerome Leclanche
jleclanche at archlinux.org
Thu Apr 28 13:03:32 UTC 2016
Date: Thursday, April 28, 2016 @ 15:03:32
Author: jleclanche
Revision: 172410
archrelease: copy trunk to community-i686, community-x86_64
Added:
lxqt-powermanagement/repos/community-i686/PKGBUILD
(from rev 172409, lxqt-powermanagement/trunk/PKGBUILD)
lxqt-powermanagement/repos/community-x86_64/PKGBUILD
(from rev 172409, lxqt-powermanagement/trunk/PKGBUILD)
Deleted:
lxqt-powermanagement/repos/community-i686/PKGBUILD
lxqt-powermanagement/repos/community-i686/lxqt-powermanagement.install
lxqt-powermanagement/repos/community-x86_64/PKGBUILD
lxqt-powermanagement/repos/community-x86_64/lxqt-powermanagement.install
-----------------------------------------------+
/PKGBUILD | 72 ++++++++++++++++++++++++
community-i686/PKGBUILD | 37 ------------
community-i686/lxqt-powermanagement.install | 11 ---
community-x86_64/PKGBUILD | 37 ------------
community-x86_64/lxqt-powermanagement.install | 11 ---
5 files changed, 72 insertions(+), 96 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-04-28 12:56:23 UTC (rev 172409)
+++ community-i686/PKGBUILD 2016-04-28 13:03:32 UTC (rev 172410)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=lxqt-powermanagement
-pkgver=0.10.0
-pkgrel=3
-pkgdesc="LXQt power management daemon"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("LGPL2.1")
-depends=("liblxqt" "qt5-svg" "hicolor-icon-theme" "solid" "xdg-utils")
-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=(
- "85f67c1ee443f7a028a2bd63b9430fc55823a0cb9ce33cd23d97ccba31e05aa9"
- "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-powermanagement/repos/community-i686/PKGBUILD (from rev 172409, lxqt-powermanagement/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-28 13:03:32 UTC (rev 172410)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-powermanagement
+pkgver=0.10.0
+pkgrel=4
+pkgdesc="LXQt power management daemon"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("LGPL2.1")
+depends=("liblxqt" "qt5-svg" "hicolor-icon-theme" "solid" "xdg-utils")
+makedepends=("cmake" "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=(
+ "85f67c1ee443f7a028a2bd63b9430fc55823a0cb9ce33cd23d97ccba31e05aa9"
+ "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
+}
Deleted: community-i686/lxqt-powermanagement.install
===================================================================
--- community-i686/lxqt-powermanagement.install 2016-04-28 12:56:23 UTC (rev 172409)
+++ community-i686/lxqt-powermanagement.install 2016-04-28 13:03:32 UTC (rev 172410)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-04-28 12:56:23 UTC (rev 172409)
+++ community-x86_64/PKGBUILD 2016-04-28 13:03:32 UTC (rev 172410)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=lxqt-powermanagement
-pkgver=0.10.0
-pkgrel=3
-pkgdesc="LXQt power management daemon"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("LGPL2.1")
-depends=("liblxqt" "qt5-svg" "hicolor-icon-theme" "solid" "xdg-utils")
-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=(
- "85f67c1ee443f7a028a2bd63b9430fc55823a0cb9ce33cd23d97ccba31e05aa9"
- "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-powermanagement/repos/community-x86_64/PKGBUILD (from rev 172409, lxqt-powermanagement/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-04-28 13:03:32 UTC (rev 172410)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-powermanagement
+pkgver=0.10.0
+pkgrel=4
+pkgdesc="LXQt power management daemon"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("LGPL2.1")
+depends=("liblxqt" "qt5-svg" "hicolor-icon-theme" "solid" "xdg-utils")
+makedepends=("cmake" "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=(
+ "85f67c1ee443f7a028a2bd63b9430fc55823a0cb9ce33cd23d97ccba31e05aa9"
+ "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
+}
Deleted: community-x86_64/lxqt-powermanagement.install
===================================================================
--- community-x86_64/lxqt-powermanagement.install 2016-04-28 12:56:23 UTC (rev 172409)
+++ community-x86_64/lxqt-powermanagement.install 2016-04-28 13:03:32 UTC (rev 172410)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
More information about the arch-commits
mailing list