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

Antonio Rojas arojas at archlinux.org
Fri Jan 22 19:13:48 UTC 2021


    Date: Friday, January 22, 2021 @ 19:13:48
  Author: arojas
Revision: 824893

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-22 19:13:41 UTC (rev 824892)
+++ PKGBUILD	2021-01-22 19:13:48 UTC (rev 824893)
@@ -1,26 +0,0 @@
-# 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
-}

Copied: sugar-artwork/repos/community-x86_64/PKGBUILD (from rev 824892, sugar-artwork/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-22 19:13:48 UTC (rev 824893)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=sugar-artwork
+pkgver=0.118
+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=('df00c26cf041bd5886a59317503d21aa406020ca2b807ba6de2b3674580ccd5e')
+
+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