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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Jan 12 09:04:23 UTC 2013


    Date: Saturday, January 12, 2013 @ 04:04:23
  Author: andyrtr
Revision: 175043

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

Added:
  x2goclient/repos/testing-i686/
  x2goclient/repos/testing-i686/PKGBUILD
    (from rev 175042, x2goclient/trunk/PKGBUILD)
  x2goclient/repos/testing-i686/x2goclient.install
    (from rev 175042, x2goclient/trunk/x2goclient.install)
  x2goclient/repos/testing-x86_64/
  x2goclient/repos/testing-x86_64/PKGBUILD
    (from rev 175042, x2goclient/trunk/PKGBUILD)
  x2goclient/repos/testing-x86_64/x2goclient.install
    (from rev 175042, x2goclient/trunk/x2goclient.install)

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

Copied: x2goclient/repos/testing-i686/PKGBUILD (from rev 175042, x2goclient/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-01-12 09:04:23 UTC (rev 175043)
@@ -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/testing-i686/x2goclient.install (from rev 175042, x2goclient/trunk/x2goclient.install)
===================================================================
--- testing-i686/x2goclient.install	                        (rev 0)
+++ testing-i686/x2goclient.install	2013-01-12 09:04:23 UTC (rev 175043)
@@ -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/testing-x86_64/PKGBUILD (from rev 175042, x2goclient/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-01-12 09:04:23 UTC (rev 175043)
@@ -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/testing-x86_64/x2goclient.install (from rev 175042, x2goclient/trunk/x2goclient.install)
===================================================================
--- testing-x86_64/x2goclient.install	                        (rev 0)
+++ testing-x86_64/x2goclient.install	2013-01-12 09:04:23 UTC (rev 175043)
@@ -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