[arch-commits] Commit in qgo/repos (6 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Dec 6 21:03:41 UTC 2015


    Date: Sunday, December 6, 2015 @ 22:03:41
  Author: foutrelis
Revision: 149215

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

Added:
  qgo/repos/community-staging-i686/
  qgo/repos/community-staging-i686/PKGBUILD
    (from rev 149214, qgo/trunk/PKGBUILD)
  qgo/repos/community-staging-i686/qgo.install
    (from rev 149214, qgo/trunk/qgo.install)
  qgo/repos/community-staging-x86_64/
  qgo/repos/community-staging-x86_64/PKGBUILD
    (from rev 149214, qgo/trunk/PKGBUILD)
  qgo/repos/community-staging-x86_64/qgo.install
    (from rev 149214, qgo/trunk/qgo.install)

--------------------------------------+
 community-staging-i686/PKGBUILD      |   31 +++++++++++++++++++++++++++++++
 community-staging-i686/qgo.install   |   14 ++++++++++++++
 community-staging-x86_64/PKGBUILD    |   31 +++++++++++++++++++++++++++++++
 community-staging-x86_64/qgo.install |   14 ++++++++++++++
 4 files changed, 90 insertions(+)

Copied: qgo/repos/community-staging-i686/PKGBUILD (from rev 149214, qgo/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-06 21:03:41 UTC (rev 149215)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.org>
+# Contributor: Magnus Jonsson <jmagnusj at gmail.com>
+
+pkgname=qgo
+pkgver=2.1.0
+pkgrel=2
+pkgdesc='Go client and full featured SGF editor'
+arch=('x86_64' 'i686')
+url='https://github.com/pzorin/qgo'
+license=('GPL')
+depends=('qt5-multimedia' 'qt5-tools' 'libsm' 'desktop-file-utils'
+         'shared-mime-info')
+makedepends=('git')
+install='qgo.install'
+options=('!emptydirs')
+source=("$pkgname::git://github.com/pzorin/$pkgname.git#commit=a4bc9c986e")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  qmake && make
+}
+
+package() {
+  make -C "$pkgname" INSTALL_ROOT="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: qgo/repos/community-staging-i686/qgo.install (from rev 149214, qgo/trunk/qgo.install)
===================================================================
--- community-staging-i686/qgo.install	                        (rev 0)
+++ community-staging-i686/qgo.install	2015-12-06 21:03:41 UTC (rev 149215)
@@ -0,0 +1,14 @@
+post_upgrade() {
+  update-desktop-database -q
+  update-mime-database /usr/share/mime
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Copied: qgo/repos/community-staging-x86_64/PKGBUILD (from rev 149214, qgo/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-06 21:03:41 UTC (rev 149215)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.org>
+# Contributor: Magnus Jonsson <jmagnusj at gmail.com>
+
+pkgname=qgo
+pkgver=2.1.0
+pkgrel=2
+pkgdesc='Go client and full featured SGF editor'
+arch=('x86_64' 'i686')
+url='https://github.com/pzorin/qgo'
+license=('GPL')
+depends=('qt5-multimedia' 'qt5-tools' 'libsm' 'desktop-file-utils'
+         'shared-mime-info')
+makedepends=('git')
+install='qgo.install'
+options=('!emptydirs')
+source=("$pkgname::git://github.com/pzorin/$pkgname.git#commit=a4bc9c986e")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  qmake && make
+}
+
+package() {
+  make -C "$pkgname" INSTALL_ROOT="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: qgo/repos/community-staging-x86_64/qgo.install (from rev 149214, qgo/trunk/qgo.install)
===================================================================
--- community-staging-x86_64/qgo.install	                        (rev 0)
+++ community-staging-x86_64/qgo.install	2015-12-06 21:03:41 UTC (rev 149215)
@@ -0,0 +1,14 @@
+post_upgrade() {
+  update-desktop-database -q
+  update-mime-database /usr/share/mime
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list