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

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


    Date: Friday, March 15, 2019 @ 23:20:05
  Author: bgyorgy
Revision: 442072

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-15 23:20:01 UTC (rev 442071)
+++ PKGBUILD	2019-03-15 23:20:05 UTC (rev 442072)
@@ -1,26 +0,0 @@
-# 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
-}

Copied: sugar-artwork/repos/community-x86_64/PKGBUILD (from rev 442071, sugar-artwork/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-15 23:20:05 UTC (rev 442072)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=sugar-artwork
+pkgver=0.113
+pkgrel=2
+pkgdesc="Sugar icons and themes"
+arch=('x86_64')
+url="https://sugarlabs.org/"
+license=('LGPL')
+makedepends=('gtk2' 'gtk3' 'icon-naming-utils' 'python' '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=('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