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

Felix Yan fyan at archlinux.org
Tue Jul 14 06:58:15 UTC 2015


    Date: Tuesday, July 14, 2015 @ 08:58:14
  Author: fyan
Revision: 136817

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

Added:
  wiznote/repos/community-i686/PKGBUILD
    (from rev 136816, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-i686/wiznote.install
    (from rev 136816, wiznote/trunk/wiznote.install)
  wiznote/repos/community-x86_64/PKGBUILD
    (from rev 136816, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-x86_64/wiznote.install
    (from rev 136816, 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                        |   94 +++++++++++++++++++++++++++++++++++++
 /wiznote.install                 |   24 +++++++++
 community-i686/PKGBUILD          |   47 ------------------
 community-i686/wiznote.install   |   12 ----
 community-x86_64/PKGBUILD        |   47 ------------------
 community-x86_64/wiznote.install |   12 ----
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-07-14 06:57:35 UTC (rev 136816)
+++ community-i686/PKGBUILD	2015-07-14 06:58:14 UTC (rev 136817)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Albert.Zhou <albert.zhou at wiz.cn>
-
-pkgname=wiznote
-pkgver=2.2.1.20150629
-_commit=1c186f32d0be20f04c14e3c500f8b5294259ff6c
-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' 'crypto++') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs
-# shared clucene/quazip triggers segfault
-makedepends=('cmake' 'qt5-tools' 'git' 'boost')
-install=wiznote.install
-_wiznote_project_name="WizQTClient"
-source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#commit=$_commit")
-md5sums=('SKIP')
-
-prepare() {
-  rm $_wiznote_project_name/share/skins/default/Thumbs.db
-
-  sed -e 's/add_subdirectory(cryptopp)//' \
-      -i $_wiznote_project_name/lib/CMakeLists.txt
-  
-  sed -e 's/cryptlib/cryptopp/' \
-      -i $_wiznote_project_name/src/CMakeLists.txt
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
-    -DWIZNOTE_USE_QT5=YES \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    ../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 136816, wiznote/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-07-14 06:58:14 UTC (rev 136817)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Albert.Zhou <albert.zhou at wiz.cn>
+
+pkgname=wiznote
+pkgver=2.2.2.20150629
+_commit=c0539e1a829bcd16dd5e2b039ad85236a769cedb
+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' 'crypto++') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs
+# shared clucene/quazip triggers segfault
+makedepends=('cmake' 'qt5-tools' 'git' 'boost')
+install=wiznote.install
+_wiznote_project_name="WizQTClient"
+source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#commit=$_commit")
+md5sums=('SKIP')
+
+prepare() {
+  rm $_wiznote_project_name/share/skins/default/Thumbs.db
+
+  sed -e 's/add_subdirectory(cryptopp)//' \
+      -i $_wiznote_project_name/lib/CMakeLists.txt
+  
+  sed -e 's/cryptlib/cryptopp/' \
+      -i $_wiznote_project_name/src/CMakeLists.txt
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+    -DWIZNOTE_USE_QT5=YES \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    ../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===================================================================
--- community-i686/wiznote.install	2015-07-14 06:57:35 UTC (rev 136816)
+++ community-i686/wiznote.install	2015-07-14 06:58:14 UTC (rev 136817)
@@ -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 136816, wiznote/trunk/wiznote.install)
===================================================================
--- community-i686/wiznote.install	                        (rev 0)
+++ community-i686/wiznote.install	2015-07-14 06:58:14 UTC (rev 136817)
@@ -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	2015-07-14 06:57:35 UTC (rev 136816)
+++ community-x86_64/PKGBUILD	2015-07-14 06:58:14 UTC (rev 136817)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Albert.Zhou <albert.zhou at wiz.cn>
-
-pkgname=wiznote
-pkgver=2.2.1.20150629
-_commit=1c186f32d0be20f04c14e3c500f8b5294259ff6c
-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' 'crypto++') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs
-# shared clucene/quazip triggers segfault
-makedepends=('cmake' 'qt5-tools' 'git' 'boost')
-install=wiznote.install
-_wiznote_project_name="WizQTClient"
-source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#commit=$_commit")
-md5sums=('SKIP')
-
-prepare() {
-  rm $_wiznote_project_name/share/skins/default/Thumbs.db
-
-  sed -e 's/add_subdirectory(cryptopp)//' \
-      -i $_wiznote_project_name/lib/CMakeLists.txt
-  
-  sed -e 's/cryptlib/cryptopp/' \
-      -i $_wiznote_project_name/src/CMakeLists.txt
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
-    -DWIZNOTE_USE_QT5=YES \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    ../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-x86_64/PKGBUILD (from rev 136816, wiznote/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-14 06:58:14 UTC (rev 136817)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Albert.Zhou <albert.zhou at wiz.cn>
+
+pkgname=wiznote
+pkgver=2.2.2.20150629
+_commit=c0539e1a829bcd16dd5e2b039ad85236a769cedb
+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' 'crypto++') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs
+# shared clucene/quazip triggers segfault
+makedepends=('cmake' 'qt5-tools' 'git' 'boost')
+install=wiznote.install
+_wiznote_project_name="WizQTClient"
+source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#commit=$_commit")
+md5sums=('SKIP')
+
+prepare() {
+  rm $_wiznote_project_name/share/skins/default/Thumbs.db
+
+  sed -e 's/add_subdirectory(cryptopp)//' \
+      -i $_wiznote_project_name/lib/CMakeLists.txt
+  
+  sed -e 's/cryptlib/cryptopp/' \
+      -i $_wiznote_project_name/src/CMakeLists.txt
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+    -DWIZNOTE_USE_QT5=YES \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    ../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/wiznote.install
===================================================================
--- community-x86_64/wiznote.install	2015-07-14 06:57:35 UTC (rev 136816)
+++ community-x86_64/wiznote.install	2015-07-14 06:58:14 UTC (rev 136817)
@@ -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 136816, wiznote/trunk/wiznote.install)
===================================================================
--- community-x86_64/wiznote.install	                        (rev 0)
+++ community-x86_64/wiznote.install	2015-07-14 06:58:14 UTC (rev 136817)
@@ -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