[arch-commits] Commit in sugar-artwork/trunk (PKGBUILD)
Date: Wednesday, May 27, 2020 @ 19:27:01 Author: bgyorgy Revision: 636010 upgpkg: sugar-artwork 0.117-1: Update to new version Modified: sugar-artwork/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-27 19:26:48 UTC (rev 636009) +++ PKGBUILD2020-05-27 19:27:01 UTC (rev 636010) @@ -1,7 +1,7 @@ # Maintainer: Balló György pkgname=sugar-artwork -pkgver=0.116 +pkgver=0.117 pkgrel=1 pkgdesc="Sugar icons and themes" arch=('x86_64') @@ -11,11 +11,11 @@ optdepends=('gtk2: GTK+ 2 theme' 'gtk3: GTK+ 3 theme') source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz) -sha256sums=('050eaef2ff889e830cd72726cb3dcc3868de9b82a1b4bddc1ecd4d12b3a65e8b') +sha256sums=('27a68d6c743101cfc5c60feed13a391d8b6edc25aac55dad46bd55d5ffa2351e') build() { cd $pkgname-$pkgver - ./configure --prefix=/usr EMPY=`echo /usr/lib/python3.*/site-packages/em.py` + ./configure --prefix=/usr sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make }
[arch-commits] Commit in sugar-artwork/trunk (PKGBUILD)
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 === --- PKGBUILD2020-03-09 12:53:42 UTC (rev 593091) +++ PKGBUILD2020-03-09 12:53:53 UTC (rev 593092) @@ -1,21 +1,21 @@ # Maintainer: Balló György 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 }
[arch-commits] Commit in sugar-artwork/trunk (PKGBUILD)
Date: Wednesday, June 19, 2019 @ 02:03:26 Author: bgyorgy Revision: 482284 upgpkg: sugar-artwork 0.114-1 Update to new version Modified: sugar-artwork/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-06-19 02:00:43 UTC (rev 482283) +++ PKGBUILD2019-06-19 02:03:26 UTC (rev 482284) @@ -1,8 +1,8 @@ # Maintainer: Balló György pkgname=sugar-artwork -pkgver=0.113 -pkgrel=2 +pkgver=0.114 +pkgrel=1 pkgdesc="Sugar icons and themes" arch=('x86_64') url="https://sugarlabs.org/"; @@ -11,7 +11,7 @@ optdepends=('gtk2: GTK+ 2 theme' 'gtk3: GTK+ 3 theme') source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz) -sha256sums=('1a55a75335733a45f202edbaf47567eb946729f462f0fd2500040770cbb8ec69') +sha256sums=('0d9c63bf861d6facf8d64046ab76191a6a6b4b54daad778b40e3be1e45aa2db0') build() { cd $pkgname-$pkgver
[arch-commits] Commit in sugar-artwork/trunk (PKGBUILD)
Date: Friday, March 15, 2019 @ 23:20:01 Author: bgyorgy Revision: 442071 upgpkg: sugar-artwork 0.113-2 Remove unused icon-slicer makedependency Modified: sugar-artwork/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-03-15 23:19:23 UTC (rev 442070) +++ PKGBUILD2019-03-15 23:20:01 UTC (rev 442071) @@ -2,12 +2,12 @@ pkgname=sugar-artwork pkgver=0.113 -pkgrel=1 +pkgrel=2 pkgdesc="Sugar icons and themes" arch=('x86_64') url="https://sugarlabs.org/"; license=('LGPL') -makedepends=('gtk2' 'gtk3' 'icon-naming-utils' 'icon-slicer' 'python') +makedepends=('gtk2' 'gtk3' 'icon-naming-utils' 'python' 'xorg-xcursorgen') optdepends=('gtk2: GTK+ 2 theme' 'gtk3: GTK+ 3 theme') source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz)
[arch-commits] Commit in sugar-artwork/trunk (PKGBUILD)
Date: Friday, March 15, 2019 @ 23:09:50 Author: bgyorgy Revision: 442066 upgpkg: sugar-artwork 0.113-1 Update to new version Modified: sugar-artwork/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-03-15 22:46:48 UTC (rev 442065) +++ PKGBUILD2019-03-15 23:09:50 UTC (rev 442066) @@ -1,17 +1,17 @@ # Maintainer: Balló György pkgname=sugar-artwork -pkgver=0.112 +pkgver=0.113 pkgrel=1 pkgdesc="Sugar icons and themes" arch=('x86_64') url="https://sugarlabs.org/"; license=('LGPL') -makedepends=('gtk2' 'gtk3' 'icon-naming-utils' 'icon-slicer' 'python2') +makedepends=('gtk2' 'gtk3' 'icon-naming-utils' 'icon-slicer' 'python') optdepends=('gtk2: GTK+ 2 theme' 'gtk3: GTK+ 3 theme') source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz) -sha256sums=('e30d7b14a3305bd2c18755ec0d158ca3792ef13057c2676e30b768decea4') +sha256sums=('1a55a75335733a45f202edbaf47567eb946729f462f0fd2500040770cbb8ec69') build() { cd $pkgname-$pkgver
[arch-commits] Commit in sugar-artwork/trunk (PKGBUILD)
Date: Sunday, October 15, 2017 @ 17:58:51 Author: bgyorgy Revision: 262966 upgpkg: sugar-artwork 0.112-1 Update to new version Modified: sugar-artwork/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-10-15 17:55:06 UTC (rev 262965) +++ PKGBUILD2017-10-15 17:58:51 UTC (rev 262966) @@ -2,7 +2,7 @@ # Maintainer: Balló György pkgname=sugar-artwork -pkgver=0.110.0 +pkgver=0.112 pkgrel=1 pkgdesc="Sugar icons and themes" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ optdepends=('gtk2: GTK+ 2 theme' 'gtk3: GTK+ 3 theme') source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz) -sha256sums=('361f118cac914686d30925b13bd55fa2f8f19009aaacbe6dc59dce4d9c7c7837') +sha256sums=('e30d7b14a3305bd2c18755ec0d158ca3792ef13057c2676e30b768decea4') build() { cd $pkgname-$pkgver