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