[arch-commits] Commit in qqwing/repos (4 files)

Jan de Groot jgc at archlinux.org
Sun Feb 19 22:17:20 UTC 2017


    Date: Sunday, February 19, 2017 @ 22:17:20
  Author: jgc
Revision: 289295

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

Added:
  qqwing/repos/extra-i686/PKGBUILD
    (from rev 289294, qqwing/trunk/PKGBUILD)
  qqwing/repos/extra-x86_64/PKGBUILD
    (from rev 289294, qqwing/trunk/PKGBUILD)
Deleted:
  qqwing/repos/extra-i686/PKGBUILD
  qqwing/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   50 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   24 -----------------------
 extra-x86_64/PKGBUILD |   24 -----------------------
 3 files changed, 50 insertions(+), 48 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-02-19 22:17:10 UTC (rev 289294)
+++ extra-i686/PKGBUILD	2017-02-19 22:17:20 UTC (rev 289295)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=qqwing
-pkgver=1.3.4
-pkgrel=2
-pkgdesc="Sudoku generating and solving software"
-arch=('i686' 'x86_64')
-url='http://qqwing.com/'
-depends=(gcc-libs)
-license=('GPL2')
-source=(http://qqwing.com/$pkgname-$pkgver.tar.gz)
-md5sums=('249dcfa8a1ca2d5cec5a81bcdbd017eb')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: qqwing/repos/extra-i686/PKGBUILD (from rev 289294, qqwing/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-02-19 22:17:20 UTC (rev 289295)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=qqwing
+pkgver=1.3.4
+pkgrel=3
+pkgdesc="Sudoku generating and solving software"
+arch=('i686' 'x86_64')
+url='https://qqwing.com/'
+depends=(gcc-libs)
+license=('GPL2')
+source=(https://qqwing.com/$pkgname-$pkgver.tar.gz)
+sha256sums=('1753736c31feea0085f5cfac33143743204f8a7e66b81ccd17e249ecafba802f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-02-19 22:17:10 UTC (rev 289294)
+++ extra-x86_64/PKGBUILD	2017-02-19 22:17:20 UTC (rev 289295)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=qqwing
-pkgver=1.3.4
-pkgrel=2
-pkgdesc="Sudoku generating and solving software"
-arch=('i686' 'x86_64')
-url='http://qqwing.com/'
-depends=(gcc-libs)
-license=('GPL2')
-source=(http://qqwing.com/$pkgname-$pkgver.tar.gz)
-md5sums=('249dcfa8a1ca2d5cec5a81bcdbd017eb')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: qqwing/repos/extra-x86_64/PKGBUILD (from rev 289294, qqwing/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-02-19 22:17:20 UTC (rev 289295)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=qqwing
+pkgver=1.3.4
+pkgrel=3
+pkgdesc="Sudoku generating and solving software"
+arch=('i686' 'x86_64')
+url='https://qqwing.com/'
+depends=(gcc-libs)
+license=('GPL2')
+source=(https://qqwing.com/$pkgname-$pkgver.tar.gz)
+sha256sums=('1753736c31feea0085f5cfac33143743204f8a7e66b81ccd17e249ecafba802f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  sed -i -e '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