[arch-commits] Commit in wiznote/repos (8 files)

Felix Yan fyan at nymeria.archlinux.org
Sun Nov 3 12:29:00 UTC 2013


    Date: Sunday, November 3, 2013 @ 13:29:00
  Author: fyan
Revision: 100396

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

Added:
  wiznote/repos/community-i686/PKGBUILD
    (from rev 100395, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-i686/wiznote.install
    (from rev 100395, wiznote/trunk/wiznote.install)
  wiznote/repos/community-x86_64/PKGBUILD
    (from rev 100395, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-x86_64/wiznote.install
    (from rev 100395, wiznote/trunk/wiznote.install)
Deleted:
  wiznote/repos/community-i686/PKGBUILD
  wiznote/repos/community-i686/wiznote.install
  wiznote/repos/community-x86_64/PKGBUILD
  wiznote/repos/community-x86_64/wiznote.install

----------------------------------+
 /PKGBUILD                        |   56 +++++++++++++++++++++++++++++++++++++
 /wiznote.install                 |   24 +++++++++++++++
 community-i686/PKGBUILD          |   28 ------------------
 community-i686/wiznote.install   |   12 -------
 community-x86_64/PKGBUILD        |   28 ------------------
 community-x86_64/wiznote.install |   12 -------
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-11-03 12:27:53 UTC (rev 100395)
+++ community-i686/PKGBUILD	2013-11-03 12:29:00 UTC (rev 100396)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Albert.Zhou <albert.zhou at wiz.cn>
-
-pkgname=wiznote
-pkgver=2.0.59
-pkgrel=1
-pkgdesc="Opensource cross-platform cloud based note-taking client"
-arch=('i686' 'x86_64')
-url="http://www.wiznote.com"
-license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 'qt5-webkit') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs
-makedepends=('cmake' 'qt5-tools' 'git')
-install=wiznote.install
-_wiznote_project_name="WizQTClient"
-source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-build() {
-    cd $_wiznote_project_name
-    cmake -DWIZNOTE_USE_QT5=YES -DCMAKE_INSTALL_PREFIX=/usr/ .
-	make
-}
-
-package() {
-	cd $_wiznote_project_name
-	make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 100395, wiznote/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-11-03 12:29:00 UTC (rev 100396)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Albert.Zhou <albert.zhou at wiz.cn>
+
+pkgname=wiznote
+pkgver=2.0.62
+pkgrel=1
+pkgdesc="Opensource cross-platform cloud based note-taking client"
+arch=('i686' 'x86_64')
+url="http://www.wiznote.com"
+license=('GPL3' 'custom')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 'qt5-webkit') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs
+makedepends=('cmake' 'qt5-tools' 'git')
+install=wiznote.install
+_wiznote_project_name="WizQTClient"
+source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+    cd $_wiznote_project_name
+    cmake -DWIZNOTE_USE_QT5=YES -DCMAKE_INSTALL_PREFIX=/usr/ .
+	make
+}
+
+package() {
+	cd $_wiznote_project_name
+	make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===================================================================
--- community-i686/wiznote.install	2013-11-03 12:27:53 UTC (rev 100395)
+++ community-i686/wiznote.install	2013-11-03 12:29:00 UTC (rev 100396)
@@ -1,12 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &>/dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 100395, wiznote/trunk/wiznote.install)
===================================================================
--- community-i686/wiznote.install	                        (rev 0)
+++ community-i686/wiznote.install	2013-11-03 12:29:00 UTC (rev 100396)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-11-03 12:27:53 UTC (rev 100395)
+++ community-x86_64/PKGBUILD	2013-11-03 12:29:00 UTC (rev 100396)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Albert.Zhou <albert.zhou at wiz.cn>
-
-pkgname=wiznote
-pkgver=2.0.59
-pkgrel=1
-pkgdesc="Opensource cross-platform cloud based note-taking client"
-arch=('i686' 'x86_64')
-url="http://www.wiznote.com"
-license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 'qt5-webkit') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs
-makedepends=('cmake' 'qt5-tools' 'git')
-install=wiznote.install
-_wiznote_project_name="WizQTClient"
-source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-build() {
-    cd $_wiznote_project_name
-    cmake -DWIZNOTE_USE_QT5=YES -DCMAKE_INSTALL_PREFIX=/usr/ .
-	make
-}
-
-package() {
-	cd $_wiznote_project_name
-	make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-x86_64/PKGBUILD (from rev 100395, wiznote/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-11-03 12:29:00 UTC (rev 100396)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Albert.Zhou <albert.zhou at wiz.cn>
+
+pkgname=wiznote
+pkgver=2.0.62
+pkgrel=1
+pkgdesc="Opensource cross-platform cloud based note-taking client"
+arch=('i686' 'x86_64')
+url="http://www.wiznote.com"
+license=('GPL3' 'custom')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 'qt5-webkit') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs
+makedepends=('cmake' 'qt5-tools' 'git')
+install=wiznote.install
+_wiznote_project_name="WizQTClient"
+source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+    cd $_wiznote_project_name
+    cmake -DWIZNOTE_USE_QT5=YES -DCMAKE_INSTALL_PREFIX=/usr/ .
+	make
+}
+
+package() {
+	cd $_wiznote_project_name
+	make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/wiznote.install
===================================================================
--- community-x86_64/wiznote.install	2013-11-03 12:27:53 UTC (rev 100395)
+++ community-x86_64/wiznote.install	2013-11-03 12:29:00 UTC (rev 100396)
@@ -1,12 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &>/dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: wiznote/repos/community-x86_64/wiznote.install (from rev 100395, wiznote/trunk/wiznote.install)
===================================================================
--- community-x86_64/wiznote.install	                        (rev 0)
+++ community-x86_64/wiznote.install	2013-11-03 12:29:00 UTC (rev 100396)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list