From b7ad9e746ae50cb940e3ea21772049f46f7b2c0f Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Mon, 10 Mar 2014 03:51:37 +0000 Subject: Mon Mar 10 03:48:16 UTC 2014 --- community/avr-binutils/PKGBUILD | 18 +-- .../avr-binutils/binutils-2.23.2-texinfo-5.0.patch | 162 --------------------- community/avr-gcc/PKGBUILD | 8 +- community/avr-gdb/PKGBUILD | 5 +- community/fish/PKGBUILD | 20 +-- community/fish/fish.install | 2 +- community/geary/PKGBUILD | 8 +- community/kdenlive/PKGBUILD | 7 +- community/kmscon/PKGBUILD | 6 +- community/tellico/PKGBUILD | 9 +- community/tellico/tellico.changelog | 6 + community/virtualbox-modules-lts/PKGBUILD | 4 +- 12 files changed, 44 insertions(+), 211 deletions(-) delete mode 100644 community/avr-binutils/binutils-2.23.2-texinfo-5.0.patch (limited to 'community') diff --git a/community/avr-binutils/PKGBUILD b/community/avr-binutils/PKGBUILD index 382161404..2c9d3deca 100644 --- a/community/avr-binutils/PKGBUILD +++ b/community/avr-binutils/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 99691 2013-10-30 23:03:14Z allan $ +# $Id: PKGBUILD 106897 2014-03-09 19:30:48Z schuay $ # Maintainer: schuay # Contributor: Brad Fanella # Contributor: Corrado Primier @@ -7,19 +7,16 @@ # Build order: avr-binutils -> avr-gcc -> avr-libc pkgname=avr-binutils -pkgver=2.23.2 +pkgver=2.24 pkgrel=1 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/" license=('GPL') depends=('glibc>=2.17' 'zlib' 'binutils') -provides=("binutils-avr=$pkgver") -replaces=('binutils-avr') -options=('!distcc' '!ccache') +options=('staticlibs' '!distcc' '!ccache') install=avr-binutils.install source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig} - binutils-2.23.2-texinfo-5.0.patch avr-size.patch) _builddir=binutils-build @@ -30,10 +27,6 @@ build() { # See https://bugs.archlinux.org/task/32504 patch -Np0 < ${srcdir}/avr-size.patch - # http://sourceware.org/git/?p=binutils.git;a=patch;h=e02bf935 - # http://sourceware.org/git/?p=binutils.git;a=patch;h=935f8542 - patch -p1 -i ${srcdir}/binutils-2.23.2-texinfo-5.0.patch - # https://bugs.archlinux.org/task/34629 sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure @@ -70,8 +63,6 @@ package() { make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install - rm ${pkgdir}/usr/lib/libiberty.a - for bin in ar as nm objcopy objdump ranlib strip ; do rm -f ${pkgdir}/usr/bin/${bin} done @@ -83,7 +74,6 @@ package() { rm -rf ${pkgdir}/usr/share/locale } -md5sums=('4f8fa651e35ef262edc01d60fb45702e' +md5sums=('e0f71a7b2ddab0f8612336ac81d9636b' 'SKIP' - '34e439ce23213a91e2af872dfbb5094c' '573769ec1107d1bfed78680edd7ae63f') diff --git a/community/avr-binutils/binutils-2.23.2-texinfo-5.0.patch b/community/avr-binutils/binutils-2.23.2-texinfo-5.0.patch deleted file mode 100644 index 38dc19fb0..000000000 --- a/community/avr-binutils/binutils-2.23.2-texinfo-5.0.patch +++ /dev/null @@ -1,162 +0,0 @@ -diff --git a/bfd/doc/bfd.texinfo b/bfd/doc/bfd.texinfo -index 45ffa73..3aa3300 100644 ---- a/bfd/doc/bfd.texinfo -+++ b/bfd/doc/bfd.texinfo -@@ -322,7 +324,7 @@ All of BFD lives in one directory. - @printindex cp - - @tex --% I think something like @colophon should be in texinfo. In the -+% I think something like @@colophon should be in texinfo. In the - % meantime: - \long\def\colophon{\hbox to0pt{}\vfill - \centerline{The body of this manual is set in} -@@ -333,7 +335,7 @@ All of BFD lives in one directory. - \centerline{{\sl\fontname\tensl\/}} - \centerline{are used for emphasis.}\vfill} - \page\colophon --% Blame: doc@cygnus.com, 28mar91. -+% Blame: doc@@cygnus.com, 28mar91. - @end tex - - @bye -diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi -index 56a0510..fb1802b 100644 ---- a/binutils/doc/binutils.texi -+++ b/binutils/doc/binutils.texi -@@ -148,18 +148,18 @@ in the section entitled ``GNU Free Documentation License''. - * objcopy:: Copy and translate object files - * objdump:: Display information from object files - * ranlib:: Generate index to archive contents --* readelf:: Display the contents of ELF format files - * size:: List section sizes and total size - * strings:: List printable strings from files - * strip:: Discard symbols --* elfedit:: Update the ELF header of ELF files - * c++filt:: Filter to demangle encoded C++ symbols - * cxxfilt: c++filt. MS-DOS name for c++filt - * addr2line:: Convert addresses to file and line - * nlmconv:: Converts object code into an NLM --* windres:: Manipulate Windows resources - * windmc:: Generator for Windows message resources -+* windres:: Manipulate Windows resources - * dlltool:: Create files needed to build and use DLLs -+* readelf:: Display the contents of ELF format files -+* elfedit:: Update the ELF header of ELF files - * Common Options:: Command-line options for all utilities - * Selecting the Target System:: How these utilities determine the target - * Reporting Bugs:: Reporting Bugs -@@ -2907,7 +2907,7 @@ the Info entries for @file{binutils}. - @c man end - @end ignore - --@node c++filt, addr2line, elfedit, Top -+@node c++filt, addr2line, strip, Top - @chapter c++filt - - @kindex c++filt -@@ -4384,7 +4384,7 @@ equivalent. At least one of the @option{--output-mach}, - - @table @env - --@itemx --input-mach=@var{machine} -+@item --input-mach=@var{machine} - Set the matching input ELF machine type to @var{machine}. If - @option{--input-mach} isn't specified, it will match any ELF - machine types. -@@ -4392,21 +4392,21 @@ machine types. - The supported ELF machine types are, @var{L1OM}, @var{K1OM} and - @var{x86-64}. - --@itemx --output-mach=@var{machine} -+@item --output-mach=@var{machine} - Change the ELF machine type in the ELF header to @var{machine}. The - supported ELF machine types are the same as @option{--input-mach}. - --@itemx --input-type=@var{type} -+@item --input-type=@var{type} - Set the matching input ELF file type to @var{type}. If - @option{--input-type} isn't specified, it will match any ELF file types. - - The supported ELF file types are, @var{rel}, @var{exec} and @var{dyn}. - --@itemx --output-type=@var{type} -+@item --output-type=@var{type} - Change the ELF file type in the ELF header to @var{type}. The - supported ELF types are the same as @option{--input-type}. - --@itemx --input-osabi=@var{osabi} -+@item --input-osabi=@var{osabi} - Set the matching input ELF file OSABI to @var{osabi}. If - @option{--input-osabi} isn't specified, it will match any ELF OSABIs. - -@@ -4416,7 +4416,7 @@ The supported ELF OSABIs are, @var{none}, @var{HPUX}, @var{NetBSD}, - @var{FreeBSD}, @var{TRU64}, @var{Modesto}, @var{OpenBSD}, @var{OpenVMS}, - @var{NSK}, @var{AROS} and @var{FenixOS}. - --@itemx --output-osabi=@var{osabi} -+@item --output-osabi=@var{osabi} - Change the ELF OSABI in the ELF header to @var{osabi}. The - supported ELF OSABI are the same as @option{--input-osabi}. - -diff --git a/ld/ld.texinfo b/ld/ld.texinfo -index c7ae2a5..4777ad5 100644 ---- a/ld/ld.texinfo -+++ b/ld/ld.texinfo -@@ -142,12 +144,12 @@ in the section entitled ``GNU Free Documentation License''. - @ifset ARM - * ARM:: ld and the ARM family - @end ifset --@ifset HPPA --* HPPA ELF32:: ld and HPPA 32-bit ELF --@end ifset - @ifset M68HC11 - * M68HC11/68HC12:: ld and the Motorola 68HC11 and 68HC12 families - @end ifset -+@ifset HPPA -+* HPPA ELF32:: ld and HPPA 32-bit ELF -+@end ifset - @ifset M68K - * M68K:: ld and Motorola 68K family - @end ifset -@@ -6012,6 +6014,9 @@ functionality are not listed. - @ifset I960 - * i960:: @command{ld} and the Intel 960 family - @end ifset -+@ifset M68HC11 -+* M68HC11/68HC12:: @code{ld} and the Motorola 68HC11 and 68HC12 families -+@end ifset - @ifset ARM - * ARM:: @command{ld} and the ARM family - @end ifset -@@ -6027,9 +6032,6 @@ functionality are not listed. - @ifset MSP430 - * MSP430:: @command{ld} and MSP430 - @end ifset --@ifset M68HC11 --* M68HC11/68HC12:: @code{ld} and the Motorola 68HC11 and 68HC12 families --@end ifset - @ifset POWERPC - * PowerPC ELF32:: @command{ld} and PowerPC 32-bit ELF Support - @end ifset -@@ -7877,7 +7879,7 @@ If you have more than one @code{SECT} statement for the same - @printindex cp - - @tex --% I think something like @colophon should be in texinfo. In the -+% I think something like @@colophon should be in texinfo. In the - % meantime: - \long\def\colophon{\hbox to0pt{}\vfill - \centerline{The body of this manual is set in} -@@ -7888,7 +7890,7 @@ If you have more than one @code{SECT} statement for the same - \centerline{{\sl\fontname\tensl\/}} - \centerline{are used for emphasis.}\vfill} - \page\colophon --% Blame: doc@cygnus.com, 28mar91. -+% Blame: doc@@cygnus.com, 28mar91. - @end tex - - @bye --- -1.7.1 - diff --git a/community/avr-gcc/PKGBUILD b/community/avr-gcc/PKGBUILD index 9d2466d9a..2b7506842 100644 --- a/community/avr-gcc/PKGBUILD +++ b/community/avr-gcc/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 99692 2013-10-30 23:03:34Z allan $ +# $Id: PKGBUILD 106899 2014-03-09 19:31:00Z schuay $ # Maintainer: schuay # Contributor: Brad Fanella # Contributor: Corrado Primier @@ -9,16 +9,16 @@ pkgname=avr-gcc _pkgname=gcc pkgver=4.8.2 -pkgrel=1 +pkgrel=2 pkgdesc="The GNU AVR Compiler Collection" arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL' 'custom') url="http://gcc.gnu.org/" -depends=('avr-binutils>=2.23' 'cloog' 'ppl' 'gcc-libs>=4.8.0' 'libmpc') +depends=('avr-binutils>=2.24' 'cloog' 'ppl' 'gcc-libs>=4.8.0' 'libmpc') optdepends=('avr-libc: Standard C library for Atmel AVR development') provides=("gcc-avr=$pkgver") replaces=('gcc-avr') -options=('!emptydirs' '!strip') +options=('staticlibs' '!emptydirs' '!strip') source=(http://ftp.gnu.org/gnu/gcc/${_pkgname}-${pkgver}/gcc-${pkgver}.tar.bz2) _basedir=${_pkgname}-${pkgver} diff --git a/community/avr-gdb/PKGBUILD b/community/avr-gdb/PKGBUILD index 996a8f934..011ce7189 100644 --- a/community/avr-gdb/PKGBUILD +++ b/community/avr-gdb/PKGBUILD @@ -7,7 +7,7 @@ pkgname=avr-gdb _pkgname=gdb -pkgver=7.6.1 +pkgver=7.7 pkgrel=1 pkgdesc="The GNU Debugger for AVR" arch=('i686' 'x86_64') @@ -47,8 +47,9 @@ package() { rm -f ${pkgdir}/usr/lib/libiberty.a rm -rf ${pkgdir}/usr/share/info + rm -rf ${pkgdir}/usr/share/man rm -rf ${pkgdir}/usr/share/gdb rm -rf ${pkgdir}/usr/include/gdb } -md5sums=('fbc4dab4181e6e9937075b43a4ce2732') +md5sums=('271a18f41858a7e98b28ae4eb91287c9') diff --git a/community/fish/PKGBUILD b/community/fish/PKGBUILD index 570885d15..a538a3ca0 100644 --- a/community/fish/PKGBUILD +++ b/community/fish/PKGBUILD @@ -1,25 +1,25 @@ -# $Id: PKGBUILD 99431 2013-10-28 19:00:44Z bpiotrowski $ -# Maintainer: Kaiting Chen -# Maintainer: Bartłomiej Piotrowski +# $Id: PKGBUILD 106894 2014-03-09 17:38:13Z bpiotrowski $ +# Maintainer: Bartłomiej Piotrowski +# Contributor: Kaiting Chen # Contributor: Abhishek Dasgupta # Contributor: Eric Belanger # Contributor: Jan Fader pkgname=fish pkgver=2.1.0 -pkgrel=1 +pkgrel=2 pkgdesc='Smart and user friendly shell intended mostly for interactive use' arch=('i686' 'x86_64') url='http://fishshell.com/' license=('GPL2') -depends=('python2' 'inetutils') -makedepends=('doxygen' 'python') +depends=('bc' 'gcc-libs' 'inetutils' 'ncurses') +optdepends=('python: for manual page completion parser and web configuration tool') install=fish.install source=(http://fishshell.com/files/$pkgver/fish-$pkgver.tar.gz) md5sums=('3a29aebde522b8f52d9975d7423db99e') build() { - cd fish-$pkgver + cd $pkgname-$pkgver ./configure --prefix=/usr \ --sysconfdir=/etc \ --without-xsel @@ -27,9 +27,5 @@ build() { } package() { - cd fish-$pkgver - make DESTDIR="$pkgdir" install - - # use python2 - find "$pkgdir"/usr/share/fish/tools/ -type f -exec sed -e "1s|python|python2|" -i {} \; + make -C $pkgname-$pkgver DESTDIR="$pkgdir" install } diff --git a/community/fish/fish.install b/community/fish/fish.install index 49a65ad82..694ad3eca 100644 --- a/community/fish/fish.install +++ b/community/fish/fish.install @@ -1,5 +1,5 @@ post_install() { - grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish' >> etc/shells + grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish' >> etc/shells } post_upgrade() { diff --git a/community/geary/PKGBUILD b/community/geary/PKGBUILD index ee33978a9..625a1f16b 100755 --- a/community/geary/PKGBUILD +++ b/community/geary/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 105421 2014-02-07 11:42:11Z alucryd $ +# $Id: PKGBUILD 106892 2014-03-09 17:27:31Z alucryd $ # Maintainer: Maxime Gauduin # Contributor : sebikul # Contributor : Massimiliano Torromeo pkgname=geary -pkgver=0.5.1 -pkgrel=2 +pkgver=0.5.3 +pkgrel=1 pkgdesc='A lightweight email client for the GNOME desktop' arch=('i686' 'x86_64') url='http://www.yorba.org/projects/geary/' @@ -14,7 +14,7 @@ depends=('gmime' 'gnome-keyring' 'libcanberra' 'libgee' 'libnotify' 'webkitgtk') makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala') install="${pkgname}.install" source=("https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz") -sha256sums=('12561187c7d2b8aa1115ca52d8959270ff38dd6db774df1cd39c9719a76bb1d1') +sha256sums=('17ac5aa25d828d92e5a23d21194fcee71914961cbfa3064dd718bcecb9cbf2e5') build() { cd ${pkgname}-${pkgver} diff --git a/community/kdenlive/PKGBUILD b/community/kdenlive/PKGBUILD index 24fc01741..77850f59f 100644 --- a/community/kdenlive/PKGBUILD +++ b/community/kdenlive/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 106147 2014-02-24 08:56:12Z spupykin $ +# $Id: PKGBUILD 106888 2014-03-09 13:16:31Z andrea $ # Maintainer: Sergej Pupykin # Contributor: Zuf # Contributor: Darwin Bautista pkgname=kdenlive pkgver=0.9.6 -pkgrel=3 +pkgrel=4 pkgdesc="A non-linear video editor for Linux" arch=('i686' 'x86_64') # http://download.kde.org/stable/kdenlive/ @@ -39,7 +39,8 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_INSTALL_DIR=/usr/lib \ - -DLINK_LIBRARIES=-lX11 + -DLINK_LIBRARIES=-lX11 \ + -DWITH_Nepomuk=OFF make } diff --git a/community/kmscon/PKGBUILD b/community/kmscon/PKGBUILD index faa619be2..1bd5ec8d4 100644 --- a/community/kmscon/PKGBUILD +++ b/community/kmscon/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 100312 2013-11-02 08:59:03Z thestinger $ +# $Id: PKGBUILD 106905 2014-03-09 21:01:09Z lcarlier $ # Maintainer: Daniel Micay # Contributor: David Herrmann pkgname=kmscon pkgver=8 -pkgrel=1 +pkgrel=2 pkgdesc='Terminal emulator based on Kernel Mode Setting (KMS)' arch=(i686 x86_64) url='https://github.com/dvdhrm/kmscon' license=('MIT') -depends=(systemd libdrm mesa libegl libgbm libgles pango libxkbcommon xkeyboard-config libtsm) +depends=(systemd libdrm mesa libgl pango libxkbcommon xkeyboard-config libtsm) makedepends=(git libxslt docbook-xsl linux-api-headers) source=(git://github.com/dvdhrm/kmscon#tag=kmscon-$pkgver) md5sums=(SKIP) diff --git a/community/tellico/PKGBUILD b/community/tellico/PKGBUILD index 4e78e6dc8..b8d2ed660 100644 --- a/community/tellico/PKGBUILD +++ b/community/tellico/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 106241 2014-02-25 20:21:46Z jlichtblau $ +# $Id: PKGBUILD 106856 2014-03-09 12:28:17Z andrea $ # Maintainer: Jaroslav Lichtblau # Contributor: Ray Rashif @@ -6,12 +6,12 @@ pkgname=tellico pkgver=2.3.8 -pkgrel=3 +pkgrel=5 pkgdesc="A collection manager for KDE" arch=('i686' 'x86_64') url="http://tellico-project.org/" license=('GPL') -depends=('kdebase-runtime' 'qimageblitz' 'kdepimlibs' 'yaz' 'exempi' 'libksane' 'taglib' 'libkcddb' 'poppler-qt' 'kdemultimedia-audiocd-kio') +depends=('kdebase-runtime' 'qimageblitz' 'kdepimlibs' 'yaz' 'exempi' 'libksane' 'taglib' 'libkcddb' 'poppler-qt4' 'kdemultimedia-audiocd-kio') makedepends=('automoc4' 'cmake') install=$pkgname.install changelog=$pkgname.changelog @@ -23,7 +23,8 @@ build() { mkdir build cd build - cmake ../${pkgname}-${pkgver} -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr + cmake ../${pkgname}-${pkgver} -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \ + -DWITH_Nepomuk=OFF make } diff --git a/community/tellico/tellico.changelog b/community/tellico/tellico.changelog index a1591d839..620bae737 100644 --- a/community/tellico/tellico.changelog +++ b/community/tellico/tellico.changelog @@ -1,3 +1,9 @@ +2014-03-09 Andrea Scarpino + * tellico 2.3.8-5 be sure Nepomuk support is disabled + +2014-03-09 Jaroslav Lichtblau + * tellico 2.3.8-4 nepomuk support dropped in KDE SC 4.13 packages + 2013-07-14 Jaroslav Lichtblau * tellico 2.3.8-1 diff --git a/community/virtualbox-modules-lts/PKGBUILD b/community/virtualbox-modules-lts/PKGBUILD index 85114c1f5..7ae70e0ec 100644 --- a/community/virtualbox-modules-lts/PKGBUILD +++ b/community/virtualbox-modules-lts/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 106256 2014-02-25 22:06:47Z seblu $ +# $Id: PKGBUILD 106843 2014-03-09 07:43:01Z andyrtr $ # Contributor: Bartłomiej Piotrowski # Contributor: Ionut Biru # Contributor: Sébastien Luttringer @@ -6,7 +6,7 @@ pkgbase=virtualbox-modules-lts pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts') pkgver=4.3.8 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url='http://virtualbox.org' license=('GPL') -- cgit v1.2.3-54-g00ecf