[arch-commits] Commit in lxqt-notificationd/repos (4 files)

Antonio Rojas arojas at archlinux.org
Mon Dec 7 13:26:17 UTC 2015


    Date: Monday, December 7, 2015 @ 14:26:16
  Author: arojas
Revision: 149891

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

Added:
  lxqt-notificationd/repos/community-staging-i686/
  lxqt-notificationd/repos/community-staging-i686/PKGBUILD
    (from rev 149890, lxqt-notificationd/trunk/PKGBUILD)
  lxqt-notificationd/repos/community-staging-x86_64/
  lxqt-notificationd/repos/community-staging-x86_64/PKGBUILD
    (from rev 149890, lxqt-notificationd/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: lxqt-notificationd/repos/community-staging-i686/PKGBUILD (from rev 149890, lxqt-notificationd/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 13:26:16 UTC (rev 149891)
@@ -0,0 +1,36 @@
+# $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-staging-x86_64/PKGBUILD (from rev 149890, lxqt-notificationd/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 13:26:16 UTC (rev 149891)
@@ -0,0 +1,36 @@
+# $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
+}



More information about the arch-commits mailing list