[arch-commits] Commit in sugar-activity-chat/repos (2 files)
Balló György
bgyorgy at archlinux.org
Mon Mar 9 20:08:01 UTC 2020
Date: Monday, March 9, 2020 @ 20:08:01
Author: bgyorgy
Revision: 593302
archrelease: copy trunk to community-testing-any
Added:
sugar-activity-chat/repos/community-testing-any/
sugar-activity-chat/repos/community-testing-any/PKGBUILD
(from rev 593301, sugar-activity-chat/trunk/PKGBUILD)
----------+
PKGBUILD | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
Copied: sugar-activity-chat/repos/community-testing-any/PKGBUILD (from rev 593301, sugar-activity-chat/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD (rev 0)
+++ community-testing-any/PKGBUILD 2020-03-09 20:08:01 UTC (rev 593302)
@@ -0,0 +1,19 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=sugar-activity-chat
+_pkgname=Chat
+pkgver=86
+pkgrel=1
+pkgdesc="Sugar activity for text chatting"
+arch=('any')
+url="https://wiki.sugarlabs.org/go/Activities/Chat"
+license=('GPL')
+groups=('sugar-fructose')
+depends=('sugar-toolkit-gtk3')
+source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
+sha256sums=('7dd9356dc138464df4e82680ed385eaeea9b690ba4644b25124506eb1ec20484')
+
+package() {
+ cd $_pkgname-$pkgver
+ python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+}
More information about the arch-commits
mailing list