[arch-commits] Commit in (5 files)

Anatol Pomozov anatolik at archlinux.org
Wed Jul 1 16:27:45 UTC 2015


    Date: Wednesday, July 1, 2015 @ 18:27:45
  Author: anatolik
Revision: 136212

v8 has been moved to AUR4

Modified:
  avr-binutils/trunk/PKGBUILD
  avr-gcc/trunk/PKGBUILD
  avr-libc/trunk/PKGBUILD
  tt-rss/trunk/PKGBUILD
Deleted:
  v8/

-----------------------------+
 avr-binutils/trunk/PKGBUILD |   17 ++++++++++-------
 avr-gcc/trunk/PKGBUILD      |   36 +++++++++++++++++-------------------
 avr-libc/trunk/PKGBUILD     |   28 ++++++++++++++--------------
 tt-rss/trunk/PKGBUILD       |   15 +++++++++++----
 4 files changed, 52 insertions(+), 44 deletions(-)

Modified: avr-binutils/trunk/PKGBUILD
===================================================================
--- avr-binutils/trunk/PKGBUILD	2015-07-01 16:26:50 UTC (rev 136211)
+++ avr-binutils/trunk/PKGBUILD	2015-07-01 16:27:45 UTC (rev 136212)
@@ -8,19 +8,21 @@
 
 pkgname=avr-binutils
 pkgver=2.25
-pkgrel=2
-pkgdesc="A set of programs to assemble and manipulate binary and object files for the AVR architecture"
+pkgrel=3
+_commit=c42c779b
+pkgdesc='A set of programs to assemble and manipulate binary and object files for the AVR architecture'
 arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/binutils/"
+url='http://www.gnu.org/software/binutils/'
 license=('GPL')
-depends=('glibc>=2.17' 'zlib' 'binutils')
-options=('!distcc' '!ccache')
+depends=('glibc' 'zlib' 'binutils')
 install=avr-binutils.install
 source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
-        avr-size.patch)
+        avr-size.patch
+        binutils-${pkgver}-roundup-${_commit}.patch::https://sourceware.org/git/gitweb.cgi\?p=binutils-gdb.git\;a=commitdiff_plain\;h=${_commit}\;hp=binutils-2_25)
 sha1sums=('b46cc90ebaba7ffcf6c6d996d60738881b14e50d'
           'SKIP'
-          'b6d1ff7084b1f0a3fd2dee5383019ffb202e6c9a')
+          'b6d1ff7084b1f0a3fd2dee5383019ffb202e6c9a'
+          'c956a27796f62b797114233c6a9958b495e9bff0')
 validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold
 
 _builddir=binutils-build
@@ -31,6 +33,7 @@
     # See https://bugs.archlinux.org/task/32504
     # And https://bugs.archlinux.org/task/40986
     patch -Np0 < ${srcdir}/avr-size.patch
+    patch -p1 < ${srcdir}/binutils-${pkgver}-roundup-${_commit}.patch
 
     # https://bugs.archlinux.org/task/34629
     sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure

Modified: avr-gcc/trunk/PKGBUILD
===================================================================
--- avr-gcc/trunk/PKGBUILD	2015-07-01 16:26:50 UTC (rev 136211)
+++ avr-gcc/trunk/PKGBUILD	2015-07-01 16:27:45 UTC (rev 136212)
@@ -7,16 +7,14 @@
 # Build order: avr-binutils -> avr-gcc -> avr-libc
 
 pkgname=avr-gcc
-_pkgname=gcc
-pkgver=4.9.2
-_islver=0.12.2
-_cloogver=0.18.1
-pkgrel=2
-_snapshot=4.9-20141224
-pkgdesc="The GNU AVR Compiler Collection"
+pkgver=5.1.0
+pkgrel=1
+_snapshot=5-20150519
+_islver=0.14.1
+pkgdesc='The GNU AVR Compiler Collection'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
-url="http://gcc.gnu.org/"
+url='http://gcc.gnu.org/'
 depends=('avr-binutils>=2.25' 'gcc-libs' 'libmpc')
 optdepends=('avr-libc: Standard C library for Atmel AVR development')
 options=('!emptydirs' '!strip')
@@ -23,10 +21,9 @@
 source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
         ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
         http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
-        http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz)
-sha1sums=('dcf37616b36b6f60d3a56a3a1f83754e43e59fae'
-          'ca98a91e35fb3ded10d080342065919764d6f928'
-          '2dc70313e8e2c6610b856d627bce9c9c3f848077')
+       )
+sha1sums=('c6e72cc4ebd446df4cc797947107cbefad21bdf5'
+          'b653327b20e807d1df3a7e2f546ea924f1e030c0')
 
 if [ -n "${_snapshot}" ]; then
   _basedir=gcc-${_snapshot}
