summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Schlisio2015-11-11 12:59:45 +0100
committerGeorg Schlisio2015-11-11 12:59:45 +0100
commitbb230322864ebae8a3994e2ca1ab8618049bfbe7 (patch)
treeafebd805ed64f7d58aca9eee0e6a74ef02200c4c
parent34d1144acb9eed127c5ec2467ce4086dc76173df (diff)
downloadaur-bb230322864ebae8a3994e2ca1ab8618049bfbe7.tar.gz
added support for 32bit systems
-rw-r--r--.SRCINFO45
-rw-r--r--PKGBUILD31
2 files changed, 50 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40e69dfd7e88..64a3bde2a7dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = icaclient
pkgdesc = Citrix Receiver for x86_64 (64bit) Linux (ICAClient)
pkgver = 13.2.1
- pkgrel = 7
+ pkgrel = 8
url = http://www.citrix.com/English/ps2/products/product.asp?contentID=1689163&ntref=prod_top
install = citrix-client.install
arch = x86_64
+ arch = i686
license = custom:Citrix
makedepends = automake
makedepends = autoconf
@@ -32,20 +33,34 @@ pkgbase = icaclient
backup = opt/Citrix/ICAClient/config/appsrv.ini
backup = opt/Citrix/ICAClient/config/wfclient.ini
backup = opt/Citrix/ICAClient/config/module.ini
- source = configmgr.desktop
- source = conncenter.desktop
- source = selfservice.desktop
- source = wfica.desktop
- source = wfica.sh
- source = wfica_assoc.sh
- source = icaclient-13.2.1.tar.gz::http://downloads.citrix.com/10836/linuxx64-13.2.1.328635.tar.gz?__gda__=1447064308_9f8eaa59a5f63b6ceb0f4f58615a1665
- md5sums = 71aca6257f259996ac59729604f32978
- md5sums = a38c3f844a0fefe8017a25bee213b843
- md5sums = 0e92c33b3fcc99b04269787da2984809
- md5sums = 1f214f6f456f59afd1a3275580f4240e
- md5sums = 59f8e50cc0e0c399d47eb7ace1df5a32
- md5sums = dca5a1f51449ef35f1441b900d622276
- md5sums = d8f21201fae4a22605104f01ab9cf2da
+ source_x86_64 = configmgr.desktop
+ source_x86_64 = conncenter.desktop
+ source_x86_64 = selfservice.desktop
+ source_x86_64 = wfica.desktop
+ source_x86_64 = wfica.sh
+ source_x86_64 = wfica_assoc.sh
+ source_x86_64 = icaclient-x64-13.2.1.tar.gz::http://downloads.citrix.com/10836/linuxx64-13.2.1.328635.tar.gz?__gda__=1447246766_f46066188d263927df7f5be65483989e
+ md5sums_x86_64 = 71aca6257f259996ac59729604f32978
+ md5sums_x86_64 = a38c3f844a0fefe8017a25bee213b843
+ md5sums_x86_64 = 0e92c33b3fcc99b04269787da2984809
+ md5sums_x86_64 = 1f214f6f456f59afd1a3275580f4240e
+ md5sums_x86_64 = 59f8e50cc0e0c399d47eb7ace1df5a32
+ md5sums_x86_64 = dca5a1f51449ef35f1441b900d622276
+ md5sums_x86_64 = d8f21201fae4a22605104f01ab9cf2da
+ source_i686 = configmgr.desktop
+ source_i686 = conncenter.desktop
+ source_i686 = selfservice.desktop
+ source_i686 = wfica.desktop
+ source_i686 = wfica.sh
+ source_i686 = wfica_assoc.sh
+ source_i686 = icaclient-x86-13.2.1.tar.gz::http://downloads.citrix.com/10832/linuxx86-13.2.1.328635.tar.gz?__gda__=1447246752_deca0044173a70a90a91df1d2da837fe
+ md5sums_i686 = 71aca6257f259996ac59729604f32978
+ md5sums_i686 = a38c3f844a0fefe8017a25bee213b843
+ md5sums_i686 = 0e92c33b3fcc99b04269787da2984809
+ md5sums_i686 = 1f214f6f456f59afd1a3275580f4240e
+ md5sums_i686 = 59f8e50cc0e0c399d47eb7ace1df5a32
+ md5sums_i686 = dca5a1f51449ef35f1441b900d622276
+ md5sums_i686 = bdd731b7c2c1d8b9546216def3ab9608
pkgname = icaclient
diff --git a/PKGBUILD b/PKGBUILD
index b7ea2b63f40f..777ffeae9ae8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Matthew Gyurgyik <matthew@pyther.net>
pkgname=icaclient
pkgver=13.2.1
-pkgrel=7
+pkgrel=8
pkgdesc="Citrix Receiver for x86_64 (64bit) Linux (ICAClient)"
-arch=('x86_64')
+arch=('x86_64' 'i686')
url="http://www.citrix.com/English/ps2/products/product.asp?contentID=1689163&ntref=prod_top"
license=('custom:Citrix')
depends=('alsa-lib' 'libvorbis' 'curl' 'gtk2' 'libpng12' 'libxml2' 'libxaw' 'libxext' 'libxft'
@@ -17,15 +17,24 @@ optdepends=(
conflicts=('bin32-citrix-client' 'citrix-client')
options=(!strip)
backup=("opt/Citrix/ICAClient/config/appsrv.ini" "opt/Citrix/ICAClient/config/wfclient.ini" "opt/Citrix/ICAClient/config/module.ini")
-source_url="http:$(curl -L -silent 'http://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-1321.html' | awk -F 'rel=\"' '/linuxx64-/ {print $2}'| awk -F'"' '{print $1}'| sed '/^$/d' |uniq)"
-source=('configmgr.desktop' 'conncenter.desktop' 'selfservice.desktop' 'wfica.desktop' 'wfica.sh' 'wfica_assoc.sh' $pkgname-$pkgver.tar.gz::$source_url)
-md5sums=('71aca6257f259996ac59729604f32978'
- 'a38c3f844a0fefe8017a25bee213b843'
- '0e92c33b3fcc99b04269787da2984809'
- '1f214f6f456f59afd1a3275580f4240e'
- '59f8e50cc0e0c399d47eb7ace1df5a32'
- 'dca5a1f51449ef35f1441b900d622276'
- 'd8f21201fae4a22605104f01ab9cf2da')
+source_url32="http:$(curl -L -silent 'http://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-1321.html' | awk -F 'rel=\"' '/linuxx86-/ {print $2}'| awk -F'"' '{print $1}'| sed '/^$/d' |uniq)"
+source_url64="http:$(curl -L -silent 'http://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-1321.html' | awk -F 'rel=\"' '/linuxx64-/ {print $2}'| awk -F'"' '{print $1}'| sed '/^$/d' |uniq)"
+source_i686=('configmgr.desktop' 'conncenter.desktop' 'selfservice.desktop' 'wfica.desktop' 'wfica.sh' 'wfica_assoc.sh' $pkgname-x86-$pkgver.tar.gz::$source_url32)
+source_x86_64=('configmgr.desktop' 'conncenter.desktop' 'selfservice.desktop' 'wfica.desktop' 'wfica.sh' 'wfica_assoc.sh' $pkgname-x64-$pkgver.tar.gz::$source_url64)
+md5sums_x86_64=('71aca6257f259996ac59729604f32978'
+ 'a38c3f844a0fefe8017a25bee213b843'
+ '0e92c33b3fcc99b04269787da2984809'
+ '1f214f6f456f59afd1a3275580f4240e'
+ '59f8e50cc0e0c399d47eb7ace1df5a32'
+ 'dca5a1f51449ef35f1441b900d622276'
+ 'd8f21201fae4a22605104f01ab9cf2da')
+md5sums_i686=('71aca6257f259996ac59729604f32978'
+ 'a38c3f844a0fefe8017a25bee213b843'
+ '0e92c33b3fcc99b04269787da2984809'
+ '1f214f6f456f59afd1a3275580f4240e'
+ '59f8e50cc0e0c399d47eb7ace1df5a32'
+ 'dca5a1f51449ef35f1441b900d622276'
+ 'bdd731b7c2c1d8b9546216def3ab9608')
install=citrix-client.install
package() {