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

Felix Yan felixonmars at archlinux.org
Fri Aug 4 15:06:52 UTC 2017


    Date: Friday, August 4, 2017 @ 15:06:51
  Author: felixonmars
Revision: 248466

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

Added:
  danmaq/repos/community-i686/
  danmaq/repos/community-i686/PKGBUILD
    (from rev 248465, danmaq/trunk/PKGBUILD)
  danmaq/repos/community-x86_64/
  danmaq/repos/community-x86_64/PKGBUILD
    (from rev 248465, danmaq/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: danmaq/repos/community-i686/PKGBUILD (from rev 248465, danmaq/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-04 15:06:51 UTC (rev 248466)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=danmaq
+pkgdesc="A small client side Qt program to play danmaku on any screen"
+pkgver=0.2
+pkgrel=1
+arch=("i686" "x86_64")
+license=('GPL')
+url="https://github.com/tuna/danmaQ"
+depends=('qt5-x11extras')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tuna/danmaQ/archive/v$pkgver.tar.gz")
+md5sums=('1f9b76446978c7017e20cd8394821895')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../danmaQ-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: danmaq/repos/community-x86_64/PKGBUILD (from rev 248465, danmaq/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-04 15:06:51 UTC (rev 248466)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=danmaq
+pkgdesc="A small client side Qt program to play danmaku on any screen"
+pkgver=0.2
+pkgrel=1
+arch=("i686" "x86_64")
+license=('GPL')
+url="https://github.com/tuna/danmaQ"
+depends=('qt5-x11extras')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tuna/danmaQ/archive/v$pkgver.tar.gz")
+md5sums=('1f9b76446978c7017e20cd8394821895')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../danmaQ-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list