Date: Monday, November 2, 2015 @ 15:41:02
  Author: jleclanche
Revision: 145651

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

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

---------------------------+
 /PKGBUILD                 |   72 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   29 -----------------
 community-x86_64/PKGBUILD |   29 -----------------
 3 files changed, 72 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2015-11-02 14:40:42 UTC (rev 145650)
+++ community-i686/PKGBUILD     2015-11-02 14:41:02 UTC (rev 145651)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <[email protected]>
-
-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-i686/PKGBUILD (from rev 145650, 
lxqt-notificationd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2015-11-02 14:41:02 UTC (rev 145651)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche <[email protected]>
+
+pkgname=lxqt-notificationd
+pkgver=0.10.0
+pkgrel=1
+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=(
+       "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";
+       "http://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   2015-11-02 14:40:42 UTC (rev 145650)
+++ community-x86_64/PKGBUILD   2015-11-02 14:41:02 UTC (rev 145651)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <[email protected]>
-
-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 145650, 
lxqt-notificationd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 14:41:02 UTC (rev 145651)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche <[email protected]>
+
+pkgname=lxqt-notificationd
+pkgver=0.10.0
+pkgrel=1
+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=(
+       "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";
+       "http://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
+}

Reply via email to