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

Felix Yan fyan at archlinux.org
Fri Apr 1 15:28:56 UTC 2016


    Date: Friday, April 1, 2016 @ 17:28:55
  Author: fyan
Revision: 169188

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

Added:
  opencc/repos/community-i686/PKGBUILD
    (from rev 169187, opencc/trunk/PKGBUILD)
  opencc/repos/community-x86_64/PKGBUILD
    (from rev 169187, opencc/trunk/PKGBUILD)
Deleted:
  opencc/repos/community-i686/PKGBUILD
  opencc/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   76 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   38 ----------------------
 community-x86_64/PKGBUILD |   38 ----------------------
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-01 15:28:14 UTC (rev 169187)
+++ community-i686/PKGBUILD	2016-04-01 15:28:55 UTC (rev 169188)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=opencc
-pkgname=(opencc opencc-doc)
-pkgver=1.0.3.1
-_tag=ver.1.0.3-1
-pkgrel=1
-url="http://code.google.com/p/opencc/"
-arch=('i686' 'x86_64')
-license=('Apache')
-makedepends=('cmake' 'doxygen' 'python' 'git')
-source=("git+https://github.com/BYVoid/OpenCC.git#tag=$_tag")
-sha512sums=('SKIP')
-
-build() {
-  cd OpenCC
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DBUILD_DOCUMENTATION:BOOL=ON
-  make
-}
-
-package_opencc() {
-  pkgdesc="Library for Open Chinese Convert"
-  depends=('gcc-libs')
-
-  cd OpenCC
-  make DESTDIR="${pkgdir}" install
-  
-  # Remove docs - install in splitted package
-  rm -r "$pkgdir/usr/share/opencc/doc"
-}
-
-package_opencc-doc() {
-  pkgdesc="Documentation for Library for Open Chinese Convert"
-
-  cd OpenCC/doc
-  make DESTDIR="${pkgdir}" install
-}

Copied: opencc/repos/community-i686/PKGBUILD (from rev 169187, opencc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-01 15:28:55 UTC (rev 169188)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=opencc
+pkgname=(opencc opencc-doc)
+pkgver=1.0.4
+_tag=ver.1.0.4
+pkgrel=1
+url="http://code.google.com/p/opencc/"
+arch=('i686' 'x86_64')
+license=('Apache')
+makedepends=('cmake' 'doxygen' 'python' 'git')
+source=("git+https://github.com/BYVoid/OpenCC.git#tag=$_tag")
+sha512sums=('SKIP')
+
+build() {
+  cd OpenCC
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DBUILD_DOCUMENTATION:BOOL=ON
+  make
+}
+
+package_opencc() {
+  pkgdesc="Library for Open Chinese Convert"
+  depends=('gcc-libs')
+
+  cd OpenCC
+  make DESTDIR="${pkgdir}" install
+  
+  # Remove docs - install in splitted package
+  rm -r "$pkgdir/usr/share/opencc/doc"
+}
+
+package_opencc-doc() {
+  pkgdesc="Documentation for Library for Open Chinese Convert"
+
+  cd OpenCC/doc
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-01 15:28:14 UTC (rev 169187)
+++ community-x86_64/PKGBUILD	2016-04-01 15:28:55 UTC (rev 169188)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=opencc
-pkgname=(opencc opencc-doc)
-pkgver=1.0.3.1
-_tag=ver.1.0.3-1
-pkgrel=1
-url="http://code.google.com/p/opencc/"
-arch=('i686' 'x86_64')
-license=('Apache')
-makedepends=('cmake' 'doxygen' 'python' 'git')
-source=("git+https://github.com/BYVoid/OpenCC.git#tag=$_tag")
-sha512sums=('SKIP')
-
-build() {
-  cd OpenCC
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DBUILD_DOCUMENTATION:BOOL=ON
-  make
-}
-
-package_opencc() {
-  pkgdesc="Library for Open Chinese Convert"
-  depends=('gcc-libs')
-
-  cd OpenCC
-  make DESTDIR="${pkgdir}" install
-  
-  # Remove docs - install in splitted package
-  rm -r "$pkgdir/usr/share/opencc/doc"
-}
-
-package_opencc-doc() {
-  pkgdesc="Documentation for Library for Open Chinese Convert"
-
-  cd OpenCC/doc
-  make DESTDIR="${pkgdir}" install
-}

Copied: opencc/repos/community-x86_64/PKGBUILD (from rev 169187, opencc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-01 15:28:55 UTC (rev 169188)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=opencc
+pkgname=(opencc opencc-doc)
+pkgver=1.0.4
+_tag=ver.1.0.4
+pkgrel=1
+url="http://code.google.com/p/opencc/"
+arch=('i686' 'x86_64')
+license=('Apache')
+makedepends=('cmake' 'doxygen' 'python' 'git')
+source=("git+https://github.com/BYVoid/OpenCC.git#tag=$_tag")
+sha512sums=('SKIP')
+
+build() {
+  cd OpenCC
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DBUILD_DOCUMENTATION:BOOL=ON
+  make
+}
+
+package_opencc() {
+  pkgdesc="Library for Open Chinese Convert"
+  depends=('gcc-libs')
+
+  cd OpenCC
+  make DESTDIR="${pkgdir}" install
+  
+  # Remove docs - install in splitted package
+  rm -r "$pkgdir/usr/share/opencc/doc"
+}
+
+package_opencc-doc() {
+  pkgdesc="Documentation for Library for Open Chinese Convert"
+
+  cd OpenCC/doc
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list