[arch-commits] Commit in lxqt-notificationd/repos (4 files)
Jerome Leclanche
jleclanche at archlinux.org
Sat Feb 14 23:17:12 UTC 2015
Date: Sunday, February 15, 2015 @ 00:17:11
Author: jleclanche
Revision: 127731
archrelease: copy trunk to community-i686, community-x86_64
Added:
lxqt-notificationd/repos/community-i686/
lxqt-notificationd/repos/community-i686/PKGBUILD
(from rev 127730, lxqt-notificationd/trunk/PKGBUILD)
lxqt-notificationd/repos/community-x86_64/
lxqt-notificationd/repos/community-x86_64/PKGBUILD
(from rev 127730, lxqt-notificationd/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 29 +++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 29 +++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
Copied: lxqt-notificationd/repos/community-i686/PKGBUILD (from rev 127730, lxqt-notificationd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-14 23:17:11 UTC (rev 127731)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-notificationd
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="LXQt notification daemon and library."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("lxqt-common" "liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=("f33f8086319ed9d4cffddaed76925db5d79716e90d1112e5b124c95594a74b24")
+
+
+build() {
+ mkdir -p build
+ cd build
+ cmake "$srcdir/$pkgname-$pkgver" \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Copied: lxqt-notificationd/repos/community-x86_64/PKGBUILD (from rev 127730, lxqt-notificationd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-02-14 23:17:11 UTC (rev 127731)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-notificationd
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="LXQt notification daemon and library."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("lxqt-common" "liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=("f33f8086319ed9d4cffddaed76925db5d79716e90d1112e5b124c95594a74b24")
+
+
+build() {
+ mkdir -p build
+ cd build
+ cmake "$srcdir/$pkgname-$pkgver" \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list