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

Balló György bgyorgy at archlinux.org
Mon Feb 13 23:04:28 UTC 2017


    Date: Monday, February 13, 2017 @ 23:04:27
  Author: bgyorgy
Revision: 212191

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

Added:
  sugar-toolkit-gtk3/repos/
  sugar-toolkit-gtk3/repos/community-i686/
  sugar-toolkit-gtk3/repos/community-i686/PKGBUILD
    (from rev 212190, sugar-toolkit-gtk3/trunk/PKGBUILD)
  sugar-toolkit-gtk3/repos/community-x86_64/
  sugar-toolkit-gtk3/repos/community-x86_64/PKGBUILD
    (from rev 212190, sugar-toolkit-gtk3/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: sugar-toolkit-gtk3/repos/community-i686/PKGBUILD (from rev 212190, sugar-toolkit-gtk3/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2017-02-13 23:04:27 UTC (rev 212191)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=sugar-toolkit-gtk3
+pkgver=0.110.0
+pkgrel=1
+pkgdesc="Sugar GTK library"
+arch=('i686' 'x86_64')
+url="https://sugarlabs.org/"
+license=('LGPL')
+depends=('alsa-lib' 'gtk3' 'libsm' 'python2-cairo' 'python2-dateutil' 'python2-decorator'
+         'python2-telepathy' 'sugar-artwork' 'sugar-datastore' 'telepathy-mission-control' 'unzip')
+makedepends=('intltool' 'gobject-introspection')
+optdepends=('webkit2gtk: run sugar-activity-web')
+source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('e4b626c4efb515a444eb7bc2d5897aca1affd710f328de95b426f9f13032373e')
+
+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-toolkit-gtk3/repos/community-x86_64/PKGBUILD (from rev 212190, sugar-toolkit-gtk3/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2017-02-13 23:04:27 UTC (rev 212191)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=sugar-toolkit-gtk3
+pkgver=0.110.0
+pkgrel=1
+pkgdesc="Sugar GTK library"
+arch=('i686' 'x86_64')
+url="https://sugarlabs.org/"
+license=('LGPL')
+depends=('alsa-lib' 'gtk3' 'libsm' 'python2-cairo' 'python2-dateutil' 'python2-decorator'
+         'python2-telepathy' 'sugar-artwork' 'sugar-datastore' 'telepathy-mission-control' 'unzip')
+makedepends=('intltool' 'gobject-introspection')
+optdepends=('webkit2gtk: run sugar-activity-web')
+source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('e4b626c4efb515a444eb7bc2d5897aca1affd710f328de95b426f9f13032373e')
+
+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