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

Felix Yan fyan at archlinux.org
Sat Nov 28 00:27:50 UTC 2015


    Date: Saturday, November 28, 2015 @ 01:27:50
  Author: fyan
Revision: 147889

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

Added:
  chinese-calendar/repos/community-i686/
  chinese-calendar/repos/community-i686/PKGBUILD
    (from rev 147888, chinese-calendar/trunk/PKGBUILD)
  chinese-calendar/repos/community-x86_64/
  chinese-calendar/repos/community-x86_64/PKGBUILD
    (from rev 147888, chinese-calendar/trunk/PKGBUILD)

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

Copied: chinese-calendar/repos/community-i686/PKGBUILD (from rev 147888, chinese-calendar/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-11-28 00:27:50 UTC (rev 147889)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: allencch at hotmail dot com
+
+pkgname=chinese-calendar
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Chinese traditional calendar for Ubuntu Kylin"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/chinese-calendar/"
+license=('GPL3')
+depends=('qt4')
+source=("https://launchpad.net/chinese-calendar/1.0/$pkgver/+download/chinese-calendar-$pkgver.tar.gz")
+sha512sums=('a38824922e5c9fc33dc5f4dd5f2b56f6672354d5de03fa41bd1f17d44b7a5ae329ed526fc540f854c7246eeed5f11e68896649336117834c9b6d0d466e3a552d')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt4 PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install INSTALL_ROOT="$pkgdir"
+}

Copied: chinese-calendar/repos/community-x86_64/PKGBUILD (from rev 147888, chinese-calendar/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-11-28 00:27:50 UTC (rev 147889)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: allencch at hotmail dot com
+
+pkgname=chinese-calendar
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Chinese traditional calendar for Ubuntu Kylin"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/chinese-calendar/"
+license=('GPL3')
+depends=('qt4')
+source=("https://launchpad.net/chinese-calendar/1.0/$pkgver/+download/chinese-calendar-$pkgver.tar.gz")
+sha512sums=('a38824922e5c9fc33dc5f4dd5f2b56f6672354d5de03fa41bd1f17d44b7a5ae329ed526fc540f854c7246eeed5f11e68896649336117834c9b6d0d466e3a552d')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt4 PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install INSTALL_ROOT="$pkgdir"
+}



More information about the arch-commits mailing list