summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Franke2018-12-13 23:26:49 +0100
committerBjoern Franke2018-12-13 23:34:28 +0100
commita8988e5f737ecb9d84794bca85867f50053d4e7a (patch)
treeac760aa089385eda1d8b3a138244e4447ce1f27b
downloadaur-a8988e5f737ecb9d84794bca85867f50053d4e7a.tar.gz
initial release
-rw-r--r--.SRCINFO27
-rw-r--r--PKGBUILD26
-rw-r--r--rambox-os.desktop12
-rw-r--r--rambox-os.pngbin0 -> 29235 bytes
4 files changed, 65 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..d8a0276e3eb4
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,27 @@
+pkgbase = rambox-os-bin
+ pkgdesc = Forked Free and Open Source messaging and emailing app that combines common web applications into one
+ pkgver = 0.5.18
+ pkgrel = 1
+ url = https://github.com/TheGoddessInari/rambox
+ arch = x86_64
+ license = GPL3
+ depends = alsa-lib
+ depends = bash
+ depends = desktop-file-utils
+ depends = gconf
+ depends = gtk2
+ depends = libnotify
+ depends = libxtst
+ depends = libxss
+ depends = nss
+ provides = rambox-os
+ conflicts = rambox
+ source = rambox-os-0.5.18.tar.gz::https://ci.appveyor.com/api/projects/TheGoddessInari/rambox/artifacts/dist/Rambox-0.5.18.tar.gz?job=Image%3A%20Ubuntu&branch=master
+ source = rambox-os.desktop
+ source = rambox-os.png
+ sha256sums = 6d0ff493da1ff6df08f8449c5dc87f79b9c1aa3a6369053a3277788e2669bcc4
+ sha256sums = 7a12969771bb16b8afb1a0755558c3692a90b97a16ae9ddcea46f9757d5af169
+ sha256sums = 0bf4d0c849ad6151f77b346fea0424fab910f434378f9890b16fd15a32a10064
+
+pkgname = rambox-os-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..e2d815d2e3b6
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,26 @@
+#Maintainer: Bjoern Franke <bjo@nord-west.org>
+
+pkgname=rambox-os-bin
+_pkgname=rambox-os
+pkgver=0.5.18
+pkgrel=1
+pkgdesc='Forked Free and Open Source messaging and emailing app that combines common web applications into one'
+arch=('x86_64')
+depends=('alsa-lib' 'bash' 'desktop-file-utils' 'gconf' 'gtk2' 'libnotify' 'libxtst' 'libxss' 'nss')
+provides=('rambox-os')
+conflicts=('rambox')
+url='https://github.com/TheGoddessInari/rambox'
+license=('GPL3')
+source=("$_pkgname-$pkgver.tar.gz::https://ci.appveyor.com/api/projects/TheGoddessInari/rambox/artifacts/dist/Rambox-$pkgver.tar.gz?job=Image%3A%20Ubuntu&branch=master"
+ "${_pkgname}.desktop" "${_pkgname}.png")
+sha256sums=('6d0ff493da1ff6df08f8449c5dc87f79b9c1aa3a6369053a3277788e2669bcc4'
+ '7a12969771bb16b8afb1a0755558c3692a90b97a16ae9ddcea46f9757d5af169'
+ '0bf4d0c849ad6151f77b346fea0424fab910f434378f9890b16fd15a32a10064')
+
+
+package() {
+ install -d ${pkgdir}/{opt/rambox-os,usr/{bin,share/pixmaps}}
+ cp -R ${srcdir}/${_path}/* ${pkgdir}/opt/${_pkgname}/
+ install -Dm644 $srcdir/${_pkgname}.png ${pkgdir}/usr/share/pixmaps/${_pkgname}.png
+ desktop-file-install ${srcdir}/${_pkgname}.desktop --dir ${pkgdir}/usr/share/applications/
+}
diff --git a/rambox-os.desktop b/rambox-os.desktop
new file mode 100644
index 000000000000..5c861103ca7d
--- /dev/null
+++ b/rambox-os.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Rambox-OS
+Comment=Forked Free and Open Source messaging and emailing app that combines common web applications into one.
+Exec=rambox -- %u
+StartupWMClass=Rambox-OS
+Icon=rambox-os
+Terminal=false
+Type=Application
+Categories=Network;
+X-Desktop-File-Install-Version=0.1
+Name[en_US]=Rambox-OS
diff --git a/rambox-os.png b/rambox-os.png
new file mode 100644
index 000000000000..a6fb01bf2dd5
--- /dev/null
+++ b/rambox-os.png
Binary files differ