summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Jacques Maurer2016-10-26 16:34:47 +0200
committerJulian Jacques Maurer2016-10-26 16:34:47 +0200
commit75c2d1c014832fab4477c75814aad36c8d3f6be6 (patch)
treea20147a12642828edd4ed84d0d09a690b89d9ad4
downloadaur-75c2d1c014832fab4477c75814aad36c8d3f6be6.tar.gz
Initial commit for the Hiri package
-rw-r--r--.SRCINFO22
-rw-r--r--Hiri-EULA25
-rw-r--r--PKGBUILD43
-rw-r--r--hiri.desktop8
-rw-r--r--hiri.install13
-rwxr-xr-xhiri.sh4
6 files changed, 115 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..70a7aab2cc83
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,22 @@
+pkgbase = hiri
+ pkgdesc = An Exchange ready mail client aiming to replace Outlook
+ pkgver = 0.0.61.0
+ pkgrel = 1
+ url = https://www.hiri.com/product/
+ install = hiri.install
+ arch = x86_64
+ license = custom
+ depends = python-pyqt5
+ depends = qt5-webkit
+ depends = python-pyenchant
+ source = https://feedback.hiri.com/downloads/Hiri.tar.gz
+ source = hiri.desktop
+ source = Hiri-EULA
+ source = hiri.sh
+ sha512sums = 71c209bbcd2e80e401470256727f2d314686fb6a385526575e446d66171cdf2b0f38073b696897b739356543dff35b814cab41502a5816e873980981c92535a5
+ sha512sums = c6715a2db4c6c2d873e23bea455a9ef65e0e61dd0c69c4ee9927bcb436d8b591ff89220b1b89e411a3c81858b3bb9a85265e0264e37f853c0a63f366879c8267
+ sha512sums = c1640c1a3430418a72cbaa169c790a18f0571613c1c4791f8c4c12289bbc10ca361bb322baa79a1b183411bc378f7e51ed235ef49f6ace0aab92367321444b81
+ sha512sums = cafbf1f327618cb1d8914babf9cc9c2013b5db27df2a463329f9d366952c5ee592e946e727f991c8f7f558bdf7e625b91e0e029fa193650c197c6c9c6a57676d
+
+pkgname = hiri
+
diff --git a/Hiri-EULA b/Hiri-EULA
new file mode 100644
index 000000000000..c5918ec34521
--- /dev/null
+++ b/Hiri-EULA
@@ -0,0 +1,25 @@
+Terms of service
+
+Terms of Use ("Terms"): Please read these Terms of Use ("Terms", "Terms of Use") carefully before using the Hiri application, hiri.com, RateMyMail or Email Academy (collectively referred to as the "Service") operated by Whittl Media Ltd ("us", "we", or "our"), trading has Hiri.
+
+Your access to and use of the Service is conditioned on your acceptance of and compliance with these Terms. These Terms apply to all visitors, users and others who access or use the Service.
+
+By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the terms then you may not access the Service.
+
+Intellectual Property: The Service and its original content, features and functionality are and will remain the exclusive property of Whittl Media Ltd and its licensors. The Service is protected by copyright, trademark, and other laws of both the Ireland and foreign countries. Our trademarks and trade dress may not be used in connection with any product or service without the prior written consent of Whittl Media Ltd.
+
+Termination: We may terminate or suspend your access immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms. Upon termination, your right to use the Service will immediately cease.
+
+Limitation Of Liability: In no event shall Whittl Media Ltd, nor its directors, employees, partners, agents, suppliers, or affiliates, be liable for any indirect, incidental, special, consequential or punitive damages, including without limitation, loss of profits, data, use, goodwill, or other intangible losses, resulting from (i) your access to or use of or inability to access or use the Service; (ii) any conduct or content of any third party on the Service; (iii) any content obtained from the Service; and (iv) unauthorized access, use or alteration of your transmissions or content, whether based on warranty, contract, tort (including negligence) or any other legal theory, whether or not we have been informed of the possibility of such damage, and even if a remedy set forth herein is found to have failed of its essential purpose.
+
+Disclaimer: Your use of the Service is at your sole risk. The Service is provided on an "AS IS" and "AS AVAILABLE" basis. The Service is provided without warranties of any kind, whether express or implied, including, but not limited to, implied warranties of merchantability, fitness for a particular purpose, non-infringement or course of performance.
+
+Whittl Media Ltd its subsidiaries, affiliates, and its licensors do not warrant that a) the Service will function uninterrupted, secure or available at any particular time or location; b) any errors or defects will be corrected; c) the Service is free of viruses or other harmful components; or d) the results of using the Service will meet your requirements.
+
+Governing Law: These Terms shall be governed and construed in accordance with the laws of Ireland, without regard to its conflict of law provisions.
+
+Our failure to enforce any right or provision of these Terms will not be considered a waiver of those rights. If any provision of these Terms is held to be invalid or unenforceable by a court, the remaining provisions of these Terms will remain in effect. These Terms constitute the entire agreement between us regarding our Service, and supersede and replace any prior agreements we might have between us regarding the Service.
+
+Changes: We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.
+
+By continuing to access or use our Service after those revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, please stop using the Service.
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..a83b4f751cc2
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,43 @@
+# Maintainer: Julian Jacques Maurer <mail@julianjmaurer.de>
+pkgname=hiri
+pkgver=0.0.61.0
+pkgrel=1
+pkgdesc="An Exchange ready mail client aiming to replace Outlook"
+arch=('x86_64')
+url="https://www.hiri.com/product/"
+license=('custom')
+depends=('python-pyqt5'
+ 'qt5-webkit'
+ 'python-pyenchant')
+install=$pkgname.install
+source=('https://feedback.hiri.com/downloads/Hiri.tar.gz'
+ 'hiri.desktop'
+ 'Hiri-EULA'
+ 'hiri.sh')
+sha512sums=('71c209bbcd2e80e401470256727f2d314686fb6a385526575e446d66171cdf2b0f38073b696897b739356543dff35b814cab41502a5816e873980981c92535a5'
+ 'c6715a2db4c6c2d873e23bea455a9ef65e0e61dd0c69c4ee9927bcb436d8b591ff89220b1b89e411a3c81858b3bb9a85265e0264e37f853c0a63f366879c8267'
+ 'c1640c1a3430418a72cbaa169c790a18f0571613c1c4791f8c4c12289bbc10ca361bb322baa79a1b183411bc378f7e51ed235ef49f6ace0aab92367321444b81'
+ 'cafbf1f327618cb1d8914babf9cc9c2013b5db27df2a463329f9d366952c5ee592e946e727f991c8f7f558bdf7e625b91e0e029fa193650c197c6c9c6a57676d')
+
+build () {
+ cd Hiri-x86_64-$pkgver
+ cp /usr/lib64/python3.5/lib-dynload/_ssl.cpython-35m-x86_64-linux-gnu.so _ssl.cpython-34m-x86_64-linux-gnu.so
+
+}
+package() {
+ install -d "$pkgdir"/opt
+ cp -rup "Hiri-x86_64-$pkgver" "$pkgdir"/opt/$pkgname
+
+ install -d "$pkgdir"/usr/bin
+ ln -s /opt/$pkgname/hiri.sh "$pkgdir"/usr/bin/hiri
+
+ install -Dm644 $pkgname.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop
+
+ install -Dm755 $pkgname.sh "$pkgdir"/usr/bin/hiri
+
+ install -d "$pkgdir"/usr/share/icons/hicolor/128x128/apps
+ ln -s /opt/$pkgname/hiri.png "$pkgdir"/usr/share/icons/hicolor/128x128/apps/$pkgname.png
+
+ install -Dm644 Hiri-EULA "$pkgdir"/usr/share/licenses/$pkgname/EULA
+
+}
diff --git a/hiri.desktop b/hiri.desktop
new file mode 100644
index 000000000000..a74dbfffc394
--- /dev/null
+++ b/hiri.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Hiri
+Comment=Hiri email client
+Exec=bash -c "hiri %F"
+Icon=hiri.png
+
diff --git a/hiri.install b/hiri.install
new file mode 100644
index 000000000000..3ed3b8f6ed24
--- /dev/null
+++ b/hiri.install
@@ -0,0 +1,13 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor
+ update-desktop-database -q
+ update-mime-database usr/share/mime > /dev/null 2>&1
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
diff --git a/hiri.sh b/hiri.sh
new file mode 100755
index 000000000000..210f7583ef7e
--- /dev/null
+++ b/hiri.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+export PATH=$PATH:/opt/hiri;
+hiri.sh $*