[arch-commits] Commit in sugar-artwork/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Mon Mar 9 12:53:53 UTC 2020
Date: Monday, March 9, 2020 @ 12:53:53
Author: bgyorgy
Revision: 593092
upgpkg: sugar-artwork 0.116-1: Update to new version
Modified:
sugar-artwork/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-09 12:53:42 UTC (rev 593091)
+++ PKGBUILD 2020-03-09 12:53:53 UTC (rev 593092)
@@ -1,21 +1,21 @@
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgname=sugar-artwork
-pkgver=0.114
+pkgver=0.116
pkgrel=1
pkgdesc="Sugar icons and themes"
arch=('x86_64')
url="https://sugarlabs.org/"
license=('LGPL')
-makedepends=('gtk2' 'gtk3' 'icon-naming-utils' 'python' 'xorg-xcursorgen')
+makedepends=('gtk2' 'gtk3' 'icon-naming-utils' 'python-empy' 'xorg-xcursorgen')
optdepends=('gtk2: GTK+ 2 theme'
'gtk3: GTK+ 3 theme')
source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('0d9c63bf861d6facf8d64046ab76191a6a6b4b54daad778b40e3be1e45aa2db0')
+sha256sums=('050eaef2ff889e830cd72726cb3dcc3868de9b82a1b4bddc1ecd4d12b3a65e8b')
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr
+ ./configure --prefix=/usr EMPY=`echo /usr/lib/python3.*/site-packages/em.py`
sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}
More information about the arch-commits
mailing list