[arch-commits] Commit in man-pages-zh/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Feb 15 02:35:28 UTC 2017


    Date: Wednesday, February 15, 2017 @ 02:35:28
  Author: felixonmars
Revision: 212485

archrelease: copy trunk to community-any

Added:
  man-pages-zh/repos/community-any/PKGBUILD
    (from rev 212484, man-pages-zh/trunk/PKGBUILD)
Deleted:
  man-pages-zh/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   96 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-15 02:34:57 UTC (rev 212484)
+++ PKGBUILD	2017-02-15 02:35:28 UTC (rev 212485)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: dickeny at gmail.com
-# Contributor: cuihao <cuihao dot leo at gmail dot com>
-
-pkgbase=man-pages-zh
-pkgname=(man-pages-zh_cn man-pages-zh_tw)
-pkgver=1.6.0
-pkgrel=1
-arch=('any')
-url='https://github.com/man-pages-zh/manpages-zh'
-license=('GPL2')
-depends=('man-db')
-makedepends=('opencc' 'python' 'git')
-source=("git+https://github.com/man-pages-zh/manpages-zh.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-build() {
-    cd "${srcdir}/manpages-zh"
-    autoreconf -i
-    ./configure --prefix=/usr
-    make
-}
-
-package_man-pages-zh_cn() {
-    pkgdesc='Simplified Chinese Linux man pages'
-
-    cd "${srcdir}/manpages-zh"
-    make install DESTDIR="${pkgdir}"
-
-    rm -r "${pkgdir}/usr/share/man/zh_TW"
-
-    # remove conflicted files with shadow
-    cd "${pkgdir}/usr/share/man/zh_CN"
-    rm -f ./man1/groups*
-}
-
-package_man-pages-zh_tw() {
-    pkgdesc='Traditional Chinese Linux man pages'
-
-    cd "${srcdir}/manpages-zh"
-    make install DESTDIR="${pkgdir}"
-
-    rm -r "${pkgdir}/usr/share/man/zh_CN"
-
-    # remove conflicted files with shadow
-    cd "${pkgdir}/usr/share/man/zh_TW"
-    rm -f ./man1/groups*
-}

Copied: man-pages-zh/repos/community-any/PKGBUILD (from rev 212484, man-pages-zh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-02-15 02:35:28 UTC (rev 212485)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: dickeny at gmail.com
+# Contributor: cuihao <cuihao dot leo at gmail dot com>
+
+pkgbase=man-pages-zh
+pkgname=(man-pages-zh_cn man-pages-zh_tw)
+pkgver=1.6.1
+pkgrel=1
+arch=('any')
+url='https://github.com/man-pages-zh/manpages-zh'
+license=('GPL2')
+depends=('man-db')
+makedepends=('opencc' 'python' 'git')
+source=("git+https://github.com/man-pages-zh/manpages-zh.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+    cd "${srcdir}/manpages-zh"
+    autoreconf -i
+    ./configure --prefix=/usr
+    make
+}
+
+package_man-pages-zh_cn() {
+    pkgdesc='Simplified Chinese Linux man pages'
+
+    cd "${srcdir}/manpages-zh"
+    make install DESTDIR="${pkgdir}"
+
+    rm -r "${pkgdir}/usr/share/man/zh_TW"
+
+    # remove conflicted files with shadow
+    cd "${pkgdir}/usr/share/man/zh_CN"
+    rm -f ./man1/groups*
+}
+
+package_man-pages-zh_tw() {
+    pkgdesc='Traditional Chinese Linux man pages'
+
+    cd "${srcdir}/manpages-zh"
+    make install DESTDIR="${pkgdir}"
+
+    rm -r "${pkgdir}/usr/share/man/zh_CN"
+
+    # remove conflicted files with shadow
+    cd "${pkgdir}/usr/share/man/zh_TW"
+    rm -f ./man1/groups*
+}



More information about the arch-commits mailing list