[arch-commits] Commit in sugar-artwork (5 files)

Balló György bgyorgy at archlinux.org
Mon Feb 13 22:59:52 UTC 2017


    Date: Monday, February 13, 2017 @ 22:59:51
  Author: bgyorgy
Revision: 212190

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 community-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: sugar-artwork/repos/community-i686/PKGBUILD (from rev 212189, sugar-artwork/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2017-02-13 22:59:51 UTC (rev 212190)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=sugar-artwork
+pkgver=0.110.0
+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=('361f118cac914686d30925b13bd55fa2f8f19009aaacbe6dc59dce4d9c7c7837')
+
+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 212189, sugar-artwork/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2017-02-13 22:59:51 UTC (rev 212190)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=sugar-artwork
+pkgver=0.110.0
+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=('361f118cac914686d30925b13bd55fa2f8f19009aaacbe6dc59dce4d9c7c7837')
+
+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