[arch-commits] Commit in lxqt-notificationd/repos (4 files)
Jerome Leclanche
jleclanche at archlinux.org
Wed Jul 6 05:45:39 UTC 2016
Date: Wednesday, July 6, 2016 @ 05:45:39
Author: jleclanche
Revision: 182370
archrelease: copy trunk to community-i686, community-x86_64
Added:
lxqt-notificationd/repos/community-i686/PKGBUILD
(from rev 182369, lxqt-notificationd/trunk/PKGBUILD)
lxqt-notificationd/repos/community-x86_64/PKGBUILD
(from rev 182369, lxqt-notificationd/trunk/PKGBUILD)
Deleted:
lxqt-notificationd/repos/community-i686/PKGBUILD
lxqt-notificationd/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 74 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 36 ---------------------
community-x86_64/PKGBUILD | 36 ---------------------
3 files changed, 74 insertions(+), 72 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-07-06 05:45:23 UTC (rev 182369)
+++ community-i686/PKGBUILD 2016-07-06 05:45:39 UTC (rev 182370)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=lxqt-notificationd
-pkgver=0.10.0
-pkgrel=3
-pkgdesc="LXQt notification daemon and library."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("LGPL2.1")
-depends=("lxqt-common" "liblxqt")
-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=(
- "5c0859157ff6a20d613ea4aca24e786faf79ab6d69afec1e0b3671e3bbda53d5"
- "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-notificationd/repos/community-i686/PKGBUILD (from rev 182369, lxqt-notificationd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-06 05:45:39 UTC (rev 182370)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-notificationd
+pkgver=0.10.0
+pkgrel=4
+pkgdesc="LXQt notification daemon and library."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("LGPL2.1")
+depends=("lxqt-common" "liblxqt")
+provides=("notification-daemon")
+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=(
+ "5c0859157ff6a20d613ea4aca24e786faf79ab6d69afec1e0b3671e3bbda53d5"
+ "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/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-07-06 05:45:23 UTC (rev 182369)
+++ community-x86_64/PKGBUILD 2016-07-06 05:45:39 UTC (rev 182370)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=lxqt-notificationd
-pkgver=0.10.0
-pkgrel=3
-pkgdesc="LXQt notification daemon and library."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("LGPL2.1")
-depends=("lxqt-common" "liblxqt")
-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=(
- "5c0859157ff6a20d613ea4aca24e786faf79ab6d69afec1e0b3671e3bbda53d5"
- "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-notificationd/repos/community-x86_64/PKGBUILD (from rev 182369, lxqt-notificationd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-07-06 05:45:39 UTC (rev 182370)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-notificationd
+pkgver=0.10.0
+pkgrel=4
+pkgdesc="LXQt notification daemon and library."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("LGPL2.1")
+depends=("lxqt-common" "liblxqt")
+provides=("notification-daemon")
+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=(
+ "5c0859157ff6a20d613ea4aca24e786faf79ab6d69afec1e0b3671e3bbda53d5"
+ "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
+}
More information about the arch-commits
mailing list