[arch-commits] Commit in sugar-toolkit-gtk3/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Jan 22 19:17:27 UTC 2021
Date: Friday, January 22, 2021 @ 19:17:26
Author: arojas
Revision: 824903
archrelease: copy trunk to community-x86_64
Added:
sugar-toolkit-gtk3/repos/community-x86_64/PKGBUILD
(from rev 824902, sugar-toolkit-gtk3/trunk/PKGBUILD)
Deleted:
sugar-toolkit-gtk3/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-22 19:17:16 UTC (rev 824902)
+++ PKGBUILD 2021-01-22 19:17:26 UTC (rev 824903)
@@ -1,33 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=sugar-toolkit-gtk3
-pkgver=0.117
-pkgrel=3
-pkgdesc="Sugar GTK library"
-arch=('x86_64')
-url="https://sugarlabs.org/"
-license=('LGPL')
-depends=('alsa-lib' 'gtk3' 'libsm' 'python-cairo' 'python-dateutil' 'python-decorator'
- 'python-six' '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=('eca4b113e30993b3ecc90a6be5eebc8104020c816e89c92938b375a33dc4ef4f')
-
-build() {
- cd $pkgname-$pkgver
- # Disable hardened build until fixed upstream
- # https://bugs.sugarlabs.org/ticket/4886
- export CFLAGS=${CFLAGS/ -fno-plt}
- export LDFLAGS=${LDFLAGS/,-z,now}
-
- ./configure --prefix=/usr
- sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make -j1
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
- rm "$pkgdir/usr/bin/sugar-activity"
-}
Copied: sugar-toolkit-gtk3/repos/community-x86_64/PKGBUILD (from rev 824902, sugar-toolkit-gtk3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-22 19:17:26 UTC (rev 824903)
@@ -0,0 +1,33 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=sugar-toolkit-gtk3
+pkgver=0.118
+pkgrel=1
+pkgdesc="Sugar GTK library"
+arch=('x86_64')
+url="https://sugarlabs.org/"
+license=('LGPL')
+depends=('alsa-lib' 'gtk3' 'libsm' 'python-cairo' 'python-dateutil' 'python-decorator'
+ 'python-six' '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=('94cffb71e5025de0faa388bf9b9f1a24802e9c1c05c81e4a92db704a356adad6')
+
+build() {
+ cd $pkgname-$pkgver
+ # Disable hardened build until fixed upstream
+ # https://bugs.sugarlabs.org/ticket/4886
+ export CFLAGS=${CFLAGS/ -fno-plt}
+ export LDFLAGS=${LDFLAGS/,-z,now}
+
+ ./configure --prefix=/usr
+ sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make -j1
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+ rm "$pkgdir/usr/bin/sugar-activity"
+}
More information about the arch-commits
mailing list