[arch-commits] Commit in autofs/repos (6 files)
Date: Friday, January 10, 2014 @ 08:48:01 Author: bgyorgy Revision: 103697 archrelease: copy trunk to community-i686, community-x86_64 Added: autofs/repos/community-i686/PKGBUILD (from rev 103696, autofs/trunk/PKGBUILD) autofs/repos/community-i686/git-fixes.patch (from rev 103696, autofs/trunk/git-fixes.patch) autofs/repos/community-x86_64/PKGBUILD (from rev 103696, autofs/trunk/PKGBUILD) autofs/repos/community-x86_64/git-fixes.patch (from rev 103696, autofs/trunk/git-fixes.patch) Deleted: autofs/repos/community-i686/PKGBUILD autofs/repos/community-x86_64/PKGBUILD --+ /PKGBUILD| 112 + community-i686/PKGBUILD | 47 -- community-i686/git-fixes.patch | 777 + community-x86_64/PKGBUILD| 47 -- community-x86_64/git-fixes.patch | 777 + 5 files changed, 1666 insertions(+), 94 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 103696:103697 to see the changes.
[arch-commits] Commit in autofs/trunk (PKGBUILD git-fixes.patch)
Date: Friday, January 10, 2014 @ 08:47:53 Author: bgyorgy Revision: 103696 upgpkg: autofs 5.0.8-2 Apply upstream fixes Added: autofs/trunk/git-fixes.patch Modified: autofs/trunk/PKGBUILD -+ PKGBUILD| 21 + git-fixes.patch | 777 ++ 2 files changed, 792 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-01-10 03:08:10 UTC (rev 103695) +++ PKGBUILD2014-01-10 07:47:53 UTC (rev 103696) @@ -6,7 +6,7 @@ pkgname=autofs pkgver=5.0.8 -pkgrel=1 +pkgrel=2 pkgdesc='A kernel-based automounter for Linux.' arch=('i686' 'x86_64') url='http://freshmeat.net/projects/autofs' @@ -14,15 +14,24 @@ depends=('libxml2') makedepends=('libldap' 'krb5' 'kmod') optdepends=('krb5: for LDAP support') -backup=('etc/default/autofs' -'etc/autofs/auto.master' -'etc/autofs/auto.misc') +backup=('etc/autofs/auto.master' +'etc/autofs/auto.misc' +'etc/autofs/auto.net' +'etc/autofs/auto.smb' +'etc/autofs/autofs_ldap_auth.conf' +'etc/default/autofs') options=(!makeflags) -source=("http://www.kernel.org/pub/linux/daemons/${pkgname}/v5/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('32c41fb4e3439f18400468e84dc82fbbd4b14156bef6b9a7f09196ecd9299d52') +source=("http://www.kernel.org/pub/linux/daemons/${pkgname}/v5/${pkgname}-${pkgver}.tar.xz"; +"git-fixes.patch") +sha256sums=('32c41fb4e3439f18400468e84dc82fbbd4b14156bef6b9a7f09196ecd9299d52' +'09c41a73db6a352cb04b51795591e5ae1c4a3fff37257fc8bb117020fa0e2724') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" + + # Apply fixes from git + patch -Np1 -i "${srcdir}/git-fixes.patch" + sed -i -e 's|/etc/auto.misc|/etc/autofs/auto.misc|' \ -e 's|/etc/auto.master.d|/etc/autofs/auto.master.d|' samples/auto.master } Added: git-fixes.patch === --- git-fixes.patch (rev 0) +++ git-fixes.patch 2014-01-10 07:47:53 UTC (rev 103696) @@ -0,0 +1,777 @@ +diff --git a/CHANGELOG b/CHANGELOG +index 62dac81..a9263c8 100644 +--- a/CHANGELOG b/CHANGELOG +@@ -1,3 +1,17 @@ ++??/??/20?? autofs-5.0.9 ++=== ++- fix undefined authtype_requires_creds err if ldap enabled but without sasl. ++- fix master map type check. ++- fix task manager not getting signaled. ++- allow --with-systemd to take a path arg. ++- fix WITH_LIBTIRPC function name. ++- fix ipv6 libtirpc getport. ++- fix ipv6 link local address handling. ++- fix fix ipv6 libtirpc getport. ++- get_nfs_info() should query portmapper if port is not given. ++- fix rpc_portmap_getport() proto not set. ++- fix protmap not trying proto v2. ++ + 17/10/2013 autofs-5.0.8 + === + - fix nobind sun escaped map entries. +diff --git a/aclocal.m4 b/aclocal.m4 +index 3e6f223..2115204 100644 +--- a/aclocal.m4 b/aclocal.m4 +@@ -229,8 +229,10 @@ dnl Check the location of the systemd unit files directory + dnl -- + AC_DEFUN([AF_WITH_SYSTEMD], + [AC_ARG_WITH(systemd, +-[ --with-systemd install systemd unit file if systemd unit directory +-is found on system], ++[ --with-systemd@<:@=systemddir@:>@ install systemd unit file. If 'yes' ++probe the system for unit directory. ++If a path is specified, assume that ++is a valid install path.], + [if test "$withval" = yes; then + if test -z "$systemddir"; then + AC_MSG_CHECKING([location of the systemd unit files directory]) +@@ -247,6 +249,10 @@ AC_DEFUN([AF_WITH_SYSTEMD], + else + AC_MSG_RESULT(not found) + fi ++else ++ if test "$withval" != no; then ++ systemddir=$withval ++ fi + fi]) + ]) + +@@ -435,7 +441,7 @@ CFLAGS="$af_check_libtirpc_save_cflags" + LDFLAGS="$af_check_libtirpc_save_ldflags" + ]) + +-AC_DEFUN([AM_WITH_LIBTIRPC], ++AC_DEFUN([AF_WITH_LIBTIRPC], + [AC_MSG_CHECKING([if libtirpc is requested and available]) + AC_ARG_WITH(libtirpc, + [ --with-libtirpc use libtirpc if available], +diff --git a/configure b/configure +index 2c2e312..4e1743d 100755 +--- a/configure b/configure +@@ -1372,8 +1372,10 @@ Optional Packages: + --with-PACKAGE[=ARG]use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --with-path=PATH look in PATH for binaries needed by the automounter +- --with-systemd install systemd unit file if systemd unit directory +-is found on system ++ --with-systemd[=systemddir] install systemd unit file. If 'yes' ++probe the system for unit directory. ++If a path is specified, assume that ++is a valid install path. + --with-confdir=DIRu
[arch-commits] Commit in graphviz/repos (16 files)
Date: Friday, January 10, 2014 @ 05:16:47 Author: bisson Revision: 203404 archrelease: copy trunk to extra-i686, extra-x86_64 Added: graphviz/repos/extra-i686/PKGBUILD (from rev 203403, graphviz/trunk/PKGBUILD) graphviz/repos/extra-i686/dotty.patch (from rev 203403, graphviz/trunk/dotty.patch) graphviz/repos/extra-i686/install (from rev 203403, graphviz/trunk/install) graphviz/repos/extra-i686/yyerror0.patch (from rev 203403, graphviz/trunk/yyerror0.patch) graphviz/repos/extra-i686/yyerror1.patch (from rev 203403, graphviz/trunk/yyerror1.patch) graphviz/repos/extra-x86_64/PKGBUILD (from rev 203403, graphviz/trunk/PKGBUILD) graphviz/repos/extra-x86_64/dotty.patch (from rev 203403, graphviz/trunk/dotty.patch) graphviz/repos/extra-x86_64/install (from rev 203403, graphviz/trunk/install) graphviz/repos/extra-x86_64/yyerror0.patch (from rev 203403, graphviz/trunk/yyerror0.patch) graphviz/repos/extra-x86_64/yyerror1.patch (from rev 203403, graphviz/trunk/yyerror1.patch) Deleted: graphviz/repos/extra-i686/PKGBUILD graphviz/repos/extra-i686/dotty.patch graphviz/repos/extra-i686/install graphviz/repos/extra-x86_64/PKGBUILD graphviz/repos/extra-x86_64/dotty.patch graphviz/repos/extra-x86_64/install -+ /PKGBUILD | 116 ++ /dotty.patch| 42 +++ /install| 24 extra-i686/PKGBUILD | 52 -- extra-i686/dotty.patch | 21 --- extra-i686/install | 12 extra-i686/yyerror0.patch | 53 +++ extra-i686/yyerror1.patch | 26 + extra-x86_64/PKGBUILD | 52 -- extra-x86_64/dotty.patch| 21 --- extra-x86_64/install| 12 extra-x86_64/yyerror0.patch | 53 +++ extra-x86_64/yyerror1.patch | 26 + 13 files changed, 340 insertions(+), 170 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2014-01-10 04:15:50 UTC (rev 203403) +++ extra-i686/PKGBUILD 2014-01-10 04:16:47 UTC (rev 203404) @@ -1,52 +0,0 @@ -# $Id$ -# Maintainer: Gaetan Bisson -# Contributor: kevin -# Contributor: John Proctor - -pkgname=graphviz -pkgver=2.34.0 -pkgrel=2 -pkgdesc='Graph visualization software' -url='http://www.graphviz.org/' -license=('CPL') -arch=('i686' 'x86_64') -depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts') -makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 'tk' 'qt4') -optdepends=('mono: sharp bindings' -'guile: guile bindings' -'lua51: lua bindings' -'ocaml: ocaml bindings' -'perl: perl bindings' -'php: php bindings' -'python2: python bindings' -'r: r bindings' -'tcl: tcl bindings' -'qt4: gvedit') -source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz" -'dotty.patch') -sha1sums=('5a0c00bebe7f4c7a04523db21f40966dc9f0d441' - '31bc9f505c8b6470289a0d6ec31c237765cba239') - -install=install - -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i ../dotty.patch - sed \ - -e '/LIBPOSTFIX="64"/d' \ - -i configure -} - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - export PYTHON=python2 - export LUA=lua5.1 - - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: graphviz/repos/extra-i686/PKGBUILD (from rev 203403, graphviz/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2014-01-10 04:16:47 UTC (rev 203404) @@ -0,0 +1,58 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Contributor: kevin +# Contributor: John Proctor + +pkgname=graphviz +pkgver=2.34.0 +pkgrel=3 +pkgdesc='Graph visualization software' +url='http://www.graphviz.org/' +license=('CPL') +arch=('i686' 'x86_64') +depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts') +makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 'tk' 'qt4') +optdepends=('mono: sharp bindings' +'guile: guile bindings' +'lua51: lua bindings' +'ocaml: ocaml bindings' +'perl: perl bindings' +'php: php bindings' +'python2: python bindings' +'r: r bindings' +'tcl: tcl bindings' +'qt4: gvedit') +source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz" +'yyerror0.patch' +'yyerror1.patch' +'dotty.patch') +sha1sums=('5a0c00bebe7f4c7a04523db21f40966dc9f0d441' + '7a6fe4f532974d9ca173b1aba9
[arch-commits] Commit in graphviz/trunk (PKGBUILD yyerror0.patch yyerror1.patch)
Date: Friday, January 10, 2014 @ 05:15:50 Author: bisson Revision: 203403 fix FS#38441 Added: graphviz/trunk/yyerror0.patch graphviz/trunk/yyerror1.patch Modified: graphviz/trunk/PKGBUILD + PKGBUILD |8 +++- yyerror0.patch | 53 + yyerror1.patch | 26 ++ 3 files changed, 86 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2014-01-09 21:38:31 UTC (rev 203402) +++ PKGBUILD2014-01-10 04:15:50 UTC (rev 203403) @@ -5,7 +5,7 @@ pkgname=graphviz pkgver=2.34.0 -pkgrel=2 +pkgrel=3 pkgdesc='Graph visualization software' url='http://www.graphviz.org/' license=('CPL') @@ -23,8 +23,12 @@ 'tcl: tcl bindings' 'qt4: gvedit') source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz" +'yyerror0.patch' +'yyerror1.patch' 'dotty.patch') sha1sums=('5a0c00bebe7f4c7a04523db21f40966dc9f0d441' + '7a6fe4f532974d9ca173b1aba9927bdeb5f80be9' + '6d76a230ee6c11bcd610ebe56f98e96ecef6217d' '31bc9f505c8b6470289a0d6ec31c237765cba239') install=install @@ -31,6 +35,8 @@ prepare() { cd "${srcdir}/${pkgname}-${pkgver}" + patch -p1 -i ../yyerror0.patch + patch -p1 -i ../yyerror1.patch patch -p1 -i ../dotty.patch sed \ -e '/LIBPOSTFIX="64"/d' \ Added: yyerror0.patch === --- yyerror0.patch (rev 0) +++ yyerror0.patch 2014-01-10 04:15:50 UTC (rev 203403) @@ -0,0 +1,53 @@ +From 7aaddf52cd98589fb0c3ab72a393f8411838438a Mon Sep 17 00:00:00 2001 +From: "Emden R. Gansner" +Date: Fri, 4 Oct 2013 09:06:39 -0400 +Subject: [PATCH] Fix buffer overflow problem when reporting a syntax error + with a very long input line + +--- + lib/cgraph/scan.l | 21 +++-- + 1 file changed, 15 insertions(+), 6 deletions(-) + +diff --git a/lib/cgraph/scan.l b/lib/cgraph/scan.l +index 3cfde0f..2efd203 100644 +--- a/lib/cgraph/scan.l b/lib/cgraph/scan.l +@@ -16,6 +16,7 @@ + %{ + #include + #include ++#include + #include + #define GRAPH_EOF_TOKEN '@' /* lex class must be defined below */ + /* this is a workaround for linux flex */ +@@ -191,13 +192,21 @@ ID ({NAME}|{NUMBER}) + %% + void yyerror(char *str) + { ++ unsigned char xbuf[BUFSIZ]; + charbuf[BUFSIZ]; +- if (InputFile) +- sprintf(buf,"%s:%d: %s in line %d near '%s'\n",InputFile, line_num, +- str,line_num,yytext); +- else +- sprintf(buf," %s in line %d near '%s'\n", str,line_num,yytext); +- agerr(AGWARN,buf); ++ agxbuf xb; ++ ++ agxbinit(&xb, BUFSIZ, xbuf); ++ if (InputFile) { ++ agxbput (&xb, InputFile); ++ agxbput (&xb, ": "); ++ } ++ sprintf(buf," %s in line %d near '", str,line_num); ++ agxbput (&xb, buf); ++ agxbput (&xb, yytext); ++ agxbput (&xb,"'\n"); ++ agerr(AGWARN,agxbuse(&xb)); ++ agxbfree(&xb); + } + /* must be here to see flex's macro defns */ + void aglexeof() { unput(GRAPH_EOF_TOKEN); } +-- +1.8.5.1 + Added: yyerror1.patch === --- yyerror1.patch (rev 0) +++ yyerror1.patch 2014-01-10 04:15:50 UTC (rev 203403) @@ -0,0 +1,26 @@ +From d266bb2b4154d11c27252b56d86963aef4434750 Mon Sep 17 00:00:00 2001 +From: "Emden R. Gansner" +Date: Tue, 7 Jan 2014 10:45:36 -0500 +Subject: [PATCH] Prevent possible buffer overflow in yyerror() + +--- + lib/cgraph/scan.l | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/lib/cgraph/scan.l b/lib/cgraph/scan.l +index 3efe1d5..212967c 100644 +--- a/lib/cgraph/scan.l b/lib/cgraph/scan.l +@@ -201,7 +201,8 @@ void yyerror(char *str) + agxbput (&xb, InputFile); + agxbput (&xb, ": "); + } +- sprintf(buf," %s in line %d near '", str,line_num); ++ agxbput (&xb, str); ++ sprintf(buf," in line %d near '", line_num); + agxbput (&xb, buf); + agxbput (&xb, yytext); + agxbput (&xb,"'\n"); +-- +1.8.5.1 +
[arch-commits] Commit in rust/repos (8 files)
Date: Friday, January 10, 2014 @ 04:08:10 Author: thestinger Revision: 103695 archrelease: copy trunk to community-i686, community-x86_64 Added: rust/repos/community-i686/PKGBUILD (from rev 103694, rust/trunk/PKGBUILD) rust/repos/community-i686/rust.install (from rev 103694, rust/trunk/rust.install) rust/repos/community-x86_64/PKGBUILD (from rev 103694, rust/trunk/PKGBUILD) rust/repos/community-x86_64/rust.install (from rev 103694, rust/trunk/rust.install) Deleted: rust/repos/community-i686/PKGBUILD rust/repos/community-i686/rust.install rust/repos/community-x86_64/PKGBUILD rust/repos/community-x86_64/rust.install ---+ /PKGBUILD | 130 /rust.install | 22 ++ community-i686/PKGBUILD | 65 community-i686/rust.install | 11 --- community-x86_64/PKGBUILD | 65 community-x86_64/rust.install | 11 --- 6 files changed, 152 insertions(+), 152 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2014-01-10 03:07:32 UTC (rev 103694) +++ community-i686/PKGBUILD 2014-01-10 03:08:10 UTC (rev 103695) @@ -1,65 +0,0 @@ -# $Id$ -# Maintainer: Daniel Micay -pkgname=rust -pkgver=0.9 -pkgrel=1 -arch=('i686' 'x86_64') -pkgdesc='A safe, concurrent, practical language' -url='http://www.rust-lang.org/' -license=('MIT' 'Apache') -depends=(gcc shared-mime-info) -makedepends=(libffi perl python2 curl chrpath) -source=("http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz";) -#"http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz.asc";) -sha256sums=('a66b7834027115237ca2f64a2b232901ef77e3afcc4b73f263fcdb0b6ec17014') -#'SKIP') -install=rust.install -options=(staticlibs) - -build() { - cd rust-$pkgver - - ./configure --prefix=/usr --disable-docs - - # avoid python makedepend (force fallback to python2) - sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules - - make -} - -#check() { - #cd rust-$pkgver - #make check -#} - -package() { - cd rust-$pkgver - make DESTDIR="$pkgdir" install - - mkdir -p "$pkgdir/usr/share/vim" "$pkgdir/usr/share/licenses/$pkgname" - - cp -a src/etc/vim "$pkgdir/usr/share/vim/vimfiles" - find "$pkgdir/usr/share/vim" -type f -exec chmod 644 {} + - find "$pkgdir/usr/share/vim" -type d -exec chmod 755 {} + - - install -Dm644 src/etc/zsh/_rust "$pkgdir/usr/share/zsh/site-functions/_rust" - install -Dm644 src/etc/kate/rust.xml "$pkgdir/usr/share/apps/katepart/syntax/rust.xml" - install -Dm644 src/etc/gedit/share/mime/packages/rust.xml \ -"$pkgdir/usr/share/mime/packages/rust.xml" - install -Dm644 src/etc/gedit/share/gtksourceview-3.0/language-specs/rust.lang \ -"$pkgdir/usr/share/gtksourceview-3.0/language-specs/rust.lang" - - install -m644 LICENSE-APACHE "$pkgdir/usr/share/licenses/$pkgname" - install -m644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname" - - cd src/etc/emacs - install -Dm644 rust-mode.el "$pkgdir/usr/share/emacs/site-lisp/rust-mode.el" - - cd "$pkgdir/usr" - - # https://github.com/mozilla/rust/issues/5219 - chrpath -d bin/* lib/*.so lib/rustc/*/lib/*.so - - cd lib - ln -sf rustc/$CARCH-unknown-linux-gnu/lib/* . -} Copied: rust/repos/community-i686/PKGBUILD (from rev 103694, rust/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2014-01-10 03:08:10 UTC (rev 103695) @@ -0,0 +1,65 @@ +# $Id$ +# Maintainer: Daniel Micay +pkgname=rust +pkgver=0.9 +pkgrel=2 +arch=('i686' 'x86_64') +pkgdesc='A safe, concurrent, practical language' +url='http://www.rust-lang.org/' +license=('MIT' 'Apache') +depends=(gcc shared-mime-info) +makedepends=(libffi perl python2 curl chrpath) +source=("http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz"; +"http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz.asc";) +sha256sums=('c0911c3545b797a1ca16f3d76bf5ed234754b828efd1e22c182c7300ac7dd5d1' +'SKIP') +install=rust.install +options=(staticlibs) + +build() { + cd rust-$pkgver + + ./configure --prefix=/usr --disable-docs + + # avoid python makedepend (force fallback to python2) + sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules + + make +} + +#check() { + #cd rust-$pkgver + #make check +#} + +package() { + cd rust-$pkgver + make DESTDIR="$pkgdir" install + + mkdir -p "$pkgdir/usr/share/vim" "$pkgdir/usr/share/licenses/$pkgname" + + cp -a src/etc/vim "$pkgdir/usr/share/vim/vimfiles" + find "$pkgdir/usr/share/vim" -type f -exec chmod 644 {} + + find "$pkgdir/usr/share/vim" -type d -exec chmod 755 {} + + + install -Dm644 src/etc/zsh/_rust "$pkgdir/usr/share/zsh/site-functions/_rust" + install -Dm644 src/etc/kate/rust.xml "$pkgdir/usr/share/apps/katepar
[arch-commits] Commit in rust/trunk (PKGBUILD)
Date: Friday, January 10, 2014 @ 04:07:32 Author: thestinger Revision: 103694 upgpkg: rust 0.9-2 Modified: rust/trunk/PKGBUILD --+ PKGBUILD | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-01-10 01:23:08 UTC (rev 103693) +++ PKGBUILD2014-01-10 03:07:32 UTC (rev 103694) @@ -2,7 +2,7 @@ # Maintainer: Daniel Micay pkgname=rust pkgver=0.9 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') pkgdesc='A safe, concurrent, practical language' url='http://www.rust-lang.org/' @@ -9,10 +9,10 @@ license=('MIT' 'Apache') depends=(gcc shared-mime-info) makedepends=(libffi perl python2 curl chrpath) -source=("http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz";) -#"http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz.asc";) -sha256sums=('a66b7834027115237ca2f64a2b232901ef77e3afcc4b73f263fcdb0b6ec17014') -#'SKIP') +source=("http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz"; +"http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz.asc";) +sha256sums=('c0911c3545b797a1ca16f3d76bf5ed234754b828efd1e22c182c7300ac7dd5d1' +'SKIP') install=rust.install options=(staticlibs) @@ -58,8 +58,8 @@ cd "$pkgdir/usr" # https://github.com/mozilla/rust/issues/5219 - chrpath -d bin/* lib/*.so lib/rustc/*/lib/*.so + chrpath -d bin/* lib/*.so lib/rustlib/*/lib/*.so cd lib - ln -sf rustc/$CARCH-unknown-linux-gnu/lib/* . + ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/* . }
[arch-commits] Commit in rust/repos (8 files)
Date: Friday, January 10, 2014 @ 02:23:08 Author: thestinger Revision: 103693 archrelease: copy trunk to community-i686, community-x86_64 Added: rust/repos/community-i686/PKGBUILD (from rev 103692, rust/trunk/PKGBUILD) rust/repos/community-i686/rust.install (from rev 103692, rust/trunk/rust.install) rust/repos/community-x86_64/PKGBUILD (from rev 103692, rust/trunk/PKGBUILD) rust/repos/community-x86_64/rust.install (from rev 103692, rust/trunk/rust.install) Deleted: rust/repos/community-i686/PKGBUILD rust/repos/community-i686/rust.install rust/repos/community-x86_64/PKGBUILD rust/repos/community-x86_64/rust.install ---+ /PKGBUILD | 130 /rust.install | 22 ++ community-i686/PKGBUILD | 64 --- community-i686/rust.install | 11 --- community-x86_64/PKGBUILD | 64 --- community-x86_64/rust.install | 11 --- 6 files changed, 152 insertions(+), 150 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2014-01-10 01:22:23 UTC (rev 103692) +++ community-i686/PKGBUILD 2014-01-10 01:23:08 UTC (rev 103693) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Daniel Micay -pkgname=rust -pkgver=0.8 -pkgrel=1 -arch=('i686' 'x86_64') -pkgdesc='A safe, concurrent, practical language' -url='http://www.rust-lang.org/' -license=('MIT' 'Apache') -depends=(gcc shared-mime-info) -makedepends=(libffi perl python2 curl chrpath) -source=("http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz"; -"http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz.asc";) -sha256sums=('42f791ab1537357fe0f63d67ffe6bcb64ecf16b2bd3f1484ab589823f5914182' -'SKIP') -install=rust.install - -build() { - cd rust-$pkgver - - ./configure --prefix=/usr --disable-docs - - # avoid python makedepend (force fallback to python2) - sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules - - make -} - -#check() { - #cd rust-$pkgver - #make check -#} - -package() { - cd rust-$pkgver - make DESTDIR="$pkgdir" install - - mkdir -p "$pkgdir/usr/share/vim" "$pkgdir/usr/share/licenses/$pkgname" - - cp -a src/etc/vim "$pkgdir/usr/share/vim/vimfiles" - find "$pkgdir/usr/share/vim" -type f -exec chmod 644 {} + - find "$pkgdir/usr/share/vim" -type d -exec chmod 755 {} + - - install -Dm644 src/etc/zsh/_rust "$pkgdir/usr/share/zsh/site-functions/_rust" - install -Dm644 src/etc/kate/rust.xml "$pkgdir/usr/share/apps/katepart/syntax/rust.xml" - install -Dm644 src/etc/gedit/share/mime/packages/rust.xml \ -"$pkgdir/usr/share/mime/packages/rust.xml" - install -Dm644 src/etc/gedit/share/gtksourceview-3.0/language-specs/rust.lang \ -"$pkgdir/usr/share/gtksourceview-3.0/language-specs/rust.lang" - - install -m644 LICENSE-APACHE "$pkgdir/usr/share/licenses/$pkgname" - install -m644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname" - - cd src/etc/emacs - install -Dm644 rust-mode.el "$pkgdir/usr/share/emacs/site-lisp/rust-mode.el" - - cd "$pkgdir/usr" - - # https://github.com/mozilla/rust/issues/5219 - chrpath -d bin/* lib/*.so lib/rustc/*/lib/*.so - - cd lib - ln -sf rustc/$CARCH-unknown-linux-gnu/lib/* . -} Copied: rust/repos/community-i686/PKGBUILD (from rev 103692, rust/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2014-01-10 01:23:08 UTC (rev 103693) @@ -0,0 +1,65 @@ +# $Id$ +# Maintainer: Daniel Micay +pkgname=rust +pkgver=0.9 +pkgrel=1 +arch=('i686' 'x86_64') +pkgdesc='A safe, concurrent, practical language' +url='http://www.rust-lang.org/' +license=('MIT' 'Apache') +depends=(gcc shared-mime-info) +makedepends=(libffi perl python2 curl chrpath) +source=("http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz";) +#"http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz.asc";) +sha256sums=('a66b7834027115237ca2f64a2b232901ef77e3afcc4b73f263fcdb0b6ec17014') +#'SKIP') +install=rust.install +options=(staticlibs) + +build() { + cd rust-$pkgver + + ./configure --prefix=/usr --disable-docs + + # avoid python makedepend (force fallback to python2) + sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules + + make +} + +#check() { + #cd rust-$pkgver + #make check +#} + +package() { + cd rust-$pkgver + make DESTDIR="$pkgdir" install + + mkdir -p "$pkgdir/usr/share/vim" "$pkgdir/usr/share/licenses/$pkgname" + + cp -a src/etc/vim "$pkgdir/usr/share/vim/vimfiles" + find "$pkgdir/usr/share/vim" -type f -exec chmod 644 {} + + find "$pkgdir/usr/share/vim" -type d -exec chmod 755 {} + + + install -Dm644 src/etc/zsh/_rust "$pkgdir/usr/share/zsh/site-functions/_rust" + install -Dm644 src/etc/kate/rust.xml "$pkgdir/usr/share/apps/katepart/syntax/rust.xml" + in
[arch-commits] Commit in rust/trunk (PKGBUILD)
Date: Friday, January 10, 2014 @ 02:22:23 Author: thestinger Revision: 103692 upgpkg: rust 0.9-1 Modified: rust/trunk/PKGBUILD --+ PKGBUILD | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-01-09 23:58:47 UTC (rev 103691) +++ PKGBUILD2014-01-10 01:22:23 UTC (rev 103692) @@ -1,7 +1,7 @@ # $Id$ # Maintainer: Daniel Micay pkgname=rust -pkgver=0.8 +pkgver=0.9 pkgrel=1 arch=('i686' 'x86_64') pkgdesc='A safe, concurrent, practical language' @@ -9,11 +9,12 @@ license=('MIT' 'Apache') depends=(gcc shared-mime-info) makedepends=(libffi perl python2 curl chrpath) -source=("http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz"; -"http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz.asc";) -sha256sums=('42f791ab1537357fe0f63d67ffe6bcb64ecf16b2bd3f1484ab589823f5914182' -'SKIP') +source=("http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz";) +#"http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz.asc";) +sha256sums=('a66b7834027115237ca2f64a2b232901ef77e3afcc4b73f263fcdb0b6ec17014') +#'SKIP') install=rust.install +options=(staticlibs) build() { cd rust-$pkgver
[arch-commits] Commit in glfw/trunk (PKGBUILD)
Date: Friday, January 10, 2014 @ 00:58:33 Author: svenstaro Revision: 103690 upgpkg: glfw 3.0.4-1 upstream release 3.0.4 Modified: glfw/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-01-09 20:43:00 UTC (rev 103689) +++ PKGBUILD2014-01-09 23:58:33 UTC (rev 103690) @@ -7,7 +7,7 @@ # Contributor: SpepS pkgname=glfw -pkgver=3.0.3 +pkgver=3.0.4 pkgrel=1 pkgdesc="A free, open source, portable framework for OpenGL application development" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput') makedepends=('mesa' 'cmake' 'doxygen') source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2";) -md5sums=('623977c096b28c25528e3c958e9fb3fd') +md5sums=('133a9faed6f1fbd527551a7e42aeb4f9') build() { cd "$srcdir/$pkgname-$pkgver"
[arch-commits] Commit in glfw/repos (4 files)
Date: Friday, January 10, 2014 @ 00:58:47 Author: svenstaro Revision: 103691 archrelease: copy trunk to community-i686, community-x86_64 Added: glfw/repos/community-i686/PKGBUILD (from rev 103690, glfw/trunk/PKGBUILD) glfw/repos/community-x86_64/PKGBUILD (from rev 103690, glfw/trunk/PKGBUILD) Deleted: glfw/repos/community-i686/PKGBUILD glfw/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 82 community-i686/PKGBUILD | 41 -- community-x86_64/PKGBUILD | 41 -- 3 files changed, 82 insertions(+), 82 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2014-01-09 23:58:33 UTC (rev 103690) +++ community-i686/PKGBUILD 2014-01-09 23:58:47 UTC (rev 103691) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Sven-Hendrik Haase -# Contributor: philefou -# Contributor: lindquist -# Contributor: Christoph Siegenthaler -# Contributor: Mihai Militaru -# Contributor: SpepS - -pkgname=glfw -pkgver=3.0.3 -pkgrel=1 -pkgdesc="A free, open source, portable framework for OpenGL application development" -arch=('i686' 'x86_64') -url="http://www.glfw.org/"; -license=('custom:ZLIB') -depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput') -makedepends=('mesa' 'cmake' 'doxygen') -source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2";) -md5sums=('623977c096b28c25528e3c958e9fb3fd') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - [[ -d build ]] && rm -r build - mkdir build && cd build - - cmake .. \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DBUILD_SHARED_LIBS=ON - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - cd build - make DESTDIR=$pkgdir install - - cd .. - install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING" -} Copied: glfw/repos/community-i686/PKGBUILD (from rev 103690, glfw/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2014-01-09 23:58:47 UTC (rev 103691) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Sven-Hendrik Haase +# Contributor: philefou +# Contributor: lindquist +# Contributor: Christoph Siegenthaler +# Contributor: Mihai Militaru +# Contributor: SpepS + +pkgname=glfw +pkgver=3.0.4 +pkgrel=1 +pkgdesc="A free, open source, portable framework for OpenGL application development" +arch=('i686' 'x86_64') +url="http://www.glfw.org/"; +license=('custom:ZLIB') +depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput') +makedepends=('mesa' 'cmake' 'doxygen') +source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2";) +md5sums=('133a9faed6f1fbd527551a7e42aeb4f9') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + [[ -d build ]] && rm -r build + mkdir build && cd build + + cmake .. \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DBUILD_SHARED_LIBS=ON + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + cd build + make DESTDIR=$pkgdir install + + cd .. + install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING" +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2014-01-09 23:58:33 UTC (rev 103690) +++ community-x86_64/PKGBUILD 2014-01-09 23:58:47 UTC (rev 103691) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Sven-Hendrik Haase -# Contributor: philefou -# Contributor: lindquist -# Contributor: Christoph Siegenthaler -# Contributor: Mihai Militaru -# Contributor: SpepS - -pkgname=glfw -pkgver=3.0.3 -pkgrel=1 -pkgdesc="A free, open source, portable framework for OpenGL application development" -arch=('i686' 'x86_64') -url="http://www.glfw.org/"; -license=('custom:ZLIB') -depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput') -makedepends=('mesa' 'cmake' 'doxygen') -source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2";) -md5sums=('623977c096b28c25528e3c958e9fb3fd') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - [[ -d build ]] && rm -r build - mkdir build && cd build - - cmake .. \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DBUILD_SHARED_LIBS=ON - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - cd build - make DESTDIR=$pkgdir install - - cd .. - install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING" -} Copied: glfw/repos/community-x86_64/PKGBUILD (from rev 103690, glfw/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2014-01-09 23:58:47 UTC (rev 103691) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Sven-Hendrik Haase +# Contributor: philefou +# Contributor: lindquist +# Contributor: Christoph Siegenthaler +# Contributor: Mihai Militaru +#
[arch-commits] Commit in cups/repos (36 files)
Date: Thursday, January 9, 2014 @ 22:38:31 Author: andyrtr Revision: 203402 archrelease: copy trunk to testing-i686, testing-x86_64 Added: cups/repos/testing-i686/ cups/repos/testing-i686/PKGBUILD (from rev 203401, cups/trunk/PKGBUILD) cups/repos/testing-i686/cups-1.6.0-fix-install-perms.patch (from rev 203401, cups/trunk/cups-1.6.0-fix-install-perms.patch) cups/repos/testing-i686/cups-1.6.2-statedir.patch (from rev 203401, cups/trunk/cups-1.6.2-statedir.patch) cups/repos/testing-i686/cups-avahi-address.patch (from rev 203401, cups/trunk/cups-avahi-address.patch) cups/repos/testing-i686/cups-enum-all.patch (from rev 203401, cups/trunk/cups-enum-all.patch) cups/repos/testing-i686/cups-final-content-type.patch (from rev 203401, cups/trunk/cups-final-content-type.patch) cups/repos/testing-i686/cups-no-export-ssllibs.patch (from rev 203401, cups/trunk/cups-no-export-ssllibs.patch) cups/repos/testing-i686/cups-no-gcrypt.patch (from rev 203401, cups/trunk/cups-no-gcrypt.patch) cups/repos/testing-i686/cups-no-gzip-man.patch (from rev 203401, cups/trunk/cups-no-gzip-man.patch) cups/repos/testing-i686/cups-res_init.patch (from rev 203401, cups/trunk/cups-res_init.patch) cups/repos/testing-i686/cups-systemd-socket.patch (from rev 203401, cups/trunk/cups-systemd-socket.patch) cups/repos/testing-i686/cups.install (from rev 203401, cups/trunk/cups.install) cups/repos/testing-i686/cups.logrotate (from rev 203401, cups/trunk/cups.logrotate) cups/repos/testing-i686/cups.pam (from rev 203401, cups/trunk/cups.pam) cups/repos/testing-i686/cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch (from rev 203401, cups/trunk/cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch) cups/repos/testing-i686/get-ppd-file-for-statically-configured-ipp-shared-queues.patch (from rev 203401, cups/trunk/get-ppd-file-for-statically-configured-ipp-shared-queues.patch) cups/repos/testing-i686/ppd-poll-with-client-conf.patch (from rev 203401, cups/trunk/ppd-poll-with-client-conf.patch) cups/repos/testing-x86_64/ cups/repos/testing-x86_64/PKGBUILD (from rev 203401, cups/trunk/PKGBUILD) cups/repos/testing-x86_64/cups-1.6.0-fix-install-perms.patch (from rev 203401, cups/trunk/cups-1.6.0-fix-install-perms.patch) cups/repos/testing-x86_64/cups-1.6.2-statedir.patch (from rev 203401, cups/trunk/cups-1.6.2-statedir.patch) cups/repos/testing-x86_64/cups-avahi-address.patch (from rev 203401, cups/trunk/cups-avahi-address.patch) cups/repos/testing-x86_64/cups-enum-all.patch (from rev 203401, cups/trunk/cups-enum-all.patch) cups/repos/testing-x86_64/cups-final-content-type.patch (from rev 203401, cups/trunk/cups-final-content-type.patch) cups/repos/testing-x86_64/cups-no-export-ssllibs.patch (from rev 203401, cups/trunk/cups-no-export-ssllibs.patch) cups/repos/testing-x86_64/cups-no-gcrypt.patch (from rev 203401, cups/trunk/cups-no-gcrypt.patch) cups/repos/testing-x86_64/cups-no-gzip-man.patch (from rev 203401, cups/trunk/cups-no-gzip-man.patch) cups/repos/testing-x86_64/cups-res_init.patch (from rev 203401, cups/trunk/cups-res_init.patch) cups/repos/testing-x86_64/cups-systemd-socket.patch (from rev 203401, cups/trunk/cups-systemd-socket.patch) cups/repos/testing-x86_64/cups.install (from rev 203401, cups/trunk/cups.install) cups/repos/testing-x86_64/cups.logrotate (from rev 203401, cups/trunk/cups.logrotate) cups/repos/testing-x86_64/cups.pam (from rev 203401, cups/trunk/cups.pam) cups/repos/testing-x86_64/cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch (from rev 203401, cups/trunk/cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch) cups/repos/testing-x86_64/get-ppd-file-for-statically-configured-ipp-shared-queues.patch (from rev 203401, cups/trunk/get-ppd-file-for-statically-configured-ipp-shared-queues.patch) cups/repos/testing-x86_64/ppd-poll-with-client-conf.patch (from rev 203401, cups/trunk/ppd-poll-with-client-conf.patch) ---+ testing-i686/PKGBUILD | 206 + testing-i686/cups-1.6.0-fix-install-perms.patch | 25 testing-i686/cups-1.6.2-statedir.patch | 12 testing-i686/cups-avahi-address.patch | 75 + testing-i686/cups-enum-all.patch | 17 testing-i686/cups-final-content-type.patch | 18 testing-i686/cups-no-export-ssllibs.patch | 12 testing-i686/cups-no-gcrypt.patch | 40 + testing-i686/cups-no-gzip-man.patch | 18 testing-i686/cups-res_init.patch
[arch-commits] Commit in cups/trunk (PKGBUILD cups-dbus-utf8.patch)
Date: Thursday, January 9, 2014 @ 22:37:43 Author: andyrtr Revision: 203401 upgpkg: cups 1.7.1-1 upstream update 1.7.1; link against OpenSSL instead of GnuTLS to avoid license issues - see https://gmplib.org/list-archives/gmp-devel/2013-August/003357.html Modified: cups/trunk/PKGBUILD Deleted: cups/trunk/cups-dbus-utf8.patch --+ PKGBUILD | 24 --- cups-dbus-utf8.patch | 106 - 2 files changed, 9 insertions(+), 121 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-01-09 20:33:45 UTC (rev 203400) +++ PKGBUILD2014-01-09 21:37:43 UTC (rev 203401) @@ -3,13 +3,13 @@ pkgbase="cups" pkgname=('libcups' 'cups') -pkgver=1.7.0 -pkgrel=2 +pkgver=1.7.1 +pkgrel=1 arch=('i686' 'x86_64') license=('GPL') url="http://www.cups.org/"; -makedepends=('libtiff>=4.0.0' 'libpng>=1.5.7' 'acl' 'pam' 'xdg-utils' 'krb5' 'gnutls>=2.8.3' 'cups-filters' 'bc' - 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 'dbus' 'avahi' 'hicolor-icon-theme' 'systemd') +makedepends=('libtiff>=4.0.0' 'libpng>=1.5.7' 'acl' 'pam' 'xdg-utils' 'krb5' 'openssl' 'cups-filters' 'bc' + 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 'dbus' 'avahi' 'hicolor-icon-theme' 'systemd' 'inetutils') source=(#http://mirror.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2 http://www.cups.org/software/${pkgver}/cups-${pkgver}-source.tar.bz2 cups.logrotate cups.pam @@ -19,7 +19,6 @@ cups-no-gzip-man.patch # FC cups-systemd-socket.patch -cups-dbus-utf8.patch cups-res_init.patch cups-avahi-address.patch cups-enum-all.patch @@ -31,7 +30,7 @@ cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch get-ppd-file-for-statically-configured-ipp-shared-queues.patch ppd-poll-with-client-conf.patch) -md5sums=('5ab496a2ce27017fcdb3d7ec4818a75a' +md5sums=('55277c40fd4b7183dc3671d39c5c42b7' 'f861b18f4446c43918c8643dcbbd7f6d' '96f82c38f3f540b53f3e5144900acf17' '3ba9e3410df1dc3015463d615ef91b3b' @@ -38,7 +37,6 @@ 'cc4101beccb5ed6deb1c92707a575925' '90c30380d4c8cd48a908cfdadae1ea24' '555a1c71151ce990e176315b46e3de2f' - 'a2a88b3a3257c3b5fd3edcc169e6aca4' '8fe27d4248cacbc02824e7937cab4088' 'df0c367c0022e3c7d8e01827e8a6c5e7' 'f30c2a161caaf27854581507cde8cac6' @@ -69,9 +67,6 @@ # various bugfixes (upstream reports/SVN or Fedora/Debian - # Ensure attributes are valid UTF-8 in dbus notifier - patch -Np1 -i ${srcdir}/cups-dbus-utf8.patch - # Fixed crash which sometimes happens on shutdown of the CUPS daemon, caused by a wrong shutdown sequence for shutting down the Avahi threaded poll. # patch -Np1 -i ${srcdir}/cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch # Applications could not get the PPD file for statically-configured IPP-shared print queues @@ -112,7 +107,7 @@ --enable-pam=yes \ --enable-raw-printing \ --enable-dbus --with-dbusdir=/etc/dbus-1 \ - --enable-ssl=yes --enable-gnutls \ + --enable-ssl=yes --enable-openssl \ --enable-threads \ --enable-avahi\ --with-php=/usr/bin/php-cgi \ @@ -122,15 +117,14 @@ check() { cd ${pkgbase}-${pkgver} - #httpAddrGetList(workstation64): FAIL - #1 TESTS FAILED! - #make[1]: *** [testhttp] Error 1 +#./run-stp-tests.sh: line 782: 6307 Aborted (core dumped) $VALGRIND ../scheduler/cupsd -c /tmp/cups-$user/cupsd.conf -f > /tmp/cups-$user/log/debug_log 2>&1 +#FAIL: 87 error messages, expected 33. make -k check || /bin/true } package_libcups() { pkgdesc="The CUPS Printing System - client libraries and headers" -depends=('gnutls>=2.8.3' 'libtiff>=4.0.0' 'libpng>=1.5.7' 'krb5' 'avahi') +depends=('openssl' 'libtiff>=4.0.0' 'libpng>=1.5.7' 'krb5' 'avahi') backup=(etc/cups/client.conf) cd ${pkgbase}-${pkgver} Deleted: cups-dbus-utf8.patch === --- cups-dbus-utf8.patch2014-01-09 20:33:45 UTC (rev 203400) +++ cups-dbus-utf8.patch2014-01-09 21:37:43 UTC (rev 203401) @@ -1,106 +0,0 @@ -diff -up cups-1.6.1/notifier/dbus.c.dbus-utf8 cups-1.6.1/notifier/dbus.c cups-1.6.1/notifier/dbus.c.dbus-utf8 2012-01-20 19:00:32.0 + -+++ cups-1.6.1/notifier/dbus.c 2012-10-31 11:04:47.686973616 + -@@ -31,6 +31,9 @@ - #include - #include - #include -+#include -+#include -+#include - - #ifdef HAVE_DBUS - # include -@@ -157,10 +160,82 @@ enum - * Local functions... - */ - --static intacquire_lock(int *fd, char *lockfile, size_t locksize); -+static intacquire_lock(int *fd, char *lockfile, size_t locksize); -+static const char *validate_utf8(const char *str); - - - /* -+ * 'validate_utf8()' - Convert to valid UTF-8 -+ */ -+ -+sta
[arch-commits] Commit in lib32-mesa/repos/multilib-testing-x86_64 (PKGBUILD PKGBUILD)
Date: Thursday, January 9, 2014 @ 21:43:00 Author: lcarlier Revision: 103689 archrelease: copy trunk to multilib-testing-x86_64 Added: lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD (from rev 103688, lib32-mesa/trunk/PKGBUILD) Deleted: lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD --+ PKGBUILD | 256 ++--- 1 file changed, 128 insertions(+), 128 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2014-01-09 20:42:52 UTC (rev 103688) +++ PKGBUILD2014-01-09 20:43:00 UTC (rev 103689) @@ -1,128 +0,0 @@ -# $Id$ -# Contributor: Jan de Groot -# Contributor: Andreas Radke - -pkgbase=lib32-mesa -pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 'lib32-mesa-libgl') -pkgver=10.0.1 -pkgrel=2 -arch=('x86_64') -makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 'lib32-libdrm' 'dri2proto' 'lib32-libxxf86vm' 'lib32-libxdamage' - 'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd') -url="http://mesa3d.sourceforge.net"; -license=('custom') -options=('!libtool') -source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2) -md5sums=('0a72ca5b36046a658bf6038326ff32ed') - -build() { - export CC="gcc -m32" - export CXX="g++ -m32" - export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" - export LLVM_CONFIG=/usr/bin/llvm-config32 - - cd ${srcdir}/?esa-* - - # our automake is far too new for their build system :) - autoreconf -vfi - - ./configure --enable-32-bit \ ---libdir=/usr/lib32 \ ---prefix=/usr \ ---sysconfdir=/etc \ ---with-dri-driverdir=/usr/lib32/xorg/modules/dri \ ---with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast \ ---with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \ ---with-llvm-shared-libs \ ---enable-gallium-llvm \ ---enable-egl \ ---enable-gallium-egl \ ---with-egl-platforms=x11,drm \ ---enable-shared-glapi \ ---enable-gbm \ ---enable-glx-tls \ ---enable-dri \ ---enable-glx \ ---enable-osmesa \ ---enable-gles1 \ ---enable-gles2 \ ---enable-texture-float - make - - mkdir $srcdir/fakeinstall - make DESTDIR=${srcdir}/fakeinstall install -} - -package_lib32-ati-dri() { - pkgdesc="Mesa drivers for AMD/ATI Radeon (32-bit)" - depends=('lib32-mesa-libgl' "lib32-mesa=${pkgver}" 'lib32-libtxc_dxtn' 'ati-dri') - - install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri - mv -v ${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{r200,r300,r600,radeon,radeonsi}_dri.so ${pkgdir}/usr/lib32/xorg/modules/dri/ - - install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe - mv -v ${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_{r300,r600,radeonsi}* ${pkgdir}/usr/lib32/gallium-pipe/ - - install -m755 -d "${pkgdir}/usr/share/licenses/ati-dri" - ln -s ati-dri "$pkgdir/usr/share/licenses/ati-dri/lib32-ati-dri" -} - -package_lib32-intel-dri() { - pkgdesc="Mesa DRI drivers for Intel (32-bit)" - depends=('lib32-mesa-libgl' "lib32-mesa=${pkgver}" 'lib32-libtxc_dxtn' 'intel-dri') - - install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri - mv -v ${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{i915,i965}_dri.so ${pkgdir}/usr/lib32/xorg/modules/dri/ - - install -m755 -d "${pkgdir}/usr/share/licenses/intel-dri" - ln -s intel-dri "$pkgdir/usr/share/licenses/intel-dri/lib32-intel-dri" -} - -package_lib32-nouveau-dri() { - pkgdesc="Mesa drivers for Nouveau (32-bit)" - depends=('lib32-mesa-libgl' "lib32-mesa=${pkgver}" 'lib32-libtxc_dxtn' 'nouveau-dri') - - install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri - mv -v ${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/nouveau_{dri,vieux_dri}.so ${pkgdir}/usr/lib32/xorg/modules/dri/ - - install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe - mv -v ${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_nouveau* ${pkgdir}/usr/lib32/gallium-pipe/ - - install -m755 -d "${pkgdir}/usr/share/licenses/nouveau-dri" - ln -s nouveau-dri "$pkgdir/usr/share/licenses/nouveau-dri/lib32-nouveau-dri" -} - -package_lib32-mesa() { - pkgdesc="an open-source implementation of the OpenGL specification (32-bit)" - depends=('lib32-libdrm' 'lib32-libxxf86vm' 'lib32-libxdamage' 'lib32-systemd' 'lib32-elfutils' 'lib32-llvm-libs' 'mesa') - optdepends=('opengl-man-pages: for the OpenGL API man pages') - provides=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 'lib32-libegl') - conflicts=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 'lib32-libegl') - replaces=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 'lib32-libegl') - - mv -v ${srcdir}/fakeinstall/* ${pkgdir} - mv ${pkgdir}/usr/lib32/libGL.so.1.2.0 ${pkgdir}/usr/lib32/mesa-libGL.so.1.2.0 - ln -s mesa-libGL.so.1.2.0 ${pkgdir}/usr/lib32/mesa-libGL.so.1 - rm ${pkgdir}/usr/lib32/libGL.so{,.1} - rm -r ${pkgdir}/etc - rm -r ${pkgdir}/usr/include - -
[arch-commits] Commit in lib32-mesa/trunk (PKGBUILD)
Date: Thursday, January 9, 2014 @ 21:42:52 Author: lcarlier Revision: 103688 upgpkg: lib32-mesa 10.0.2-1 upstream update 10.0.2 Modified: lib32-mesa/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-01-09 16:14:18 UTC (rev 103687) +++ PKGBUILD2014-01-09 20:42:52 UTC (rev 103688) @@ -4,8 +4,8 @@ pkgbase=lib32-mesa pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 'lib32-mesa-libgl') -pkgver=10.0.1 -pkgrel=2 +pkgver=10.0.2 +pkgrel=1 arch=('x86_64') makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 'lib32-libdrm' 'dri2proto' 'lib32-libxxf86vm' 'lib32-libxdamage' 'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd') @@ -13,7 +13,7 @@ license=('custom') options=('!libtool') source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2) -md5sums=('0a72ca5b36046a658bf6038326ff32ed') +md5sums=('8544c0ab3e438a08b5103421ea15b6d2') build() { export CC="gcc -m32"
[arch-commits] Commit in mesa/repos (10 files)
Date: Thursday, January 9, 2014 @ 21:33:45 Author: lcarlier Revision: 203400 archrelease: copy trunk to testing-i686, testing-x86_64 Added: mesa/repos/testing-i686/LICENSE (from rev 203399, mesa/trunk/LICENSE) mesa/repos/testing-i686/PKGBUILD (from rev 203399, mesa/trunk/PKGBUILD) mesa/repos/testing-x86_64/LICENSE (from rev 203399, mesa/trunk/LICENSE) mesa/repos/testing-x86_64/PKGBUILD (from rev 203399, mesa/trunk/PKGBUILD) Deleted: mesa/repos/testing-i686/LICENSE mesa/repos/testing-i686/PKGBUILD mesa/repos/testing-i686/revert.remove.GLXContextID.typedef.patch mesa/repos/testing-x86_64/LICENSE mesa/repos/testing-x86_64/PKGBUILD mesa/repos/testing-x86_64/revert.remove.GLXContextID.typedef.patch -+ /LICENSE| 164 +++ /PKGBUILD | 302 ++ testing-i686/LICENSE| 82 --- testing-i686/PKGBUILD | 160 --- testing-i686/revert.remove.GLXContextID.typedef.patch | 30 - testing-x86_64/LICENSE | 82 --- testing-x86_64/PKGBUILD | 160 --- testing-x86_64/revert.remove.GLXContextID.typedef.patch | 30 - 8 files changed, 466 insertions(+), 544 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 203399:203400 to see the changes.
[arch-commits] Commit in mesa/trunk (2 files)
Date: Thursday, January 9, 2014 @ 21:33:34 Author: lcarlier Revision: 203399 upgpkg: mesa 10.0.2-1 upstream update 10.0.2 Modified: mesa/trunk/PKGBUILD Deleted: mesa/trunk/revert.remove.GLXContextID.typedef.patch --+ PKGBUILD | 19 -- revert.remove.GLXContextID.typedef.patch | 30 - 2 files changed, 5 insertions(+), 44 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-01-09 20:24:26 UTC (rev 203398) +++ PKGBUILD2014-01-09 20:33:34 UTC (rev 203399) @@ -4,8 +4,8 @@ pkgbase=mesa pkgname=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa' 'mesa-libgl') -pkgver=10.0.1 -pkgrel=3 +pkgver=10.0.2 +pkgrel=1 arch=('i686' 'x86_64') makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 'libxxf86vm' 'libxdamage' 'libvdpau' 'wayland' 'elfutils' 'llvm' 'systemd') @@ -12,19 +12,10 @@ url="http://mesa3d.sourceforge.net"; license=('custom') source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2 -LICENSE - revert.remove.GLXContextID.typedef.patch) -md5sums=('0a72ca5b36046a658bf6038326ff32ed' - '5c65a0fe315dd347e09b1f2826a1df5a' - '6e49b4dd4ceb7873610f608f74efbaaf') +LICENSE) +md5sums=('8544c0ab3e438a08b5103421ea15b6d2' + '5c65a0fe315dd347e09b1f2826a1df5a') -prepare() { - cd ${srcdir}/?esa-* - - # Cherry picked from mesa branch 10.0, this fix wxgtk rebuild (FS#38392) - patch -Np1 -i ../revert.remove.GLXContextID.typedef.patch -} - build() { cd ${srcdir}/?esa-* Deleted: revert.remove.GLXContextID.typedef.patch === --- revert.remove.GLXContextID.typedef.patch2014-01-09 20:24:26 UTC (rev 203398) +++ revert.remove.GLXContextID.typedef.patch2014-01-09 20:33:34 UTC (rev 203399) @@ -1,30 +0,0 @@ -From 347f1493320e1bc2194c70d4d66bfe2b5883bf1e Mon Sep 17 00:00:00 2001 -From: Kenneth Graunke -Date: Mon, 30 Dec 2013 07:19:36 + -Subject: Revert "mesa: Remove GLXContextID typedef from glx.h." - -This reverts commit 136a12ac98868d82c2ae9fcc80d11044a7ec56d1. - -According to belak51 on IRC, this commit broke Allegro, which would no -longer compile. Applications apparently expect the GLXContextID typedef -to exist in glx.h; removing it breaks them. A bit of searching around -the internet revealed other complaints since upgrading to Mesa 10. - -Cc: "10.0" -(cherry picked from commit f425d56ba41382be04366d011536ee78a03a2f33) -diff --git a/include/GL/glx.h b/include/GL/glx.h -index 62d0ede..234abc0 100644 a/include/GL/glx.h -+++ b/include/GL/glx.h -@@ -168,6 +168,7 @@ typedef XID GLXDrawable; - /* GLX 1.3 and later */ - typedef struct __GLXFBConfigRec *GLXFBConfig; - typedef XID GLXFBConfigID; -+typedef XID GLXContextID; - typedef XID GLXWindow; - typedef XID GLXPbuffer; - --- -cgit v0.9.0.2-2-gbebe -
[arch-commits] Commit in xfce4-taskmanager/repos (4 files)
Date: Thursday, January 9, 2014 @ 21:24:26 Author: eric Revision: 203398 archrelease: copy trunk to extra-i686, extra-x86_64 Added: xfce4-taskmanager/repos/extra-i686/PKGBUILD (from rev 203397, xfce4-taskmanager/trunk/PKGBUILD) xfce4-taskmanager/repos/extra-x86_64/PKGBUILD (from rev 203397, xfce4-taskmanager/trunk/PKGBUILD) Deleted: xfce4-taskmanager/repos/extra-i686/PKGBUILD xfce4-taskmanager/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 52 extra-i686/PKGBUILD | 27 extra-x86_64/PKGBUILD | 27 3 files changed, 52 insertions(+), 54 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2014-01-09 20:23:48 UTC (rev 203397) +++ extra-i686/PKGBUILD 2014-01-09 20:24:26 UTC (rev 203398) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: - -pkgname=xfce4-taskmanager -pkgver=1.0.0 -pkgrel=3 -pkgdesc="Easy to use task manager" -arch=(i686 x86_64) -license=('GPL2') -url="http://goodies.xfce.org/projects/applications/xfce4-taskmanager"; -groups=('xfce4-goodies') -depends=('libwnck') -makedepends=('pkgconfig' 'intltool') -source=(http://archive.xfce.org/src/apps/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2) -md5sums=('cd205366ae771d2cbe72b5ca7b1257b0') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \ ---localstatedir=/var --disable-static - make -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install -} Copied: xfce4-taskmanager/repos/extra-i686/PKGBUILD (from rev 203397, xfce4-taskmanager/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2014-01-09 20:24:26 UTC (rev 203398) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: + +pkgname=xfce4-taskmanager +pkgver=1.0.1 +pkgrel=1 +pkgdesc="Easy to use task manager" +arch=('i686' 'x86_64') +url="http://goodies.xfce.org/projects/applications/xfce4-taskmanager"; +license=('GPL2') +depends=('libwnck') +makedepends=('intltool') +groups=('xfce4-goodies') +source=(http://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) +md5sums=('b8a707b25e32c1a296eb50d609aa49b8') + +build() { + cd ${pkgname}-${pkgver} + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2014-01-09 20:23:48 UTC (rev 203397) +++ extra-x86_64/PKGBUILD 2014-01-09 20:24:26 UTC (rev 203398) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: - -pkgname=xfce4-taskmanager -pkgver=1.0.0 -pkgrel=3 -pkgdesc="Easy to use task manager" -arch=(i686 x86_64) -license=('GPL2') -url="http://goodies.xfce.org/projects/applications/xfce4-taskmanager"; -groups=('xfce4-goodies') -depends=('libwnck') -makedepends=('pkgconfig' 'intltool') -source=(http://archive.xfce.org/src/apps/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2) -md5sums=('cd205366ae771d2cbe72b5ca7b1257b0') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \ ---localstatedir=/var --disable-static - make -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install -} Copied: xfce4-taskmanager/repos/extra-x86_64/PKGBUILD (from rev 203397, xfce4-taskmanager/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2014-01-09 20:24:26 UTC (rev 203398) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: + +pkgname=xfce4-taskmanager +pkgver=1.0.1 +pkgrel=1 +pkgdesc="Easy to use task manager" +arch=('i686' 'x86_64') +url="http://goodies.xfce.org/projects/applications/xfce4-taskmanager"; +license=('GPL2') +depends=('libwnck') +makedepends=('intltool') +groups=('xfce4-goodies') +source=(http://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) +md5sums=('b8a707b25e32c1a296eb50d609aa49b8') + +build() { + cd ${pkgname}-${pkgver} + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in xfce4-taskmanager/trunk (PKGBUILD)
Date: Thursday, January 9, 2014 @ 21:23:48 Author: eric Revision: 203397 upgpkg: xfce4-taskmanager 1.0.1-1 Upstream update, Clean up PKGBUILD Modified: xfce4-taskmanager/trunk/PKGBUILD --+ PKGBUILD | 25 - 1 file changed, 12 insertions(+), 13 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-01-09 18:29:00 UTC (rev 203396) +++ PKGBUILD2014-01-09 20:23:48 UTC (rev 203397) @@ -2,26 +2,25 @@ # Maintainer: pkgname=xfce4-taskmanager -pkgver=1.0.0 -pkgrel=3 +pkgver=1.0.1 +pkgrel=1 pkgdesc="Easy to use task manager" -arch=(i686 x86_64) +arch=('i686' 'x86_64') +url="http://goodies.xfce.org/projects/applications/xfce4-taskmanager"; license=('GPL2') -url="http://goodies.xfce.org/projects/applications/xfce4-taskmanager"; +depends=('libwnck') +makedepends=('intltool') groups=('xfce4-goodies') -depends=('libwnck') -makedepends=('pkgconfig' 'intltool') -source=(http://archive.xfce.org/src/apps/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2) -md5sums=('cd205366ae771d2cbe72b5ca7b1257b0') +source=(http://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) +md5sums=('b8a707b25e32c1a296eb50d609aa49b8') build() { - cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \ ---localstatedir=/var --disable-static + cd ${pkgname}-${pkgver} + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var make } package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install }
[arch-commits] Commit in linux-firmware/trunk (PKGBUILD)
Date: Thursday, January 9, 2014 @ 19:28:51 Author: thomas Revision: 203395 upgpkg: linux-firmware 20131230.52d77db-1 Modified: linux-firmware/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-01-09 10:45:28 UTC (rev 203394) +++ PKGBUILD2014-01-09 18:28:51 UTC (rev 203395) @@ -3,7 +3,7 @@ pkgname=linux-firmware # Commit date + git rev-parse --short origin/master -pkgver=20131013.7d0c7a8 +pkgver=20131230.52d77db pkgrel=1 pkgdesc="Firmware files for Linux" makedepends=('git') @@ -36,7 +36,7 @@ 'rt2x00-rt71w-fw' 'amd-ucode') options=(!strip) -source=('git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=7d0c7a8cfd78388d90cc784a185b19dcbdbce824') +source=('git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=52d77db9f133afe4d2b26aeccfd603745f45fda1') md5sums=('SKIP') package() {
[arch-commits] Commit in linux-firmware/repos (testing-any testing-any/PKGBUILD)
Date: Thursday, January 9, 2014 @ 19:29:00 Author: thomas Revision: 203396 archrelease: copy trunk to testing-any Added: linux-firmware/repos/testing-any/ linux-firmware/repos/testing-any/PKGBUILD (from rev 203395, linux-firmware/trunk/PKGBUILD) --+ PKGBUILD | 52 1 file changed, 52 insertions(+) Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 203395, linux-firmware/trunk/PKGBUILD) === --- testing-any/PKGBUILD(rev 0) +++ testing-any/PKGBUILD2014-01-09 18:29:00 UTC (rev 203396) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Thomas Bächler + +pkgname=linux-firmware +# Commit date + git rev-parse --short origin/master +pkgver=20131230.52d77db +pkgrel=1 +pkgdesc="Firmware files for Linux" +makedepends=('git') +arch=('any') +url="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary"; +license=('GPL2' 'GPL3' 'custom') +conflicts=('linux-firmware-git' + 'kernel26-firmware' + 'ar9170-fw' + 'iwlwifi-1000-ucode' + 'iwlwifi-3945-ucode' + 'iwlwifi-4965-ucode' + 'iwlwifi-5000-ucode' + 'iwlwifi-5150-ucode' + 'iwlwifi-6000-ucode' + 'rt2870usb-fw' + 'rt2x00-rt61-fw' + 'rt2x00-rt71w-fw' + 'amd-ucode') +replaces=('kernel26-firmware' + 'ar9170-fw' + 'iwlwifi-1000-ucode' + 'iwlwifi-3945-ucode' + 'iwlwifi-4965-ucode' + 'iwlwifi-5000-ucode' + 'iwlwifi-5150-ucode' + 'iwlwifi-6000-ucode' + 'rt2870usb-fw' + 'rt2x00-rt61-fw' + 'rt2x00-rt71w-fw' + 'amd-ucode') +options=(!strip) +source=('git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=52d77db9f133afe4d2b26aeccfd603745f45fda1') +md5sums=('SKIP') + +package() { + cd "${srcdir}/${pkgname}" + # remove not needed Makefile #35236 + rm Makefile + install -d -m755 "${pkgdir}/usr/lib/firmware" + cp -a * "${pkgdir}/usr/lib/firmware/" + install -d -m755 "${pkgdir}/usr/share/licenses/linux-firmware/" + rm -f "${pkgdir}/usr/lib/firmware/"{README*,configure,GPL*} + mv "${pkgdir}/usr/lib/firmware"/{LICEN*,WHENCE} "${pkgdir}/usr/share/licenses/linux-firmware/" +} +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in cppcheck/repos (4 files)
Date: Thursday, January 9, 2014 @ 17:14:18 Author: jelle Revision: 103687 archrelease: copy trunk to community-i686, community-x86_64 Added: cppcheck/repos/community-i686/PKGBUILD (from rev 103686, cppcheck/trunk/PKGBUILD) cppcheck/repos/community-x86_64/PKGBUILD (from rev 103686, cppcheck/trunk/PKGBUILD) Deleted: cppcheck/repos/community-i686/PKGBUILD cppcheck/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 76 community-i686/PKGBUILD | 34 --- community-x86_64/PKGBUILD | 34 --- 3 files changed, 76 insertions(+), 68 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2014-01-09 16:14:07 UTC (rev 103686) +++ community-i686/PKGBUILD 2014-01-09 16:14:18 UTC (rev 103687) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Stéphane Gaudreault - -pkgname=cppcheck -pkgver=1.63.1 -pkgrel=1 -pkgdesc="A tool for static C/C++ code analysis" -arch=('i686' 'x86_64') -url="http://cppcheck.wiki.sourceforge.net/"; -license=('GPL') -depends=('qt5-base') -makedepends=('docbook-xsl') -source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz) -sha1sums=('19ad7251603356a82dc75a836dfad9629a3d12a0') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - make - make DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl man - - cd gui - export HAVE_RULES=yes - qmake - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - - install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1 - - install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin -} Copied: cppcheck/repos/community-i686/PKGBUILD (from rev 103686, cppcheck/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2014-01-09 16:14:18 UTC (rev 103687) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Stéphane Gaudreault + +pkgname=cppcheck +pkgver=1.63.1 +pkgrel=2 +pkgdesc="A tool for static C/C++ code analysis" +arch=('i686' 'x86_64') +url="http://cppcheck.wiki.sourceforge.net/"; +license=('GPL') +depends=('qt5-base') +makedepends=('docbook-xsl') +source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz) +sha1sums=('19ad7251603356a82dc75a836dfad9629a3d12a0') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + make CFGDIR=/usr/share/cppcheck/cfg + make DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl man + + cd gui + export HAVE_RULES=yes + qmake + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + + install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1 + + install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin + + for _f in cfg/*; do + install -D -p -m 644 $_f "${pkgdir}"/usr/share/"${pkgname}"/$_f + done +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2014-01-09 16:14:07 UTC (rev 103686) +++ community-x86_64/PKGBUILD 2014-01-09 16:14:18 UTC (rev 103687) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Stéphane Gaudreault - -pkgname=cppcheck -pkgver=1.63.1 -pkgrel=1 -pkgdesc="A tool for static C/C++ code analysis" -arch=('i686' 'x86_64') -url="http://cppcheck.wiki.sourceforge.net/"; -license=('GPL') -depends=('qt5-base') -makedepends=('docbook-xsl') -source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz) -sha1sums=('19ad7251603356a82dc75a836dfad9629a3d12a0') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - make - make DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl man - - cd gui - export HAVE_RULES=yes - qmake - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - - install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1 - - install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin -} Copied: cppcheck/repos/community-x86_64/PKGBUILD (from rev 103686, cppcheck/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2014-01-09 16:14:18 UTC (rev 103687) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Stéphane Gaudreault + +pkgname=cppcheck +pkgver=1.63.1 +pkgrel=2 +pkgdesc="A tool for static C/C++ code analysis" +arch=('i686' 'x86_64') +url="http://cppcheck.wiki.sourceforge.net/"; +license=('GPL') +depends=('qt5-base') +makedepends=('docbook-xsl') +source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz) +sha1sums=('19ad7251603356a82dc75a836dfad9629a3d12a0') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + make CFGDIR=/usr/share/cppcheck/cfg + ma
[arch-commits] Commit in openntpd/trunk (PKGBUILD)
Date: Thursday, January 9, 2014 @ 17:10:04 Author: bgyorgy Revision: 103684 upgpkg: openntpd 3.9p1-24 Fix typo (FS#38433) Modified: openntpd/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-01-09 13:30:06 UTC (rev 103683) +++ PKGBUILD2014-01-09 16:10:04 UTC (rev 103684) @@ -6,7 +6,7 @@ pkgname=openntpd pkgver=3.9p1 -pkgrel=23 +pkgrel=24 pkgdesc='Free, easy to use implementation of the Network Time Protocol.' url='http://www.openntpd.org/' arch=('x86_64' 'i686') @@ -49,7 +49,7 @@ "$pkgdir/usr/share/licenses/$pkgname/LICENCE" sed -i 's/\*/0.0.0.0/' "$pkgdir/etc/ntpd.conf" - install -d -o 87 "pkgdir/var/lib/ntp" + install -d -o 87 -g 87 "$pkgdir/var/lib/ntp" install -Dm644 "$srcdir/openntpd.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/openntpd.conf" install -Dm644 "$srcdir/openntpd.service" "$pkgdir/usr/lib/systemd/system/openntpd.service"
[arch-commits] Commit in openntpd/repos (20 files)
Date: Thursday, January 9, 2014 @ 17:10:15 Author: bgyorgy Revision: 103685 archrelease: copy trunk to community-x86_64, community-i686 Added: openntpd/repos/community-i686/PKGBUILD (from rev 103684, openntpd/trunk/PKGBUILD) openntpd/repos/community-i686/linux-adjtimex.patch (from rev 103684, openntpd/trunk/linux-adjtimex.patch) openntpd/repos/community-i686/openntpd.install (from rev 103684, openntpd/trunk/openntpd.install) openntpd/repos/community-i686/openntpd.service (from rev 103684, openntpd/trunk/openntpd.service) openntpd/repos/community-i686/openntpd.tmpfiles (from rev 103684, openntpd/trunk/openntpd.tmpfiles) openntpd/repos/community-x86_64/PKGBUILD (from rev 103684, openntpd/trunk/PKGBUILD) openntpd/repos/community-x86_64/linux-adjtimex.patch (from rev 103684, openntpd/trunk/linux-adjtimex.patch) openntpd/repos/community-x86_64/openntpd.install (from rev 103684, openntpd/trunk/openntpd.install) openntpd/repos/community-x86_64/openntpd.service (from rev 103684, openntpd/trunk/openntpd.service) openntpd/repos/community-x86_64/openntpd.tmpfiles (from rev 103684, openntpd/trunk/openntpd.tmpfiles) Deleted: openntpd/repos/community-i686/PKGBUILD openntpd/repos/community-i686/linux-adjtimex.patch openntpd/repos/community-i686/openntpd.install openntpd/repos/community-i686/openntpd.service openntpd/repos/community-i686/openntpd.tmpfiles openntpd/repos/community-x86_64/PKGBUILD openntpd/repos/community-x86_64/linux-adjtimex.patch openntpd/repos/community-x86_64/openntpd.install openntpd/repos/community-x86_64/openntpd.service openntpd/repos/community-x86_64/openntpd.tmpfiles ---+ /PKGBUILD | 126 /linux-adjtimex.patch | 336 /openntpd.install | 30 ++ /openntpd.service | 20 + /openntpd.tmpfiles|2 community-i686/PKGBUILD | 63 -- community-i686/linux-adjtimex.patch | 168 community-i686/openntpd.install | 15 - community-i686/openntpd.service | 10 community-i686/openntpd.tmpfiles |1 community-x86_64/PKGBUILD | 63 -- community-x86_64/linux-adjtimex.patch | 168 community-x86_64/openntpd.install | 15 - community-x86_64/openntpd.service | 10 community-x86_64/openntpd.tmpfiles|1 15 files changed, 514 insertions(+), 514 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2014-01-09 16:10:04 UTC (rev 103684) +++ community-i686/PKGBUILD 2014-01-09 16:10:15 UTC (rev 103685) @@ -1,63 +0,0 @@ -# $Id$ -# Maintainer: Vesa Kaihlavirta -# Contributor: Mark Rosenstand -# Contributor: Giorgio Lando (adjtimex patch) -# Contributor: Alexander Rødseth - -pkgname=openntpd -pkgver=3.9p1 -pkgrel=23 -pkgdesc='Free, easy to use implementation of the Network Time Protocol.' -url='http://www.openntpd.org/' -arch=('x86_64' 'i686') -license=('BSD') -depends=('openssl') -conflicts=('ntp') -backup=('etc/ntpd.conf') -install=$pkgname.install -source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/$pkgname-$pkgver.tar.gz"; - 'linux-adjtimex.patch' -'openntpd.tmpfiles' -'openntpd.service') -sha256sums=('83dd7c1e8ec8b4567afe49af539271b5a73562fb7a3ca51df73eccba89ec8c49' -'3abcec94c072b5913ef7156a22049d796ff04e19105befe1ea81a66522928fd2' -'fe12841110c3c080519e248988c4b6334f54bd9646b015753c7e15de2a9600c5' -'3239fc6f69d661cd9233233da9e68bebdf7b12888febbc2f2d794742db2d8ed1') - -prepare() { - patch -Np1 -d $pkgname-$pkgver < linux-adjtimex.patch -} - -build() { - cd $pkgname-$pkgver - autoreconf -fi - ./configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---sbindir=/usr/bin \ ---with-privsep-user=ntp \ ---with-privsep-path=/run/openntpd/ \ ---with-adjtimex - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make DESTDIR="$pkgdir" install - install -Dm644 "$srcdir/$pkgname-$pkgver/LICENCE" \ -"$pkgdir/usr/share/licenses/$pkgname/LICENCE" - sed -i 's/\*/0.0.0.0/' "$pkgdir/etc/ntpd.conf" - - install -d -o 87 "pkgdir/var/lib/ntp" - install -Dm644 "$srcdir/openntpd.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/openntpd.conf" - install -Dm644 "$srcdir/openntpd.service" "$pkgdir/usr/lib/systemd/system/openntpd.service" - - # avoid conflict with filesystem>=2012.06 - rm -r "$pkgdir/run" - - install -dm755 "$pkgdir/usr/lib/systemd/ntp-units.d" - echo "$pkgname.service" > "$pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list" -} - -# vim:set ts=2 sw=2 et: Copied: openntpd/repos/community-i686/PKGBUILD (from rev 103684, openntpd/trunk/PKGBUILD) === --- community-i686/PKGBUILD
[arch-commits] Commit in cppcheck/trunk (PKGBUILD)
Date: Thursday, January 9, 2014 @ 17:14:07 Author: jelle Revision: 103686 upgpkg: cppcheck 1.63.1-2 Modified: cppcheck/trunk/PKGBUILD --+ PKGBUILD | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-01-09 16:10:15 UTC (rev 103685) +++ PKGBUILD2014-01-09 16:14:07 UTC (rev 103686) @@ -3,7 +3,7 @@ pkgname=cppcheck pkgver=1.63.1 -pkgrel=1 +pkgrel=2 pkgdesc="A tool for static C/C++ code analysis" arch=('i686' 'x86_64') url="http://cppcheck.wiki.sourceforge.net/"; @@ -15,13 +15,13 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" - make + make CFGDIR=/usr/share/cppcheck/cfg make DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl man cd gui export HAVE_RULES=yes qmake - make + make } package() { @@ -31,4 +31,8 @@ install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1 install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin + + for _f in cfg/*; do + install -D -p -m 644 $_f "${pkgdir}"/usr/share/"${pkgname}"/$_f + done }
[arch-commits] Commit in busybox/repos/community-x86_64 (6 files)
Date: Thursday, January 9, 2014 @ 14:30:06 Author: spupykin Revision: 103683 archrelease: copy trunk to community-x86_64 Added: busybox/repos/community-x86_64/PKGBUILD (from rev 103682, busybox/trunk/PKGBUILD) busybox/repos/community-x86_64/busybox.install (from rev 103682, busybox/trunk/busybox.install) busybox/repos/community-x86_64/config (from rev 103682, busybox/trunk/config) Deleted: busybox/repos/community-x86_64/PKGBUILD busybox/repos/community-x86_64/busybox.install busybox/repos/community-x86_64/config -+ PKGBUILD| 62 - busybox.install | 28 config | 2076 +++--- 3 files changed, 1083 insertions(+), 1083 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 103682:103683 to see the changes.
[arch-commits] Commit in busybox/repos/community-i686 (6 files)
Date: Thursday, January 9, 2014 @ 14:29:52 Author: spupykin Revision: 103682 archrelease: copy trunk to community-i686 Added: busybox/repos/community-i686/PKGBUILD (from rev 103681, busybox/trunk/PKGBUILD) busybox/repos/community-i686/busybox.install (from rev 103681, busybox/trunk/busybox.install) busybox/repos/community-i686/config (from rev 103681, busybox/trunk/config) Deleted: busybox/repos/community-i686/PKGBUILD busybox/repos/community-i686/busybox.install busybox/repos/community-i686/config -+ PKGBUILD| 62 - busybox.install | 28 config | 2076 +++--- 3 files changed, 1083 insertions(+), 1083 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 103681:103682 to see the changes.
[arch-commits] Commit in busybox/trunk (PKGBUILD)
Date: Thursday, January 9, 2014 @ 14:29:41 Author: spupykin Revision: 103681 Modified: busybox/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2014-01-09 10:45:43 UTC (rev 103680) +++ PKGBUILD2014-01-09 13:29:41 UTC (rev 103681) @@ -9,7 +9,7 @@ arch=("i686" "x86_64") url="http://www.busybox.net"; license=('GPL') -makedepends=("make" "gcc" "sed" "ncurses" "glibc-static") +makedepends=("make" "gcc" "sed" "ncurses") source=($url/downloads/$pkgname-$pkgver.tar.bz2 config) install=busybox.install
[arch-commits] Commit in mkvtoolnix/trunk (PKGBUILD)
Date: Thursday, January 9, 2014 @ 11:23:29 Author: giovanni Revision: 203391 upgpkg: mkvtoolnix 6.7.0-1 rebuild against wxgtk 3.0.0 - upstream release Modified: mkvtoolnix/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-01-09 09:46:09 UTC (rev 203390) +++ PKGBUILD2014-01-09 10:23:29 UTC (rev 203391) @@ -4,8 +4,8 @@ pkgbase=mkvtoolnix pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk') -pkgver=6.6.0 -pkgrel=4 +pkgver=6.7.0 +pkgrel=1 arch=('i686' 'x86_64') license=('GPL') url="http://www.bunkus.org/videotools/mkvtoolnix/index.html"; @@ -12,7 +12,7 @@ makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk' 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby') source=("http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz";) -md5sums=('1e952a3196b0c43150801eeaecba68ed') +md5sums=('27bb6b0a10b3bb2fcf1c3e520c300207') build() { cd "${srcdir}/${pkgbase}-${pkgver}"
[arch-commits] Commit in mkvtoolnix/repos (8 files)
Date: Thursday, January 9, 2014 @ 11:23:36 Author: giovanni Revision: 203392 archrelease: copy trunk to testing-i686, testing-x86_64 Added: mkvtoolnix/repos/testing-i686/PKGBUILD (from rev 203391, mkvtoolnix/trunk/PKGBUILD) mkvtoolnix/repos/testing-i686/mkvtoolnix.install (from rev 203391, mkvtoolnix/trunk/mkvtoolnix.install) mkvtoolnix/repos/testing-x86_64/PKGBUILD (from rev 203391, mkvtoolnix/trunk/PKGBUILD) mkvtoolnix/repos/testing-x86_64/mkvtoolnix.install (from rev 203391, mkvtoolnix/trunk/mkvtoolnix.install) Deleted: mkvtoolnix/repos/testing-i686/PKGBUILD mkvtoolnix/repos/testing-i686/mkvtoolnix.install mkvtoolnix/repos/testing-x86_64/PKGBUILD mkvtoolnix/repos/testing-x86_64/mkvtoolnix.install ---+ /PKGBUILD | 172 /mkvtoolnix.install | 28 + testing-i686/PKGBUILD | 86 -- testing-i686/mkvtoolnix.install | 14 -- testing-x86_64/PKGBUILD | 86 -- testing-x86_64/mkvtoolnix.install | 14 -- 6 files changed, 200 insertions(+), 200 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2014-01-09 10:23:29 UTC (rev 203391) +++ testing-i686/PKGBUILD 2014-01-09 10:23:36 UTC (rev 203392) @@ -1,86 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: xduugu - -pkgbase=mkvtoolnix -pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk') -pkgver=6.6.0 -pkgrel=4 -arch=('i686' 'x86_64') -license=('GPL') -url="http://www.bunkus.org/videotools/mkvtoolnix/index.html"; -makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk' - 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby') -source=("http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz";) -md5sums=('1e952a3196b0c43150801eeaecba68ed') - -build() { - cd "${srcdir}/${pkgbase}-${pkgver}" - - # Disable automagic curl dep used for online update checking - sed -i -e '/curl/d' configure.in - export CURL_CFLAGS="" CURL_LIBS="" - - export CFLAGS="${CFLAGS} -DBOOST_FILESYSTEM_VERSION=3" - export CXXFLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=3" - - autoreconf - - ./configure --prefix=/usr \ - --with-boost-libdir=/usr/lib \ - --disable-gui - rake - - mv src/mkvinfo{,-cli} - - ./configure --prefix=/usr \ - --with-boost-libdir=/usr/lib - rake -} - -package_mkvtoolnix-cli() { - pkgdesc="Set of tools to create, edit and inspect Matroska files - CLI version" - depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo2') - provides=('mkvtoolnix') - conflicts=('mkvtoolnix') - replaces=('mkvtoolnix') - - cd "${srcdir}/${pkgbase}-${pkgver}" - - rake DESTDIR="${pkgdir}" install - rm -rf "${pkgdir}"/usr/bin/mkvinfo - install -Dm755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo - - rm -rf "${pkgdir}"/usr/bin/mmg - rm -rf "${pkgdir}"/usr/share/man/de/man1/mmg.1 - rm -rf "${pkgdir}"/usr/share/man/ja/man1/mmg.1 - rm -rf "${pkgdir}"/usr/share/man/man1/mmg.1 - rm -rf "${pkgdir}"/usr/share/man/nl/man1/mmg.1 - rm -rf "${pkgdir}"/usr/share/man/zh_CN/man1/mmg.1 - rm -rf "${pkgdir}"/usr/share/man/uk/man1/mmg.1 - rm -rf "${pkgdir}"/usr/share/applications - rm -rf "${pkgdir}"/usr/share/icons - rm -rf "${pkgdir}"/usr/share/mime -} - -package_mkvtoolnix-gtk() { - pkgdesc="Set of tools to create, edit and inspect Matroska files - wxGTK GUI" - depends=("mkvtoolnix-cli=${pkgver}" 'wxgtk' 'xdg-utils') - install=mkvtoolnix.install - - cd "${srcdir}/${pkgbase}-${pkgver}" - - rake DESTDIR="${pkgdir}" install - rm -rf "${pkgdir}"/usr/bin/mkv* - install -Dm755 src/mkvinfo "${pkgdir}"/usr/bin/mkvinfo-gtk - sed -ri 's/^(Exec=mkvinfo)/\1-gtk/' "${pkgdir}"/usr/share/applications/mkvinfo.desktop - - rm -rf "${pkgdir}"/usr/share/doc - rm -rf "${pkgdir}"/usr/share/locale - rm -rf "${pkgdir}"/usr/share/man/de/man1/mkv* - rm -rf "${pkgdir}"/usr/share/man/ja/man1/mkv* - rm -rf "${pkgdir}"/usr/share/man/man1/mkv* - rm -rf "${pkgdir}"/usr/share/man/nl/man1/mkv* - rm -rf "${pkgdir}"/usr/share/man/zh_CN/man1/mkv* - rm -rf "${pkgdir}"/usr/share/man/uk/man1/mkv* -} Copied: mkvtoolnix/repos/testing-i686/PKGBUILD (from rev 203391, mkvtoolnix/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2014-01-09 10:23:36 UTC (rev 203392) @@ -0,0 +1,86 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: xduugu + +pkgbase=mkvtoolnix +pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk') +pkgver=6.7.0 +pkgrel=1 +arch=('i686' 'x86_64') +license=('GPL') +url="http://www.bunkus.org/videotools/mkvtoolnix/index.html"; +makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk' + 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby') +source=("http://www.bunkus
[arch-commits] Commit in glamor-egl/trunk (PKGBUILD)
Date: Thursday, January 9, 2014 @ 10:46:09 Author: lcarlier Revision: 203390 remove dri3proto in makedepends, now in xorg-sever-devel Modified: glamor-egl/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2014-01-09 09:44:01 UTC (rev 203389) +++ PKGBUILD2014-01-09 09:46:09 UTC (rev 203390) @@ -10,7 +10,7 @@ url="http://xorg.freedesktop.org/"; license=('custom') depends=('mesa-libgl') -makedepends=('xorg-server-devel' 'dri3proto' 'X-ABI-VIDEODRV_VERSION=15' 'git') +makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15' 'git') conflicts=('xorg-server<1.15.0' 'X-ABI-VIDEODRV_VERSION<15' 'X-ABI-VIDEODRV_VERSION>=16' 'glamor-git') source=('glamor-egl::git+http://anongit.freedesktop.org/git/xorg/driver/glamor.git#commit=fb4d046c04002851a5e895726461509983f633e7') sha256sums=(SKIP)
[arch-commits] Commit in xorg-server/repos (28 files)
Date: Thursday, January 9, 2014 @ 10:44:01 Author: lcarlier Revision: 203389 archrelease: copy trunk to testing-i686, testing-x86_64 Added: xorg-server/repos/testing-i686/10-quirks.conf (from rev 203388, xorg-server/trunk/10-quirks.conf) xorg-server/repos/testing-i686/CVE-2013-6424.diff (from rev 203388, xorg-server/trunk/CVE-2013-6424.diff) xorg-server/repos/testing-i686/PKGBUILD (from rev 203388, xorg-server/trunk/PKGBUILD) xorg-server/repos/testing-i686/autoconfig-nvidia.patch (from rev 203388, xorg-server/trunk/autoconfig-nvidia.patch) xorg-server/repos/testing-i686/autoconfig-sis.patch (from rev 203388, xorg-server/trunk/autoconfig-sis.patch) xorg-server/repos/testing-i686/xvfb-run (from rev 203388, xorg-server/trunk/xvfb-run) xorg-server/repos/testing-i686/xvfb-run.1 (from rev 203388, xorg-server/trunk/xvfb-run.1) xorg-server/repos/testing-x86_64/10-quirks.conf (from rev 203388, xorg-server/trunk/10-quirks.conf) xorg-server/repos/testing-x86_64/CVE-2013-6424.diff (from rev 203388, xorg-server/trunk/CVE-2013-6424.diff) xorg-server/repos/testing-x86_64/PKGBUILD (from rev 203388, xorg-server/trunk/PKGBUILD) xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch (from rev 203388, xorg-server/trunk/autoconfig-nvidia.patch) xorg-server/repos/testing-x86_64/autoconfig-sis.patch (from rev 203388, xorg-server/trunk/autoconfig-sis.patch) xorg-server/repos/testing-x86_64/xvfb-run (from rev 203388, xorg-server/trunk/xvfb-run) xorg-server/repos/testing-x86_64/xvfb-run.1 (from rev 203388, xorg-server/trunk/xvfb-run.1) Deleted: xorg-server/repos/testing-i686/10-quirks.conf xorg-server/repos/testing-i686/CVE-2013-6424.diff xorg-server/repos/testing-i686/PKGBUILD xorg-server/repos/testing-i686/autoconfig-nvidia.patch xorg-server/repos/testing-i686/autoconfig-sis.patch xorg-server/repos/testing-i686/xvfb-run xorg-server/repos/testing-i686/xvfb-run.1 xorg-server/repos/testing-x86_64/10-quirks.conf xorg-server/repos/testing-x86_64/CVE-2013-6424.diff xorg-server/repos/testing-x86_64/PKGBUILD xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch xorg-server/repos/testing-x86_64/autoconfig-sis.patch xorg-server/repos/testing-x86_64/xvfb-run xorg-server/repos/testing-x86_64/xvfb-run.1 + /10-quirks.conf| 20 + /CVE-2013-6424.diff| 98 + /PKGBUILD | 422 +++ /autoconfig-nvidia.patch | 56 +++ /autoconfig-sis.patch | 42 ++ /xvfb-run | 360 +++ /xvfb-run.1| 564 +++ testing-i686/10-quirks.conf| 10 testing-i686/CVE-2013-6424.diff| 49 -- testing-i686/PKGBUILD | 211 --- testing-i686/autoconfig-nvidia.patch | 28 - testing-i686/autoconfig-sis.patch | 21 - testing-i686/xvfb-run | 180 - testing-i686/xvfb-run.1| 282 --- testing-x86_64/10-quirks.conf | 10 testing-x86_64/CVE-2013-6424.diff | 49 -- testing-x86_64/PKGBUILD| 211 --- testing-x86_64/autoconfig-nvidia.patch | 28 - testing-x86_64/autoconfig-sis.patch| 21 - testing-x86_64/xvfb-run| 180 - testing-x86_64/xvfb-run.1 | 282 --- 21 files changed, 1562 insertions(+), 1562 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 203388:203389 to see the changes.
[arch-commits] Commit in xorg-server/trunk (PKGBUILD)
Date: Thursday, January 9, 2014 @ 10:43:40 Author: lcarlier Revision: 203388 upgpkg: xorg-server 1.15.0-5 add missing dri3proto dependency in xorg-server-devel package Modified: xorg-server/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-01-09 09:03:17 UTC (rev 203387) +++ PKGBUILD2014-01-09 09:43:40 UTC (rev 203388) @@ -5,7 +5,7 @@ pkgbase=xorg-server pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel') pkgver=1.15.0 -pkgrel=4 # build first with 0.1 and then rebuild it after xf86-input-evdev rebuild +pkgrel=5 # build first with 0.1 and then rebuild it after xf86-input-evdev rebuild arch=('i686' 'x86_64') license=('custom') url="http://xorg.freedesktop.org"; @@ -191,7 +191,7 @@ depends=(# see pkgdir/usr/lib/pkgconfig/xorg-server.pc xproto randrproto renderproto xextproto inputproto kbproto fontsproto pixman videoproto xf86driproto glproto - mesa dri2proto xineramaproto libpciaccess + mesa dri2proto dri3proto xineramaproto libpciaccess resourceproto scrnsaverproto presentproto # not technically required but almost every Xorg pkg needs it to build xorg-util-macros)
[arch-commits] Commit in aegisub/repos (12 files)
Date: Thursday, January 9, 2014 @ 10:26:59 Author: alucryd Revision: 103673 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: aegisub/repos/community-testing-i686/PKGBUILD (from rev 103672, aegisub/trunk/PKGBUILD) aegisub/repos/community-testing-i686/aegisub-wx-stl.patch (from rev 103672, aegisub/trunk/aegisub-wx-stl.patch) aegisub/repos/community-testing-i686/aegisub.install (from rev 103672, aegisub/trunk/aegisub.install) aegisub/repos/community-testing-x86_64/PKGBUILD (from rev 103672, aegisub/trunk/PKGBUILD) aegisub/repos/community-testing-x86_64/aegisub-wx-stl.patch (from rev 103672, aegisub/trunk/aegisub-wx-stl.patch) aegisub/repos/community-testing-x86_64/aegisub.install (from rev 103672, aegisub/trunk/aegisub.install) Deleted: aegisub/repos/community-testing-i686/PKGBUILD aegisub/repos/community-testing-i686/aegisub.install aegisub/repos/community-testing-i686/version.patch aegisub/repos/community-testing-x86_64/PKGBUILD aegisub/repos/community-testing-x86_64/aegisub.install aegisub/repos/community-testing-x86_64/version.patch ---+ /PKGBUILD | 86 /aegisub.install | 28 +++ community-testing-i686/PKGBUILD | 38 -- community-testing-i686/aegisub-wx-stl.patch | 61 + community-testing-i686/aegisub.install| 14 --- community-testing-i686/version.patch | 76 - community-testing-x86_64/PKGBUILD | 38 -- community-testing-x86_64/aegisub-wx-stl.patch | 61 + community-testing-x86_64/aegisub.install | 14 --- community-testing-x86_64/version.patch| 76 - 10 files changed, 236 insertions(+), 256 deletions(-) Deleted: community-testing-i686/PKGBUILD === --- community-testing-i686/PKGBUILD 2014-01-09 09:26:44 UTC (rev 103672) +++ community-testing-i686/PKGBUILD 2014-01-09 09:26:59 UTC (rev 103673) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Maxime Gauduin -# Contributor: kozec -# Contributor: Limao Luo - -pkgname=aegisub -pkgver=3.1.0 -pkgrel=1 -pkgdesc="A general-purpose subtitle editor with ASS/SSA support" -arch=('i686' 'x86_64') -url="http://www.aegisub.org"; -license=('GPL' 'BSD') -depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'lua51' 'wxgtk') -makedepends=('boost' 'intltool' 'mesa') -install="${pkgname}.install" -source=("http://ftp.aegisub.org/pub/releases/${pkgname}-${pkgver}.tar.xz"; -'version.patch') -sha256sums=('0d2befed013f3c64ab2cdf725f2b865fe2d074b35b621b7a61298b95f67def15' -'4119b79363512b18c6ddcbbdfb87b35c51e0ea149e763b126f568e80f956a01f') - -prepare() { - patch -Np1 -i version.patch -} - -build() { - ./configure --prefix='/usr' --without-{portaudio,openal,oss} - make -} - -package() { - make DESTDIR="${pkgdir}" install - -# License - install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub - install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE -} - -# vim: ts=2 sw=2 et: Copied: aegisub/repos/community-testing-i686/PKGBUILD (from rev 103672, aegisub/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2014-01-09 09:26:59 UTC (rev 103673) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Contributor: kozec +# Contributor: Limao Luo + +pkgname=aegisub +pkgver=3.1.0 +pkgrel=2 +pkgdesc="A general-purpose subtitle editor with ASS/SSA support" +arch=('i686' 'x86_64') +url="http://www.aegisub.org"; +license=('GPL' 'BSD') +depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'lua51' 'wxgtk') +makedepends=('boost' 'intltool' 'mesa') +install="${pkgname}.install" +source=("http://ftp.aegisub.org/pub/releases/${pkgname}-${pkgver}.tar.xz"; +'aegisub-wx-stl.patch') +sha256sums=('3df061456bbab6bd955d7c5b63336be47392eafa21148ff6ed5727eaa6a29987' +'1306b2caf2e192597a99931b4519023ea63b684f330e0838b1152d52b279f6c1') + +prepare() { + cd ${pkgname}-${pkgver} + + patch -Np1 -i ../aegisub-wx-stl.patch +} + +build() { + cd ${pkgname}-${pkgver}/${pkgname} + + ./configure --prefix='/usr' --without-{portaudio,openal,oss} + make +} + +package() { + cd ${pkgname}-${pkgver}/${pkgname} + + make DESTDIR="${pkgdir}" install + + install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub + install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE +} + +# vim: ts=2 sw=2 et: Copied: aegisub/repos/community-testing-i686/aegisub-wx-stl.patch (from rev 103672, aegisub/trunk/aegisub-wx-stl.patch) === --- community-testing-i686/aegisub-wx-s
[arch-commits] Commit in aegisub/trunk (PKGBUILD aegisub-wx-stl.patch version.patch)
Date: Thursday, January 9, 2014 @ 10:26:44 Author: alucryd Revision: 103672 upgpkg: aegisub 3.1.0-2 Added: aegisub/trunk/aegisub-wx-stl.patch Modified: aegisub/trunk/PKGBUILD Deleted: aegisub/trunk/version.patch --+ PKGBUILD | 17 +++--- aegisub-wx-stl.patch | 61 +++ version.patch| 76 - 3 files changed, 72 insertions(+), 82 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-01-09 06:33:11 UTC (rev 103671) +++ PKGBUILD2014-01-09 09:26:44 UTC (rev 103672) @@ -5,7 +5,7 @@ pkgname=aegisub pkgver=3.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="A general-purpose subtitle editor with ASS/SSA support" arch=('i686' 'x86_64') url="http://www.aegisub.org"; @@ -14,23 +14,28 @@ makedepends=('boost' 'intltool' 'mesa') install="${pkgname}.install" source=("http://ftp.aegisub.org/pub/releases/${pkgname}-${pkgver}.tar.xz"; -'version.patch') -sha256sums=('0d2befed013f3c64ab2cdf725f2b865fe2d074b35b621b7a61298b95f67def15' -'4119b79363512b18c6ddcbbdfb87b35c51e0ea149e763b126f568e80f956a01f') +'aegisub-wx-stl.patch') +sha256sums=('3df061456bbab6bd955d7c5b63336be47392eafa21148ff6ed5727eaa6a29987' +'1306b2caf2e192597a99931b4519023ea63b684f330e0838b1152d52b279f6c1') prepare() { - patch -Np1 -i version.patch + cd ${pkgname}-${pkgver} + + patch -Np1 -i ../aegisub-wx-stl.patch } build() { + cd ${pkgname}-${pkgver}/${pkgname} + ./configure --prefix='/usr' --without-{portaudio,openal,oss} make } package() { + cd ${pkgname}-${pkgver}/${pkgname} + make DESTDIR="${pkgdir}" install -# License install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE } Added: aegisub-wx-stl.patch === --- aegisub-wx-stl.patch(rev 0) +++ aegisub-wx-stl.patch2014-01-09 09:26:44 UTC (rev 103672) @@ -0,0 +1,61 @@ +From f71b380f016c7f2b7ec855a9945a4e62ad3e2e16 Mon Sep 17 00:00:00 2001 +From: Thomas Goyne +Date: Sun, 5 Jan 2014 08:10:08 -0800 +Subject: [PATCH 1/4] Fix compilation with wx built with --enable-stl + +--enable-stl replaces the implicit conversion to char/wchar_t* with one +to std::[w]string. This breaks conversions to boost::filesytem::path and +makes some ternaries ambiguous (which GCC helpfully reports as no +conversion existing rather than an ambiguous conversion). +--- + aegisub/src/base_grid.cpp | 6 +++--- + aegisub/src/command/video.cpp | 2 +- + aegisub/src/dialog_attachments.cpp | 2 +- + 3 files changed, 5 insertions(+), 5 deletions(-) + +diff --git a/aegisub/src/base_grid.cpp b/aegisub/src/base_grid.cpp +index 9422bf9..4675ad5 100644 +--- a/aegisub/src/base_grid.cpp b/aegisub/src/base_grid.cpp +@@ -570,9 +570,9 @@ void BaseGrid::GetRowStrings(int row, AssDialogue *line, bool *paint_columns, wx + if (paint_columns[4]) strings[4] = to_wx(line->Style); + if (paint_columns[5]) strings[5] = to_wx(line->Actor); + if (paint_columns[6]) strings[6] = to_wx(line->Effect); +- if (paint_columns[7]) strings[7] = line->Margin[0] ? std::to_wstring(line->Margin[0]) : wxString(); +- if (paint_columns[8]) strings[8] = line->Margin[1] ? std::to_wstring(line->Margin[1]) : wxString(); +- if (paint_columns[9]) strings[9] = line->Margin[2] ? std::to_wstring(line->Margin[2]) : wxString(); ++ if (paint_columns[7]) strings[7] = line->Margin[0] ? wxString(std::to_wstring(line->Margin[0])) : wxString(); ++ if (paint_columns[8]) strings[8] = line->Margin[1] ? wxString(std::to_wstring(line->Margin[1])) : wxString(); ++ if (paint_columns[9]) strings[9] = line->Margin[2] ? wxString(std::to_wstring(line->Margin[2])) : wxString(); + + if (paint_columns[10]) { + strings[10].clear(); +diff --git a/aegisub/src/command/video.cpp b/aegisub/src/command/video.cpp +index 010da90..47bf259 100644 +--- a/aegisub/src/command/video.cpp b/aegisub/src/command/video.cpp +@@ -476,7 +476,7 @@ static void save_snapshot(agi::Context *c, bool raw) { + // If where ever that is isn't defined, we can't save there + if ((basepath == "\\") || (basepath == "/")) { + // So save to the current user's home dir instead +- basepath = wxGetHomeDir(); ++ basepath = wxGetHomeDir().c_str(); + } + } + // Actual fixed (possibly relative) path, decode it +diff --git a/aegisub/src/dialog_attachments.cpp b/aegisub/src/dialog_attachments.cpp +index 5465b39..2ff696e 100644 +--- a/aegisub/src/dialog_attachments.cpp b/aegisub/src/dialog_attachments.cpp +@@ -150,7 +150,7 @@ void DialogAttachments::OnExtract(wxCommandEvent &) { + + //
[arch-commits] Commit in pyqt5/trunk (PKGBUILD)
Date: Thursday, January 9, 2014 @ 09:20:19 Author: andrea Revision: 203384 upgpkg: pyqt5 5.2-1 Upstream release Modified: pyqt5/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-01-09 08:19:52 UTC (rev 203383) +++ PKGBUILD2014-01-09 08:20:19 UTC (rev 203384) @@ -7,8 +7,8 @@ pkgbase=pyqt5 pkgname=pyqt5 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5') -pkgver=5.1.1 -pkgrel=3 +pkgver=5.2 +pkgrel=1 arch=('i686' 'x86_64') url="http://riverbankcomputing.co.uk/software/pyqt/intro"; license=('GPL') @@ -16,7 +16,7 @@ 'python2-dbus' 'python-dbus' 'qt5-multimedia' 'qt5-tools' 'qt5-svg' 'qt5-serialport') source=("http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-${pkgver}/PyQt-gpl-${pkgver}.tar.gz";) -md5sums=('10d41924d5252b75f3f9fe1a7c193e6d') +md5sums=('567a0a72a4e186e9b373c26a9dcf380d') build() { cp -r PyQt-gpl-${pkgver} Py2Qt-gpl-${pkgver}
[arch-commits] Commit in pyqt5/repos (4 files)
Date: Thursday, January 9, 2014 @ 09:20:28 Author: andrea Revision: 203385 archrelease: copy trunk to extra-i686, extra-x86_64 Added: pyqt5/repos/extra-i686/PKGBUILD (from rev 203384, pyqt5/trunk/PKGBUILD) pyqt5/repos/extra-x86_64/PKGBUILD (from rev 203384, pyqt5/trunk/PKGBUILD) Deleted: pyqt5/repos/extra-i686/PKGBUILD pyqt5/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 214 extra-i686/PKGBUILD | 107 extra-x86_64/PKGBUILD | 107 3 files changed, 214 insertions(+), 214 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2014-01-09 08:20:19 UTC (rev 203384) +++ extra-i686/PKGBUILD 2014-01-09 08:20:28 UTC (rev 203385) @@ -1,107 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: Yichao Yu -# Contributor: Douglas Soares de Andrade -# Contributor: riai Ben - -pkgbase=pyqt5 -pkgname=pyqt5 -pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5') -pkgver=5.1.1 -pkgrel=3 -arch=('i686' 'x86_64') -url="http://riverbankcomputing.co.uk/software/pyqt/intro"; -license=('GPL') -makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl' - 'python2-dbus' 'python-dbus' 'qt5-multimedia' 'qt5-tools' - 'qt5-svg' 'qt5-serialport') -source=("http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-${pkgver}/PyQt-gpl-${pkgver}.tar.gz";) -md5sums=('10d41924d5252b75f3f9fe1a7c193e6d') - -build() { - cp -r PyQt-gpl-${pkgver} Py2Qt-gpl-${pkgver} - - cd PyQt-gpl-${pkgver} - python3 configure.py \ ---confirm-license \ --v /usr/share/sip/PyQt5 \ ---qsci-api \ --q /usr/bin/qmake-qt5 - - # Thanks Gerardo for the rpath fix - find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g' - - make - - ### Python2 version ### - cd ../Py2Qt-gpl-${pkgver} - python2 configure.py \ ---confirm-license \ --v /usr/share/sip/Py2-PyQt5 \ ---qsci-api \ --q /usr/bin/qmake-qt5 - - # Thanks Gerardo for the rpath fix - find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g' - - make -} - -package_pyqt5-common(){ - pkgdesc="Common PyQt files shared between python-pyqt5 and python2-pyqt5" - depends=('qt5-base') - - cd PyQt-gpl-${pkgver} - make -C pyrcc DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install - make -C pylupdate DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install - - install -Dm644 PyQt5.api "${pkgdir}"/usr/share/qt/qsci/api/python/PyQt5.api -} - -package_python-pyqt5(){ - pkgdesc="A set of Python 3.x bindings for the Qt5 toolkit" - depends=('python-sip' 'pyqt5-common' 'python' 'python') - optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications' - 'python-dbus: for python-dbus mainloop support' - 'qt5-multimedia: QtMultimedia, QtMultimediaWidgets' - 'qt5-tools: QtHelp, QtDesigner' - 'qt5-svg: QtSvg' - 'qt5-webkit: QtWebKit, QtWebKitWidgets' - 'qt5-xmlpatterns: QtXmlPatterns' - 'qt5-declarative: QtQml, qmlplugin' - 'qt5-serialport: QtSerialPort') - - cd PyQt-gpl-${pkgver} - # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use DESTDIR - make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install - - # Provided by pyqt-common - rm "${pkgdir}"/usr/bin/{pylupdate5,pyrcc5} - rm "${pkgdir}"/usr/share/qt/qsci/api/python/PyQt5.api -} - -package_python2-pyqt5(){ - pkgdesc="A set of Python 2.x bindings for the Qt5 toolkit" - depends=('python2-sip' 'pyqt5-common' 'python2') - optdepends=('python2-opengl: enable OpenGL 3D graphics in PyQt applications' - 'python-dbus: for python-dbus mainloop support' - 'qt5-multimedia: QtMultimedia, QtMultimediaWidgets' - 'qt5-tools: QtHelp, QtDesigner' - 'qt5-svg: QtSvg' - 'qt5-webkit: QtWebKit, QtWebKitWidgets' - 'qt5-xmlpatterns: QtXmlPatterns' - 'qt5-declarative: QtQml, qmlplugin' - 'qt5-serialport: QtSerialPort') - - cd Py2Qt-gpl-${pkgver} - # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use DESTDIR - make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install - - # Fix conflicts with python-pyqt5 - mv "${pkgdir}"/usr/bin/{,python2-}pyuic5 - - rm "${pkgdir}"/usr/bin/{pylupdate5,pyrcc5} - rm "${pkgdir}"/usr/lib/qt/plugins/designer/libpyqt5.so - rm "${pkgdir}"/usr/lib/qt/plugins/PyQt5/libpyqt5qmlplugin.so - rm "${pkgdir}"/usr/share/qt/qsci/api/python/PyQt5.api -} Copied: pyqt5/repos/extra-i686/PKGBUILD (from rev 203384, pyqt5/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2014-01-09 08:20:28 UTC (rev 203385) @@ -0,0 +1,107 @@
[arch-commits] Commit in sip/repos (4 files)
Date: Thursday, January 9, 2014 @ 09:19:52 Author: andrea Revision: 203383 archrelease: copy trunk to extra-i686, extra-x86_64 Added: sip/repos/extra-i686/PKGBUILD (from rev 203382, sip/trunk/PKGBUILD) sip/repos/extra-x86_64/PKGBUILD (from rev 203382, sip/trunk/PKGBUILD) Deleted: sip/repos/extra-i686/PKGBUILD sip/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 128 extra-i686/PKGBUILD | 64 extra-x86_64/PKGBUILD | 64 3 files changed, 128 insertions(+), 128 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2014-01-09 08:19:44 UTC (rev 203382) +++ extra-i686/PKGBUILD 2014-01-09 08:19:52 UTC (rev 203383) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: Douglas Soares de Andrade -# Contributor: riai , Ben - -pkgbase=sip -pkgname=('sip' 'python-sip' 'python2-sip') -pkgver=4.15.3 -pkgrel=1 -arch=('i686' 'x86_64') -url='http://www.riverbankcomputing.com/software/sip/intro' -license=('custom:"sip"') -makedepends=('python' 'python2') -source=("http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz";) -md5sums=('f04015ff2482f626f1ae14f0561a9602') - -build() { - cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver} - - cd ${pkgbase}-${pkgver} - python configure.py CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}" - make - - ### Python2 version ### - cd ../python2-${pkgbase}-${pkgver} - python2 configure.py CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}" - make -} - -package_sip() { - pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries" - depends=('glibc') - - cd ${pkgbase}-${pkgver} - make DESTDIR="${pkgdir}" install -C sipgen - - install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} - -package_python-sip() { - pkgdesc="Python 3.x SIP bindings for C and C++ libraries" - depends=('sip' 'python') - - cd ${pkgbase}-${pkgver} - make DESTDIR="${pkgdir}" install -C siplib - - install -Dm644 sipconfig.py "${pkgdir}"/usr/lib/python3.3/site-packages/sipconfig.py - install -Dm644 sipdistutils.py "${pkgdir}"/usr/lib/python3.3/site-packages/sipdistutils.py - - install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} - -package_python2-sip() { - pkgdesc="Python 2.x SIP bindings for C and C++ libraries" - depends=('sip' 'python2') - - cd python2-${pkgbase}-${pkgver} - make DESTDIR="${pkgdir}" install -C siplib - - install -Dm644 sipconfig.py "${pkgdir}"/usr/lib/python2.7/site-packages/sipconfig.py - install -Dm644 sipdistutils.py "${pkgdir}"/usr/lib/python2.7/site-packages/sipdistutils.py - - install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} Copied: sip/repos/extra-i686/PKGBUILD (from rev 203382, sip/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2014-01-09 08:19:52 UTC (rev 203383) @@ -0,0 +1,64 @@ +# $Id$ +# Maintainer: Andrea Scarpino +# Contributor: Douglas Soares de Andrade +# Contributor: riai , Ben + +pkgbase=sip +pkgname=('sip' 'python-sip' 'python2-sip') +pkgver=4.15.4 +pkgrel=1 +arch=('i686' 'x86_64') +url='http://www.riverbankcomputing.com/software/sip/intro' +license=('custom:"sip"') +makedepends=('python' 'python2') +source=("http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz";) +md5sums=('1d5c9e92bc7fca5ac11e088a4cf6c83d') + +build() { + cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver} + + cd ${pkgbase}-${pkgver} + python configure.py CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}" + make + + ### Python2 version ### + cd ../python2-${pkgbase}-${pkgver} + python2 configure.py CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}" + make +} + +package_sip() { + pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries" + depends=('glibc') + + cd ${pkgbase}-${pkgver} + make DESTDIR="${pkgdir}" install -C sipgen + + install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} + +package_python-sip() { + pkgdesc="Python 3.x SIP bindings for C and C++ libraries" + depends=('sip' 'python') + + cd ${pkgbase}-${pkgver} + make DESTDIR="${pkgdir}" install -C siplib + + install -Dm644 sipconfig.py "${pkgdir}"/usr/lib/python3.3/site-packages/sipconfig.py + install -Dm644 sipdistutils.py "${pkgdir}"/usr/lib/python3.3/site-packages/sipdistutils.py + + install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} + +package_python2-sip() { + pkgdesc="Python 2.x SIP bindings for C and C++ libraries" + depends=('sip' 'python2') + + cd python2-${pkgbase}-${pkgver} + make DESTDIR="${pkgdir}" install -C siplib + + install -Dm644 sipconfig.py "${pkgdir}"/usr/lib/python2.7/site-packages/sipconfig.py + install -Dm644 sipdistutils.py "${pkgdir}"/usr/
[arch-commits] Commit in sip/trunk (PKGBUILD)
Date: Thursday, January 9, 2014 @ 09:19:44 Author: andrea Revision: 203382 upgpkg: sip 4.15.4-1 Upstream release Modified: sip/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-01-09 06:32:24 UTC (rev 203381) +++ PKGBUILD2014-01-09 08:19:44 UTC (rev 203382) @@ -5,7 +5,7 @@ pkgbase=sip pkgname=('sip' 'python-sip' 'python2-sip') -pkgver=4.15.3 +pkgver=4.15.4 pkgrel=1 arch=('i686' 'x86_64') url='http://www.riverbankcomputing.com/software/sip/intro' @@ -12,7 +12,7 @@ license=('custom:"sip"') makedepends=('python' 'python2') source=("http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz";) -md5sums=('f04015ff2482f626f1ae14f0561a9602') +md5sums=('1d5c9e92bc7fca5ac11e088a4cf6c83d') build() { cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}