@@ -37,9 +34,8 @@
 build() {
     cd ${srcdir}/${_basedir} 
 
-    # Link isl/cloog for in-tree builds
+    # link isl for in-tree build
     ln -s ../isl-${_islver} isl
-    ln -s ../cloog-${_cloogver} cloog
 
     # https://bugs.archlinux.org/task/34629
     # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
@@ -65,7 +61,6 @@
                 --enable-__cxa_atexit \
                 --enable-checking=release \
                 --enable-clocale=gnu \
-                --enable-cloog-backend=isl \
                 --enable-gnu-unique-object \
                 --enable-gold \
                 --enable-languages=c,c++ \
@@ -84,7 +79,9 @@
                 --with-gnu-ld \
                 --with-ld=/usr/bin/avr-ld \
                 --with-plugin-ld=ld.gold \
-                --with-system-zlib
+                --with-system-zlib \
+                --with-isl \
+                --enable-gnu-indirect-function
 
     make
 }
@@ -100,8 +97,9 @@
 
     # Install Runtime Library Exception
     install -Dm644 ${srcdir}/${_basedir}/COPYING.RUNTIME \
-        ${pkgdir}/usr/share/licenses/${pkgname}/RUNTIME.LIBRARY.EXCEPTION
+        ${pkgdir}/usr/share/licenses/avr-gcc/RUNTIME.LIBRARY.EXCEPTION
 
-    rm -rf ${pkgdir}/usr/share/man/man7
-    rm -rf ${pkgdir}/usr/share/info
+    rm -r ${pkgdir}/usr/share/man/man7
+    rm -r ${pkgdir}/usr/share/info
+    rm ${pkgdir}/usr/lib/libcc1.*
 }

Modified: avr-libc/trunk/PKGBUILD
===================================================================
--- avr-libc/trunk/PKGBUILD	2015-07-01 16:26:50 UTC (rev 136211)
+++ avr-libc/trunk/PKGBUILD	2015-07-01 16:27:45 UTC (rev 136212)
@@ -6,29 +6,29 @@
 
 pkgname=avr-libc
 pkgver=1.8.1
-pkgrel=2
-pkgdesc="The C runtime library for the AVR family of microcontrollers"
-arch=('any')
-url="http://savannah.nongnu.org/projects/avr-libc/"
-license=('BSD')
-depends=('avr-gcc')
-options=('!strip')
-source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('0caccead59eaaa61ac3f060ca3a803ef'
-         'SKIP')
+pkgrel=4
+pkgdesc='The C runtime library for the AVR family of microcontrollers'
+arch=(any)
+url='http://savannah.nongnu.org/projects/avr-libc/'
+license=(BSD)
+depends=(avr-gcc)
+makedepends=(subversion)
+# 1.8.1 does not support gcc-5.1 http://savannah.nongnu.org/bugs/?44869
+source=(svn://svn.sv.gnu.org/avr-libc/trunk/avr-libc#revision=2475)
+#source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('SKIP')
 validpgpkeys=('5E84F980C3CAFD4BB5841070F48CA81B69A85873') # Joerg Wunsch
 
 build() {
-  cd "${pkgname}-${pkgver}"
+  cd ${pkgname}
+  ./bootstrap
   ./configure --build=$(./config.guess) --host=avr --prefix=/usr
   make
 }
 
 package() {
-  cd "${pkgname}-${pkgver}"
+  cd ${pkgname}
   make DESTDIR="${pkgdir}" install
 
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
-
-# vim:set ts=2 sw=2 et:

Modified: tt-rss/trunk/PKGBUILD
===================================================================
--- tt-rss/trunk/PKGBUILD	2015-07-01 16:26:50 UTC (rev 136211)
+++ tt-rss/trunk/PKGBUILD	2015-07-01 16:27:45 UTC (rev 136212)
@@ -5,7 +5,7 @@
 # Contributor: Erik Mank <erik at braindisorder.org>
 
 pkgname=tt-rss
-pkgver=1.15.3
+pkgver=1.15.3.r108.g5914f31
 pkgrel=1
 pkgdesc='Web-based news feed (RSS/Atom) aggregator'
 arch=('any')
@@ -13,14 +13,21 @@
 license=('GPL')
 depends=('php')
 optdepends=('mysql' 'postgresql')
+makedepends=('git')
 install=tt-rss.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/gothfox/Tiny-Tiny-RSS/archive/$pkgver.tar.gz
+# periodic releases are over https://tt-rss.org/forum/viewtopic.php?f=10&t=3262
+source=(git://github.com/gothfox/Tiny-Tiny-RSS#branch=master
         service)
-md5sums=('08b56d8f83fcd2a9abb9a331b9864b11'
+md5sums=('SKIP'
          'cb9900413dd53d44a5ed1116c962dbcb')
 
+pkgver() {
+  cd Tiny-Tiny-RSS
+  git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
 package() {
-  cd Tiny-Tiny-RSS-$pkgver
+  cd Tiny-Tiny-RSS
   _instdir="$pkgdir"/usr/share/webapps/$pkgname
 
   install -d "$_instdir"



More information about the arch-commits mailing list