Date: Tuesday, July 7, 2020 @ 15:58:05
  Author: felixonmars
Revision: 659053

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: chinese-calendar/repos/community-staging-x86_64/PKGBUILD (from rev 
659051, chinese-calendar/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-07 15:58:05 UTC (rev 659053)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: allencch at hotmail dot com
+
+pkgname=chinese-calendar
+pkgver=1.0.3.r58
+pkgrel=2
+pkgdesc="Chinese traditional calendar for Ubuntu Kylin"
+arch=('x86_64')
+url="https://launchpad.net/chinese-calendar/";
+license=('GPL3')
+depends=('qt5-base' 'qt5-svg')
+makedepends=('bzr')
+# unreleased version has qt5 support and references to 1.0.4 in 
debian/changelog
+#source=("https://launchpad.net/ubuntu/+archive/primary/+files/chinese-calendar_$pkgver.orig.tar.xz";)
+source=("bzr+lp:chinese-calendar#revision=58")
+sha512sums=('SKIP')
+
+build() {
+  cd chinese-calendar
+  qmake PREFIX=/usr
+  make
+}
+
+package() {
+  cd chinese-calendar
+  make install INSTALL_ROOT="$pkgdir"
+}

Reply via email to