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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Jan 12 11:27:39 UTC 2013


    Date: Saturday, January 12, 2013 @ 06:27:38
  Author: andyrtr
Revision: 175060

db-move: moved x2goclient from [testing] to [extra] (i686, x86_64)

Added:
  x2goclient/repos/extra-i686/
  x2goclient/repos/extra-i686/PKGBUILD
    (from rev 175058, x2goclient/repos/testing-i686/PKGBUILD)
  x2goclient/repos/extra-i686/x2goclient.install
    (from rev 175058, x2goclient/repos/testing-i686/x2goclient.install)
  x2goclient/repos/extra-x86_64/
  x2goclient/repos/extra-x86_64/PKGBUILD
    (from rev 175058, x2goclient/repos/testing-x86_64/PKGBUILD)
  x2goclient/repos/extra-x86_64/x2goclient.install
    (from rev 175058, x2goclient/repos/testing-x86_64/x2goclient.install)
Deleted:
  x2goclient/repos/testing-i686/
  x2goclient/repos/testing-x86_64/

---------------------------------+
 extra-i686/PKGBUILD             |   29 +++++++++++++++++++++++++++++
 extra-i686/x2goclient.install   |   11 +++++++++++
 extra-x86_64/PKGBUILD           |   29 +++++++++++++++++++++++++++++
 extra-x86_64/x2goclient.install |   11 +++++++++++
 4 files changed, 80 insertions(+)

Copied: x2goclient/repos/extra-i686/PKGBUILD (from rev 175058, x2goclient/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-01-12 11:27:38 UTC (rev 175060)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Gerhard Brauer <gerbra at archlinux.de>
+# Contributor: Richard Murri <admin at richardmurri.com>
+
+pkgname=x2goclient
+pkgver=4.0.0.1
+pkgrel=1
+pkgdesc="x2go qt4 client"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.x2go.org"
+depends=('qt' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('man2html')
+install=x2goclient.install
+source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e8786329cfe97652d337f71caa71f432')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i "s:qmake-qt4:qmake:g" Makefile
+  sed -i "s:-o root -g root ::" Makefile
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}

Copied: x2goclient/repos/extra-i686/x2goclient.install (from rev 175058, x2goclient/repos/testing-i686/x2goclient.install)
===================================================================
--- extra-i686/x2goclient.install	                        (rev 0)
+++ extra-i686/x2goclient.install	2013-01-12 11:27:38 UTC (rev 175060)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor
+}
+
+post_upgrade() {
+  xdg-icon-resource forceupdate --theme hicolor
+}
+
+post_remove() {
+  xdg-icon-resource forceupdate --theme hicolor
+}

Copied: x2goclient/repos/extra-x86_64/PKGBUILD (from rev 175058, x2goclient/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-01-12 11:27:38 UTC (rev 175060)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Gerhard Brauer <gerbra at archlinux.de>
+# Contributor: Richard Murri <admin at richardmurri.com>
+
+pkgname=x2goclient
+pkgver=4.0.0.1
+pkgrel=1
+pkgdesc="x2go qt4 client"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.x2go.org"
+depends=('qt' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('man2html')
+install=x2goclient.install
+source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e8786329cfe97652d337f71caa71f432')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i "s:qmake-qt4:qmake:g" Makefile
+  sed -i "s:-o root -g root ::" Makefile
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}

Copied: x2goclient/repos/extra-x86_64/x2goclient.install (from rev 175058, x2goclient/repos/testing-x86_64/x2goclient.install)
===================================================================
--- extra-x86_64/x2goclient.install	                        (rev 0)
+++ extra-x86_64/x2goclient.install	2013-01-12 11:27:38 UTC (rev 175060)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor
+}
+
+post_upgrade() {
+  xdg-icon-resource forceupdate --theme hicolor
+}
+
+post_remove() {
+  xdg-icon-resource forceupdate --theme hicolor
+}




More information about the arch-commits mailing list