Date: Saturday, April 24, 2021 @ 12:42:10 Author: bgyorgy Revision: 923634
Move beebeep from AUR with 12 votes Added: beebeep/ beebeep/trunk/ beebeep/trunk/PKGBUILD beebeep/trunk/beebeep.appdata.xml ---------------------+ PKGBUILD | 35 +++++++++++++++++++++++++++++++++++ beebeep.appdata.xml | 21 +++++++++++++++++++++ 2 files changed, 56 insertions(+) Added: beebeep/trunk/PKGBUILD =================================================================== --- beebeep/trunk/PKGBUILD (rev 0) +++ beebeep/trunk/PKGBUILD 2021-04-24 12:42:10 UTC (rev 923634) @@ -0,0 +1,35 @@ +# Maintainer: Balló György <ballogyor+arch at gmail dot com> +# Contributor: Kevin Puertas <kevinpr at jkanetwork dot com> +# Contributor: St.kai <[email protected]> +# Contributor: ssysmso sending updated PKGBUILD +# Contributor: Christoph Korn <christoph.korn at posteo dot de> + +pkgname=beebeep +pkgver=5.8.4 +pkgrel=2 +pkgdesc='Secure LAN messenger and file sender' +arch=('x86_64') +url='https://www.beebeep.net/' +license=('GPL3') +depends=('qt5-multimedia' 'qt5-x11extras') +source=("https://downloads.sourceforge.net/$pkgname/$pkgname-code-$pkgver.zip" + 'beebeep.appdata.xml') +sha256sums=('43e65a9d5249385fde782907d0cc3e26d6dd435bb623bcc0f93499055988f04c' + '3f338fb741adb2b7f20a6576a02559385c1f43334483877fe101c075be21e424') + +build() { + cd $pkgname-code-r* + qmake-qt5 + make +} + +package(){ + cd $pkgname-code-r* + install -Dm755 test/beebeep "$pkgdir/usr/bin/beebeep" + install -Dm644 test/lib*.so -t "$pkgdir/usr/lib/beebeep/" + install -Dm644 locale/beebeep_*.qm -t "$pkgdir/usr/share/beebeep/" + install -Dm644 src/images/beebeep.png "$pkgdir/usr/share/beebeep/beebeep.png" + install -Dm644 misc/beep.wav "$pkgdir/usr/share/beebeep/beep.wav" + install -Dm644 scripts/debian_amd64/$pkgname.desktop "$pkgdir/usr/share/applications/$pkgname.desktop" + install -Dm644 ../beebeep.appdata.xml "$pkgdir/usr/share/metainfo/$pkgname.appdata.xml" +} Added: beebeep/trunk/beebeep.appdata.xml =================================================================== --- beebeep/trunk/beebeep.appdata.xml (rev 0) +++ beebeep/trunk/beebeep.appdata.xml 2021-04-24 12:42:10 UTC (rev 923634) @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<component type="desktop-application"> + <id>net.beebeep.BeeBEEP/</id> + <launchable type="desktop-id">beebeep.desktop</launchable> + <name>BeeBEEP</name> + <summary>Free office messenger</summary> + <metadata_license>CC0-1.0</metadata_license> + <project_license>GPL-3.0</project_license> + <developer_name>Marco Mastroddi</developer_name> + <description> + <p>This office messaging application, BeeBEEP, does not need an external server to let users communicate with each other. In your office, in your laboratory, at school, at home, in the hospital or in any other activity having the need for security and privacy, BeeBEEP is the best way to keep your private messages safe.</p> + </description> + <screenshots> + <screenshot type="default"> + <image>https://www.beebeep.net/images/shots/beebeep_in_action_windows.png</image> + </screenshot> + </screenshots> + <url type="bugtracker">https://sourceforge.net/p/beebeep/tickets/</url> + <url type="homepage">https://www.beebeep.net/</url> + <update_contact>[email protected]</update_contact> +</component>
