[arch-commits] Commit in x2goclient/repos (6 files)
Andreas Radke
andyrtr at nymeria.archlinux.org
Wed Jan 22 12:15:31 UTC 2014
Date: Wednesday, January 22, 2014 @ 13:15:30
Author: andyrtr
Revision: 204540
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
x2goclient/repos/testing-i686/
x2goclient/repos/testing-i686/PKGBUILD
(from rev 204539, x2goclient/trunk/PKGBUILD)
x2goclient/repos/testing-i686/x2goclient.install
(from rev 204539, x2goclient/trunk/x2goclient.install)
x2goclient/repos/testing-x86_64/
x2goclient/repos/testing-x86_64/PKGBUILD
(from rev 204539, x2goclient/trunk/PKGBUILD)
x2goclient/repos/testing-x86_64/x2goclient.install
(from rev 204539, x2goclient/trunk/x2goclient.install)
-----------------------------------+
testing-i686/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
testing-i686/x2goclient.install | 11 +++++++++++
testing-x86_64/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
testing-x86_64/x2goclient.install | 11 +++++++++++
4 files changed, 88 insertions(+)
Copied: x2goclient/repos/testing-i686/PKGBUILD (from rev 204539, x2goclient/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2014-01-22 12:15:30 UTC (rev 204540)
@@ -0,0 +1,33 @@
+# $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.1.3
+pkgrel=1
+pkgdesc="x2go qt4 client"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://www.x2go.org"
+depends=('qt4' '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{,.asc})
+sha1sums=('37b946b5b6d0a072a6d1fee98ae43bef929f2abd'
+ 'SKIP')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ sed -i "s:-o root -g root ::" Makefile
+ #make PREFIX=/usr
+ #make PREFIX=/usr build_man # target broken and making the build hang
+ make PREFIX=/usr build_pluginprovider
+ make PREFIX=/usr build_client
+ make PREFIX=/usr build_plugin
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make PREFIX=/usr DESTDIR="$pkgdir" install
+}
Copied: x2goclient/repos/testing-i686/x2goclient.install (from rev 204539, x2goclient/trunk/x2goclient.install)
===================================================================
--- testing-i686/x2goclient.install (rev 0)
+++ testing-i686/x2goclient.install 2014-01-22 12:15:30 UTC (rev 204540)
@@ -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 204539, x2goclient/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-22 12:15:30 UTC (rev 204540)
@@ -0,0 +1,33 @@
+# $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.1.3
+pkgrel=1
+pkgdesc="x2go qt4 client"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://www.x2go.org"
+depends=('qt4' '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{,.asc})
+sha1sums=('37b946b5b6d0a072a6d1fee98ae43bef929f2abd'
+ 'SKIP')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ sed -i "s:-o root -g root ::" Makefile
+ #make PREFIX=/usr
+ #make PREFIX=/usr build_man # target broken and making the build hang
+ make PREFIX=/usr build_pluginprovider
+ make PREFIX=/usr build_client
+ make PREFIX=/usr build_plugin
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make PREFIX=/usr DESTDIR="$pkgdir" install
+}
Copied: x2goclient/repos/testing-x86_64/x2goclient.install (from rev 204539, x2goclient/trunk/x2goclient.install)
===================================================================
--- testing-x86_64/x2goclient.install (rev 0)
+++ testing-x86_64/x2goclient.install 2014-01-22 12:15:30 UTC (rev 204540)
@@ -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