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

Alexander Rødseth arodseth at archlinux.org
Sun Jun 7 11:58:27 UTC 2015


    Date: Sunday, June 7, 2015 @ 13:58:27
  Author: arodseth
Revision: 134942

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

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

------------------------------+
 /PKGBUILD                    |   62 +++++++++++++++++++++++++++++++++++++++++
 /qgo.install                 |   28 ++++++++++++++++++
 community-i686/PKGBUILD      |   41 ---------------------------
 community-i686/qgo.install   |   14 ---------
 community-x86_64/PKGBUILD    |   41 ---------------------------
 community-x86_64/qgo.install |   14 ---------
 6 files changed, 90 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-06-07 11:58:16 UTC (rev 134941)
+++ community-i686/PKGBUILD	2015-06-07 11:58:27 UTC (rev 134942)
@@ -1,41 +0,0 @@
-# $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.0.0.dda95c9
-pkgrel=1
-pkgdesc='Go client and full featured SGF editor'
-arch=('x86_64' 'i686')
-url="http://qgo.sourceforge.net/"
-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")
-md5sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  # fragments in the git url doesn't seem to work?
-  git checkout -q qt5
-
-  echo -n '2.0.0.'
-  git describe --always | sed 's|-|.|g'
-}
-
-build() {
-  cd "$pkgname"
-
-  qmake && make
-}
-
-package() {
-  make -C "$pkgname" INSTALL_ROOT="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qgo/repos/community-i686/PKGBUILD (from rev 134941, qgo/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-06-07 11:58:27 UTC (rev 134942)
@@ -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.0.0.g
+pkgrel=1
+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:

Deleted: community-i686/qgo.install
===================================================================
--- community-i686/qgo.install	2015-06-07 11:58:16 UTC (rev 134941)
+++ community-i686/qgo.install	2015-06-07 11:58:27 UTC (rev 134942)
@@ -1,14 +0,0 @@
-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-i686/qgo.install (from rev 134941, qgo/trunk/qgo.install)
===================================================================
--- community-i686/qgo.install	                        (rev 0)
+++ community-i686/qgo.install	2015-06-07 11:58:27 UTC (rev 134942)
@@ -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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-06-07 11:58:16 UTC (rev 134941)
+++ community-x86_64/PKGBUILD	2015-06-07 11:58:27 UTC (rev 134942)
@@ -1,41 +0,0 @@
-# $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.0.0.dda95c9
-pkgrel=1
-pkgdesc='Go client and full featured SGF editor'
-arch=('x86_64' 'i686')
-url="http://qgo.sourceforge.net/"
-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")
-md5sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  # fragments in the git url doesn't seem to work?
-  git checkout -q qt5
-
-  echo -n '2.0.0.'
-  git describe --always | sed 's|-|.|g'
-}
-
-build() {
-  cd "$pkgname"
-
-  qmake && make
-}
-
-package() {
-  make -C "$pkgname" INSTALL_ROOT="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qgo/repos/community-x86_64/PKGBUILD (from rev 134941, qgo/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-06-07 11:58:27 UTC (rev 134942)
@@ -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.0.0.g
+pkgrel=1
+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:

Deleted: community-x86_64/qgo.install
===================================================================
--- community-x86_64/qgo.install	2015-06-07 11:58:16 UTC (rev 134941)
+++ community-x86_64/qgo.install	2015-06-07 11:58:27 UTC (rev 134942)
@@ -1,14 +0,0 @@
-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-x86_64/qgo.install (from rev 134941, qgo/trunk/qgo.install)
===================================================================
--- community-x86_64/qgo.install	                        (rev 0)
+++ community-x86_64/qgo.install	2015-06-07 11:58:27 UTC (rev 134942)
@@ -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