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

Balló György bgyorgy at archlinux.org
Fri Mar 15 23:09:55 UTC 2019


    Date: Friday, March 15, 2019 @ 23:09:55
  Author: bgyorgy
Revision: 442067

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-15 23:09:50 UTC (rev 442066)
+++ PKGBUILD	2019-03-15 23:09:55 UTC (rev 442067)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=sugar-artwork
-pkgver=0.112
-pkgrel=1
-pkgdesc="Sugar icons and themes"
-arch=('i686' 'x86_64')
-url="https://sugarlabs.org/"
-license=('LGPL')
-makedepends=('gtk2' 'gtk3' 'icon-naming-utils' 'icon-slicer' 'python2')
-optdepends=('gtk2: GTK+ 2 theme'
-            'gtk3: GTK+ 3 theme')
-source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('e322220d7b14a3305bd2c18755ec0d158ca3792ef13057c2676e30b768decea4')
-
-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 442066, sugar-artwork/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-15 23:09:55 UTC (rev 442067)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=sugar-artwork
+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' 'python')
+optdepends=('gtk2: GTK+ 2 theme'
+            'gtk3: GTK+ 3 theme')
+source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('1a55a75335733a45f202edbaf47567eb946729f462f0fd2500040770cbb8ec69')
+
+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