[arch-commits] Commit in sugar-artwork/repos/community-x86_64 (PKGBUILD PKGBUILD)

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


    Date: Wednesday, May 27, 2020 @ 19:27:04
  Author: bgyorgy
Revision: 636011

archrelease: copy trunk to community-x86_64

Added:
  sugar-artwork/repos/community-x86_64/PKGBUILD
    (from rev 636010, sugar-artwork/trunk/PKGBUILD)
Deleted:
  sugar-artwork/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-27 19:27:01 UTC (rev 636010)
+++ PKGBUILD	2020-05-27 19:27:04 UTC (rev 636011)
@@ -1,26 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=sugar-artwork
-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-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=('050eaef2ff889e830cd72726cb3dcc3868de9b82a1b4bddc1ecd4d12b3a65e8b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr EMPY=`echo /usr/lib/python3.*/site-packages/em.py`
-  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: sugar-artwork/repos/community-x86_64/PKGBUILD (from rev 636010, sugar-artwork/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-27 19:27:04 UTC (rev 636011)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=sugar-artwork
+pkgver=0.117
+pkgrel=1
+pkgdesc="Sugar icons and themes"
+arch=('x86_64')
+url="https://sugarlabs.org/"
+license=('LGPL')
+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=('27a68d6c743101cfc5c60feed13a391d8b6edc25aac55dad46bd55d5ffa2351e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list