[arch-commits] Commit in sugar-toolkit-gtk3/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed May 27 19:32:51 UTC 2020


    Date: Wednesday, May 27, 2020 @ 19:32:50
  Author: bgyorgy
Revision: 636021

upgpkg: sugar-toolkit-gtk3 0.117-1: Update to new version

Modified:
  sugar-toolkit-gtk3/trunk/PKGBUILD

----------+
 PKGBUILD |   23 ++++++-----------------
 1 file changed, 6 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-27 19:32:31 UTC (rev 636020)
+++ PKGBUILD	2020-05-27 19:32:50 UTC (rev 636021)
@@ -1,7 +1,7 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=sugar-toolkit-gtk3
-pkgver=0.116+16+g72d36cc9
+pkgver=0.117
 pkgrel=1
 pkgdesc="Sugar GTK library"
 arch=('x86_64')
@@ -9,24 +9,13 @@
 license=('LGPL')
 depends=('alsa-lib' 'gtk3' 'libsm' 'python-cairo' 'python-dateutil' 'python-decorator'
          'python-six' 'sugar-artwork' 'sugar-datastore' 'telepathy-mission-control' 'unzip')
-makedepends=('intltool' 'gobject-introspection' git gnome-common)
+makedepends=('intltool' 'gobject-introspection')
 optdepends=('webkit2gtk: run sugar-activity-web')
-_commit=72d36cc964de54403af5257c2b2da81c1e83326e  # master
-source=("git+https://github.com/sugarlabs/sugar-toolkit-gtk3.git#commit=$_commit")
-sha256sums=('SKIP')
+source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('eca4b113e30993b3ecc90a6be5eebc8104020c816e89c92938b375a33dc4ef4f')
 
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
 build() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   # Disable hardened build until fixed upstream
   # https://bugs.sugarlabs.org/ticket/4886
   export CFLAGS=${CFLAGS/ -fno-plt}
@@ -38,7 +27,7 @@
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
   rm "$pkgdir/usr/bin/sugar-activity"
 }



More information about the arch-commits mailing list