[arch-commits] Commit in (pdflib-lite)
Date: Wednesday, June 19, 2013 @ 08:27:18 Author: cbehan Revision: 92914 Initial import of pdflib-lite Added: pdflib-lite/
[arch-commits] Commit in racket/repos (16 files)
Date: Wednesday, June 19, 2013 @ 05:52:40 Author: eric Revision: 188741 archrelease: copy trunk to extra-i686, extra-x86_64 Added: racket/repos/extra-i686/PKGBUILD (from rev 188740, racket/trunk/PKGBUILD) racket/repos/extra-i686/drracket.desktop (from rev 188740, racket/trunk/drracket.desktop) racket/repos/extra-i686/racket-libpng16.patch (from rev 188740, racket/trunk/racket-libpng16.patch) racket/repos/extra-i686/racket.install (from rev 188740, racket/trunk/racket.install) racket/repos/extra-x86_64/PKGBUILD (from rev 188740, racket/trunk/PKGBUILD) racket/repos/extra-x86_64/drracket.desktop (from rev 188740, racket/trunk/drracket.desktop) racket/repos/extra-x86_64/racket-libpng16.patch (from rev 188740, racket/trunk/racket-libpng16.patch) racket/repos/extra-x86_64/racket.install (from rev 188740, racket/trunk/racket.install) Deleted: racket/repos/extra-i686/PKGBUILD racket/repos/extra-i686/drracket.desktop racket/repos/extra-i686/racket-libpng16.patch racket/repos/extra-i686/racket.install racket/repos/extra-x86_64/PKGBUILD racket/repos/extra-x86_64/drracket.desktop racket/repos/extra-x86_64/racket-libpng16.patch racket/repos/extra-x86_64/racket.install + /PKGBUILD | 78 ++ /drracket.desktop | 18 ++ /racket-libpng16.patch | 104 +++ /racket.install| 22 +++ extra-i686/PKGBUILD| 39 - extra-i686/drracket.desktop|9 --- extra-i686/racket-libpng16.patch | 52 - extra-i686/racket.install | 11 --- extra-x86_64/PKGBUILD | 39 - extra-x86_64/drracket.desktop |9 --- extra-x86_64/racket-libpng16.patch | 52 - extra-x86_64/racket.install| 11 --- 12 files changed, 222 insertions(+), 222 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-06-19 03:51:52 UTC (rev 188740) +++ extra-i686/PKGBUILD 2013-06-19 03:52:40 UTC (rev 188741) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=racket -pkgver=5.3.4 -pkgrel=1 -pkgdesc="A programming language environment (formerly known as PLT Scheme) suitable for tasks ranging from scripting to application development" -arch=('i686' 'x86_64') -url="http://racket-lang.org/"; -license=('LGPL') -depends=('gtk2' 'desktop-file-utils') -makedepends=('gsfonts' 'sqlite') -options=('!libtool' '!strip') -install=racket.install -source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz \ -drracket.desktop racket-libpng16.patch) -sha1sums=('7e37738e34c73a25bc7d51aeb53cf3dc5b0d533d' - 'a20808f6b250225704856f82a544681a962a299d' - '5b0260f92fc1ec4dc09d90a5264683bd3b5eed5e') - -prepare() { - cd ${pkgname}-${pkgver} - patch -p1 -i "${srcdir}/racket-libpng16.patch" -} - -build() { - cd ${pkgname}-${pkgver}/src - [ "$CARCH" == "x86_64" ] && export CFLAGS+=" -fPIC" - ./configure --prefix=/usr --enable-shared - make -} - -package() { - cd ${pkgname}-${pkgver}/src - make DESTDIR="${pkgdir}" install - - install -D -m644 ../collects/icons/plt.xpm "${pkgdir}/usr/share/pixmaps/drracket.xpm" - install -D -m644 "${srcdir}/drracket.desktop" "${pkgdir}/usr/share/applications/drracket.desktop" -} Copied: racket/repos/extra-i686/PKGBUILD (from rev 188740, racket/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-06-19 03:52:40 UTC (rev 188741) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=racket +pkgver=5.3.5 +pkgrel=1 +pkgdesc="A programming language environment (formerly known as PLT Scheme) suitable for tasks ranging from scripting to application development" +arch=('i686' 'x86_64') +url="http://racket-lang.org/"; +license=('LGPL') +depends=('gtk2' 'desktop-file-utils') +makedepends=('gsfonts' 'sqlite') +options=('!libtool' '!strip') +install=racket.install +source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz \ +drracket.desktop racket-libpng16.patch) +sha1sums=('8a895454a9e0fdf689368fa54ce63ba88d432c5e' + 'a20808f6b250225704856f82a544681a962a299d' + '5b0260f92fc1ec4dc09d90a5264683bd3b5eed5e') + +prepare() { + cd ${pkgname}-${pkgver} + patch -p1 -i "${srcdir}/racket-libpng16.patch" +} + +build() { + cd ${pkgname}-${pkgver}/src + [ "$CARCH" == "x86_64" ] && export CFLAGS+=" -fPIC" + ./configure --prefix=/usr --enable-shared + make +} + +package() { + cd ${pkgname}-${pkgver}/src + make DESTDIR="${pkgdir}" install + + install -D -m644 ../collects/icons/plt.xpm "${pkgdir}/usr/share/pixmaps/drracket.xpm" + install -D -
[arch-commits] Commit in racket/trunk (PKGBUILD)
Date: Wednesday, June 19, 2013 @ 05:51:52 Author: eric Revision: 188740 upgpkg: racket 5.3.5-1 Upstream update Modified: racket/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-06-19 02:11:11 UTC (rev 188739) +++ PKGBUILD2013-06-19 03:51:52 UTC (rev 188740) @@ -2,7 +2,7 @@ # Maintainer: Eric Bélanger pkgname=racket -pkgver=5.3.4 +pkgver=5.3.5 pkgrel=1 pkgdesc="A programming language environment (formerly known as PLT Scheme) suitable for tasks ranging from scripting to application development" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ install=racket.install source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz \ drracket.desktop racket-libpng16.patch) -sha1sums=('7e37738e34c73a25bc7d51aeb53cf3dc5b0d533d' +sha1sums=('8a895454a9e0fdf689368fa54ce63ba88d432c5e' 'a20808f6b250225704856f82a544681a962a299d' '5b0260f92fc1ec4dc09d90a5264683bd3b5eed5e')
[arch-commits] Commit in isapnptools/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, June 19, 2013 @ 04:11:11 Author: eric Revision: 188739 archrelease: copy trunk to extra-x86_64 Added: isapnptools/repos/extra-x86_64/PKGBUILD (from rev 188738, isapnptools/trunk/PKGBUILD) Deleted: isapnptools/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 55 --- 1 file changed, 28 insertions(+), 27 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-06-19 02:10:31 UTC (rev 188738) +++ PKGBUILD2013-06-19 02:11:11 UTC (rev 188739) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora - -pkgname=isapnptools -pkgver=1.27 -pkgrel=4 -pkgdesc="Allow ISA Plug-And-Play devices to be configured on a Linux machine" -url="http://www.roestock.demon.co.uk/isapnptools/"; -depends=('glibc') -arch=('i686' 'x86_64') -license=('GPL') -source=("ftp://metalab.unc.edu/pub/Linux/system/hardware/${pkgname}-${pkgver}.tgz";) -md5sums=('b997ba56583dc850fce9b93d658dfa0c') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure --prefix=/usr \ - --sbindir=/usr/bin - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install -} Copied: isapnptools/repos/extra-x86_64/PKGBUILD (from rev 188738, isapnptools/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-06-19 02:11:11 UTC (rev 188739) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Giovanni Scafora + +pkgname=isapnptools +pkgver=1.27 +pkgrel=4 +pkgdesc="Allow ISA Plug-And-Play devices to be configured on a Linux machine" +url="http://www.roestock.demon.co.uk/isapnptools/"; +depends=('glibc') +arch=('i686' 'x86_64') +license=('GPL') +#source=("ftp://metalab.unc.edu/pub/Linux/system/hardware/${pkgname}-${pkgver}.tgz";) +source=("http://ibiblio.org/pub/Linux/system/hardware/${pkgname}-${pkgver}.tgz";) +md5sums=('b997ba56583dc850fce9b93d658dfa0c') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --prefix=/usr \ + --sbindir=/usr/bin + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in isapnptools/repos/extra-i686 (PKGBUILD PKGBUILD)
Date: Wednesday, June 19, 2013 @ 04:10:31 Author: eric Revision: 188738 archrelease: copy trunk to extra-i686 Added: isapnptools/repos/extra-i686/PKGBUILD (from rev 188737, isapnptools/trunk/PKGBUILD) Deleted: isapnptools/repos/extra-i686/PKGBUILD --+ PKGBUILD | 55 --- 1 file changed, 28 insertions(+), 27 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-06-19 02:09:55 UTC (rev 188737) +++ PKGBUILD2013-06-19 02:10:31 UTC (rev 188738) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora - -pkgname=isapnptools -pkgver=1.27 -pkgrel=4 -pkgdesc="Allow ISA Plug-And-Play devices to be configured on a Linux machine" -url="http://www.roestock.demon.co.uk/isapnptools/"; -depends=('glibc') -arch=('i686' 'x86_64') -license=('GPL') -source=("ftp://metalab.unc.edu/pub/Linux/system/hardware/${pkgname}-${pkgver}.tgz";) -md5sums=('b997ba56583dc850fce9b93d658dfa0c') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure --prefix=/usr \ - --sbindir=/usr/bin - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install -} Copied: isapnptools/repos/extra-i686/PKGBUILD (from rev 188737, isapnptools/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-06-19 02:10:31 UTC (rev 188738) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Giovanni Scafora + +pkgname=isapnptools +pkgver=1.27 +pkgrel=4 +pkgdesc="Allow ISA Plug-And-Play devices to be configured on a Linux machine" +url="http://www.roestock.demon.co.uk/isapnptools/"; +depends=('glibc') +arch=('i686' 'x86_64') +license=('GPL') +#source=("ftp://metalab.unc.edu/pub/Linux/system/hardware/${pkgname}-${pkgver}.tgz";) +source=("http://ibiblio.org/pub/Linux/system/hardware/${pkgname}-${pkgver}.tgz";) +md5sums=('b997ba56583dc850fce9b93d658dfa0c') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --prefix=/usr \ + --sbindir=/usr/bin + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in isapnptools/trunk (PKGBUILD)
Date: Wednesday, June 19, 2013 @ 04:09:55 Author: eric Revision: 188737 Use better server in source url Modified: isapnptools/trunk/PKGBUILD --+ PKGBUILD |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2013-06-18 18:57:18 UTC (rev 188736) +++ PKGBUILD2013-06-19 02:09:55 UTC (rev 188737) @@ -9,7 +9,8 @@ depends=('glibc') arch=('i686' 'x86_64') license=('GPL') -source=("ftp://metalab.unc.edu/pub/Linux/system/hardware/${pkgname}-${pkgver}.tgz";) +#source=("ftp://metalab.unc.edu/pub/Linux/system/hardware/${pkgname}-${pkgver}.tgz";) +source=("http://ibiblio.org/pub/Linux/system/hardware/${pkgname}-${pkgver}.tgz";) md5sums=('b997ba56583dc850fce9b93d658dfa0c') build() {
[arch-commits] Commit in java7-openjdk/trunk (3 files)
Date: Tuesday, June 18, 2013 @ 20:57:18 Author: guillaume Revision: 188736 Removed path fixing patches Modified: java7-openjdk/trunk/PKGBUILD Deleted: java7-openjdk/trunk/01_fix_openjdk_cmds_path.diff java7-openjdk/trunk/02_fix_corba_cmds_path.diff ---+ 01_fix_openjdk_cmds_path.diff | 39 --- 02_fix_corba_cmds_path.diff | 32 PKGBUILD |6 -- 3 files changed, 77 deletions(-) Deleted: 01_fix_openjdk_cmds_path.diff === --- 01_fix_openjdk_cmds_path.diff 2013-06-18 17:08:27 UTC (rev 188735) +++ 01_fix_openjdk_cmds_path.diff 2013-06-18 18:57:18 UTC (rev 188736) @@ -1,39 +0,0 @@ openjdk/jdk/make/common/shared/Defs-utils.gmk.orig 2013-05-19 20:01:25.676093296 + -+++ openjdk/jdk/make/common/shared/Defs-utils.gmk 2013-05-19 20:01:54.312572109 + -@@ -98,9 +98,9 @@ - CHMOD = $(UTILS_COMMAND_PATH)chmod - CMP= $(UTILS_USR_BIN_PATH)cmp - COMM = $(UTILS_USR_BIN_PATH)comm --COMPRESS = $(UTILS_USR_BIN_PATH)compress -+COMPRESS = $(UTILS_COMMAND_PATH)compress - CP = $(UTILS_COMMAND_PATH)cp --CPIO = $(UTILS_COMMAND_PATH)cpio -+CPIO = $(UTILS_USR_BIN_PATH)cpio - CUT= $(UTILS_USR_BIN_PATH)cut - DATE = $(UTILS_COMMAND_PATH)date - DF = $(UTILS_COMMAND_PATH)df -@@ -108,13 +108,13 @@ - DIRNAME= $(UTILS_USR_BIN_PATH)dirname - DUMP = $(UTILS_CCS_BIN_PATH)dump - ECHO = $(UTILS_COMMAND_PATH)echo --EGREP = $(UTILS_COMMAND_PATH)egrep -+EGREP = $(UTILS_USR_BIN_PATH)egrep - EXPR = $(UTILS_USR_BIN_PATH)expr - FILE = $(UTILS_USR_BIN_PATH)file - FIND = $(UTILS_USR_BIN_PATH)find - FMT= $(UTILS_COMMAND_PATH)fmt - GDB= $(UTILS_USR_BIN_PATH)gdb --GREP = $(UTILS_COMMAND_PATH)grep -+GREP = $(UTILS_USR_BIN_PATH)grep - GUNZIP = $(UTILS_COMMAND_PATH)gunzip - # GZIP is used for solaris. Linux and windows use tar czf - GZIP = $(UTILS_COMMAND_PATH)gzip -@@ -148,7 +148,7 @@ - TAIL = $(UTILS_USR_BIN_PATH)tail - TAR= $(UTILS_COMMAND_PATH)tar - TEST = $(UTILS_USR_BIN_PATH)test --TOUCH = $(UTILS_COMMAND_PATH)touch -+TOUCH = $(UTILS_USR_BIN_PATH)touch - TR = $(UTILS_USR_BIN_PATH)tr - TRUE = $(UTILS_COMMAND_PATH)true - UNAME = $(UTILS_COMMAND_PATH)uname Deleted: 02_fix_corba_cmds_path.diff === --- 02_fix_corba_cmds_path.diff 2013-06-18 17:08:27 UTC (rev 188735) +++ 02_fix_corba_cmds_path.diff 2013-06-18 18:57:18 UTC (rev 188736) @@ -1,32 +0,0 @@ openjdk/corba/make/common/shared/Defs-utils.gmk.orig 2013-05-19 19:57:58.530784147 + -+++ openjdk/corba/make/common/shared/Defs-utils.gmk2013-05-19 19:58:44.777147938 + -@@ -83,9 +83,9 @@ - CHMOD = $(UTILS_COMMAND_PATH)chmod - CMP= $(UTILS_USR_BIN_PATH)cmp - COMM = $(UTILS_USR_BIN_PATH)comm --COMPRESS = $(UTILS_USR_BIN_PATH)compress -+COMPRESS = $(UTILS_COMMAND_PATH)compress - CP = $(UTILS_COMMAND_PATH)cp --CPIO = $(UTILS_COMMAND_PATH)cpio -+CPIO = $(UTILS_USR_BIN_PATH)cpio - CUT= $(UTILS_USR_BIN_PATH)cut - DATE = $(UTILS_COMMAND_PATH)date - DF = $(UTILS_COMMAND_PATH)df -@@ -131,7 +131,7 @@ - TAIL = $(UTILS_USR_BIN_PATH)tail - TAR= $(UTILS_COMMAND_PATH)tar - TEST = $(UTILS_USR_BIN_PATH)test --TOUCH = $(UTILS_COMMAND_PATH)touch -+TOUCH = $(UTILS_USR_BIN_PATH)touch - TR = $(UTILS_USR_BIN_PATH)tr - TRUE = $(UTILS_COMMAND_PATH)true - UNAME = $(UTILS_COMMAND_PATH)uname -@@ -182,7 +182,7 @@ - # others have it in /usr/bin. - SORT=$(firstword $(wildcard $(UTILS_COMMAND_PATH)sort) \ -$(wildcard $(UTILS_USR_BIN_PATH)sort)) -- NAWK = $(USRBIN_PATH)gawk -+ NAWK = $(UTILS_COMMAND_PATH)gawk - # Intrinsic unix command, with backslash-escaped character interpretation - ECHO = /bin/echo -e - # These are really in UTILS_USR_BIN_PATH on Linux (only sccs is not) Modified: PKGBUILD === --- PKGBUILD2013-06-18 17:08:27 UTC (rev 188735) +++ PKGBUILD2013-06-18 18:57:18 UTC (rev 188736) @@ -43,8 +43,6 @@ ${_url}/langtools/archive/${_LANGTOOLS_CHANGESET}.tar.gz # langtools.tar.gz ${_url}/hotspot/archive/${_HOTSPOT_CHANGESET}.tar.gz # hotspot.tar.gz fontconfig-paths.diff -01_fix_openjdk_cmds_path.diff -02_fix_corba_cmds_path.diff openjdk7_nonreparenting-wm.diff jdk7-open
[arch-commits] Commit in xdotool/trunk (PKGBUILD)
Date: Tuesday, June 18, 2013 @ 20:32:56 Author: foutrelis Revision: 92912 upgpkg: xdotool 2.20110530.1-3 Remove execute bit from header file (FS#35818). Modified: xdotool/trunk/PKGBUILD --+ PKGBUILD |5 - 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2013-06-18 17:53:17 UTC (rev 92911) +++ PKGBUILD2013-06-18 18:32:56 UTC (rev 92912) @@ -4,7 +4,7 @@ pkgname=xdotool pkgver=2.20110530.1 -pkgrel=2 +pkgrel=3 pkgdesc="Command-line X11 automation tool" arch=('i686' 'x86_64') url="http://www.semicomplete.com/projects/xdotool/"; @@ -24,6 +24,9 @@ make PREFIX="$pkgdir/usr" INSTALLMAN="$pkgdir/usr/share/man" install + # Remove execute bit from header file + chmod -x "$pkgdir/usr/include/xdo.h" + # License install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/xdotool/COPYRIGHT" }
[arch-commits] Commit in xdotool/repos (4 files)
Date: Tuesday, June 18, 2013 @ 20:33:07 Author: foutrelis Revision: 92913 archrelease: copy trunk to community-i686, community-x86_64 Added: xdotool/repos/community-i686/PKGBUILD (from rev 92912, xdotool/trunk/PKGBUILD) xdotool/repos/community-x86_64/PKGBUILD (from rev 92912, xdotool/trunk/PKGBUILD) Deleted: xdotool/repos/community-i686/PKGBUILD xdotool/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 68 community-i686/PKGBUILD | 31 community-x86_64/PKGBUILD | 31 3 files changed, 68 insertions(+), 62 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-06-18 18:32:56 UTC (rev 92912) +++ community-i686/PKGBUILD 2013-06-18 18:33:07 UTC (rev 92913) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Evangelos Foutras -# Contributor: Rttommy - -pkgname=xdotool -pkgver=2.20110530.1 -pkgrel=2 -pkgdesc="Command-line X11 automation tool" -arch=('i686' 'x86_64') -url="http://www.semicomplete.com/projects/xdotool/"; -license=('BSD') -depends=('libxtst' 'libxinerama') -source=(http://semicomplete.googlecode.com/files/$pkgname-$pkgver.tar.gz) -sha256sums=('e7b42c8b1d391970e1c1009b256033f30e57d8e0a2a3de229fd61ecfc27baf67') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make PREFIX="$pkgdir/usr" INSTALLMAN="$pkgdir/usr/share/man" install - - # License - install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/xdotool/COPYRIGHT" -} - -# vim:set ts=2 sw=2 et: Copied: xdotool/repos/community-i686/PKGBUILD (from rev 92912, xdotool/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-06-18 18:33:07 UTC (rev 92913) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Evangelos Foutras +# Contributor: Rttommy + +pkgname=xdotool +pkgver=2.20110530.1 +pkgrel=3 +pkgdesc="Command-line X11 automation tool" +arch=('i686' 'x86_64') +url="http://www.semicomplete.com/projects/xdotool/"; +license=('BSD') +depends=('libxtst' 'libxinerama') +source=(http://semicomplete.googlecode.com/files/$pkgname-$pkgver.tar.gz) +sha256sums=('e7b42c8b1d391970e1c1009b256033f30e57d8e0a2a3de229fd61ecfc27baf67') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + make PREFIX="$pkgdir/usr" INSTALLMAN="$pkgdir/usr/share/man" install + + # Remove execute bit from header file + chmod -x "$pkgdir/usr/include/xdo.h" + + # License + install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/xdotool/COPYRIGHT" +} + +# vim:set ts=2 sw=2 et: Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2013-06-18 18:32:56 UTC (rev 92912) +++ community-x86_64/PKGBUILD 2013-06-18 18:33:07 UTC (rev 92913) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Evangelos Foutras -# Contributor: Rttommy - -pkgname=xdotool -pkgver=2.20110530.1 -pkgrel=2 -pkgdesc="Command-line X11 automation tool" -arch=('i686' 'x86_64') -url="http://www.semicomplete.com/projects/xdotool/"; -license=('BSD') -depends=('libxtst' 'libxinerama') -source=(http://semicomplete.googlecode.com/files/$pkgname-$pkgver.tar.gz) -sha256sums=('e7b42c8b1d391970e1c1009b256033f30e57d8e0a2a3de229fd61ecfc27baf67') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make PREFIX="$pkgdir/usr" INSTALLMAN="$pkgdir/usr/share/man" install - - # License - install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/xdotool/COPYRIGHT" -} - -# vim:set ts=2 sw=2 et: Copied: xdotool/repos/community-x86_64/PKGBUILD (from rev 92912, xdotool/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2013-06-18 18:33:07 UTC (rev 92913) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Evangelos Foutras +# Contributor: Rttommy + +pkgname=xdotool +pkgver=2.20110530.1 +pkgrel=3 +pkgdesc="Command-line X11 automation tool" +arch=('i686' 'x86_64') +url="http://www.semicomplete.com/projects/xdotool/"; +license=('BSD') +depends=('libxtst' 'libxinerama') +source=(http://semicomplete.googlecode.com/files/$pkgname-$pkgver.tar.gz) +sha256sums=('e7b42c8b1d391970e1c1009b256033f30e57d8e0a2a3de229fd61ecfc27baf67') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + make PREFIX="$pkgdir/usr" INSTALLMAN="$pkgdir/usr/share/man" install + + # Remove execute bit from header file + chmod -x "$pkgdir/usr/include/xdo.h" + + # License + install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/xdotool/COPYRIGHT" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in libev/repos (4 files)
Date: Tuesday, June 18, 2013 @ 19:53:17 Author: bpiotrowski Revision: 92911 archrelease: copy trunk to community-i686, community-x86_64 Added: libev/repos/community-i686/PKGBUILD (from rev 92910, libev/trunk/PKGBUILD) libev/repos/community-x86_64/PKGBUILD (from rev 92910, libev/trunk/PKGBUILD) Deleted: libev/repos/community-i686/PKGBUILD libev/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 68 community-i686/PKGBUILD | 34 -- community-x86_64/PKGBUILD | 34 -- 3 files changed, 68 insertions(+), 68 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-06-18 17:53:03 UTC (rev 92910) +++ community-i686/PKGBUILD 2013-06-18 17:53:17 UTC (rev 92911) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: Allan McRae -# Contributor: Thomas Haider - -pkgname=libev -pkgver=4.11 -pkgrel=1 -pkgdesc="A full-featured and high-performance event loop" -arch=('i686' 'x86_64') -url="http://software.schmorp.de/pkg/libev.html"; -license=('BSD') -depends=('glibc') -options=('!libtool') -source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz) -sha1sums=('e7752a518742c0f8086a8005aa7efcc4dcf02ed9') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install - - # fix conflict with libevent - rm ${pkgdir}/usr/include/event.h - - install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE -} Copied: libev/repos/community-i686/PKGBUILD (from rev 92910, libev/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-06-18 17:53:17 UTC (rev 92911) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Andrea Scarpino +# Contributor: Allan McRae +# Contributor: Thomas Haider + +pkgname=libev +pkgver=4.15 +pkgrel=1 +pkgdesc="A full-featured and high-performance event loop" +arch=('i686' 'x86_64') +url="http://software.schmorp.de/pkg/libev.html"; +license=('BSD') +depends=('glibc') +options=('!libtool') +source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz) +sha1sums=('88655b1e2c0b328c9f90a6df7e72361a97fa8dc3') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install + + # fix conflict with libevent + rm ${pkgdir}/usr/include/event.h + + install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2013-06-18 17:53:03 UTC (rev 92910) +++ community-x86_64/PKGBUILD 2013-06-18 17:53:17 UTC (rev 92911) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: Allan McRae -# Contributor: Thomas Haider - -pkgname=libev -pkgver=4.11 -pkgrel=1 -pkgdesc="A full-featured and high-performance event loop" -arch=('i686' 'x86_64') -url="http://software.schmorp.de/pkg/libev.html"; -license=('BSD') -depends=('glibc') -options=('!libtool') -source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz) -sha1sums=('e7752a518742c0f8086a8005aa7efcc4dcf02ed9') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install - - # fix conflict with libevent - rm ${pkgdir}/usr/include/event.h - - install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE -} Copied: libev/repos/community-x86_64/PKGBUILD (from rev 92910, libev/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2013-06-18 17:53:17 UTC (rev 92911) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Andrea Scarpino +# Contributor: Allan McRae +# Contributor: Thomas Haider + +pkgname=libev +pkgver=4.15 +pkgrel=1 +pkgdesc="A full-featured and high-performance event loop" +arch=('i686' 'x86_64') +url="http://software.schmorp.de/pkg/libev.html"; +license=('BSD') +depends=('glibc') +options=('!libtool') +source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz) +sha1sums=('88655b1e2c0b328c9f90a6df7e72361a97fa8dc3') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install + + # fix conflict with libevent + rm ${pkgdir}/usr/include/event.h + + install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE +}
[arch-commits] Commit in libev/trunk (PKGBUILD)
Date: Tuesday, June 18, 2013 @ 19:53:03 Author: bpiotrowski Revision: 92910 upgpkg: libev 4.15-1 - upstream release Modified: libev/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-06-18 13:47:52 UTC (rev 92909) +++ PKGBUILD2013-06-18 17:53:03 UTC (rev 92910) @@ -4,7 +4,7 @@ # Contributor: Thomas Haider pkgname=libev -pkgver=4.11 +pkgver=4.15 pkgrel=1 pkgdesc="A full-featured and high-performance event loop" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('glibc') options=('!libtool') source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz) -sha1sums=('e7752a518742c0f8086a8005aa7efcc4dcf02ed9') +sha1sums=('88655b1e2c0b328c9f90a6df7e72361a97fa8dc3') build() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in varnish/trunk (PKGBUILD)
Date: Tuesday, June 18, 2013 @ 19:07:52 Author: dreisner Revision: 188734 upgpkg: varnish 3.0.4-1 Modified: varnish/trunk/PKGBUILD --+ PKGBUILD | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-06-18 15:55:17 UTC (rev 188733) +++ PKGBUILD2013-06-18 17:07:52 UTC (rev 188734) @@ -5,8 +5,8 @@ # Contributor: Roberto Alsina pkgname=varnish -pkgver=3.0.3 -pkgrel=3 +pkgver=3.0.4 +pkgrel=1 pkgdesc="High-performance HTTP accelerator" arch=('i686' 'x86_64') url="http://www.varnish-cache.org/"; @@ -18,17 +18,13 @@ source=("http://repo.varnish-cache.org/source/$pkgname-$pkgver.tar.gz"; varnish-vcl-reload varnish.service) -md5sums=('714310c83fdbd2061d897dacd3f63d8b' +md5sums=('a130ce9c3504b9603a46542635e18701' '03196dee7fc68e75069393d52c370762' 'a59b17d8e3066abcf3dd7755a2212dd4') build() { cd "$pkgname-$pkgver" - # disable JIT compilation, as it's crashy crashy (bug in PCRE) - # this is flagged out and disabled by default in $nextrelease of Varnish. - sed -i '/pcre_study/ s/PCRE_STUDY_JIT_COMPILE/0/' lib/libvarnish/vre.c - ./configure \ --prefix=/usr \ --sysconfdir=/etc \
[arch-commits] Commit in varnish/repos (16 files)
Date: Tuesday, June 18, 2013 @ 19:08:27 Author: dreisner Revision: 188735 archrelease: copy trunk to extra-i686, extra-x86_64 Added: varnish/repos/extra-i686/PKGBUILD (from rev 188734, varnish/trunk/PKGBUILD) varnish/repos/extra-i686/varnish-vcl-reload (from rev 188734, varnish/trunk/varnish-vcl-reload) varnish/repos/extra-i686/varnish.install (from rev 188734, varnish/trunk/varnish.install) varnish/repos/extra-i686/varnish.service (from rev 188734, varnish/trunk/varnish.service) varnish/repos/extra-x86_64/PKGBUILD (from rev 188734, varnish/trunk/PKGBUILD) varnish/repos/extra-x86_64/varnish-vcl-reload (from rev 188734, varnish/trunk/varnish-vcl-reload) varnish/repos/extra-x86_64/varnish.install (from rev 188734, varnish/trunk/varnish.install) varnish/repos/extra-x86_64/varnish.service (from rev 188734, varnish/trunk/varnish.service) Deleted: varnish/repos/extra-i686/PKGBUILD varnish/repos/extra-i686/varnish-vcl-reload varnish/repos/extra-i686/varnish.install varnish/repos/extra-i686/varnish.service varnish/repos/extra-x86_64/PKGBUILD varnish/repos/extra-x86_64/varnish-vcl-reload varnish/repos/extra-x86_64/varnish.install varnish/repos/extra-x86_64/varnish.service -+ /PKGBUILD | 90 ++ /varnish-vcl-reload | 40 /varnish.install| 12 + /varnish.service| 20 extra-i686/PKGBUILD | 49 extra-i686/varnish-vcl-reload | 20 extra-i686/varnish.install |6 -- extra-i686/varnish.service | 10 extra-x86_64/PKGBUILD | 49 extra-x86_64/varnish-vcl-reload | 20 extra-x86_64/varnish.install|6 -- extra-x86_64/varnish.service| 10 12 files changed, 162 insertions(+), 170 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-06-18 17:07:52 UTC (rev 188734) +++ extra-i686/PKGBUILD 2013-06-18 17:08:27 UTC (rev 188735) @@ -1,49 +0,0 @@ -# $Id$ -# Maintainer: Dave Reisner -# Contributor: Jaroslav Lichtblau -# Contributor: Douglas Soares de Andrade -# Contributor: Roberto Alsina - -pkgname=varnish -pkgver=3.0.3 -pkgrel=3 -pkgdesc="High-performance HTTP accelerator" -arch=('i686' 'x86_64') -url="http://www.varnish-cache.org/"; -license=('BSD') -depends=('gcc' 'libedit' 'pcre') -backup=('etc/varnish/default.vcl') -install=$pkgname.install -options=('!libtool') -source=("http://repo.varnish-cache.org/source/$pkgname-$pkgver.tar.gz"; -varnish-vcl-reload -varnish.service) -md5sums=('714310c83fdbd2061d897dacd3f63d8b' - '03196dee7fc68e75069393d52c370762' - 'a59b17d8e3066abcf3dd7755a2212dd4') - -build() { - cd "$pkgname-$pkgver" - - # disable JIT compilation, as it's crashy crashy (bug in PCRE) - # this is flagged out and disabled by default in $nextrelease of Varnish. - sed -i '/pcre_study/ s/PCRE_STUDY_JIT_COMPILE/0/' lib/libvarnish/vre.c - - ./configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---localstatedir=/var/lib \ ---sbindir=/usr/bin - - make -} - -package() { - make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install - - install -m755 "$srcdir/varnish-vcl-reload" "$pkgdir/usr/bin" - install -Dm644 "$srcdir/$pkgname.service" "$pkgdir/usr/lib/systemd/system/$pkgname.service" - - # license - install -Dm644 "$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} Copied: varnish/repos/extra-i686/PKGBUILD (from rev 188734, varnish/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-06-18 17:08:27 UTC (rev 188735) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Dave Reisner +# Contributor: Jaroslav Lichtblau +# Contributor: Douglas Soares de Andrade +# Contributor: Roberto Alsina + +pkgname=varnish +pkgver=3.0.4 +pkgrel=1 +pkgdesc="High-performance HTTP accelerator" +arch=('i686' 'x86_64') +url="http://www.varnish-cache.org/"; +license=('BSD') +depends=('gcc' 'libedit' 'pcre') +backup=('etc/varnish/default.vcl') +install=$pkgname.install +options=('!libtool') +source=("http://repo.varnish-cache.org/source/$pkgname-$pkgver.tar.gz"; +varnish-vcl-reload +varnish.service) +md5sums=('a130ce9c3504b9603a46542635e18701' + '03196dee7fc68e75069393d52c370762' + 'a59b17d8e3066abcf3dd7755a2212dd4') + +build() { + cd "$pkgname-$pkgver" + + ./configure \ +--prefix=/usr \ +--sysconfdir=/etc \ +--localstatedir=/var/lib \ +--sbindir=/usr/bin + + make +} + +package() { + make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install + + install -m755 "$srcdir/varnish-vcl-reload" "$pkgdir/usr/bin" + install -Dm644 "$srcdir/$pkgname.service" "$pkgdir/usr/lib/system
[arch-commits] Commit in dovecot/repos (8 files)
Date: Tuesday, June 18, 2013 @ 17:42:56 Author: andyrtr Revision: 188725 archrelease: copy trunk to staging-i686, staging-x86_64 Added: dovecot/repos/staging-i686/ dovecot/repos/staging-i686/PKGBUILD (from rev 188724, dovecot/trunk/PKGBUILD) dovecot/repos/staging-i686/dovecot.install (from rev 188724, dovecot/trunk/dovecot.install) dovecot/repos/staging-i686/dovecot.tmpfilesd (from rev 188724, dovecot/trunk/dovecot.tmpfilesd) dovecot/repos/staging-x86_64/ dovecot/repos/staging-x86_64/PKGBUILD (from rev 188724, dovecot/trunk/PKGBUILD) dovecot/repos/staging-x86_64/dovecot.install (from rev 188724, dovecot/trunk/dovecot.install) dovecot/repos/staging-x86_64/dovecot.tmpfilesd (from rev 188724, dovecot/trunk/dovecot.tmpfilesd) --+ staging-i686/PKGBUILD| 88 + staging-i686/dovecot.install | 58 staging-i686/dovecot.tmpfilesd |1 staging-x86_64/PKGBUILD | 88 + staging-x86_64/dovecot.install | 58 staging-x86_64/dovecot.tmpfilesd |1 6 files changed, 294 insertions(+) Copied: dovecot/repos/staging-i686/PKGBUILD (from rev 188724, dovecot/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2013-06-18 15:42:56 UTC (rev 188725) @@ -0,0 +1,88 @@ +# $Id$ +# Maintainer: Andreas Radke +# Contributor: Paul Mattal +# Contributor: Federico Quagliata (quaqo) +# Contributor: GARETTE Emmanuel + + +# --->>> remember to rebuild/bump pigeonhole in one step <<<--- + +pkgname=dovecot +pkgver=2.2.3 +pkgrel=1 +pkgdesc="An IMAP and POP3 server written with security primarily in mind" +arch=('i686' 'x86_64') +url="http://dovecot.org/"; +license=("LGPL") +depends=('krb5' 'openssl' 'sqlite>=3.7.5' 'libmariadbclient' +'postgresql-libs>=9.0.3' 'bzip2' 'expat' 'curl') +makedepends=('pam>=1.1.1' 'libcap>=2.19' 'libldap>=2.4.22' 'clucene') +optdepends=('libldap: ldap plugin' + 'clucene: alternative FTS indexer') +provides=('imap-server' 'pop3-server') +options=('!libtool') +install=$pkgname.install +source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig} +dovecot.tmpfilesd) +md5sums=('306664f09560d2c6515ba80e1dd7f353' + 'SKIP' + '342a28251d40f983c98c0d1f1bf3d07d') + +build() { + cd ${srcdir}/$pkgname-$pkgver + + # fix build with recent clucene (FC) + sed -i '/DEFAULT_INCLUDES *=/s|$| '"$(pkg-config --cflags libclucene-core)|" src/plugins/fts-lucene/Makefile.in + + # fix path in helper script + sed -i 's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG- /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh + + # configure with openssl, mysql, and postgresql support + ./configure --prefix=/usr --sysconfdir=/etc \ +--sbindir=/usr/bin \ +--localstatedir=/var \ + --libexecdir=/usr/lib \ + --with-moduledir=/usr/lib/dovecot/modules \ + --with-systemdsystemunitdir=/usr/lib/systemd/system \ + --disable-static \ + --with-nss \ + --with-pam \ + --with-mysql \ + --with-pgsql \ + --with-sqlite \ + --with-ssl=openssl \ + --with-ssldir=/etc/ssl \ + --with-gssapi \ + --with-ldap=plugin \ + --with-zlib --with-bzlib \ + --with-libcap \ + --with-solr \ + --with-lucene \ + --with-docs + make +} + +check() { + cd "$srcdir/$pkgname-$pkgver" + make -k check +} + +package() { + cd ${srcdir}/$pkgname-$pkgver + make DESTDIR=${pkgdir} install + + # install example conf files and ssl.conf + install -d -m755 ${pkgdir}/etc/dovecot/conf.d + install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf ${pkgdir}/etc/dovecot/dovecot.conf.sample + install -d -m755 ${pkgdir}/etc/ssl + install -m 644 ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf ${pkgdir}/etc/ssl/dovecot-openssl.cnf.sample + + # install mkcert helper script + install -m 755 ${srcdir}/$pkgname-$pkgver/doc/mkcert.sh ${pkgdir}/usr/lib/dovecot/mkcert.sh + + rm ${pkgdir}/etc/dovecot/README + + # systemd tmpfile + install -d -m755 ${pkgdir}/usr/lib/tmpfiles.d + install -m 644 ${srcdir}/dovecot.tmpfilesd ${pkgdir}/usr/lib/tmpfiles.d/dovecot.conf +} Copied: dovecot/repos/staging-i686/dovecot.install (from rev 188724, dovecot/trunk/dovecot.install) === --- staging-i686/dovecot.install(rev 0) +++ staging-i686/dovecot.install2013-06-18 15:42:56 UTC (rev 188725) @@ -0,0 +1,58 @@ +# arg 1: the new package version +post_install() { + + # Make sure the group and user "dovecot"+"dovenull exists on this system and have the correct values + + # dovecot + if grep -q "^dovecot:" /etc/group &>
[arch-commits] Commit in poppler/trunk (PKGBUILD)
Date: Tuesday, June 18, 2013 @ 17:54:52 Author: andyrtr Revision: 188732 upgpkg: poppler 0.22.5-1 upstream update 0.22.5 Modified: poppler/trunk/PKGBUILD --+ PKGBUILD |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-06-18 15:49:58 UTC (rev 188731) +++ PKGBUILD2013-06-18 15:54:52 UTC (rev 188732) @@ -3,7 +3,7 @@ pkgbase=poppler pkgname=('poppler' 'poppler-glib' 'poppler-qt') -pkgver=0.22.4 +pkgver=0.22.5 pkgrel=1 arch=(i686 x86_64) license=('GPL') @@ -13,11 +13,10 @@ _testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2) -md5sums=('49d55921ce795778c7231fe9f2fe923b' +md5sums=('1cd27460f7e3379d1eb109cfd7bcdb39' '9dc64c254a31e570507bdd4ad4ba629a') build() { -# . /etc/profile.d/qt4.sh cd "${srcdir}" ln -sf test-${_testtag} test
[arch-commits] Commit in poppler/repos (4 files)
Date: Tuesday, June 18, 2013 @ 17:55:17 Author: andyrtr Revision: 188733 archrelease: copy trunk to extra-i686, extra-x86_64 Added: poppler/repos/extra-i686/PKGBUILD (from rev 188732, poppler/trunk/PKGBUILD) poppler/repos/extra-x86_64/PKGBUILD (from rev 188732, poppler/trunk/PKGBUILD) Deleted: poppler/repos/extra-i686/PKGBUILD poppler/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 166 extra-i686/PKGBUILD | 84 extra-x86_64/PKGBUILD | 84 3 files changed, 166 insertions(+), 168 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-06-18 15:54:52 UTC (rev 188732) +++ extra-i686/PKGBUILD 2013-06-18 15:55:17 UTC (rev 188733) @@ -1,84 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgbase=poppler -pkgname=('poppler' 'poppler-glib' 'poppler-qt') -pkgver=0.22.4 -pkgrel=1 -arch=(i686 x86_64) -license=('GPL') -makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 'pkgconfig' 'lcms2' 'gobject-introspection' 'icu') -options=('!libtool' '!emptydirs') -url="http://poppler.freedesktop.org/"; -_testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a -source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz - http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2) -md5sums=('49d55921ce795778c7231fe9f2fe923b' - '9dc64c254a31e570507bdd4ad4ba629a') - -build() { -# . /etc/profile.d/qt4.sh - - cd "${srcdir}" - ln -sf test-${_testtag} test - cd ${pkgbase}-${pkgver} - - sed -i -e '/AC_PATH_XTRA/d' configure.ac - sed -i "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:" configure.ac - autoreconf -fi - - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-static \ - --enable-cairo-output \ - --enable-xpdf-headers \ - --enable-libjpeg --enable-zlib \ - --enable-poppler-qt4 \ - --enable-poppler-glib - make -} - -check() { - cd "${srcdir}/${pkgbase}-${pkgver}" - LANG=en_US.UTF8 make check -} - -package_poppler() { - pkgdesc="PDF rendering library based on xpdf 3.0" - depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'lcms2') - optdepends=('poppler-data: encoding data to display PDF documents containing CJK characters') - conflicts=("poppler-qt3<${pkgver}") - - cd "${srcdir}/${pkgbase}-${pkgver}" - sed -e 's/^glib_subdir =.*/glib_subdir =/' \ - -e 's/^qt4_subdir =.*/qt4_subdir =/' -i Makefile - make DESTDIR="${pkgdir}" install - - rm -f "${pkgdir}"/usr/lib/pkgconfig/poppler-{glib,qt4}.pc -} - -package_poppler-glib() { - pkgdesc="Poppler glib bindings" - depends=("poppler=${pkgver}" 'glib2') - - cd "${srcdir}/${pkgbase}-${pkgver}/poppler" - make DESTDIR="${pkgdir}" install-libLTLIBRARIES - cd "${srcdir}/${pkgbase}-${pkgver}/glib" - make DESTDIR="${pkgdir}" install - install -m755 -d "${pkgdir}/usr/lib/pkgconfig" - install -m644 ../poppler-glib.pc "${pkgdir}/usr/lib/pkgconfig/" - rm -f "${pkgdir}"/usr/lib/libpoppler.* - rm -f "${pkgdir}/usr/bin/poppler-glib-demo" -} - -package_poppler-qt() { - pkgdesc="Poppler Qt bindings" - depends=("poppler=${pkgver}" 'qt4') - - cd "${srcdir}/${pkgbase}-${pkgver}/poppler" - make DESTDIR="${pkgdir}" install-libLTLIBRARIES - cd "${srcdir}/${pkgbase}-${pkgver}/qt4" - make DESTDIR="${pkgdir}" install - install -m755 -d "${pkgdir}/usr/lib/pkgconfig" - install -m644 ../poppler-qt4.pc "${pkgdir}/usr/lib/pkgconfig/" - rm -f "${pkgdir}"/usr/lib/libpoppler.* -} Copied: poppler/repos/extra-i686/PKGBUILD (from rev 188732, poppler/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-06-18 15:55:17 UTC (rev 188733) @@ -0,0 +1,83 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgbase=poppler +pkgname=('poppler' 'poppler-glib' 'poppler-qt') +pkgver=0.22.5 +pkgrel=1 +arch=(i686 x86_64) +license=('GPL') +makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 'pkgconfig' 'lcms2' 'gobject-introspection' 'icu') +options=('!libtool' '!emptydirs') +url="http://poppler.freedesktop.org/"; +_testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a +source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz + http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2) +md5sums=('1cd27460f7e3379d1eb109cfd7bcdb39' + '9dc64c254a31e570507bdd4ad4ba629a') + +build() { + + cd "${srcdir}" + ln -sf test-${_testtag} test + cd ${pkgbase}-${pkgver} + + sed -i -e '/AC_PATH_XTRA/d' configure.ac + sed -i "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:" configure.ac + autoreconf -fi + + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --disable-static \ + --enable-cairo-output \ + --enable-xpdf-headers \ + --enable-libjpeg --enab
[arch-commits] Commit in cantarell-fonts/repos/extra-any (5 files)
Date: Tuesday, June 18, 2013 @ 17:49:58 Author: heftig Revision: 188731 archrelease: copy trunk to extra-any Added: cantarell-fonts/repos/extra-any/PKGBUILD (from rev 188730, cantarell-fonts/trunk/PKGBUILD) cantarell-fonts/repos/extra-any/cantarell-fonts.install (from rev 188730, cantarell-fonts/trunk/cantarell-fonts.install) Deleted: cantarell-fonts/repos/extra-any/21-cantarell-hinting.conf cantarell-fonts/repos/extra-any/PKGBUILD cantarell-fonts/repos/extra-any/cantarell-fonts.install ---+ 21-cantarell-hinting.conf | 13 - PKGBUILD | 61 +++- cantarell-fonts.install | 22 +++ 3 files changed, 38 insertions(+), 58 deletions(-) Deleted: 21-cantarell-hinting.conf === --- 21-cantarell-hinting.conf 2013-06-18 15:49:25 UTC (rev 188730) +++ 21-cantarell-hinting.conf 2013-06-18 15:49:58 UTC (rev 188731) @@ -1,13 +0,0 @@ - - - - - - - Cantarell - - - true - - - Deleted: PKGBUILD === --- PKGBUILD2013-06-18 15:49:25 UTC (rev 188730) +++ PKGBUILD2013-06-18 15:49:58 UTC (rev 188731) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) - -pkgname=cantarell-fonts -pkgver=0.0.12 -pkgrel=1 -pkgdesc="Cantarell font family" -arch=('any') -url="http://abattis.org/cantarell/"; -license=('GPL2') -depends=('fontconfig') -install=cantarell-fonts.install -source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz -21-cantarell-hinting.conf) -sha256sums=('3d509e1117dd92a6b80ef8b2586c89e178dc21a03c7c61f5c50772def5c4934b' -'7da2d00e68d9eeab071cb861fe7da35098d5164008f638a5a9c289f717924bd0') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --with-configdir=/etc/fonts/conf.avail - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="${pkgdir}" install - install -Dm644 ../21-cantarell-hinting.conf \ -"$pkgdir/etc/fonts/conf.avail/21-cantarell-hinting.conf" - install -d "$pkgdir/etc/fonts/conf.d" - ln -s ../conf.avail/21-cantarell-hinting.conf "$pkgdir/etc/fonts/conf.d" - ln -s ../conf.avail/31-cantarell.conf "$pkgdir/etc/fonts/conf.d" -} - -# vim:set ts=2 sw=2 et: Copied: cantarell-fonts/repos/extra-any/PKGBUILD (from rev 188730, cantarell-fonts/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-06-18 15:49:58 UTC (rev 188731) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgname=cantarell-fonts +pkgver=0.0.13 +pkgrel=1 +pkgdesc="Cantarell font family" +arch=('any') +url="http://abattis.org/cantarell/"; +license=('GPL2') +depends=('fontconfig') +install=cantarell-fonts.install +source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz) +sha256sums=('afc53ffa27418932301a3bc030cf811684a1261faa761744fe2d3ce696b6492c') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --with-configdir=/etc/fonts/conf.avail + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="${pkgdir}" install +} + +# vim:set ts=2 sw=2 et: Deleted: cantarell-fonts.install === --- cantarell-fonts.install 2013-06-18 15:49:25 UTC (rev 188730) +++ cantarell-fonts.install 2013-06-18 15:49:58 UTC (rev 188731) @@ -1,11 +0,0 @@ -post_install() { - fc-cache -f -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} Copied: cantarell-fonts/repos/extra-any/cantarell-fonts.install (from rev 188730, cantarell-fonts/trunk/cantarell-fonts.install) === --- cantarell-fonts.install (rev 0) +++ cantarell-fonts.install 2013-06-18 15:49:58 UTC (rev 188731) @@ -0,0 +1,11 @@ +post_install() { + fc-cache -f +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +}
[arch-commits] Commit in cantarell-fonts/trunk (21-cantarell-hinting.conf PKGBUILD)
Date: Tuesday, June 18, 2013 @ 17:49:25 Author: heftig Revision: 188730 0.0.13 Modified: cantarell-fonts/trunk/PKGBUILD Deleted: cantarell-fonts/trunk/21-cantarell-hinting.conf ---+ 21-cantarell-hinting.conf | 13 - PKGBUILD | 13 +++-- 2 files changed, 3 insertions(+), 23 deletions(-) Deleted: 21-cantarell-hinting.conf === --- 21-cantarell-hinting.conf 2013-06-18 15:46:36 UTC (rev 188729) +++ 21-cantarell-hinting.conf 2013-06-18 15:49:25 UTC (rev 188730) @@ -1,13 +0,0 @@ - - - - - - - Cantarell - - - true - - - Modified: PKGBUILD === --- PKGBUILD2013-06-18 15:46:36 UTC (rev 188729) +++ PKGBUILD2013-06-18 15:49:25 UTC (rev 188730) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) pkgname=cantarell-fonts -pkgver=0.0.12 +pkgver=0.0.13 pkgrel=1 pkgdesc="Cantarell font family" arch=('any') @@ -10,10 +10,8 @@ license=('GPL2') depends=('fontconfig') install=cantarell-fonts.install -source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz -21-cantarell-hinting.conf) -sha256sums=('3d509e1117dd92a6b80ef8b2586c89e178dc21a03c7c61f5c50772def5c4934b' -'7da2d00e68d9eeab071cb861fe7da35098d5164008f638a5a9c289f717924bd0') +source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz) +sha256sums=('afc53ffa27418932301a3bc030cf811684a1261faa761744fe2d3ce696b6492c') build() { cd $pkgname-$pkgver @@ -24,11 +22,6 @@ package() { cd $pkgname-$pkgver make DESTDIR="${pkgdir}" install - install -Dm644 ../21-cantarell-hinting.conf \ -"$pkgdir/etc/fonts/conf.avail/21-cantarell-hinting.conf" - install -d "$pkgdir/etc/fonts/conf.d" - ln -s ../conf.avail/21-cantarell-hinting.conf "$pkgdir/etc/fonts/conf.d" - ln -s ../conf.avail/31-cantarell.conf "$pkgdir/etc/fonts/conf.d" } # vim:set ts=2 sw=2 et:
[arch-commits] Commit in pigeonhole/trunk (PKGBUILD)
Date: Tuesday, June 18, 2013 @ 17:45:50 Author: andyrtr Revision: 188726 upgpkg: pigeonhole 0.4.0-4 dovecot upstream update 2.2.3 rebuild Modified: pigeonhole/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-06-18 15:42:56 UTC (rev 188725) +++ PKGBUILD2013-06-18 15:45:50 UTC (rev 188726) @@ -7,12 +7,12 @@ # This must be built against the version of dovecot being used, # else mail delivery will fail. # Specify the version of dovecot to be used here: -_dcpkgver=2.2.2 +_dcpkgver=2.2.3 # Make sure to bump pkgrel if changing this. pkgname=pigeonhole pkgver=0.4.0 -pkgrel=3 +pkgrel=4 pkgdesc="Sieve implementation for Dovecot" arch=('i686' 'x86_64') url="http://pigeonhole.dovecot.org/";
[arch-commits] Commit in pigeonhole/repos (6 files)
Date: Tuesday, June 18, 2013 @ 17:46:04 Author: andyrtr Revision: 188727 archrelease: copy trunk to staging-i686, staging-x86_64 Added: pigeonhole/repos/staging-i686/ pigeonhole/repos/staging-i686/PKGBUILD (from rev 188726, pigeonhole/trunk/PKGBUILD) pigeonhole/repos/staging-i686/dovecot.conf (from rev 188726, pigeonhole/trunk/dovecot.conf) pigeonhole/repos/staging-x86_64/ pigeonhole/repos/staging-x86_64/PKGBUILD (from rev 188726, pigeonhole/trunk/PKGBUILD) pigeonhole/repos/staging-x86_64/dovecot.conf (from rev 188726, pigeonhole/trunk/dovecot.conf) -+ staging-i686/PKGBUILD | 44 ++ staging-i686/dovecot.conf |1 staging-x86_64/PKGBUILD | 44 ++ staging-x86_64/dovecot.conf |1 4 files changed, 90 insertions(+) Copied: pigeonhole/repos/staging-i686/PKGBUILD (from rev 188726, pigeonhole/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2013-06-18 15:46:04 UTC (rev 188727) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Andreas Radke + +# Contributorr: Peter Lewis +# Contributor: Sebastian Köhler + +# This must be built against the version of dovecot being used, +# else mail delivery will fail. +# Specify the version of dovecot to be used here: +_dcpkgver=2.2.3 +# Make sure to bump pkgrel if changing this. + +pkgname=pigeonhole +pkgver=0.4.0 +pkgrel=4 +pkgdesc="Sieve implementation for Dovecot" +arch=('i686' 'x86_64') +url="http://pigeonhole.dovecot.org/"; +license=('LGPL') +depends=('dovecot='$_dcpkgver) +conflicts=('dovecot-sieve' 'pigeonhole-hg') +source=("http://www.rename-it.nl/dovecot/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig} +"dovecot.conf") +options=('!libtool') +sha256sums=('e630d0c73e9c60028c5d25780eb38eda556ca7a5983cc07b7c0ac8490c4a7fa5' +'SKIP' +'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858') + +build() { + cd "$srcdir/dovecot-2.2-$pkgname-$pkgver" + + ./configure --prefix=/usr \ +--with-dovecot=/usr/lib/dovecot \ +--with-moduledir=/usr/lib/dovecot/modules \ +--disable-static + make +} + +package() { + cd "$srcdir/dovecot-2.2-$pkgname-$pkgver" + + make DESTDIR="$pkgdir/" install + install -m 644 -D "$srcdir/dovecot.conf" "$pkgdir/etc/ld.so.conf.d/dovecot.conf" +} Copied: pigeonhole/repos/staging-i686/dovecot.conf (from rev 188726, pigeonhole/trunk/dovecot.conf) === --- staging-i686/dovecot.conf (rev 0) +++ staging-i686/dovecot.conf 2013-06-18 15:46:04 UTC (rev 188727) @@ -0,0 +1 @@ +/usr/lib/dovecot Copied: pigeonhole/repos/staging-x86_64/PKGBUILD (from rev 188726, pigeonhole/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2013-06-18 15:46:04 UTC (rev 188727) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Andreas Radke + +# Contributorr: Peter Lewis +# Contributor: Sebastian Köhler + +# This must be built against the version of dovecot being used, +# else mail delivery will fail. +# Specify the version of dovecot to be used here: +_dcpkgver=2.2.3 +# Make sure to bump pkgrel if changing this. + +pkgname=pigeonhole +pkgver=0.4.0 +pkgrel=4 +pkgdesc="Sieve implementation for Dovecot" +arch=('i686' 'x86_64') +url="http://pigeonhole.dovecot.org/"; +license=('LGPL') +depends=('dovecot='$_dcpkgver) +conflicts=('dovecot-sieve' 'pigeonhole-hg') +source=("http://www.rename-it.nl/dovecot/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig} +"dovecot.conf") +options=('!libtool') +sha256sums=('e630d0c73e9c60028c5d25780eb38eda556ca7a5983cc07b7c0ac8490c4a7fa5' +'SKIP' +'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858') + +build() { + cd "$srcdir/dovecot-2.2-$pkgname-$pkgver" + + ./configure --prefix=/usr \ +--with-dovecot=/usr/lib/dovecot \ +--with-moduledir=/usr/lib/dovecot/modules \ +--disable-static + make +} + +package() { + cd "$srcdir/dovecot-2.2-$pkgname-$pkgver" + + make DESTDIR="$pkgdir/" install + install -m 644 -D "$srcdir/dovecot.conf" "$pkgdir/etc/ld.so.conf.d/dovecot.conf" +} Copied: pigeonhole/repos/staging-x86_64/dovecot.conf (from rev 188726, pigeonhole/trunk/dovecot.conf) === --- staging-x86_64/dovecot.conf (rev 0) +++ staging-x86_64/dovecot.conf 2013-06-18 15:46:04 UTC (rev 188727) @@ -0,0 +1 @@ +/usr/lib/dovecot
[arch-commits] Commit in dovecot/trunk (PKGBUILD)
Date: Tuesday, June 18, 2013 @ 17:42:34 Author: andyrtr Revision: 188724 upgpkg: dovecot 2.2.3-1 upstream update 2.2.3 Modified: dovecot/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-06-18 15:31:30 UTC (rev 188723) +++ PKGBUILD2013-06-18 15:42:34 UTC (rev 188724) @@ -8,7 +8,7 @@ # --->>> remember to rebuild/bump pigeonhole in one step <<<--- pkgname=dovecot -pkgver=2.2.2 +pkgver=2.2.3 pkgrel=1 pkgdesc="An IMAP and POP3 server written with security primarily in mind" arch=('i686' 'x86_64') @@ -24,7 +24,7 @@ install=$pkgname.install source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig} dovecot.tmpfilesd) -md5sums=('e6c011b4bbddf19e79205d012723449a' +md5sums=('306664f09560d2c6515ba80e1dd7f353' 'SKIP' '342a28251d40f983c98c0d1f1bf3d07d')
[arch-commits] Commit in gnome-icon-theme-symbolic/repos/extra-any (4 files)
Date: Tuesday, June 18, 2013 @ 16:55:58 Author: heftig Revision: 188722 archrelease: copy trunk to extra-any Added: gnome-icon-theme-symbolic/repos/extra-any/PKGBUILD (from rev 188721, gnome-icon-theme-symbolic/trunk/PKGBUILD) gnome-icon-theme-symbolic/repos/extra-any/gnome-icon-theme-symbolic.install (from rev 188721, gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.install) Deleted: gnome-icon-theme-symbolic/repos/extra-any/PKGBUILD gnome-icon-theme-symbolic/repos/extra-any/gnome-icon-theme-symbolic.install ---+ PKGBUILD | 56 ++-- gnome-icon-theme-symbolic.install | 22 +++--- 2 files changed, 39 insertions(+), 39 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-06-18 14:55:30 UTC (rev 188721) +++ PKGBUILD2013-06-18 14:55:58 UTC (rev 188722) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Jan "heftig" Steffens -# Contributor: Ionut Biru - -pkgname=gnome-icon-theme-symbolic -pkgver=3.8.2.2 -pkgrel=1 -pkgdesc="GNOME icon theme, symbolic icons" -arch=(any) -depends=(gtk-update-icon-cache icon-naming-utils hicolor-icon-theme librsvg) -makedepends=(intltool) -url="http://www.gnome.org"; -license=(GPL) -install=gnome-icon-theme-symbolic.install -groups=(gnome) -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) -sha256sums=('1c60902c49a500097a1995d744a9d326170860a97bbeb38648258df30bc39031') - -build() { - cd "$pkgname-$pkgver" - GTK_UPDATE_ICON_CACHE=/bin/true ./configure --prefix=/usr - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} Copied: gnome-icon-theme-symbolic/repos/extra-any/PKGBUILD (from rev 188721, gnome-icon-theme-symbolic/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-06-18 14:55:58 UTC (rev 188722) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Jan "heftig" Steffens +# Contributor: Ionut Biru + +pkgname=gnome-icon-theme-symbolic +pkgver=3.8.3 +pkgrel=1 +pkgdesc="GNOME icon theme, symbolic icons" +arch=(any) +depends=(gtk-update-icon-cache icon-naming-utils hicolor-icon-theme librsvg) +makedepends=(intltool) +url="http://www.gnome.org"; +license=(GPL) +install=gnome-icon-theme-symbolic.install +groups=(gnome) +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) +sha256sums=('1851faa5c827e2efa1c3cbe42b6fa8c3db83a0d57c4a534ce0f3bc539123930f') + +build() { + cd "$pkgname-$pkgver" + GTK_UPDATE_ICON_CACHE=/bin/true ./configure --prefix=/usr + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} Deleted: gnome-icon-theme-symbolic.install === --- gnome-icon-theme-symbolic.install 2013-06-18 14:55:30 UTC (rev 188721) +++ gnome-icon-theme-symbolic.install 2013-06-18 14:55:58 UTC (rev 188722) @@ -1,11 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f /usr/share/icons/gnome -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: gnome-icon-theme-symbolic/repos/extra-any/gnome-icon-theme-symbolic.install (from rev 188721, gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.install) === --- gnome-icon-theme-symbolic.install (rev 0) +++ gnome-icon-theme-symbolic.install 2013-06-18 14:55:58 UTC (rev 188722) @@ -0,0 +1,11 @@ +post_install() { + gtk-update-icon-cache -q -t -f /usr/share/icons/gnome +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in gnome-icon-theme-symbolic/trunk (PKGBUILD)
Date: Tuesday, June 18, 2013 @ 16:55:30 Author: heftig Revision: 188721 3.8.3 Modified: gnome-icon-theme-symbolic/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-06-18 14:29:05 UTC (rev 188720) +++ PKGBUILD2013-06-18 14:55:30 UTC (rev 188721) @@ -3,7 +3,7 @@ # Contributor: Ionut Biru pkgname=gnome-icon-theme-symbolic -pkgver=3.8.2.2 +pkgver=3.8.3 pkgrel=1 pkgdesc="GNOME icon theme, symbolic icons" arch=(any) @@ -14,7 +14,7 @@ install=gnome-icon-theme-symbolic.install groups=(gnome) source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) -sha256sums=('1c60902c49a500097a1995d744a9d326170860a97bbeb38648258df30bc39031') +sha256sums=('1851faa5c827e2efa1c3cbe42b6fa8c3db83a0d57c4a534ce0f3bc539123930f') build() { cd "$pkgname-$pkgver"
[arch-commits] Commit in kdesdk-kate/repos (20 files)
Date: Tuesday, June 18, 2013 @ 16:29:05 Author: andrea Revision: 188720 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdesdk-kate/repos/kde-unstable-i686/PKGBUILD (from rev 188719, kdesdk-kate/kde-unstable/PKGBUILD) kdesdk-kate/repos/kde-unstable-i686/kdebase-katepart.install (from rev 188719, kdesdk-kate/kde-unstable/kdebase-katepart.install) kdesdk-kate/repos/kde-unstable-i686/kdebase-kwrite.install (from rev 188719, kdesdk-kate/kde-unstable/kdebase-kwrite.install) kdesdk-kate/repos/kde-unstable-i686/kdesdk-kate.install (from rev 188719, kdesdk-kate/kde-unstable/kdesdk-kate.install) kdesdk-kate/repos/kde-unstable-i686/pkgbuild-syntax-highlight.patch (from rev 188719, kdesdk-kate/kde-unstable/pkgbuild-syntax-highlight.patch) kdesdk-kate/repos/kde-unstable-x86_64/PKGBUILD (from rev 188719, kdesdk-kate/kde-unstable/PKGBUILD) kdesdk-kate/repos/kde-unstable-x86_64/kdebase-katepart.install (from rev 188719, kdesdk-kate/kde-unstable/kdebase-katepart.install) kdesdk-kate/repos/kde-unstable-x86_64/kdebase-kwrite.install (from rev 188719, kdesdk-kate/kde-unstable/kdebase-kwrite.install) kdesdk-kate/repos/kde-unstable-x86_64/kdesdk-kate.install (from rev 188719, kdesdk-kate/kde-unstable/kdesdk-kate.install) kdesdk-kate/repos/kde-unstable-x86_64/pkgbuild-syntax-highlight.patch (from rev 188719, kdesdk-kate/kde-unstable/pkgbuild-syntax-highlight.patch) Deleted: kdesdk-kate/repos/kde-unstable-i686/PKGBUILD kdesdk-kate/repos/kde-unstable-i686/kdebase-katepart.install kdesdk-kate/repos/kde-unstable-i686/kdebase-kwrite.install kdesdk-kate/repos/kde-unstable-i686/kdesdk-kate.install kdesdk-kate/repos/kde-unstable-i686/pkgbuild-syntax-highlight.patch kdesdk-kate/repos/kde-unstable-x86_64/PKGBUILD kdesdk-kate/repos/kde-unstable-x86_64/kdebase-katepart.install kdesdk-kate/repos/kde-unstable-x86_64/kdebase-kwrite.install kdesdk-kate/repos/kde-unstable-x86_64/kdesdk-kate.install kdesdk-kate/repos/kde-unstable-x86_64/pkgbuild-syntax-highlight.patch -+ /PKGBUILD | 142 ++ /kdebase-katepart.install | 22 ++ /kdebase-kwrite.install | 24 +++ /kdesdk-kate.install| 26 +++ /pkgbuild-syntax-highlight.patch| 22 ++ kde-unstable-i686/PKGBUILD | 71 - kde-unstable-i686/kdebase-katepart.install | 11 - kde-unstable-i686/kdebase-kwrite.install| 12 - kde-unstable-i686/kdesdk-kate.install | 13 - kde-unstable-i686/pkgbuild-syntax-highlight.patch | 11 - kde-unstable-x86_64/PKGBUILD| 71 - kde-unstable-x86_64/kdebase-katepart.install| 11 - kde-unstable-x86_64/kdebase-kwrite.install | 12 - kde-unstable-x86_64/kdesdk-kate.install | 13 - kde-unstable-x86_64/pkgbuild-syntax-highlight.patch | 11 - 15 files changed, 236 insertions(+), 236 deletions(-) Deleted: kde-unstable-i686/PKGBUILD === --- kde-unstable-i686/PKGBUILD 2013-06-18 14:28:22 UTC (rev 188719) +++ kde-unstable-i686/PKGBUILD 2013-06-18 14:29:05 UTC (rev 188720) @@ -1,71 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino - -pkgbase=kdesdk-kate -pkgname=('kdebase-katepart' - 'kdebase-kwrite' - 'kdesdk-kate') -pkgver=4.10.80 -pkgrel=1 -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python') -source=("http://download.kde.org/unstable/${pkgver}/src/kate-${pkgver}.tar.xz"; -'pkgbuild-syntax-highlight.patch') -sha1sums=('fa89b1859ff9f05d5c772d881285928677580c57' - '80c324c9db81c07a02374e7a092d75e0bdd6b4ea') - -prepare() { - cd kate-${pkgver} - patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch -} - -build() { - mkdir build - cd build - cmake ../kate-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DKDE4_BUILD_TESTS=OFF \ --DCMAKE_INSTALL_PREFIX=/usr - make -} - -package_kdebase-katepart() { - pkgdesc="A fast and feature-rich text editor component" - depends=('kdelibs') - url="http://kate-editor.org/about-katepart/"; - install='kdebase-katepart.install' - - cd build/part - make DESTDIR="${pkgdir}" install -} - -package_kdebase-kwrite() { - pkgdesc="Text Editor" - depends=('kdebase-runtime' 'kdebase-katepart') - groups=('kde' 'kdebase') - url="http://www.kde.org/applications/utilities/kwrite/"; - install='kdebase-kwrite.install' - - cd build/kwrite - make DESTDIR="${pkgdir}" install - - cd ../../build/doc/kwrite - make DESTDIR="${pkgdir}" install -} - -package_kdesdk-kate() { - pkgdesc="Advanced Text Editor" - depends=('kdebase-runtime' 'kdebase-katepart' 'qjson') - groups=('kde' 'kdesdk') - url="http://w
[arch-commits] Commit in kdesdk-kate/kde-unstable (PKGBUILD)
Date: Tuesday, June 18, 2013 @ 16:28:22 Author: andrea Revision: 188719 upgpkg: kdesdk-kate 4.10.80-2 PyQt4 rebuild Modified: kdesdk-kate/kde-unstable/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2013-06-18 14:25:34 UTC (rev 188718) +++ PKGBUILD2013-06-18 14:28:22 UTC (rev 188719) @@ -6,7 +6,7 @@ 'kdebase-kwrite' 'kdesdk-kate') pkgver=4.10.80 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python')
[arch-commits] Commit in kdesdk-kate/repos (20 files)
Date: Tuesday, June 18, 2013 @ 16:25:34 Author: andrea Revision: 188718 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdesdk-kate/repos/kde-unstable-i686/PKGBUILD (from rev 188717, kdesdk-kate/kde-unstable/PKGBUILD) kdesdk-kate/repos/kde-unstable-i686/kdebase-katepart.install (from rev 188717, kdesdk-kate/kde-unstable/kdebase-katepart.install) kdesdk-kate/repos/kde-unstable-i686/kdebase-kwrite.install (from rev 188717, kdesdk-kate/kde-unstable/kdebase-kwrite.install) kdesdk-kate/repos/kde-unstable-i686/kdesdk-kate.install (from rev 188717, kdesdk-kate/kde-unstable/kdesdk-kate.install) kdesdk-kate/repos/kde-unstable-i686/pkgbuild-syntax-highlight.patch (from rev 188717, kdesdk-kate/kde-unstable/pkgbuild-syntax-highlight.patch) kdesdk-kate/repos/kde-unstable-x86_64/PKGBUILD (from rev 188717, kdesdk-kate/kde-unstable/PKGBUILD) kdesdk-kate/repos/kde-unstable-x86_64/kdebase-katepart.install (from rev 188717, kdesdk-kate/kde-unstable/kdebase-katepart.install) kdesdk-kate/repos/kde-unstable-x86_64/kdebase-kwrite.install (from rev 188717, kdesdk-kate/kde-unstable/kdebase-kwrite.install) kdesdk-kate/repos/kde-unstable-x86_64/kdesdk-kate.install (from rev 188717, kdesdk-kate/kde-unstable/kdesdk-kate.install) kdesdk-kate/repos/kde-unstable-x86_64/pkgbuild-syntax-highlight.patch (from rev 188717, kdesdk-kate/kde-unstable/pkgbuild-syntax-highlight.patch) Deleted: kdesdk-kate/repos/kde-unstable-i686/PKGBUILD kdesdk-kate/repos/kde-unstable-i686/kdebase-katepart.install kdesdk-kate/repos/kde-unstable-i686/kdebase-kwrite.install kdesdk-kate/repos/kde-unstable-i686/kdesdk-kate.install kdesdk-kate/repos/kde-unstable-i686/pkgbuild-syntax-highlight.patch kdesdk-kate/repos/kde-unstable-x86_64/PKGBUILD kdesdk-kate/repos/kde-unstable-x86_64/kdebase-katepart.install kdesdk-kate/repos/kde-unstable-x86_64/kdebase-kwrite.install kdesdk-kate/repos/kde-unstable-x86_64/kdesdk-kate.install kdesdk-kate/repos/kde-unstable-x86_64/pkgbuild-syntax-highlight.patch -+ /PKGBUILD | 142 ++ /kdebase-katepart.install | 22 ++ /kdebase-kwrite.install | 24 +++ /kdesdk-kate.install| 26 +++ /pkgbuild-syntax-highlight.patch| 22 ++ kde-unstable-i686/PKGBUILD | 71 - kde-unstable-i686/kdebase-katepart.install | 11 - kde-unstable-i686/kdebase-kwrite.install| 12 - kde-unstable-i686/kdesdk-kate.install | 13 - kde-unstable-i686/pkgbuild-syntax-highlight.patch | 11 - kde-unstable-x86_64/PKGBUILD| 71 - kde-unstable-x86_64/kdebase-katepart.install| 11 - kde-unstable-x86_64/kdebase-kwrite.install | 12 - kde-unstable-x86_64/kdesdk-kate.install | 13 - kde-unstable-x86_64/pkgbuild-syntax-highlight.patch | 11 - 15 files changed, 236 insertions(+), 236 deletions(-) Deleted: kde-unstable-i686/PKGBUILD === --- kde-unstable-i686/PKGBUILD 2013-06-18 14:21:18 UTC (rev 188717) +++ kde-unstable-i686/PKGBUILD 2013-06-18 14:25:34 UTC (rev 188718) @@ -1,71 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino - -pkgbase=kdesdk-kate -pkgname=('kdebase-katepart' - 'kdebase-kwrite' - 'kdesdk-kate') -pkgver=4.10.80 -pkgrel=1 -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python') -source=("http://download.kde.org/unstable/${pkgver}/src/kate-${pkgver}.tar.xz"; -'pkgbuild-syntax-highlight.patch') -sha1sums=('fa89b1859ff9f05d5c772d881285928677580c57' - '80c324c9db81c07a02374e7a092d75e0bdd6b4ea') - -prepare() { - cd kate-${pkgver} - patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch -} - -build() { - mkdir build - cd build - cmake ../kate-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DKDE4_BUILD_TESTS=OFF \ --DCMAKE_INSTALL_PREFIX=/usr - make -} - -package_kdebase-katepart() { - pkgdesc="A fast and feature-rich text editor component" - depends=('kdelibs') - url="http://kate-editor.org/about-katepart/"; - install='kdebase-katepart.install' - - cd build/part - make DESTDIR="${pkgdir}" install -} - -package_kdebase-kwrite() { - pkgdesc="Text Editor" - depends=('kdebase-runtime' 'kdebase-katepart') - groups=('kde' 'kdebase') - url="http://www.kde.org/applications/utilities/kwrite/"; - install='kdebase-kwrite.install' - - cd build/kwrite - make DESTDIR="${pkgdir}" install - - cd ../../build/doc/kwrite - make DESTDIR="${pkgdir}" install -} - -package_kdesdk-kate() { - pkgdesc="Advanced Text Editor" - depends=('kdebase-runtime' 'kdebase-katepart' 'qjson') - groups=('kde' 'kdesdk') - url="http://w
[arch-commits] Commit in kdesdk-kate/repos/extra-x86_64 (10 files)
Date: Tuesday, June 18, 2013 @ 16:20:59 Author: andrea Revision: 188716 archrelease: copy trunk to extra-x86_64 Added: kdesdk-kate/repos/extra-x86_64/PKGBUILD (from rev 188715, kdesdk-kate/trunk/PKGBUILD) kdesdk-kate/repos/extra-x86_64/kdebase-katepart.install (from rev 188715, kdesdk-kate/trunk/kdebase-katepart.install) kdesdk-kate/repos/extra-x86_64/kdebase-kwrite.install (from rev 188715, kdesdk-kate/trunk/kdebase-kwrite.install) kdesdk-kate/repos/extra-x86_64/kdesdk-kate.install (from rev 188715, kdesdk-kate/trunk/kdesdk-kate.install) kdesdk-kate/repos/extra-x86_64/pkgbuild-syntax-highlight.patch (from rev 188715, kdesdk-kate/trunk/pkgbuild-syntax-highlight.patch) Deleted: kdesdk-kate/repos/extra-x86_64/PKGBUILD kdesdk-kate/repos/extra-x86_64/kdebase-katepart.install kdesdk-kate/repos/extra-x86_64/kdebase-kwrite.install kdesdk-kate/repos/extra-x86_64/kdesdk-kate.install kdesdk-kate/repos/extra-x86_64/pkgbuild-syntax-highlight.patch -+ PKGBUILD| 142 +++--- kdebase-katepart.install| 22 ++--- kdebase-kwrite.install | 24 +++--- kdesdk-kate.install | 26 +++--- pkgbuild-syntax-highlight.patch | 22 ++--- 5 files changed, 118 insertions(+), 118 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-06-18 14:00:23 UTC (rev 188715) +++ PKGBUILD2013-06-18 14:20:59 UTC (rev 188716) @@ -1,71 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino - -pkgbase=kdesdk-kate -pkgname=('kdebase-katepart' - 'kdebase-kwrite' - 'kdesdk-kate') -pkgver=4.10.4 -pkgrel=1 -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python') -source=("http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz"; -'pkgbuild-syntax-highlight.patch') -sha1sums=('167c7bc7f9f83f4017f006e2b4c2a3ec24eb6c9d' - 'dc70306c507083cf9b4bb1c536858742292fa1bf') - -prepare() { - cd kate-${pkgver} - patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch -} - -build() { - mkdir build - cd build - cmake ../kate-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DKDE4_BUILD_TESTS=OFF \ --DCMAKE_INSTALL_PREFIX=/usr - make -} - -package_kdebase-katepart() { - pkgdesc="A fast and feature-rich text editor component" - depends=('kdelibs') - url="http://kate-editor.org/about-katepart/"; - install='kdebase-katepart.install' - - cd build/part - make DESTDIR="${pkgdir}" install -} - -package_kdebase-kwrite() { - pkgdesc="Text Editor" - depends=('kdebase-runtime' 'kdebase-katepart') - groups=('kde' 'kdebase') - url="http://www.kde.org/applications/utilities/kwrite/"; - install='kdebase-kwrite.install' - - cd build/kwrite - make DESTDIR="${pkgdir}" install - - cd ../../build/doc/kwrite - make DESTDIR="${pkgdir}" install -} - -package_kdesdk-kate() { - pkgdesc="Advanced Text Editor" - depends=('kdebase-runtime' 'kdebase-katepart' 'qjson') - groups=('kde' 'kdesdk') - url="http://www.kde.org/applications/utilities/kate/"; - install='kdesdk-kate.install' - optdepends=('kdebase-konsole: open a terminal in Kate' - 'kdebindings-python: python bindings') - - cd build/kate - make DESTDIR="${pkgdir}" install - - cd ../../build/doc/kate - make DESTDIR="${pkgdir}" install -} Copied: kdesdk-kate/repos/extra-x86_64/PKGBUILD (from rev 188715, kdesdk-kate/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-06-18 14:20:59 UTC (rev 188716) @@ -0,0 +1,71 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgbase=kdesdk-kate +pkgname=('kdebase-katepart' + 'kdebase-kwrite' + 'kdesdk-kate') +pkgver=4.10.4 +pkgrel=2 +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python') +source=("http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz"; +'pkgbuild-syntax-highlight.patch') +sha1sums=('167c7bc7f9f83f4017f006e2b4c2a3ec24eb6c9d' + 'dc70306c507083cf9b4bb1c536858742292fa1bf') + +prepare() { + cd kate-${pkgver} + patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch +} + +build() { + mkdir build + cd build + cmake ../kate-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package_kdebase-katepart() { + pkgdesc="A fast and feature-rich text editor component" + depends=('kdelibs') + url="http://kate-editor.org/about-katepart/"; + install='kdebase-katepart.install' + + cd build/part + make DESTDIR="${pkgdir}" install +} + +package_kdebase-kwrite() { + pkgdesc="Text Editor" + depends=('kdebase-runtime' 'kdebase-katepart') + groups=('kde' 'kdebase') + url="http://www.kde.org/applications/utilities/kwrite/"; + install='kdebase-kwr
[arch-commits] Commit in kdesdk-kate/repos/extra-i686 (10 files)
Date: Tuesday, June 18, 2013 @ 16:21:18 Author: andrea Revision: 188717 archrelease: copy trunk to extra-i686 Added: kdesdk-kate/repos/extra-i686/PKGBUILD (from rev 188716, kdesdk-kate/trunk/PKGBUILD) kdesdk-kate/repos/extra-i686/kdebase-katepart.install (from rev 188716, kdesdk-kate/trunk/kdebase-katepart.install) kdesdk-kate/repos/extra-i686/kdebase-kwrite.install (from rev 188716, kdesdk-kate/trunk/kdebase-kwrite.install) kdesdk-kate/repos/extra-i686/kdesdk-kate.install (from rev 188716, kdesdk-kate/trunk/kdesdk-kate.install) kdesdk-kate/repos/extra-i686/pkgbuild-syntax-highlight.patch (from rev 188716, kdesdk-kate/trunk/pkgbuild-syntax-highlight.patch) Deleted: kdesdk-kate/repos/extra-i686/PKGBUILD kdesdk-kate/repos/extra-i686/kdebase-katepart.install kdesdk-kate/repos/extra-i686/kdebase-kwrite.install kdesdk-kate/repos/extra-i686/kdesdk-kate.install kdesdk-kate/repos/extra-i686/pkgbuild-syntax-highlight.patch -+ PKGBUILD| 142 +++--- kdebase-katepart.install| 22 ++--- kdebase-kwrite.install | 24 +++--- kdesdk-kate.install | 26 +++--- pkgbuild-syntax-highlight.patch | 22 ++--- 5 files changed, 118 insertions(+), 118 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-06-18 14:20:59 UTC (rev 188716) +++ PKGBUILD2013-06-18 14:21:18 UTC (rev 188717) @@ -1,71 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino - -pkgbase=kdesdk-kate -pkgname=('kdebase-katepart' - 'kdebase-kwrite' - 'kdesdk-kate') -pkgver=4.10.4 -pkgrel=1 -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python') -source=("http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz"; -'pkgbuild-syntax-highlight.patch') -sha1sums=('167c7bc7f9f83f4017f006e2b4c2a3ec24eb6c9d' - 'dc70306c507083cf9b4bb1c536858742292fa1bf') - -prepare() { - cd kate-${pkgver} - patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch -} - -build() { - mkdir build - cd build - cmake ../kate-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DKDE4_BUILD_TESTS=OFF \ --DCMAKE_INSTALL_PREFIX=/usr - make -} - -package_kdebase-katepart() { - pkgdesc="A fast and feature-rich text editor component" - depends=('kdelibs') - url="http://kate-editor.org/about-katepart/"; - install='kdebase-katepart.install' - - cd build/part - make DESTDIR="${pkgdir}" install -} - -package_kdebase-kwrite() { - pkgdesc="Text Editor" - depends=('kdebase-runtime' 'kdebase-katepart') - groups=('kde' 'kdebase') - url="http://www.kde.org/applications/utilities/kwrite/"; - install='kdebase-kwrite.install' - - cd build/kwrite - make DESTDIR="${pkgdir}" install - - cd ../../build/doc/kwrite - make DESTDIR="${pkgdir}" install -} - -package_kdesdk-kate() { - pkgdesc="Advanced Text Editor" - depends=('kdebase-runtime' 'kdebase-katepart' 'qjson') - groups=('kde' 'kdesdk') - url="http://www.kde.org/applications/utilities/kate/"; - install='kdesdk-kate.install' - optdepends=('kdebase-konsole: open a terminal in Kate' - 'kdebindings-python: python bindings') - - cd build/kate - make DESTDIR="${pkgdir}" install - - cd ../../build/doc/kate - make DESTDIR="${pkgdir}" install -} Copied: kdesdk-kate/repos/extra-i686/PKGBUILD (from rev 188716, kdesdk-kate/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-06-18 14:21:18 UTC (rev 188717) @@ -0,0 +1,71 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgbase=kdesdk-kate +pkgname=('kdebase-katepart' + 'kdebase-kwrite' + 'kdesdk-kate') +pkgver=4.10.4 +pkgrel=2 +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python') +source=("http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz"; +'pkgbuild-syntax-highlight.patch') +sha1sums=('167c7bc7f9f83f4017f006e2b4c2a3ec24eb6c9d' + 'dc70306c507083cf9b4bb1c536858742292fa1bf') + +prepare() { + cd kate-${pkgver} + patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch +} + +build() { + mkdir build + cd build + cmake ../kate-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package_kdebase-katepart() { + pkgdesc="A fast and feature-rich text editor component" + depends=('kdelibs') + url="http://kate-editor.org/about-katepart/"; + install='kdebase-katepart.install' + + cd build/part + make DESTDIR="${pkgdir}" install +} + +package_kdebase-kwrite() { + pkgdesc="Text Editor" + depends=('kdebase-runtime' 'kdebase-katepart') + groups=('kde' 'kdebase') + url="http://www.kde.org/applications/utilities/kwrite/"; + install='kdebase-kwrite.install' + + cd bui
[arch-commits] Commit in kdesdk-kate/trunk (PKGBUILD)
Date: Tuesday, June 18, 2013 @ 16:00:23 Author: andrea Revision: 188715 upgpkg: kdesdk-kate 4.10.4-2 PyQt4 rebuild Modified: kdesdk-kate/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2013-06-18 13:59:27 UTC (rev 188714) +++ PKGBUILD2013-06-18 14:00:23 UTC (rev 188715) @@ -6,7 +6,7 @@ 'kdebase-kwrite' 'kdesdk-kate') pkgver=4.10.4 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python')
[arch-commits] Commit in orca/repos/extra-any (4 files)
Date: Tuesday, June 18, 2013 @ 15:59:27 Author: heftig Revision: 188714 archrelease: copy trunk to extra-any Added: orca/repos/extra-any/PKGBUILD (from rev 188713, orca/trunk/PKGBUILD) orca/repos/extra-any/orca.install (from rev 188713, orca/trunk/orca.install) Deleted: orca/repos/extra-any/PKGBUILD orca/repos/extra-any/orca.install --+ PKGBUILD | 62 - orca.install | 22 ++-- 2 files changed, 42 insertions(+), 42 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-06-18 13:56:46 UTC (rev 188713) +++ PKGBUILD2013-06-18 13:59:27 UTC (rev 188714) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot -# Contributor: William Rea - -pkgname=orca -pkgver=3.8.1 -pkgrel=1 -pkgdesc="Screen reader for individuals who are blind or visually impaired" -arch=(any) -license=('LGPL') -url="http://www.gnome.org/projects/orca"; -install=orca.install -options=('!libtool') -depends=(gtk3 at-spi2-atk python-atspi python-dbus python-xdg speech-dispatcher liblouis brltty - xorg-xmodmap hicolor-icon-theme gsettings-desktop-schemas) -makedepends=(itstool intltool gnome-doc-utils) -groups=(gnome-extra) -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('acca5393d33c2e21a167dd1584bfc7c3038fba1feddf2e5edf4c41e07d19ad03') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: orca/repos/extra-any/PKGBUILD (from rev 188713, orca/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-06-18 13:59:27 UTC (rev 188714) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot +# Contributor: William Rea + +pkgname=orca +pkgver=3.8.2 +pkgrel=1 +pkgdesc="Screen reader for individuals who are blind or visually impaired" +arch=(any) +license=('LGPL') +url="http://www.gnome.org/projects/orca"; +install=orca.install +options=('!libtool') +depends=(gtk3 at-spi2-atk python-atspi python-dbus python-xdg speech-dispatcher liblouis brltty + xorg-xmodmap hicolor-icon-theme gsettings-desktop-schemas) +makedepends=(itstool intltool gnome-doc-utils) +groups=(gnome-extra) +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('33683d933a48649eb60de103c50d0724aa6ace93558e863fb1d01e900f88c2c8') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: orca.install === --- orca.install2013-06-18 13:56:46 UTC (rev 188713) +++ orca.install2013-06-18 13:59:27 UTC (rev 188714) @@ -1,11 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} Copied: orca/repos/extra-any/orca.install (from rev 188713, orca/trunk/orca.install) === --- orca.install(rev 0) +++ orca.install2013-06-18 13:59:27 UTC (rev 188714) @@ -0,0 +1,11 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +}
[arch-commits] Commit in orca/trunk (PKGBUILD)
Date: Tuesday, June 18, 2013 @ 15:56:46 Author: heftig Revision: 188713 3.8.2 Modified: orca/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-06-18 13:46:20 UTC (rev 188712) +++ PKGBUILD2013-06-18 13:56:46 UTC (rev 188713) @@ -4,7 +4,7 @@ # Contributor: William Rea pkgname=orca -pkgver=3.8.1 +pkgver=3.8.2 pkgrel=1 pkgdesc="Screen reader for individuals who are blind or visually impaired" arch=(any) @@ -17,7 +17,7 @@ makedepends=(itstool intltool gnome-doc-utils) groups=(gnome-extra) source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('acca5393d33c2e21a167dd1584bfc7c3038fba1feddf2e5edf4c41e07d19ad03') +sha256sums=('33683d933a48649eb60de103c50d0724aa6ace93558e863fb1d01e900f88c2c8') build() { cd $pkgname-$pkgver
[arch-commits] Commit in gedit-plugins/repos (8 files)
Date: Tuesday, June 18, 2013 @ 15:47:52 Author: heftig Revision: 92909 archrelease: copy trunk to community-x86_64, community-i686 Added: gedit-plugins/repos/community-i686/PKGBUILD (from rev 92908, gedit-plugins/trunk/PKGBUILD) gedit-plugins/repos/community-i686/gedit-plugins.install (from rev 92908, gedit-plugins/trunk/gedit-plugins.install) gedit-plugins/repos/community-x86_64/PKGBUILD (from rev 92908, gedit-plugins/trunk/PKGBUILD) gedit-plugins/repos/community-x86_64/gedit-plugins.install (from rev 92908, gedit-plugins/trunk/gedit-plugins.install) Deleted: gedit-plugins/repos/community-i686/PKGBUILD gedit-plugins/repos/community-i686/gedit-plugins.install gedit-plugins/repos/community-x86_64/PKGBUILD gedit-plugins/repos/community-x86_64/gedit-plugins.install + /PKGBUILD | 74 +++ /gedit-plugins.install | 46 +++ community-i686/PKGBUILD| 36 --- community-i686/gedit-plugins.install | 23 - community-x86_64/PKGBUILD | 36 --- community-x86_64/gedit-plugins.install | 23 - 6 files changed, 120 insertions(+), 118 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-06-18 13:46:11 UTC (rev 92908) +++ community-i686/PKGBUILD 2013-06-18 13:47:52 UTC (rev 92909) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru -# Contributor: Alexander Rødseth -# Contributor: Hugo Doria -# Contributor: Sergej Chodarev -# Contributor: zhuqin - -pkgname=gedit-plugins -pkgver=3.8.2 -pkgrel=1 -pkgdesc="Plugins for gedit" -arch=(x86_64 i686) -license=(GPL) -url="http://live.gnome.org/GeditPlugins"; -depends=(gedit python-dbus) -makedepends=(intltool gnome-doc-utils vte3) -optdepends=('gucharmap: for charmap plugin' -'vte3: for embedded terminal') -options=('!libtool' '!emptydirs') -install=gedit-plugins.install -source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz";) -sha256sums=('ee6efad1222b0f74208b5280dbad84d16400f3fc39c227b12c8695999aa2b502') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --with-plugins=all \ - --disable-schemas-compile - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR=$pkgdir install -} - -# vim:set ts=2 sw=2 et: Copied: gedit-plugins/repos/community-i686/PKGBUILD (from rev 92908, gedit-plugins/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-06-18 13:47:52 UTC (rev 92909) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Ionut Biru +# Contributor: Alexander Rødseth +# Contributor: Hugo Doria +# Contributor: Sergej Chodarev +# Contributor: zhuqin + +pkgname=gedit-plugins +pkgver=3.8.3 +pkgrel=1 +pkgdesc="Plugins for gedit" +arch=(x86_64 i686) +license=(GPL) +url="http://live.gnome.org/GeditPlugins"; +depends=(gedit python-dbus) +makedepends=(intltool gnome-doc-utils vte3 libgit2-glib) +optdepends=('gucharmap: for charmap plugin' +'vte3: for embedded terminal' +'libgit2-glib: for git plugin') +options=('!libtool' '!emptydirs') +install=gedit-plugins.install +source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz";) +sha256sums=('2340910ed49acfaab7e8d30142e087f70e55c1a55f8b755d4f9014bce3923c80') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --with-plugins=all \ + --disable-schemas-compile + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR=$pkgdir install +} + +# vim:set ts=2 sw=2 et: Deleted: community-i686/gedit-plugins.install === --- community-i686/gedit-plugins.install2013-06-18 13:46:11 UTC (rev 92908) +++ community-i686/gedit-plugins.install2013-06-18 13:47:52 UTC (rev 92909) @@ -1,23 +0,0 @@ -pkgname=gedit-plugins - -post_install() { - usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas -} - -pre_upgrade() { - if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then -usr/sbin/gconfpkg --uninstall ${pkgname} - fi -} - -post_upgrade() { - post_install $1 -} - - -post_remove() { - post_install $1 -} - - -# vim:set ts=2 sw=2 et: Copied: gedit-plugins/repos/community-i686/gedit-plugins.install (from rev 92908, gedit-plugins/trunk/gedit-plugins.install) === --- community-i686/gedit-plugins.install(rev 0) +++ community-i686/gedit-plugins.install2013-06-18 13:47:52 UTC (rev 92909) @@ -0,0 +1,23 @@ +pkgname=gedit-plugins + +post_install() { + usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
[arch-commits] Commit in libpeas/repos (12 files)
Date: Tuesday, June 18, 2013 @ 15:46:20 Author: heftig Revision: 188712 archrelease: copy trunk to extra-i686, extra-x86_64 Added: libpeas/repos/extra-i686/PKGBUILD (from rev 188711, libpeas/trunk/PKGBUILD) libpeas/repos/extra-i686/js17.patch (from rev 188711, libpeas/trunk/js17.patch) libpeas/repos/extra-i686/libpeas.install (from rev 188711, libpeas/trunk/libpeas.install) libpeas/repos/extra-x86_64/PKGBUILD (from rev 188711, libpeas/trunk/PKGBUILD) libpeas/repos/extra-x86_64/js17.patch (from rev 188711, libpeas/trunk/js17.patch) libpeas/repos/extra-x86_64/libpeas.install (from rev 188711, libpeas/trunk/libpeas.install) Deleted: libpeas/repos/extra-i686/PKGBUILD libpeas/repos/extra-i686/js17.patch libpeas/repos/extra-i686/libpeas.install libpeas/repos/extra-x86_64/PKGBUILD libpeas/repos/extra-x86_64/js17.patch libpeas/repos/extra-x86_64/libpeas.install --+ /PKGBUILD| 94 + /js17.patch | 92 /libpeas.install | 22 + extra-i686/PKGBUILD | 35 --- extra-i686/js17.patch| 24 -- extra-i686/libpeas.install | 11 extra-x86_64/PKGBUILD| 35 --- extra-x86_64/js17.patch | 24 -- extra-x86_64/libpeas.install | 11 9 files changed, 208 insertions(+), 140 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-06-18 13:45:00 UTC (rev 188711) +++ extra-i686/PKGBUILD 2013-06-18 13:46:20 UTC (rev 188712) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) - -pkgname=libpeas -pkgver=1.8.0 -pkgrel=2 -pkgdesc="A GObject-based plugins engine" -arch=(i686 x86_64) -url="http://www.gtk.org/"; -license=(GPL2) -depends=(gtk3 hicolor-icon-theme gobject-introspection) -makedepends=(gtk-doc intltool python-gobject python2-gobject gjs seed glade) -optdepends=('gjs: gobject-based plugin engine - gjs runtime loader' -'seed: gobject-based plugin engine - seed runtime loader') -options=('!libtool') -install=libpeas.install -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz -js17.patch) -sha256sums=('ffbad2d2aad8237722342432f9737a2ba5a2022e1b8171ab57db67995ce2e0fe' -'1a023c402e34203f13f3ffbb27afc9bbe46003cf2c911ceb2a0fc02742e9c889') - -build() { - cd $pkgname-$pkgver - patch -Np1 -i ../js17.patch - ./configure --prefix=/usr \ ---sysconfdir=/etc --localstatedir=/var - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="${pkgdir}" install -} - -# vim:set ts=2 sw=2 et: Copied: libpeas/repos/extra-i686/PKGBUILD (from rev 188711, libpeas/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-06-18 13:46:20 UTC (rev 188712) @@ -0,0 +1,47 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgname=libpeas +pkgver=1.8.1 +pkgrel=1 +pkgdesc="A GObject-based plugins engine" +arch=(i686 x86_64) +url="http://www.gtk.org/"; +license=(GPL2) +depends=(gtk3 hicolor-icon-theme gobject-introspection) +makedepends=(gtk-doc intltool python-gobject python2-gobject gjs seed glade) +optdepends=('gjs: gobject-based plugin engine - gjs runtime loader' +'seed: gobject-based plugin engine - seed runtime loader') +options=('!libtool') +install=libpeas.install +source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz +js17.patch) +sha256sums=('ff0e7cd1f0da5dc1289efdd4662a06188f8f0fb088eac67abe05ffa66ba7751d' +'094f28f911de979167c870b3ed51df09dbe3cacc271b375d891d7601c51ad44f') + +prepare() { + cd $pkgname-$pkgver + patch -Np1 -i ../js17.patch +} + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +check() { + cd $pkgname-$pkgver + make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="${pkgdir}" install +} + +# vim:set ts=2 sw=2 et: Deleted: extra-i686/js17.patch === --- extra-i686/js17.patch 2013-06-18 13:45:00 UTC (rev 188711) +++ extra-i686/js17.patch 2013-06-18 13:46:20 UTC (rev 188712) @@ -1,24 +0,0 @@ -diff -u -r libpeas-1.8.0/loaders/gjs/peas-extension-gjs.c libpeas-1.8.0-js17/loaders/gjs/peas-extension-gjs.c libpeas-1.8.0/loaders/gjs/peas-extension-gjs.c 2013-01-05 20:32:04.0 +0100 -+++ libpeas-1.8.0-js17/loaders/gjs/peas-extension-gjs.c2013-04-03 00:22:56.726029598 +0200 -@@ -362,7 +362,7 @@ - - if (!JS_GetElement (gexten->js_context, JSVAL_TO_OBJECT
[arch-commits] Commit in libgit2-glib/repos (4 files)
Date: Tuesday, June 18, 2013 @ 15:46:11 Author: heftig Revision: 92908 archrelease: copy trunk to community-i686, community-x86_64 Added: libgit2-glib/repos/community-i686/ libgit2-glib/repos/community-i686/PKGBUILD (from rev 92907, libgit2-glib/trunk/PKGBUILD) libgit2-glib/repos/community-x86_64/ libgit2-glib/repos/community-x86_64/PKGBUILD (from rev 92907, libgit2-glib/trunk/PKGBUILD) ---+ community-i686/PKGBUILD | 35 +++ community-x86_64/PKGBUILD | 35 +++ 2 files changed, 70 insertions(+) Copied: libgit2-glib/repos/community-i686/PKGBUILD (from rev 92907, libgit2-glib/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-06-18 13:46:11 UTC (rev 92908) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgname=libgit2-glib +pkgver=0.0.2 +pkgrel=1 +pkgdesc="GLib wrapper for libgit2" +url="http://live.gnome.org/Libgit2-glib"; +license=(LGPL2.1) +arch=(i686 x86_64) +depends=(glib2 libgit2 gobject-introspection) +options=('!libtool') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('e1e0c6e0cb6897c09e06edc06ee70befca2a3e1b3eb629c449b8ca0f49db75e5') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ +--disable-static + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +check() { + cd $pkgname-$pkgver + make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: libgit2-glib/repos/community-x86_64/PKGBUILD (from rev 92907, libgit2-glib/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2013-06-18 13:46:11 UTC (rev 92908) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgname=libgit2-glib +pkgver=0.0.2 +pkgrel=1 +pkgdesc="GLib wrapper for libgit2" +url="http://live.gnome.org/Libgit2-glib"; +license=(LGPL2.1) +arch=(i686 x86_64) +depends=(glib2 libgit2 gobject-introspection) +options=('!libtool') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('e1e0c6e0cb6897c09e06edc06ee70befca2a3e1b3eb629c449b8ca0f49db75e5') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ +--disable-static + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +check() { + cd $pkgname-$pkgver + make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in libpeas/trunk (PKGBUILD js17.patch)
Date: Tuesday, June 18, 2013 @ 15:45:00 Author: heftig Revision: 188711 1.8.1 Modified: libpeas/trunk/PKGBUILD libpeas/trunk/js17.patch + PKGBUILD | 26 +++--- js17.patch | 42 -- 2 files changed, 51 insertions(+), 17 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-06-18 13:25:42 UTC (rev 188710) +++ PKGBUILD2013-06-18 13:45:00 UTC (rev 188711) @@ -2,8 +2,8 @@ # Maintainer: Jan Alexander Steffens (heftig) pkgname=libpeas -pkgver=1.8.0 -pkgrel=2 +pkgver=1.8.1 +pkgrel=1 pkgdesc="A GObject-based plugins engine" arch=(i686 x86_64) url="http://www.gtk.org/"; @@ -16,17 +16,29 @@ install=libpeas.install source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz js17.patch) -sha256sums=('ffbad2d2aad8237722342432f9737a2ba5a2022e1b8171ab57db67995ce2e0fe' -'1a023c402e34203f13f3ffbb27afc9bbe46003cf2c911ceb2a0fc02742e9c889') +sha256sums=('ff0e7cd1f0da5dc1289efdd4662a06188f8f0fb088eac67abe05ffa66ba7751d' +'094f28f911de979167c870b3ed51df09dbe3cacc271b375d891d7601c51ad44f') +prepare() { + cd $pkgname-$pkgver + patch -Np1 -i ../js17.patch +} + build() { cd $pkgname-$pkgver - patch -Np1 -i ../js17.patch - ./configure --prefix=/usr \ ---sysconfdir=/etc --localstatedir=/var + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make } +check() { + cd $pkgname-$pkgver + make check +} + package() { cd $pkgname-$pkgver make DESTDIR="${pkgdir}" install Modified: js17.patch === --- js17.patch 2013-06-18 13:25:42 UTC (rev 188710) +++ js17.patch 2013-06-18 13:45:00 UTC (rev 188711) @@ -1,24 +1,46 @@ -diff -u -r libpeas-1.8.0/loaders/gjs/peas-extension-gjs.c libpeas-1.8.0-js17/loaders/gjs/peas-extension-gjs.c libpeas-1.8.0/loaders/gjs/peas-extension-gjs.c 2013-01-05 20:32:04.0 +0100 -+++ libpeas-1.8.0-js17/loaders/gjs/peas-extension-gjs.c2013-04-03 00:22:56.726029598 +0200 -@@ -362,7 +362,7 @@ +From 8c54d0ee9c929d9141f74a0c047fed2e28347aa3 Mon Sep 17 00:00:00 2001 +From: Garrett Regier +Date: Sat, 27 Apr 2013 11:36:13 + +Subject: Fix Gjs plugin loader + +The garbage collection now takes a runtime instead of a contex +so just use Gjs's gc method to do the right thing and jsvals +cannot be compared anymore. +--- +diff --git a/loaders/gjs/peas-extension-gjs.c b/loaders/gjs/peas-extension-gjs.c +index 2a71ff8..0ec418c 100644 +--- a/loaders/gjs/peas-extension-gjs.c b/loaders/gjs/peas-extension-gjs.c +@@ -362,7 +362,7 @@ peas_extension_gjs_call (PeasExtensionWrapper *exten, if (!JS_GetElement (gexten->js_context, JSVAL_TO_OBJECT (js_retval), nth_out_arg++, &js_value) || - js_value == JSVAL_VOID) -+ js_value.asBits == JSVAL_VOID.asBits) ++ JSVAL_IS_VOID (js_value)) { g_warning ("Error failed to get out argument %i", nth_out_arg); return FALSE; -diff -u -r libpeas-1.8.0/loaders/gjs/peas-plugin-loader-gjs.c libpeas-1.8.0-js17/loaders/gjs/peas-plugin-loader-gjs.c libpeas-1.8.0/loaders/gjs/peas-plugin-loader-gjs.c 2012-08-15 12:40:31.0 +0200 -+++ libpeas-1.8.0-js17/loaders/gjs/peas-plugin-loader-gjs.c2013-04-03 00:19:12.884403305 +0200 -@@ -279,7 +279,7 @@ +diff --git a/loaders/gjs/peas-plugin-loader-gjs.c b/loaders/gjs/peas-plugin-loader-gjs.c +index d9acfdf..8cea724 100644 +--- a/loaders/gjs/peas-plugin-loader-gjs.c b/loaders/gjs/peas-plugin-loader-gjs.c +@@ -279,7 +279,7 @@ peas_plugin_loader_gjs_create_extension (PeasPluginLoader *loader, if (!JS_GetPropertyById (js_context, ginfo->extensions, prop_name_id, &prop_extension_ctor) || - prop_extension_ctor != extension_ctor) -+ prop_extension_ctor.asBits != extension_ctor.asBits) ++ JSVAL_TO_OBJECT (prop_extension_ctor) != JSVAL_TO_OBJECT (extension_ctor)) continue; if (!JS_IdToValue (js_context, prop_name_id, &prop_name_val) || +@@ -327,7 +327,7 @@ static void + garbage_collect (PeasPluginInfo *info, + GjsInfo*ginfo) + { +- JS_GC (gjs_context_get_native_context (ginfo->context)); ++ gjs_context_gc (ginfo->context); + } + + static void +-- +cgit v0.9.2
[arch-commits] Commit in (4 files)
Date: Tuesday, June 18, 2013 @ 15:36:04 Author: heftig Revision: 92907 add libgit2-glib (for gedit-plugins now, gitg next gnome) Added: libgit2-glib/ libgit2-glib/repos/ libgit2-glib/trunk/ libgit2-glib/trunk/PKGBUILD --+ PKGBUILD | 35 +++ 1 file changed, 35 insertions(+) Added: libgit2-glib/trunk/PKGBUILD === --- libgit2-glib/trunk/PKGBUILD (rev 0) +++ libgit2-glib/trunk/PKGBUILD 2013-06-18 13:36:04 UTC (rev 92907) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgname=libgit2-glib +pkgver=0.0.2 +pkgrel=1 +pkgdesc="GLib wrapper for libgit2" +url="http://live.gnome.org/Libgit2-glib"; +license=(LGPL2.1) +arch=(i686 x86_64) +depends=(glib2 libgit2 gobject-introspection) +options=('!libtool') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('e1e0c6e0cb6897c09e06edc06ee70befca2a3e1b3eb629c449b8ca0f49db75e5') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ +--disable-static + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +check() { + cd $pkgname-$pkgver + make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Property changes on: libgit2-glib/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
[arch-commits] Commit in gedit-plugins/trunk (PKGBUILD)
Date: Tuesday, June 18, 2013 @ 15:35:19 Author: heftig Revision: 92906 3.8.3 Modified: gedit-plugins/trunk/PKGBUILD --+ PKGBUILD |9 + 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-06-18 12:33:30 UTC (rev 92905) +++ PKGBUILD2013-06-18 13:35:19 UTC (rev 92906) @@ -6,20 +6,21 @@ # Contributor: zhuqin pkgname=gedit-plugins -pkgver=3.8.2 +pkgver=3.8.3 pkgrel=1 pkgdesc="Plugins for gedit" arch=(x86_64 i686) license=(GPL) url="http://live.gnome.org/GeditPlugins"; depends=(gedit python-dbus) -makedepends=(intltool gnome-doc-utils vte3) +makedepends=(intltool gnome-doc-utils vte3 libgit2-glib) optdepends=('gucharmap: for charmap plugin' -'vte3: for embedded terminal') +'vte3: for embedded terminal' +'libgit2-glib: for git plugin') options=('!libtool' '!emptydirs') install=gedit-plugins.install source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz";) -sha256sums=('ee6efad1222b0f74208b5280dbad84d16400f3fc39c227b12c8695999aa2b502') +sha256sums=('2340910ed49acfaab7e8d30142e087f70e55c1a55f8b755d4f9014bce3923c80') build() { cd $pkgname-$pkgver
[arch-commits] Commit in (7 files)
Date: Tuesday, June 18, 2013 @ 14:54:21 Author: andrea Revision: 188709 Fix urls Modified: kdenetwork-filesharing/kde-unstable/PKGBUILD kdenetwork-kdnssd/kde-unstable/PKGBUILD kdenetwork-strigi-analyzers/kde-unstable/PKGBUILD kdeplasma-addons/kde-unstable/PKGBUILD kdetoys-amor/kde-unstable/PKGBUILD kdetoys-kteatime/kde-unstable/PKGBUILD kdetoys-ktux/kde-unstable/PKGBUILD ---+ kdenetwork-filesharing/kde-unstable/PKGBUILD |2 +- kdenetwork-kdnssd/kde-unstable/PKGBUILD |2 +- kdenetwork-strigi-analyzers/kde-unstable/PKGBUILD |2 +- kdeplasma-addons/kde-unstable/PKGBUILD|2 +- kdetoys-amor/kde-unstable/PKGBUILD|2 +- kdetoys-kteatime/kde-unstable/PKGBUILD|2 +- kdetoys-ktux/kde-unstable/PKGBUILD|2 +- 7 files changed, 7 insertions(+), 7 deletions(-) Modified: kdenetwork-filesharing/kde-unstable/PKGBUILD === --- kdenetwork-filesharing/kde-unstable/PKGBUILD2013-06-18 12:21:58 UTC (rev 188708) +++ kdenetwork-filesharing/kde-unstable/PKGBUILD2013-06-18 12:54:21 UTC (rev 188709) @@ -5,7 +5,7 @@ pkgver=4.10.80 pkgrel=1 pkgdesc='Properties dialog plugin to share a directory with the local network' -url='http://www.kde.org/' +url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-filesharing' arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdenetwork') Modified: kdenetwork-kdnssd/kde-unstable/PKGBUILD === --- kdenetwork-kdnssd/kde-unstable/PKGBUILD 2013-06-18 12:21:58 UTC (rev 188708) +++ kdenetwork-kdnssd/kde-unstable/PKGBUILD 2013-06-18 12:54:21 UTC (rev 188709) @@ -5,7 +5,7 @@ pkgver=4.10.80 pkgrel=1 pkgdesc='Monitors the network for DNS-SD services' -url='http://www.kde.org/' +url='https://projects.kde.org/projects/kde/kdenetwork/kdnssd' arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdenetwork') Modified: kdenetwork-strigi-analyzers/kde-unstable/PKGBUILD === --- kdenetwork-strigi-analyzers/kde-unstable/PKGBUILD 2013-06-18 12:21:58 UTC (rev 188708) +++ kdenetwork-strigi-analyzers/kde-unstable/PKGBUILD 2013-06-18 12:54:21 UTC (rev 188709) @@ -5,7 +5,7 @@ pkgver=4.10.80 pkgrel=1 pkgdesc='Strigi analyzers for various network protocols' -url='http://www.kde.org/' +url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers' arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdenetwork') Modified: kdeplasma-addons/kde-unstable/PKGBUILD === --- kdeplasma-addons/kde-unstable/PKGBUILD 2013-06-18 12:21:58 UTC (rev 188708) +++ kdeplasma-addons/kde-unstable/PKGBUILD 2013-06-18 12:54:21 UTC (rev 188709) @@ -79,7 +79,7 @@ pkgver=4.10.80 pkgrel=1 arch=('i686' 'x86_64') -url='http://www.kde.org' +url='https://projects.kde.org/projects/kde/kdeplasma-addons' license=('GPL' 'LGPL') groups=('kde' 'kdeplasma-addons') makedepends=('cmake' 'automoc4' 'kdebase-workspace' 'kdeedu-marble' 'eigen' Modified: kdetoys-amor/kde-unstable/PKGBUILD === --- kdetoys-amor/kde-unstable/PKGBUILD 2013-06-18 12:21:58 UTC (rev 188708) +++ kdetoys-amor/kde-unstable/PKGBUILD 2013-06-18 12:54:21 UTC (rev 188709) @@ -5,7 +5,7 @@ pkgver=4.10.80 pkgrel=1 pkgdesc='On-Screen Creature' -url='http://www.kde.org/' +url='https://projects.kde.org/projects/kde/kdetoys/amor' arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdetoys') Modified: kdetoys-kteatime/kde-unstable/PKGBUILD === --- kdetoys-kteatime/kde-unstable/PKGBUILD 2013-06-18 12:21:58 UTC (rev 188708) +++ kdetoys-kteatime/kde-unstable/PKGBUILD 2013-06-18 12:54:21 UTC (rev 188709) @@ -5,7 +5,7 @@ pkgver=4.10.80 pkgrel=1 pkgdesc='Tea Cooker' -url='http://www.kde.org/' +url='http://kde.org/applications/games/kteatime/' arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdetoys') Modified: kdetoys-ktux/kde-unstable/PKGBUILD === --- kdetoys-ktux/kde-unstable/PKGBUILD 2013-06-18 12:21:58 UTC (rev 188708) +++ kdetoys-ktux/kde-unstable/PKGBUILD 2013-06-18 12:54:21 UTC (rev 188709) @@ -5,7 +5,7 @@ pkgver=4.10.80 pkgrel=1 pkgdesc='A Tux-in-a-spaceship screen saver' -url='http://www.kde.org/' +url='https://projects.kde.org/projects/kde/kdetoys/ktux' arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdetoys')
[arch-commits] Commit in calibre/trunk (PKGBUILD)
Date: Tuesday, June 18, 2013 @ 14:33:10 Author: andrea Revision: 92904 upgpkg: calibre 0.9.35-2 PyQt rebuild Modified: calibre/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-06-18 11:16:14 UTC (rev 92903) +++ PKGBUILD2013-06-18 12:33:10 UTC (rev 92904) @@ -8,7 +8,7 @@ pkgname=calibre pkgver=0.9.35 -pkgrel=1 +pkgrel=2 pkgdesc="Ebook management application" arch=('i686' 'x86_64') url="http://calibre-ebook.com/"; @@ -17,7 +17,7 @@ 'python2-mechanize' 'podofo' 'libwmf' 'python2-beautifulsoup3' 'imagemagick' 'poppler-qt' 'chmlib' 'python2-lxml' 'libusbx' 'python2-imaging' 'shared-mime-info' 'python2-dnspython' - 'libunrar' 'python2-pyqt' 'python2-psutil' 'icu' 'libmtp' + 'libunrar' 'python2-pyqt4' 'python2-psutil' 'icu' 'libmtp' 'python2-netifaces' 'python2-cssselect') makedepends=('python2-pycountry' 'qt4-private-headers') optdepends=('ipython2: to use calibre-debug')
[arch-commits] Commit in calibre/repos (16 files)
Date: Tuesday, June 18, 2013 @ 14:33:30 Author: andrea Revision: 92905 archrelease: copy trunk to community-i686, community-x86_64 Added: calibre/repos/community-i686/PKGBUILD (from rev 92904, calibre/trunk/PKGBUILD) calibre/repos/community-i686/calibre-mount-helper (from rev 92904, calibre/trunk/calibre-mount-helper) calibre/repos/community-i686/calibre.install (from rev 92904, calibre/trunk/calibre.install) calibre/repos/community-i686/desktop_integration.patch (from rev 92904, calibre/trunk/desktop_integration.patch) calibre/repos/community-x86_64/PKGBUILD (from rev 92904, calibre/trunk/PKGBUILD) calibre/repos/community-x86_64/calibre-mount-helper (from rev 92904, calibre/trunk/calibre-mount-helper) calibre/repos/community-x86_64/calibre.install (from rev 92904, calibre/trunk/calibre.install) calibre/repos/community-x86_64/desktop_integration.patch (from rev 92904, calibre/trunk/desktop_integration.patch) Deleted: calibre/repos/community-i686/PKGBUILD calibre/repos/community-i686/calibre-mount-helper calibre/repos/community-i686/calibre.install calibre/repos/community-i686/desktop_integration.patch calibre/repos/community-x86_64/PKGBUILD calibre/repos/community-x86_64/calibre-mount-helper calibre/repos/community-x86_64/calibre.install calibre/repos/community-x86_64/desktop_integration.patch + /PKGBUILD | 178 ++ /calibre-mount-helper | 56 ++ /calibre.install | 24 ++ /desktop_integration.patch | 218 +++ community-i686/PKGBUILD| 89 --- community-i686/calibre-mount-helper| 28 --- community-i686/calibre.install | 12 - community-i686/desktop_integration.patch | 109 - community-x86_64/PKGBUILD | 89 --- community-x86_64/calibre-mount-helper | 28 --- community-x86_64/calibre.install | 12 - community-x86_64/desktop_integration.patch | 109 - 12 files changed, 476 insertions(+), 476 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 92904:92905 to see the changes.
[arch-commits] Commit in qscintilla/repos (8 files)
Date: Tuesday, June 18, 2013 @ 14:21:58 Author: andrea Revision: 188708 archrelease: copy trunk to extra-i686, extra-x86_64 Added: qscintilla/repos/extra-i686/PKGBUILD (from rev 188707, qscintilla/trunk/PKGBUILD) qscintilla/repos/extra-i686/configure.py-objdir-support.diff (from rev 188707, qscintilla/trunk/configure.py-objdir-support.diff) qscintilla/repos/extra-x86_64/PKGBUILD (from rev 188707, qscintilla/trunk/PKGBUILD) qscintilla/repos/extra-x86_64/configure.py-objdir-support.diff (from rev 188707, qscintilla/trunk/configure.py-objdir-support.diff) Deleted: qscintilla/repos/extra-i686/PKGBUILD qscintilla/repos/extra-i686/configure.py-objdir-support.diff qscintilla/repos/extra-x86_64/PKGBUILD qscintilla/repos/extra-x86_64/configure.py-objdir-support.diff ---+ /PKGBUILD | 160 /configure.py-objdir-support.diff | 42 ++ extra-i686/PKGBUILD | 80 extra-i686/configure.py-objdir-support.diff | 21 --- extra-x86_64/PKGBUILD | 80 extra-x86_64/configure.py-objdir-support.diff | 21 --- 6 files changed, 202 insertions(+), 202 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-06-18 12:21:46 UTC (rev 188707) +++ extra-i686/PKGBUILD 2013-06-18 12:21:58 UTC (rev 188708) @@ -1,80 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: Douglas Soares de Andrade - -pkgbase=qscintilla -pkgname=('qscintilla' 'python-qscintilla' 'python2-qscintilla' - 'python-qscintilla-common') -pkgver=2.7.2 -pkgrel=1 -license=('GPL') -arch=('i686' 'x86_64') -url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro"; -makedepends=('python2-pyqt' 'pyqt' 'chrpath') -source=("http://downloads.sourceforge.net/pyqt/QScintilla-gpl-${pkgver}.tar.gz"; -'configure.py-objdir-support.diff') -md5sums=('0fbfb06078f206a241a62c94861cce21' - 'eae1bd23117c5f1f7f172a1c1e11f600') - -build() { -cd "${srcdir}/QScintilla-gpl-${pkgver}" -patch -Np1 -i "${srcdir}/configure.py-objdir-support.diff" - -cd Qt4Qt5 -qmake-qt4 qscintilla.pro -make - -cd ../designer-Qt4Qt5 -qmake-qt4 designer.pro INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5 -make - -cd ../ -cp -rf Python Python2 -cd Python -python3 configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake /usr/bin/qmake-qt4 -make - -cd ../Python2 -python2 configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake /usr/bin/qmake-qt4 -make -} - -package_qscintilla() { -pkgdesc="A port to Qt4 of Neil Hodgson's Scintilla C++ editor class" -depends=('qt4') - -cd "${srcdir}/QScintilla-gpl-${pkgver}/Qt4Qt5" -make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install - -cd "${srcdir}/QScintilla-gpl-${pkgver}/designer-Qt4Qt5" -make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install -} - -package_python-qscintilla-common() { -pkgdesc="Common python qscintilla bindings files shared between python-qscintilla and python2-qscintilla" -depends=('qscintilla') - -cd "${srcdir}/QScintilla-gpl-${pkgver}"/Python -make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install - -# Provided by python-qscintilla -rm "${pkgdir}/usr/lib/python3.3/site-packages/PyQt4/Qsci.so" -} - -package_python-qscintilla() { -pkgdesc="Python 3.x bindings for QScintilla2" -depends=('python-qscintilla-common' 'pyqt') - -cd "${srcdir}/QScintilla-gpl-${pkgver}/Python" -install -Dm755 Qsci.so \ - "${pkgdir}/usr/lib/python3.3/site-packages/PyQt4/Qsci.so" -} - -package_python2-qscintilla() { -pkgdesc="Python 2.x bindings for QScintilla2" -depends=('python-qscintilla-common' 'python2-pyqt') - -cd "${srcdir}/QScintilla-gpl-${pkgver}/Python2" -install -Dm755 Qsci.so \ - "${pkgdir}/usr/lib/python2.7/site-packages/PyQt4/Qsci.so" -} Copied: qscintilla/repos/extra-i686/PKGBUILD (from rev 188707, qscintilla/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-06-18 12:21:58 UTC (rev 188708) @@ -0,0 +1,80 @@ +# $Id$ +# Maintainer: Andrea Scarpino +# Contributor: Douglas Soares de Andrade + +pkgbase=qscintilla +pkgname=('qscintilla' 'python-qscintilla' 'python2-qscintilla' + 'python-qscintilla-common') +pkgver=2.7.2 +pkgrel=2 +license=('GPL') +arch=('i686' 'x86_64') +url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro"; +makedepends=('python2-pyqt4' 'python-pyqt4' 'chrpath') +source=("http://downloads.sourceforge.net/pyqt/QScintilla-gpl-${pkgver}.tar.gz"; +'configure.py-objdir-support.diff') +md5sums=('0fbfb06078f206a241a62c94861cce21' + 'eae1bd23117c5f1f7f172a1c1e11f600') + +build() { +
[arch-commits] Commit in qscintilla/trunk (PKGBUILD)
Date: Tuesday, June 18, 2013 @ 14:21:46 Author: andrea Revision: 188707 upgpkg: qscintilla 2.7.2-2 PyQt4 rebuild Modified: qscintilla/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-06-18 11:16:37 UTC (rev 188706) +++ PKGBUILD2013-06-18 12:21:46 UTC (rev 188707) @@ -6,11 +6,11 @@ pkgname=('qscintilla' 'python-qscintilla' 'python2-qscintilla' 'python-qscintilla-common') pkgver=2.7.2 -pkgrel=1 +pkgrel=2 license=('GPL') arch=('i686' 'x86_64') url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro"; -makedepends=('python2-pyqt' 'pyqt' 'chrpath') +makedepends=('python2-pyqt4' 'python-pyqt4' 'chrpath') source=("http://downloads.sourceforge.net/pyqt/QScintilla-gpl-${pkgver}.tar.gz"; 'configure.py-objdir-support.diff') md5sums=('0fbfb06078f206a241a62c94861cce21' @@ -63,7 +63,7 @@ package_python-qscintilla() { pkgdesc="Python 3.x bindings for QScintilla2" -depends=('python-qscintilla-common' 'pyqt') +depends=('python-qscintilla-common' 'python-pyqt4') cd "${srcdir}/QScintilla-gpl-${pkgver}/Python" install -Dm755 Qsci.so \ @@ -72,7 +72,7 @@ package_python2-qscintilla() { pkgdesc="Python 2.x bindings for QScintilla2" -depends=('python-qscintilla-common' 'python2-pyqt') +depends=('python-qscintilla-common' 'python2-pyqt4') cd "${srcdir}/QScintilla-gpl-${pkgver}/Python2" install -Dm755 Qsci.so \
[arch-commits] Commit in evas_generic_loaders/trunk (PKGBUILD)
Date: Tuesday, June 18, 2013 @ 13:15:24 Author: bpiotrowski Revision: 188704 upgpkg: evas_generic_loaders 1.7.7-3 - rebuild against libraw 0.15.2 Modified: evas_generic_loaders/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2013-06-18 10:46:16 UTC (rev 188703) +++ PKGBUILD2013-06-18 11:15:24 UTC (rev 188704) @@ -4,7 +4,7 @@ pkgname=evas_generic_loaders pkgver=1.7.7 -pkgrel=2 +pkgrel=3 pkgdesc="Additional generic loaders for Evas" arch=('i686' 'x86_64') url="http://www.enlightenment.org";
[arch-commits] Commit in evas_generic_loaders/repos (4 files)
Date: Tuesday, June 18, 2013 @ 13:15:33 Author: bpiotrowski Revision: 188705 archrelease: copy trunk to staging-i686, staging-x86_64 Added: evas_generic_loaders/repos/staging-i686/ evas_generic_loaders/repos/staging-i686/PKGBUILD (from rev 188704, evas_generic_loaders/trunk/PKGBUILD) evas_generic_loaders/repos/staging-x86_64/ evas_generic_loaders/repos/staging-x86_64/PKGBUILD (from rev 188704, evas_generic_loaders/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 43 +++ staging-x86_64/PKGBUILD | 43 +++ 2 files changed, 86 insertions(+) Copied: evas_generic_loaders/repos/staging-i686/PKGBUILD (from rev 188704, evas_generic_loaders/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2013-06-18 11:15:33 UTC (rev 188705) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Ronald van Haren +# Contributor: Gustavo Sverzut Barbieri + +pkgname=evas_generic_loaders +pkgver=1.7.7 +pkgrel=3 +pkgdesc="Additional generic loaders for Evas" +arch=('i686' 'x86_64') +url="http://www.enlightenment.org"; +license=('BSD') +depends=('librsvg' 'gstreamer0.10-base' 'poppler' 'libraw' 'libspectre' 'eina') +options=('!libtool' '!emptydirs') +source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz) +sha1sums=('f4c753e995a7adb5e18535f41446e222f19227c2') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CFLAGS}" + export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CXXFLAGS}" + export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections -Wl,--gc-sections -Wl,--as-needed ${LDFLAGS}" + + ./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/evas \ +--enable-poppler \ +--enable-spectre \ +--enable-libraw \ +--enable-svg \ +--enable-gstreamer \ +--disable-static + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + + # install license files + install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING" \ +"$pkgdir/usr/share/licenses/$pkgname/COPYING" +} Copied: evas_generic_loaders/repos/staging-x86_64/PKGBUILD (from rev 188704, evas_generic_loaders/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2013-06-18 11:15:33 UTC (rev 188705) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Ronald van Haren +# Contributor: Gustavo Sverzut Barbieri + +pkgname=evas_generic_loaders +pkgver=1.7.7 +pkgrel=3 +pkgdesc="Additional generic loaders for Evas" +arch=('i686' 'x86_64') +url="http://www.enlightenment.org"; +license=('BSD') +depends=('librsvg' 'gstreamer0.10-base' 'poppler' 'libraw' 'libspectre' 'eina') +options=('!libtool' '!emptydirs') +source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz) +sha1sums=('f4c753e995a7adb5e18535f41446e222f19227c2') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CFLAGS}" + export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CXXFLAGS}" + export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections -Wl,--gc-sections -Wl,--as-needed ${LDFLAGS}" + + ./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/evas \ +--enable-poppler \ +--enable-spectre \ +--enable-libraw \ +--enable-svg \ +--enable-gstreamer \ +--disable-static + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + + # install license files + install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING" \ +"$pkgdir/usr/share/licenses/$pkgname/COPYING" +}
[arch-commits] Commit in kdebindings-python/repos (4 files)
Date: Tuesday, June 18, 2013 @ 12:46:16 Author: andrea Revision: 188703 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdebindings-python/repos/kde-unstable-i686/PKGBUILD (from rev 188702, kdebindings-python/kde-unstable/PKGBUILD) kdebindings-python/repos/kde-unstable-x86_64/PKGBUILD (from rev 188702, kdebindings-python/kde-unstable/PKGBUILD) Deleted: kdebindings-python/repos/kde-unstable-i686/PKGBUILD kdebindings-python/repos/kde-unstable-x86_64/PKGBUILD --+ /PKGBUILD| 174 + kde-unstable-i686/PKGBUILD | 87 kde-unstable-x86_64/PKGBUILD | 87 3 files changed, 174 insertions(+), 174 deletions(-) Deleted: kde-unstable-i686/PKGBUILD === --- kde-unstable-i686/PKGBUILD 2013-06-18 10:31:18 UTC (rev 188702) +++ kde-unstable-i686/PKGBUILD 2013-06-18 10:46:16 UTC (rev 188703) @@ -1,87 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino - -pkgbase=kdebindings-python -pkgname=('kdebindings-python' - 'kdebindings-python2' - 'kdebindings-python-common') -pkgver=4.10.80 -pkgrel=1 -url='https://projects.kde.org/projects/kde/kdebindings/pykde4' -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kdebindings') -makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt' - 'pyqt' 'qscintilla' 'python2-sip' 'python-sip' 'mesa') - source=("http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz";) -sha1sums=('bc86ea8658253e8e1da7e8f934587935893610b5') - -build() { - export PYTHONDONTWRITEBYTECODE="TRUE" - - mkdir build - cd build - cmake ../pykde4-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DKDE4_BUILD_TESTS=OFF \ --DCMAKE_INSTALL_PREFIX=/usr \ --DPYTHON_EXECUTABLE=/usr/bin/python3 \ --DPYTHON_LIBRARY=/usr/lib/libpython3.3m.so.1.0 \ --DPYKDEUIC4_ALTINSTALL=TRUE - make - cd .. - - mkdir build-python2 - cd build-python2 - cmake ../pykde4-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DKDE4_BUILD_TESTS=OFF \ --DCMAKE_INSTALL_PREFIX=/usr \ --DPYTHON_EXECUTABLE=/usr/bin/python2 \ --DPYKDEUIC4_ALTINSTALL=TRUE - make -} - -package_kdebindings-python() { - pkgdesc="A set of Python 3.x bindings for KDE" - depends=('kdepim-runtime' 'pyqt' 'kdebindings-python-common') - - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install - - # Provided by kdebindings-python-common - rm -r "${pkgdir}"/usr/share/apps/pykde4/examples - rm -r "${pkgdir}"/usr/share/sip/PyKDE4 - - ln -s /usr/bin/pykdeuic4-3.3 "${pkgdir}"/usr/bin/pykdeuic4 -} - -package_kdebindings-python2() { - pkgdesc="A set of Python 2.x bindings for KDE" - depends=('kdepim-runtime' 'python2-pyqt' 'kdebindings-python-common') - conflicts=('kdebindings-python<4.8.1-2') - - cd "${srcdir}"/build-python2 - make DESTDIR="${pkgdir}" install - - # Provided by kdebindings-python-common - rm -r "${pkgdir}"/usr/share/apps/pykde4/examples - rm -r "${pkgdir}"/usr/share/sip/PyKDE4 - - # pykdeuic4 should point to the python3 version - #rm "${pkgdir}"/usr/bin/pykdeuic4 - - # Use the python2 executable - find "${pkgdir}" -name '*.py' | xargs sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -} - -package_kdebindings-python-common() { - pkgdesc="Common files shared between python2 and python3 kdebindings" - depends=('qscintilla') - conflicts=('kdebindings-python<4.8.1-2') - - cd build - make DESTDIR="${pkgdir}" install - - rm -r "${pkgdir}"/usr/{bin,lib} -} Copied: kdebindings-python/repos/kde-unstable-i686/PKGBUILD (from rev 188702, kdebindings-python/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-06-18 10:46:16 UTC (rev 188703) @@ -0,0 +1,87 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgbase=kdebindings-python +pkgname=('kdebindings-python' + 'kdebindings-python2' + 'kdebindings-python-common') +pkgver=4.10.80 +pkgrel=2 +url='https://projects.kde.org/projects/kde/kdebindings/pykde4' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kdebindings') +makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt4' + 'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa') + source=("http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz";) +sha1sums=('bc86ea8658253e8e1da7e8f934587935893610b5') + +build() { + export PYTHONDONTWRITEBYTECODE="TRUE" + + mkdir build + cd build + cmake ../pykde4-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DPYTHON_EXECUTABLE=/usr/bin/python3 \ +-DPYTHON_LIBRARY=/usr/lib/libpython3.3m.so.1.0 \ +-DPYKDEUIC4_ALTINSTALL=TRUE + make + cd .. + +
[arch-commits] Commit in kdebindings-python (5 files)
Date: Tuesday, June 18, 2013 @ 12:31:18 Author: andrea Revision: 188702 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kdebindings-python/repos/extra-i686/PKGBUILD (from rev 188701, kdebindings-python/trunk/PKGBUILD) kdebindings-python/repos/extra-x86_64/PKGBUILD (from rev 188701, kdebindings-python/trunk/PKGBUILD) Modified: kdebindings-python/kde-unstable/PKGBUILD Deleted: kdebindings-python/repos/extra-i686/PKGBUILD kdebindings-python/repos/extra-x86_64/PKGBUILD -+ /extra-i686/PKGBUILD| 87 ++ /extra-x86_64/PKGBUILD | 87 ++ kde-unstable/PKGBUILD | 10 ++-- repos/extra-i686/PKGBUILD | 87 -- repos/extra-x86_64/PKGBUILD | 87 -- 5 files changed, 179 insertions(+), 179 deletions(-) Modified: kde-unstable/PKGBUILD === --- kde-unstable/PKGBUILD 2013-06-18 10:30:41 UTC (rev 188701) +++ kde-unstable/PKGBUILD 2013-06-18 10:31:18 UTC (rev 188702) @@ -6,13 +6,13 @@ 'kdebindings-python2' 'kdebindings-python-common') pkgver=4.10.80 -pkgrel=1 +pkgrel=2 url='https://projects.kde.org/projects/kde/kdebindings/pykde4' arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') groups=('kdebindings') -makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt' - 'pyqt' 'qscintilla' 'python2-sip' 'python-sip' 'mesa') +makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt4' + 'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa') source=("http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz";) sha1sums=('bc86ea8658253e8e1da7e8f934587935893610b5') @@ -44,7 +44,7 @@ package_kdebindings-python() { pkgdesc="A set of Python 3.x bindings for KDE" - depends=('kdepim-runtime' 'pyqt' 'kdebindings-python-common') + depends=('kdepim-runtime' 'python-pyqt4' 'kdebindings-python-common') cd "${srcdir}"/build make DESTDIR="${pkgdir}" install @@ -58,7 +58,7 @@ package_kdebindings-python2() { pkgdesc="A set of Python 2.x bindings for KDE" - depends=('kdepim-runtime' 'python2-pyqt' 'kdebindings-python-common') + depends=('kdepim-runtime' 'python2-pyqt4' 'kdebindings-python-common') conflicts=('kdebindings-python<4.8.1-2') cd "${srcdir}"/build-python2 Deleted: repos/extra-i686/PKGBUILD === --- repos/extra-i686/PKGBUILD 2013-06-18 10:30:41 UTC (rev 188701) +++ repos/extra-i686/PKGBUILD 2013-06-18 10:31:18 UTC (rev 188702) @@ -1,87 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino - -pkgbase=kdebindings-python -pkgname=('kdebindings-python' - 'kdebindings-python2' - 'kdebindings-python-common') -pkgver=4.10.4 -pkgrel=1 -url='https://projects.kde.org/projects/kde/kdebindings/pykde4' -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kdebindings') -makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt' - 'pyqt' 'qscintilla' 'python2-sip' 'python-sip' 'mesa') - source=("http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz";) -sha1sums=('4243f60d549b75ad734141ad2bfef884d12d014e') - -build() { - export PYTHONDONTWRITEBYTECODE="TRUE" - - mkdir build - cd build - cmake ../pykde4-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DKDE4_BUILD_TESTS=OFF \ --DCMAKE_INSTALL_PREFIX=/usr \ --DPYTHON_EXECUTABLE=/usr/bin/python3 \ --DPYTHON_LIBRARY=/usr/lib/libpython3.3m.so.1.0 \ --DPYKDEUIC4_ALTINSTALL=TRUE - make - cd .. - - mkdir build-python2 - cd build-python2 - cmake ../pykde4-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DKDE4_BUILD_TESTS=OFF \ --DCMAKE_INSTALL_PREFIX=/usr \ --DPYTHON_EXECUTABLE=/usr/bin/python2 \ --DPYKDEUIC4_ALTINSTALL=TRUE - make -} - -package_kdebindings-python() { - pkgdesc="A set of Python 3.x bindings for KDE" - depends=('kdepim-runtime' 'pyqt' 'kdebindings-python-common') - - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install - - # Provided by kdebindings-python-common - rm -r "${pkgdir}"/usr/share/apps/pykde4/examples - rm -r "${pkgdir}"/usr/share/sip/PyKDE4 - - ln -s /usr/bin/pykdeuic4-3.3 "${pkgdir}"/usr/bin/pykdeuic4 -} - -package_kdebindings-python2() { - pkgdesc="A set of Python 2.x bindings for KDE" - depends=('kdepim-runtime' 'python2-pyqt' 'kdebindings-python-common') - conflicts=('kdebindings-python<4.8.1-2') - - cd "${srcdir}"/build-python2 - make DESTDIR="${pkgdir}" install - - # Provided by kdebindings-python-common - rm -r "${pkgdir}"/usr/share/apps/pykde4/examples - rm -r "${pkgdir}"/usr/share/sip/PyKDE4 - - # pykdeuic4 should point to the python3 version - #rm "${pkgdir}"/usr/bin/pykdeuic4 - - # Use the python2 execu
[arch-commits] Commit in kdebindings-python/trunk (PKGBUILD)
Date: Tuesday, June 18, 2013 @ 12:30:41 Author: andrea Revision: 188701 upgpkg: kdebindings-python 4.10.4-2 PyQt4 rebuild Modified: kdebindings-python/trunk/PKGBUILD --+ PKGBUILD | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-06-18 09:44:02 UTC (rev 188700) +++ PKGBUILD2013-06-18 10:30:41 UTC (rev 188701) @@ -6,13 +6,13 @@ 'kdebindings-python2' 'kdebindings-python-common') pkgver=4.10.4 -pkgrel=1 +pkgrel=2 url='https://projects.kde.org/projects/kde/kdebindings/pykde4' arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') groups=('kdebindings') -makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt' - 'pyqt' 'qscintilla' 'python2-sip' 'python-sip' 'mesa') +makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt4' + 'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa') source=("http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz";) sha1sums=('4243f60d549b75ad734141ad2bfef884d12d014e') @@ -44,7 +44,7 @@ package_kdebindings-python() { pkgdesc="A set of Python 3.x bindings for KDE" - depends=('kdepim-runtime' 'pyqt' 'kdebindings-python-common') + depends=('kdepim-runtime' 'python-pyqt4' 'kdebindings-python-common') cd "${srcdir}"/build make DESTDIR="${pkgdir}" install @@ -58,7 +58,7 @@ package_kdebindings-python2() { pkgdesc="A set of Python 2.x bindings for KDE" - depends=('kdepim-runtime' 'python2-pyqt' 'kdebindings-python-common') + depends=('kdepim-runtime' 'python2-pyqt4' 'kdebindings-python-common') conflicts=('kdebindings-python<4.8.1-2') cd "${srcdir}"/build-python2
[arch-commits] Commit in open-vm-tools/repos (36 files)
Date: Tuesday, June 18, 2013 @ 11:57:46 Author: spupykin Revision: 92900 archrelease: copy trunk to community-i686, community-x86_64 Added: open-vm-tools/repos/community-i686/PKGBUILD (from rev 92899, open-vm-tools/trunk/PKGBUILD) open-vm-tools/repos/community-i686/modprobe.conf (from rev 92899, open-vm-tools/trunk/modprobe.conf) open-vm-tools/repos/community-i686/network-script (from rev 92899, open-vm-tools/trunk/network-script) open-vm-tools/repos/community-i686/open-vm-tools-dkms.install (from rev 92899, open-vm-tools/trunk/open-vm-tools-dkms.install) open-vm-tools/repos/community-i686/open-vm-tools.install (from rev 92899, open-vm-tools/trunk/open-vm-tools.install) open-vm-tools/repos/community-i686/tools.conf (from rev 92899, open-vm-tools/trunk/tools.conf) open-vm-tools/repos/community-i686/vmtoolsd.service (from rev 92899, open-vm-tools/trunk/vmtoolsd.service) open-vm-tools/repos/community-i686/vmware-guestd (from rev 92899, open-vm-tools/trunk/vmware-guestd) open-vm-tools/repos/community-i686/xautostart.conf (from rev 92899, open-vm-tools/trunk/xautostart.conf) open-vm-tools/repos/community-x86_64/PKGBUILD (from rev 92899, open-vm-tools/trunk/PKGBUILD) open-vm-tools/repos/community-x86_64/modprobe.conf (from rev 92899, open-vm-tools/trunk/modprobe.conf) open-vm-tools/repos/community-x86_64/network-script (from rev 92899, open-vm-tools/trunk/network-script) open-vm-tools/repos/community-x86_64/open-vm-tools-dkms.install (from rev 92899, open-vm-tools/trunk/open-vm-tools-dkms.install) open-vm-tools/repos/community-x86_64/open-vm-tools.install (from rev 92899, open-vm-tools/trunk/open-vm-tools.install) open-vm-tools/repos/community-x86_64/tools.conf (from rev 92899, open-vm-tools/trunk/tools.conf) open-vm-tools/repos/community-x86_64/vmtoolsd.service (from rev 92899, open-vm-tools/trunk/vmtoolsd.service) open-vm-tools/repos/community-x86_64/vmware-guestd (from rev 92899, open-vm-tools/trunk/vmware-guestd) open-vm-tools/repos/community-x86_64/xautostart.conf (from rev 92899, open-vm-tools/trunk/xautostart.conf) Deleted: open-vm-tools/repos/community-i686/PKGBUILD open-vm-tools/repos/community-i686/modprobe.conf open-vm-tools/repos/community-i686/network-script open-vm-tools/repos/community-i686/open-vm-tools-dkms.install open-vm-tools/repos/community-i686/open-vm-tools.install open-vm-tools/repos/community-i686/tools.conf open-vm-tools/repos/community-i686/vmtoolsd.service open-vm-tools/repos/community-i686/vmware-guestd open-vm-tools/repos/community-i686/xautostart.conf open-vm-tools/repos/community-x86_64/PKGBUILD open-vm-tools/repos/community-x86_64/modprobe.conf open-vm-tools/repos/community-x86_64/network-script open-vm-tools/repos/community-x86_64/open-vm-tools-dkms.install open-vm-tools/repos/community-x86_64/open-vm-tools.install open-vm-tools/repos/community-x86_64/tools.conf open-vm-tools/repos/community-x86_64/vmtoolsd.service open-vm-tools/repos/community-x86_64/vmware-guestd open-vm-tools/repos/community-x86_64/xautostart.conf -+ /PKGBUILD | 182 /modprobe.conf |2 /network-script | 390 ++ /open-vm-tools-dkms.install | 46 +++ /open-vm-tools.install | 20 + /tools.conf |2 /vmtoolsd.service | 18 + /vmware-guestd | 12 /xautostart.conf| 12 community-i686/PKGBUILD | 89 - community-i686/modprobe.conf|1 community-i686/network-script | 197 - community-i686/open-vm-tools-dkms.install | 23 - community-i686/open-vm-tools.install| 10 community-i686/tools.conf |1 community-i686/vmtoolsd.service |9 community-i686/vmware-guestd|6 community-i686/xautostart.conf |6 community-x86_64/PKGBUILD | 89 - community-x86_64/modprobe.conf |1 community-x86_64/network-script | 197 - community-x86_64/open-vm-tools-dkms.install | 23 - community-x86_64/open-vm-tools.install | 10 community-x86_64/tools.conf |1 community-x86_64/vmtoolsd.service |9 community-x86_64/vmware-guestd |6 community-x86_64/xautostart.conf|6 27 files changed, 684 insertions(+), 684 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 92899:92900 to see the changes.
[arch-commits] Commit in open-vm-tools/trunk (PKGBUILD network-script)
Date: Tuesday, June 18, 2013 @ 11:57:01 Author: spupykin Revision: 92899 upgpkg: open-vm-tools 2:9.2.3-5 upd Modified: open-vm-tools/trunk/PKGBUILD open-vm-tools/trunk/network-script + PKGBUILD |8 +--- network-script |2 -- 2 files changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-06-18 09:45:07 UTC (rev 92898) +++ PKGBUILD2013-06-18 09:57:01 UTC (rev 92899) @@ -7,7 +7,7 @@ epoch=2 pkgver=9.2.3 _pkgsubver=1031360 -pkgrel=4 +pkgrel=5 pkgdesc="The Open Virtual Machine Tools (open-vm-tools) are the open source implementation of VMware Tools" arch=('i686' 'x86_64') url="http://open-vm-tools.sourceforge.net/"; @@ -16,7 +16,9 @@ makedepends=('chrpath' 'doxygen' 'gtkmm' 'fuse' 'libxtst') optdepends=('gtkmm' 'libnotify' 'libxtst' 'fuse' 'libsm' 'open-vm-tools-modules: for linux kernel' - 'open-vm-tools-dkms: for linux-lts and other kernels') + 'open-vm-tools-dkms: for linux-lts and other kernels' + 'netctl: suspend-resume network state' + 'networkmanager: suspend-resume network state') backup=('etc/pam.d/vmware-guestd') options=('docs' '!libtool') install=$pkgname.install @@ -28,7 +30,7 @@ modprobe.conf vmtoolsd.service) md5sums=('71a1d8065b632692af2cdcc9d82f305e' - '41db8f3db17f5b76248b09233a4355c4' + 'e307f5201b2b3fe79c9e2b410d02b989' 'b55d15e2c4be396aad709aeca91033d3' '1b9ae908fce4c623269f100ee9bdfdef' '75a25d83417e683957321f97a00f8465' Modified: network-script === --- network-script 2013-06-18 09:45:07 UTC (rev 92898) +++ network-script 2013-06-18 09:57:01 UTC (rev 92899) @@ -166,8 +166,6 @@ main() { exitCode=0 - which ifconfig >/dev/null 2>&1 || Panic "ifconfig not in search path." - case "$1" in poweron-vm) ;;
[arch-commits] Commit in dcraw/repos (4 files)
Date: Tuesday, June 18, 2013 @ 11:44:02 Author: bisson Revision: 188700 archrelease: copy trunk to extra-i686, extra-x86_64 Added: dcraw/repos/extra-i686/PKGBUILD (from rev 188699, dcraw/trunk/PKGBUILD) dcraw/repos/extra-x86_64/PKGBUILD (from rev 188699, dcraw/trunk/PKGBUILD) Deleted: dcraw/repos/extra-i686/PKGBUILD dcraw/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 84 extra-i686/PKGBUILD | 41 --- extra-x86_64/PKGBUILD | 41 --- 3 files changed, 84 insertions(+), 82 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-06-18 09:42:45 UTC (rev 188699) +++ extra-i686/PKGBUILD 2013-06-18 09:44:02 UTC (rev 188700) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: tobias -# Contributor: Tobias Kieslich - -pkgname=dcraw -pkgver=9.17 -pkgrel=1 -pkgdesc='Decodes any raw image from any digital camera' -url='http://www.cybercom.net/~dcoffin/dcraw/' -arch=('i686' 'x86_64') -license=('custom') -depends=('lcms' 'jasper') -source=("http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz";) -sha1sums=('11a0b20b8f46950dd94e6c1ada313807049a6b27') - -build() { - cd "${srcdir}/${pkgname}" - gcc ${CFLAGS} ${LDFLAGS} \ - -o dcraw dcraw.c \ - -lm -ljasper -ljpeg -llcms \ - -DLOCALEDIR=\"/usr/share/locale/\" -} - -package() { - cd "${srcdir}/${pkgname}" - - install -Dm755 dcraw "${pkgdir}"/usr/bin/dcraw - install -Dm644 dcraw.1 "${pkgdir}"/usr/share/man/man1/dcraw.1 - - for i in dcraw_*.1; do j=${i#dcraw_}; k=${j%.1} - install -Dm644 $i "${pkgdir}"/usr/share/man/$k/man1/dcraw.1 - done - - for i in dcraw_*.po; do j=${i#dcraw_}; k=${j%.po} - install -d "${pkgdir}"/usr/share/locale/$k/LC_MESSAGES - msgfmt -o "${pkgdir}"/usr/share/locale/$k/LC_MESSAGES/dcraw.mo $i - done - - install -d "${pkgdir}"/usr/share/licenses/${pkgname} - head -25 dcraw.c > "${pkgdir}"/usr/share/licenses/${pkgname}/license.txt -} Copied: dcraw/repos/extra-i686/PKGBUILD (from rev 188699, dcraw/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-06-18 09:44:02 UTC (rev 188700) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Contributor: tobias +# Contributor: Tobias Kieslich + +pkgname=dcraw +pkgver=9.19 +pkgrel=1 +pkgdesc='Decodes any raw image from any digital camera' +url='http://www.cybercom.net/~dcoffin/dcraw/' +arch=('i686' 'x86_64') +license=('custom') +depends=('lcms' 'jasper') +source=("http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz";) +sha1sums=('83a85200b0f105a40d23e885f5108bc3b53bdbe4') + +build() { + cd "${srcdir}/${pkgname}" + gcc ${CFLAGS} ${LDFLAGS} \ + -o dcraw dcraw.c \ + -lm -ljasper -ljpeg -llcms \ + -DLOCALEDIR=\"/usr/share/locale/\" +} + +package() { + cd "${srcdir}/${pkgname}" + + install -Dm755 dcraw "${pkgdir}"/usr/bin/dcraw + install -Dm644 dcraw.1 "${pkgdir}"/usr/share/man/man1/dcraw.1 + + for i in dcraw_*.1; do j=${i#dcraw_}; k=${j%.1} + install -Dm644 $i "${pkgdir}"/usr/share/man/$k/man1/dcraw.1 + done + + for i in dcraw_*.po; do j=${i#dcraw_}; k=${j%.po} + install -d "${pkgdir}"/usr/share/locale/$k/LC_MESSAGES + msgfmt -o "${pkgdir}"/usr/share/locale/$k/LC_MESSAGES/dcraw.mo $i + done + + install -d "${pkgdir}"/usr/share/licenses/${pkgname} + head -25 dcraw.c > "${pkgdir}"/usr/share/licenses/${pkgname}/license.txt +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-06-18 09:42:45 UTC (rev 188699) +++ extra-x86_64/PKGBUILD 2013-06-18 09:44:02 UTC (rev 188700) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: tobias -# Contributor: Tobias Kieslich - -pkgname=dcraw -pkgver=9.17 -pkgrel=1 -pkgdesc='Decodes any raw image from any digital camera' -url='http://www.cybercom.net/~dcoffin/dcraw/' -arch=('i686' 'x86_64') -license=('custom') -depends=('lcms' 'jasper') -source=("http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz";) -sha1sums=('11a0b20b8f46950dd94e6c1ada313807049a6b27') - -build() { - cd "${srcdir}/${pkgname}" - gcc ${CFLAGS} ${LDFLAGS} \ - -o dcraw dcraw.c \ - -lm -ljasper -ljpeg -llcms \ - -DLOCALEDIR=\"/usr/share/locale/\" -} - -package() { - cd "${srcdir}/${pkgname}" - - install -Dm755 dcraw "${pkgdir}"/usr/bin/dcraw - install -Dm644 dcraw.1 "${pkgdir}"/usr/share/man/man1/dcraw.1 - - for i in dcraw_*.1; do j=${i#dcraw_};
[arch-commits] Commit in dcraw/trunk (PKGBUILD)
Date: Tuesday, June 18, 2013 @ 11:42:45 Author: bisson Revision: 188699 upstream update Modified: dcraw/trunk/PKGBUILD --+ PKGBUILD |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-06-18 07:15:39 UTC (rev 188698) +++ PKGBUILD2013-06-18 09:42:45 UTC (rev 188699) @@ -1,9 +1,10 @@ # $Id$ -# Maintainer: tobias +# Maintainer: Gaetan Bisson +# Contributor: tobias # Contributor: Tobias Kieslich pkgname=dcraw -pkgver=9.17 +pkgver=9.19 pkgrel=1 pkgdesc='Decodes any raw image from any digital camera' url='http://www.cybercom.net/~dcoffin/dcraw/' @@ -11,7 +12,7 @@ license=('custom') depends=('lcms' 'jasper') source=("http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz";) -sha1sums=('11a0b20b8f46950dd94e6c1ada313807049a6b27') +sha1sums=('83a85200b0f105a40d23e885f5108bc3b53bdbe4') build() { cd "${srcdir}/${pkgname}"
[arch-commits] Commit in stunnel/repos (16 files)
Date: Tuesday, June 18, 2013 @ 11:22:57 Author: lfleischer Revision: 92897 archrelease: copy trunk to community-i686, community-x86_64 Added: stunnel/repos/community-i686/Makefile.patch (from rev 92896, stunnel/trunk/Makefile.patch) stunnel/repos/community-i686/PKGBUILD (from rev 92896, stunnel/trunk/PKGBUILD) stunnel/repos/community-i686/stunnel.install (from rev 92896, stunnel/trunk/stunnel.install) stunnel/repos/community-i686/stunnel.tmpfiles.conf (from rev 92896, stunnel/trunk/stunnel.tmpfiles.conf) stunnel/repos/community-x86_64/Makefile.patch (from rev 92896, stunnel/trunk/Makefile.patch) stunnel/repos/community-x86_64/PKGBUILD (from rev 92896, stunnel/trunk/PKGBUILD) stunnel/repos/community-x86_64/stunnel.install (from rev 92896, stunnel/trunk/stunnel.install) stunnel/repos/community-x86_64/stunnel.tmpfiles.conf (from rev 92896, stunnel/trunk/stunnel.tmpfiles.conf) Deleted: stunnel/repos/community-i686/Makefile.patch stunnel/repos/community-i686/PKGBUILD stunnel/repos/community-i686/stunnel.install stunnel/repos/community-i686/stunnel.tmpfiles.conf stunnel/repos/community-x86_64/Makefile.patch stunnel/repos/community-x86_64/PKGBUILD stunnel/repos/community-x86_64/stunnel.install stunnel/repos/community-x86_64/stunnel.tmpfiles.conf + /Makefile.patch| 42 ++ /PKGBUILD | 122 +++ /stunnel.install | 62 +++ /stunnel.tmpfiles.conf |2 community-i686/Makefile.patch | 21 - community-i686/PKGBUILD| 59 -- community-i686/stunnel.install | 31 --- community-i686/stunnel.tmpfiles.conf |1 community-x86_64/Makefile.patch| 21 - community-x86_64/PKGBUILD | 59 -- community-x86_64/stunnel.install | 31 --- community-x86_64/stunnel.tmpfiles.conf |1 12 files changed, 228 insertions(+), 224 deletions(-) Deleted: community-i686/Makefile.patch === --- community-i686/Makefile.patch 2013-06-18 09:22:41 UTC (rev 92896) +++ community-i686/Makefile.patch 2013-06-18 09:22:57 UTC (rev 92897) @@ -1,21 +0,0 @@ tools/Makefile.in 2010-03-31 04:45:09.0 -0500 -+++ tools/Makefile.in 2010-04-11 17:17:41.0 -0500 -@@ -334,8 +334,7 @@ - - info-am: - --install-data-am: install-confDATA install-data-local \ -- install-examplesDATA -+install-data-am: install-confDATA install-examplesDATA - - install-dvi: install-dvi-am - -@@ -377,7 +376,7 @@ - clean-local distclean distclean-generic distclean-libtool \ - distdir dvi dvi-am html html-am info info-am install \ - install-am install-confDATA install-data install-data-am \ -- install-data-local install-dvi install-dvi-am \ -+ install-dvi install-dvi-am \ - install-examplesDATA install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ Copied: stunnel/repos/community-i686/Makefile.patch (from rev 92896, stunnel/trunk/Makefile.patch) === --- community-i686/Makefile.patch (rev 0) +++ community-i686/Makefile.patch 2013-06-18 09:22:57 UTC (rev 92897) @@ -0,0 +1,21 @@ +--- tools/Makefile.in 2010-03-31 04:45:09.0 -0500 tools/Makefile.in 2010-04-11 17:17:41.0 -0500 +@@ -334,8 +334,7 @@ + + info-am: + +-install-data-am: install-confDATA install-data-local \ +- install-examplesDATA ++install-data-am: install-confDATA install-examplesDATA + + install-dvi: install-dvi-am + +@@ -377,7 +376,7 @@ + clean-local distclean distclean-generic distclean-libtool \ + distdir dvi dvi-am html html-am info info-am install \ + install-am install-confDATA install-data install-data-am \ +- install-data-local install-dvi install-dvi-am \ ++ install-dvi install-dvi-am \ + install-examplesDATA install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-06-18 09:22:41 UTC (rev 92896) +++ community-i686/PKGBUILD 2013-06-18 09:22:57 UTC (rev 92897) @@ -1,59 +0,0 @@ -# $Id$ -# Maintainer: Kaiting Chen -# Contributor: Daniel J Griffiths -# Contributor: Kevin Piche - -pkgname=stunnel -pkgver=4.56 -pkgrel=2 -pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside SSL" -arch=('i686' 'x86_64') -url="http://www.stunnel.org"; -license=('GPL') -depends=('opens
[arch-commits] Commit in stunnel/trunk (PKGBUILD)
Date: Tuesday, June 18, 2013 @ 11:22:41 Author: lfleischer Revision: 92896 upgpkg: stunnel 4.56-3 Disable FIPS (fixes FS#34565). Modified: stunnel/trunk/PKGBUILD --+ PKGBUILD |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-06-18 09:02:24 UTC (rev 92895) +++ PKGBUILD2013-06-18 09:22:41 UTC (rev 92896) @@ -1,11 +1,12 @@ # $Id$ -# Maintainer: Kaiting Chen +# Maintainer: Lukas Fleischer +# Contributor: Kaiting Chen # Contributor: Daniel J Griffiths # Contributor: Kevin Piche pkgname=stunnel pkgver=4.56 -pkgrel=2 +pkgrel=3 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside SSL" arch=('i686' 'x86_64') url="http://www.stunnel.org"; @@ -32,7 +33,8 @@ --sysconfdir=/etc \ --localstatedir=/var \ --enable-ipv6 \ ---disable-libwrap +--disable-libwrap \ +--disable-fips make }
[arch-commits] Commit in duplicity/trunk (2 files)
Date: Tuesday, June 18, 2013 @ 11:02:24 Author: lfleischer Revision: 92895 Remove legacy patches Deleted: duplicity/trunk/botobackend.patch duplicity/trunk/duplicity-0.6.17-fix-memleak.patch + botobackend.patch | 13 - duplicity-0.6.17-fix-memleak.patch | 29 - 2 files changed, 42 deletions(-) Deleted: botobackend.patch === --- botobackend.patch 2013-06-18 09:01:17 UTC (rev 92894) +++ botobackend.patch 2013-06-18 09:02:24 UTC (rev 92895) @@ -1,13 +0,0 @@ -=== modified file duplicity/backends/botobackend.py duplicity/backends/botobackend.py 2011-11-25 17:47:57 + -+++ duplicity/backends/botobackend.py 2011-12-01 16:15:25 + -@@ -26,6 +26,6 @@ - if sys.version_info[:2] < (2,6): - print "Sorry, S3 multiprocessing requires version 2.6 or later of python" - sys.exit(1) --import _boto_multi.py -+import _boto_multi - else: --import _boto_single.py -+import _boto_single - Deleted: duplicity-0.6.17-fix-memleak.patch === --- duplicity-0.6.17-fix-memleak.patch 2013-06-18 09:01:17 UTC (rev 92894) +++ duplicity-0.6.17-fix-memleak.patch 2013-06-18 09:02:24 UTC (rev 92895) @@ -1,29 +0,0 @@ -=== modified file 'duplicity/util.py' duplicity/util.py 2011-08-23 18:14:17 + -+++ duplicity/util.py 2012-01-20 21:50:01 + -@@ -71,6 +71,10 @@ - else: - raise - -+class BlackHoleList(list): -+def append(self, x): -+pass -+ - class FakeTarFile: - debug = 0 - def __iter__(self): -@@ -83,7 +87,12 @@ - # yet. So we want to ignore ReadError exceptions, which are used to signal - # this. - try: --return tarfile.TarFile("arbitrary", mode, fp) -+tf = tarfile.TarFile("arbitrary", mode, fp) -+# Now we cause TarFile to not cache TarInfo objects. It would end up -+# consuming a lot of memory over the lifetime of our long-lasting -+# signature files otherwise. -+tf.members = BlackHoleList() -+return tf - except tarfile.ReadError: - return FakeTarFile() - -
[arch-commits] Commit in duplicity/trunk (PKGBUILD u1backend.patch)
Date: Tuesday, June 18, 2013 @ 11:01:00 Author: lfleischer Revision: 92893 upgpkg: duplicity 0.6.21-3 Fix backup to Ubuntu One (FS#35487). Added: duplicity/trunk/u1backend.patch Modified: duplicity/trunk/PKGBUILD -+ PKGBUILD| 15 --- u1backend.patch | 16 2 files changed, 28 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-06-18 08:51:42 UTC (rev 92892) +++ PKGBUILD2013-06-18 09:01:00 UTC (rev 92893) @@ -4,7 +4,7 @@ pkgname=duplicity pkgver=0.6.21 -pkgrel=2 +pkgrel=3 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm.' arch=('i686' 'x86_64') url='http://www.nongnu.org/duplicity/' @@ -18,10 +18,19 @@ 'python2-httplib2: Ubuntu One backend' 'python2-oauthlib: Ubuntu One backend' 'rsync: rsync backend') -source=("http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}) +source=("http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig} +"u1backend.patch") md5sums=('4ade1de475e0af64211bb6933b593057' - '3521d679ba7dff46653313aa3b3e6855') + '3521d679ba7dff46653313aa3b3e6855' + 'b7aede10a3f5503ae4428a506b57486c') +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + + # Fix Ubuntu One backup (FS#35487, upstream revisions 912 and 913, will be fixed in 0.6.22). + patch -p0 duplicity/backends/u1backend.py ../u1backend.patch +} + build() { cd "${srcdir}/${pkgname}-${pkgver}" Added: u1backend.patch === --- u1backend.patch (rev 0) +++ u1backend.patch 2013-06-18 09:01:00 UTC (rev 92893) @@ -0,0 +1,16 @@ +86a87,90 +> +> if isinstance(body, file): +> body.seek(0) # Go to the beginning of the file for the retry +> +108a113,115 +> if isinstance(body, file): +> body.seek(0) # Go to the beginning of the file for the retry +> +209a217 +> size = os.path.getsize(source_path.name) +213c221,222 +< headers = {"Content-Type": content_type} +--- +> headers = {"Content-Length": str(size), +>"Content-Type": content_type}
[arch-commits] Commit in duplicity/repos (14 files)
Date: Tuesday, June 18, 2013 @ 11:01:17 Author: lfleischer Revision: 92894 archrelease: copy trunk to community-i686, community-x86_64 Added: duplicity/repos/community-i686/PKGBUILD (from rev 92893, duplicity/trunk/PKGBUILD) duplicity/repos/community-i686/botobackend.patch (from rev 92893, duplicity/trunk/botobackend.patch) duplicity/repos/community-i686/duplicity-0.6.17-fix-memleak.patch (from rev 92893, duplicity/trunk/duplicity-0.6.17-fix-memleak.patch) duplicity/repos/community-i686/u1backend.patch (from rev 92893, duplicity/trunk/u1backend.patch) duplicity/repos/community-x86_64/PKGBUILD (from rev 92893, duplicity/trunk/PKGBUILD) duplicity/repos/community-x86_64/botobackend.patch (from rev 92893, duplicity/trunk/botobackend.patch) duplicity/repos/community-x86_64/duplicity-0.6.17-fix-memleak.patch (from rev 92893, duplicity/trunk/duplicity-0.6.17-fix-memleak.patch) duplicity/repos/community-x86_64/u1backend.patch (from rev 92893, duplicity/trunk/u1backend.patch) Deleted: duplicity/repos/community-i686/PKGBUILD duplicity/repos/community-i686/botobackend.patch duplicity/repos/community-i686/duplicity-0.6.17-fix-memleak.patch duplicity/repos/community-x86_64/PKGBUILD duplicity/repos/community-x86_64/botobackend.patch duplicity/repos/community-x86_64/duplicity-0.6.17-fix-memleak.patch -+ /PKGBUILD | 106 ++ /botobackend.patch | 26 /duplicity-0.6.17-fix-memleak.patch | 58 + community-i686/PKGBUILD | 44 --- community-i686/botobackend.patch| 13 -- community-i686/duplicity-0.6.17-fix-memleak.patch | 29 community-i686/u1backend.patch | 16 ++ community-x86_64/PKGBUILD | 44 --- community-x86_64/botobackend.patch | 13 -- community-x86_64/duplicity-0.6.17-fix-memleak.patch | 29 community-x86_64/u1backend.patch| 16 ++ 11 files changed, 222 insertions(+), 172 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-06-18 09:01:00 UTC (rev 92893) +++ community-i686/PKGBUILD 2013-06-18 09:01:17 UTC (rev 92894) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: Kaiting Chen -# Contributor: Aaron Schaefer - -pkgname=duplicity -pkgver=0.6.21 -pkgrel=2 -pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm.' -arch=('i686' 'x86_64') -url='http://www.nongnu.org/duplicity/' -license=('GPL') -depends=('gnupg' 'librsync' 'ncftp' 'python2-paramiko') -optdepends=('lftp: FTPS backend' -'python2-boto: Amazon S3 backend' -'python2-gobject: GIO backend' -'gvfs: GIO backend' -'python2-gdata: Google Docs backend' -'python2-httplib2: Ubuntu One backend' -'python2-oauthlib: Ubuntu One backend' -'rsync: rsync backend') -source=("http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}) -md5sums=('4ade1de475e0af64211bb6933b593057' - '3521d679ba7dff46653313aa3b3e6855') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - # python2 fix - for file in $(find . -name '*.py' -print); do -sed -i 's_^#!.*/usr/bin/python$_#!/usr/bin/python2_' $file -sed -i 's_^#!.*/usr/bin/env.*python$_#!/usr/bin/env python2_' $file - done -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - python2 setup.py install --root="$pkgdir" --optimize=1 - - # fix broken documentation permissions until upstream does (FS#27301) - chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1" - chmod 644 "$pkgdir/usr/share/man/man1/rdiffdir.1" - chmod 644 "$pkgdir/usr/share/doc/$pkgname-$pkgver"/* -} Copied: duplicity/repos/community-i686/PKGBUILD (from rev 92893, duplicity/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-06-18 09:01:17 UTC (rev 92894) @@ -0,0 +1,53 @@ +# $Id$ +# Maintainer: Kaiting Chen +# Contributor: Aaron Schaefer + +pkgname=duplicity +pkgver=0.6.21 +pkgrel=3 +pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm.' +arch=('i686' 'x86_64') +url='http://www.nongnu.org/duplicity/' +license=('GPL') +depends=('gnupg' 'librsync' 'ncftp' 'python2-paramiko') +optdepends=('lftp: FTPS backend' +'python2-boto: Amazon S3 backend' +'python2-gobject: GIO backend' +'gvfs: GIO backend' +'python2-gdata: Google Docs backend' +'python2-httplib2: Ubuntu One backend' +'python2-oauthlib: Ubuntu One backend' +'rsync: rsync backend') +source=("http://savannah
[arch-commits] Commit in phpmyadmin/trunk (PKGBUILD)
Date: Tuesday, June 18, 2013 @ 10:51:35 Author: bpiotrowski Revision: 92891 upgpkg: phpmyadmin 4.0.4-1 - upstream release Modified: phpmyadmin/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-06-18 08:47:35 UTC (rev 92890) +++ PKGBUILD2013-06-18 08:51:35 UTC (rev 92891) @@ -5,7 +5,7 @@ # Contributor: Simon Lackerbauer pkgname=phpmyadmin -pkgver=4.0.3 +pkgver=4.0.4 pkgrel=1 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW' arch=('any') @@ -18,7 +18,7 @@ etc/webapps/phpmyadmin/config.inc.php) source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2) install=$pkgname.install -sha256sums=('f015cdbd7ed2564623f12cea815775a07f751c958724ce24f7fc72fd1c981211') +sha256sums=('c8e5f1d5d9899eb765760a10894147b447810f3234e9b029d7abee4b0a16c58d') package() { _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
[arch-commits] Commit in phpmyadmin/repos/community-any (4 files)
Date: Tuesday, June 18, 2013 @ 10:51:42 Author: bpiotrowski Revision: 92892 archrelease: copy trunk to community-any Added: phpmyadmin/repos/community-any/PKGBUILD (from rev 92891, phpmyadmin/trunk/PKGBUILD) phpmyadmin/repos/community-any/phpmyadmin.install (from rev 92891, phpmyadmin/trunk/phpmyadmin.install) Deleted: phpmyadmin/repos/community-any/PKGBUILD phpmyadmin/repos/community-any/phpmyadmin.install + PKGBUILD | 90 +-- phpmyadmin.install |6 +-- 2 files changed, 48 insertions(+), 48 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-06-18 08:51:35 UTC (rev 92891) +++ PKGBUILD2013-06-18 08:51:42 UTC (rev 92892) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Maintainer: tobias -# Committer: Manolis Tzanidakis -# Contributor: Simon Lackerbauer - -pkgname=phpmyadmin -pkgver=4.0.3 -pkgrel=1 -pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW' -arch=('any') -url="http://www.phpmyadmin.net"; -license=('GPL') -depends=('mariadb-clients' 'php') -optdepends=('php-mcrypt: to use phpMyAdmin internal authentication' - 'python') -backup=(etc/webapps/phpmyadmin/.htaccess - etc/webapps/phpmyadmin/config.inc.php) -source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2) -install=$pkgname.install -sha256sums=('f015cdbd7ed2564623f12cea815775a07f751c958724ce24f7fc72fd1c981211') - -package() { - _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin - mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin - cd "$_instdir" - - cp -ra $srcdir/phpMyAdmin-${pkgver}-all-languages/* . - echo "deny from all" >"$pkgdir"/etc/webapps/phpmyadmin/.htaccess - - ln -s /etc/webapps/phpmyadmin/.htaccess "$_instdir"/.htaccess - ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php - cp "$_instdir"/config.sample.inc.php "$pkgdir"/etc/webapps/phpmyadmin/config.inc.php - - cat >"$pkgdir"/etc/webapps/phpmyadmin/apache.example.conf < - AllowOverride All - Options FollowSymlinks - Order allow,deny - Allow from all - php_admin_value open_basedir "/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/" - -EOF -} Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 92891, phpmyadmin/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-06-18 08:51:42 UTC (rev 92892) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: tobias +# Committer: Manolis Tzanidakis +# Contributor: Simon Lackerbauer + +pkgname=phpmyadmin +pkgver=4.0.4 +pkgrel=1 +pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW' +arch=('any') +url="http://www.phpmyadmin.net"; +license=('GPL') +depends=('mariadb-clients' 'php') +optdepends=('php-mcrypt: to use phpMyAdmin internal authentication' + 'python') +backup=(etc/webapps/phpmyadmin/.htaccess + etc/webapps/phpmyadmin/config.inc.php) +source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2) +install=$pkgname.install +sha256sums=('c8e5f1d5d9899eb765760a10894147b447810f3234e9b029d7abee4b0a16c58d') + +package() { + _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin + mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin + cd "$_instdir" + + cp -ra $srcdir/phpMyAdmin-${pkgver}-all-languages/* . + echo "deny from all" >"$pkgdir"/etc/webapps/phpmyadmin/.htaccess + + ln -s /etc/webapps/phpmyadmin/.htaccess "$_instdir"/.htaccess + ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php + cp "$_instdir"/config.sample.inc.php "$pkgdir"/etc/webapps/phpmyadmin/config.inc.php + + cat >"$pkgdir"/etc/webapps/phpmyadmin/apache.example.conf < + AllowOverride All + Options FollowSymlinks + Order allow,deny + Allow from all + php_admin_value open_basedir "/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/" + +EOF +} Deleted: phpmyadmin.install === --- phpmyadmin.install 2013-06-18 08:51:35 UTC (rev 92891) +++ phpmyadmin.install 2013-06-18 08:51:42 UTC (rev 92892) @@ -1,3 +0,0 @@ -post_install() { -echo "Check http://wiki.archlinux.org/index.php/Phpmyadmin for details." -} Copied: phpmyadmin/repos/community-any/phpmyadmin.install (from rev 92891, phpmyadmin/trunk/phpmyadmin.install) === --- phpmyadmin.install (rev 0) +++ phpmyadmin.install 2013-06-18 08:51:42 UTC (rev 92892) @@ -0,0 +1,3 @@ +post_install() { +echo "Check http://wiki.archlinux.org/i
[arch-commits] Commit in galculator/repos (8 files)
Date: Tuesday, June 18, 2013 @ 10:47:35 Author: bpiotrowski Revision: 92890 archrelease: copy trunk to community-i686, community-x86_64 Added: galculator/repos/community-i686/PKGBUILD (from rev 92889, galculator/trunk/PKGBUILD) galculator/repos/community-i686/galculator.install (from rev 92889, galculator/trunk/galculator.install) galculator/repos/community-x86_64/PKGBUILD (from rev 92889, galculator/trunk/PKGBUILD) galculator/repos/community-x86_64/galculator.install (from rev 92889, galculator/trunk/galculator.install) Deleted: galculator/repos/community-i686/PKGBUILD galculator/repos/community-i686/galculator.install galculator/repos/community-x86_64/PKGBUILD galculator/repos/community-x86_64/galculator.install -+ /PKGBUILD | 62 ++ /galculator.install | 22 community-i686/PKGBUILD | 31 - community-i686/galculator.install | 11 -- community-x86_64/PKGBUILD | 31 - community-x86_64/galculator.install | 11 -- 6 files changed, 84 insertions(+), 84 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-06-18 08:47:25 UTC (rev 92889) +++ community-i686/PKGBUILD 2013-06-18 08:47:35 UTC (rev 92890) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Bartłomiej Piotrowski -# Contributor: SpepS -# Contributor: Alexander Fehr - -pkgname=galculator -pkgver=2.1 -pkgrel=1 -pkgdesc='GTK+ based scientific calculator' -arch=('i686' 'x86_64') -url='http://galculator.sourceforge.net/' -license=('GPL') -depends=('gtk3' 'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils') -makedepends=('intltool') -install=$pkgname.install -source=(http://downloads.sourceforge.net/galculator/galculator-$pkgver.tar.bz2) -sha256sums=('f3ae03601a123287cddf6f79e79cf37bbe5ce87a98997e0fd623f1cd08e6f6be') - -build() { - cd $srcdir/$pkgname-$pkgver - - LDFLAGS+=' -lm' - ./configure --prefix=/usr - make -} - -package() { - cd $srcdir/$pkgname-$pkgver - - make DESTDIR="$pkgdir" install -} Copied: galculator/repos/community-i686/PKGBUILD (from rev 92889, galculator/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-06-18 08:47:35 UTC (rev 92890) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Bartłomiej Piotrowski +# Contributor: SpepS +# Contributor: Alexander Fehr + +pkgname=galculator +pkgver=2.1.2 +pkgrel=1 +pkgdesc='GTK+ based scientific calculator' +arch=('i686' 'x86_64') +url='http://galculator.sourceforge.net/' +license=('GPL') +depends=('gtk3' 'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils') +makedepends=('intltool') +install=$pkgname.install +source=(http://downloads.sourceforge.net/galculator/galculator-$pkgver.tar.bz2) +sha256sums=('23e7e8d02ec49bf06e061e7fa56c779fd0f353ec294c30fd88858786d8e4a79b') + +build() { + cd $srcdir/$pkgname-$pkgver + + LDFLAGS+=' -lm' + ./configure --prefix=/usr + make +} + +package() { + cd $srcdir/$pkgname-$pkgver + + make DESTDIR="$pkgdir" install +} Deleted: community-i686/galculator.install === --- community-i686/galculator.install 2013-06-18 08:47:25 UTC (rev 92889) +++ community-i686/galculator.install 2013-06-18 08:47:35 UTC (rev 92890) @@ -1,11 +0,0 @@ -post_install() { - update-desktop-database -q - [[ -e /usr/bin/gtk-update-icon-cache ]] && gtk-update-icon-cache -} - -post_upgrade() { - post_install -} -post_remove() { - post_install -} Copied: galculator/repos/community-i686/galculator.install (from rev 92889, galculator/trunk/galculator.install) === --- community-i686/galculator.install (rev 0) +++ community-i686/galculator.install 2013-06-18 08:47:35 UTC (rev 92890) @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q + [[ -e /usr/bin/gtk-update-icon-cache ]] && gtk-update-icon-cache +} + +post_upgrade() { + post_install +} +post_remove() { + post_install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2013-06-18 08:47:25 UTC (rev 92889) +++ community-x86_64/PKGBUILD 2013-06-18 08:47:35 UTC (rev 92890) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Bartłomiej Piotrowski -# Contributor: SpepS -# Contributor: Alexander Fehr - -pkgname=galculator -pkgver=2.1 -pkgrel=1 -pkgdesc='GTK+ based scientific calculator' -arch=('i686' 'x86_64') -url='http://galculator.sourceforge.net/' -license=('GPL') -depends=('gtk3' 'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils') -makedepends=('intltool') -install=$pkgname.install
[arch-commits] Commit in galculator/trunk (PKGBUILD)
Date: Tuesday, June 18, 2013 @ 10:47:25 Author: bpiotrowski Revision: 92889 upgpkg: galculator 2.1.2-1 - upstream release Modified: galculator/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-06-18 08:41:07 UTC (rev 92888) +++ PKGBUILD2013-06-18 08:47:25 UTC (rev 92889) @@ -4,7 +4,7 @@ # Contributor: Alexander Fehr pkgname=galculator -pkgver=2.1 +pkgver=2.1.2 pkgrel=1 pkgdesc='GTK+ based scientific calculator' arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ makedepends=('intltool') install=$pkgname.install source=(http://downloads.sourceforge.net/galculator/galculator-$pkgver.tar.bz2) -sha256sums=('f3ae03601a123287cddf6f79e79cf37bbe5ce87a98997e0fd623f1cd08e6f6be') +sha256sums=('23e7e8d02ec49bf06e061e7fa56c779fd0f353ec294c30fd88858786d8e4a79b') build() { cd $srcdir/$pkgname-$pkgver
[arch-commits] Commit in haveged/repos (8 files)
Date: Tuesday, June 18, 2013 @ 10:41:07 Author: bpiotrowski Revision: 92888 archrelease: copy trunk to community-i686, community-x86_64 Added: haveged/repos/community-i686/PKGBUILD (from rev 92887, haveged/trunk/PKGBUILD) haveged/repos/community-i686/service (from rev 92887, haveged/trunk/service) haveged/repos/community-x86_64/PKGBUILD (from rev 92887, haveged/trunk/PKGBUILD) haveged/repos/community-x86_64/service (from rev 92887, haveged/trunk/service) Deleted: haveged/repos/community-i686/PKGBUILD haveged/repos/community-i686/service haveged/repos/community-x86_64/PKGBUILD haveged/repos/community-x86_64/service ---+ /PKGBUILD | 68 /service | 22 ++ community-i686/PKGBUILD | 33 - community-i686/service| 11 --- community-x86_64/PKGBUILD | 33 - community-x86_64/service | 11 --- 6 files changed, 90 insertions(+), 88 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-06-18 08:40:52 UTC (rev 92887) +++ community-i686/PKGBUILD 2013-06-18 08:41:07 UTC (rev 92888) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Bartłomiej Piotrowski -# Contributor: kfgz -# Contributor: pootzko - -pkgname=haveged -pkgver=1.7.a -_pkgver=${pkgver/.a/a} -pkgrel=2 -pkgdesc='Entropy harvesting daemon using CPU timings' -arch=('i686' 'x86_64') -url='http://www.issihosts.com/haveged' -license=('GPL') -depends=('glibc') -options=('!libtool') -source=($url/$pkgname-$_pkgver.tar.gz -service) -sha256sums=('8e7b0779bd8a4b9b73769ddaf626918355e2a542d3ac35e5ec31b74a58b9b051' -'badf8ceb5484d45888a089fabdfba5f44f6ec2930bca203c50200051a4d83e12') - -build() { - cd $pkgname-$_pkgver - ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin - make -} - -package() { - cd $pkgname-$_pkgver - make DESTDIR="$pkgdir" install - - rm -rf $pkgdir/etc/init.d - install -D -m644 $srcdir/service $pkgdir/usr/lib/systemd/system/haveged.service -} Copied: haveged/repos/community-i686/PKGBUILD (from rev 92887, haveged/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-06-18 08:41:07 UTC (rev 92888) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Bartłomiej Piotrowski +# Contributor: kfgz +# Contributor: pootzko + +pkgname=haveged +pkgver=1.7.c +_pkgver=${pkgver/.c/c} +pkgrel=1 +pkgdesc='Entropy harvesting daemon using CPU timings' +arch=('i686' 'x86_64') +url='http://www.issihosts.com/haveged' +license=('GPL') +depends=('glibc') +options=('!libtool') +source=($url/$pkgname-$_pkgver.tar.gz +service) +sha256sums=('40397eded96fc0d624a6a81c8e888ab023e46f3114f1ee64e645531bf121' +'badf8ceb5484d45888a089fabdfba5f44f6ec2930bca203c50200051a4d83e12') + +build() { + cd $pkgname-$_pkgver + ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin + make +} + +package() { + cd $pkgname-$_pkgver + make DESTDIR="$pkgdir" install + + rm -rf "$pkgdir"/etc/init.d + install -D -m644 "$srcdir"/service \ +"$pkgdir"/usr/lib/systemd/system/haveged.service +} Deleted: community-i686/service === --- community-i686/service 2013-06-18 08:40:52 UTC (rev 92887) +++ community-i686/service 2013-06-18 08:41:07 UTC (rev 92888) @@ -1,11 +0,0 @@ -[Unit] -Description=Entropy Harvesting Daemon -Documentation=man:haveged(8) - -[Service] -Type=forking -ExecStart=/usr/bin/haveged -w 1024 -v 1 -PIDFile=/var/run/haveged.pid - -[Install] -WantedBy=multi-user.target Copied: haveged/repos/community-i686/service (from rev 92887, haveged/trunk/service) === --- community-i686/service (rev 0) +++ community-i686/service 2013-06-18 08:41:07 UTC (rev 92888) @@ -0,0 +1,11 @@ +[Unit] +Description=Entropy Harvesting Daemon +Documentation=man:haveged(8) + +[Service] +Type=forking +ExecStart=/usr/bin/haveged -w 1024 -v 1 +PIDFile=/var/run/haveged.pid + +[Install] +WantedBy=multi-user.target Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2013-06-18 08:40:52 UTC (rev 92887) +++ community-x86_64/PKGBUILD 2013-06-18 08:41:07 UTC (rev 92888) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Bartłomiej Piotrowski -# Contributor: kfgz -# Contributor: pootzko - -pkgname=haveged -pkgver=1.7.a -_pkgver=${pkgver/.a/a} -pkgrel=2 -pkgdesc='Entropy harvesting daemon using CPU timings' -arch=('i686' 'x86_64') -url='http://www.issihosts.com/haveged' -license=('GPL') -depends=('glibc') -options=('!libtool') -source=($url/$pkgname-$_pkgver.tar.gz -ser
[arch-commits] Commit in haveged/trunk (PKGBUILD)
Date: Tuesday, June 18, 2013 @ 10:40:52 Author: bpiotrowski Revision: 92887 upgpkg: haveged 1.7.c-1 - upstream release Modified: haveged/trunk/PKGBUILD --+ PKGBUILD | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-06-18 05:03:54 UTC (rev 92886) +++ PKGBUILD2013-06-18 08:40:52 UTC (rev 92887) @@ -4,9 +4,9 @@ # Contributor: pootzko pkgname=haveged -pkgver=1.7.a -_pkgver=${pkgver/.a/a} -pkgrel=2 +pkgver=1.7.c +_pkgver=${pkgver/.c/c} +pkgrel=1 pkgdesc='Entropy harvesting daemon using CPU timings' arch=('i686' 'x86_64') url='http://www.issihosts.com/haveged' @@ -15,7 +15,7 @@ options=('!libtool') source=($url/$pkgname-$_pkgver.tar.gz service) -sha256sums=('8e7b0779bd8a4b9b73769ddaf626918355e2a542d3ac35e5ec31b74a58b9b051' +sha256sums=('40397eded96fc0d624a6a81c8e888ab023e46f3114f1ee64e645531bf121' 'badf8ceb5484d45888a089fabdfba5f44f6ec2930bca203c50200051a4d83e12') build() { @@ -28,6 +28,7 @@ cd $pkgname-$_pkgver make DESTDIR="$pkgdir" install - rm -rf $pkgdir/etc/init.d - install -D -m644 $srcdir/service $pkgdir/usr/lib/systemd/system/haveged.service + rm -rf "$pkgdir"/etc/init.d + install -D -m644 "$srcdir"/service \ +"$pkgdir"/usr/lib/systemd/system/haveged.service }
[arch-commits] Commit in grub/repos (34 files)
Date: Tuesday, June 18, 2013 @ 09:15:39 Author: tpowa Revision: 188698 archrelease: copy trunk to testing-i686, testing-x86_64 Added: grub/repos/testing-i686/0069-Backport-gnulib-fixes-for-C11.-Fixes-Savannah-bug-37.patch (from rev 188697, grub/trunk/0069-Backport-gnulib-fixes-for-C11.-Fixes-Savannah-bug-37.patch) grub/repos/testing-i686/60_memtest86+ (from rev 188697, grub/trunk/60_memtest86+) grub/repos/testing-i686/PKGBUILD (from rev 188697, grub/trunk/PKGBUILD) grub/repos/testing-i686/archlinux_grub_mkconfig_fixes.patch (from rev 188697, grub/trunk/archlinux_grub_mkconfig_fixes.patch) grub/repos/testing-i686/grub-2.00-fix-docs.patch (from rev 188697, grub/trunk/grub-2.00-fix-docs.patch) grub/repos/testing-i686/grub.cfg (from rev 188697, grub/trunk/grub.cfg) grub/repos/testing-i686/grub.default (from rev 188697, grub/trunk/grub.default) grub/repos/testing-i686/grub.install (from rev 188697, grub/trunk/grub.install) grub/repos/testing-i686/grub_bzr_export.sh (from rev 188697, grub/trunk/grub_bzr_export.sh) grub/repos/testing-x86_64/0069-Backport-gnulib-fixes-for-C11.-Fixes-Savannah-bug-37.patch (from rev 188697, grub/trunk/0069-Backport-gnulib-fixes-for-C11.-Fixes-Savannah-bug-37.patch) grub/repos/testing-x86_64/60_memtest86+ (from rev 188697, grub/trunk/60_memtest86+) grub/repos/testing-x86_64/PKGBUILD (from rev 188697, grub/trunk/PKGBUILD) grub/repos/testing-x86_64/archlinux_grub_mkconfig_fixes.patch (from rev 188697, grub/trunk/archlinux_grub_mkconfig_fixes.patch) grub/repos/testing-x86_64/grub-2.00-fix-docs.patch (from rev 188697, grub/trunk/grub-2.00-fix-docs.patch) grub/repos/testing-x86_64/grub.cfg (from rev 188697, grub/trunk/grub.cfg) grub/repos/testing-x86_64/grub.default (from rev 188697, grub/trunk/grub.default) grub/repos/testing-x86_64/grub.install (from rev 188697, grub/trunk/grub.install) grub/repos/testing-x86_64/grub_bzr_export.sh (from rev 188697, grub/trunk/grub_bzr_export.sh) Deleted: grub/repos/testing-i686/60_memtest86+ grub/repos/testing-i686/PKGBUILD grub/repos/testing-i686/archlinux_grub_mkconfig_fixes.patch grub/repos/testing-i686/grub-2.00-fix-docs.patch grub/repos/testing-i686/grub.cfg grub/repos/testing-i686/grub.default grub/repos/testing-i686/grub.install grub/repos/testing-i686/grub_bzr_export.sh grub/repos/testing-x86_64/60_memtest86+ grub/repos/testing-x86_64/PKGBUILD grub/repos/testing-x86_64/archlinux_grub_mkconfig_fixes.patch grub/repos/testing-x86_64/grub-2.00-fix-docs.patch grub/repos/testing-x86_64/grub.cfg grub/repos/testing-x86_64/grub.default grub/repos/testing-x86_64/grub.install grub/repos/testing-x86_64/grub_bzr_export.sh + /60_memtest86+ | 64 + /PKGBUILD | 538 ++ /archlinux_grub_mkconfig_fixes.patch | 286 + /grub-2.00-fix-docs.patch | 42 /grub.cfg | 278 + /grub.default | 94 + /grub.install | 66 + /grub_bzr_export.sh | 226 testing-i686/0069-Backport-gnulib-fixes-for-C11.-Fixes-Savannah-bug-37.patch | 50 testing-i686/60_memtest86+ | 32 testing-i686/PKGBUILD | 269 - testing-i686/archlinux_grub_mkconfig_fixes.patch | 143 -- testing-i686/grub-2.00-fix-docs.patch | 21 testing-i686/grub.cfg | 139 -- testing-i686/grub.default | 47 testing-i686/grub.install | 33 testing-i686/grub_bzr_export.sh | 113 -- testing-x86_64/0069-Backport-gnulib-fixes-for-C11.-Fixes-Savannah-bug-37.patch | 50 testing-x86_64/60_memtest86+ | 32 testing-x86_64/PKGBUILD | 269 - testing-x86_64/archlinux_grub_mkconfig_fixes.patch | 143 -- testing-x86_64/grub-2.00-fix-docs.patch | 21 testing-x86_64/grub.cfg | 139 -- testing-x86_64/grub.default
[arch-commits] Commit in grub/repos (2 files)
Date: Tuesday, June 18, 2013 @ 09:10:21 Author: tpowa Revision: 188697 archrelease: copy trunk to testing-i686, testing-x86_64 Deleted: grub/repos/testing-i686/0069-Backport-gnulib-fixes-for-C11.-Fixes-Savannah-bug-37.patch grub/repos/testing-x86_64/0069-Backport-gnulib-fixes-for-C11.-Fixes-Savannah-bug-37.patch + testing-i686/0069-Backport-gnulib-fixes-for-C11.-Fixes-Savannah-bug-37.patch | 50 -- testing-x86_64/0069-Backport-gnulib-fixes-for-C11.-Fixes-Savannah-bug-37.patch | 50 -- 2 files changed, 100 deletions(-) Deleted: testing-i686/0069-Backport-gnulib-fixes-for-C11.-Fixes-Savannah-bug-37.patch === --- testing-i686/0069-Backport-gnulib-fixes-for-C11.-Fixes-Savannah-bug-37.patch 2013-06-18 07:09:54 UTC (rev 188696) +++ testing-i686/0069-Backport-gnulib-fixes-for-C11.-Fixes-Savannah-bug-37.patch 2013-06-18 07:10:21 UTC (rev 188697) @@ -1,50 +0,0 @@ -From d09689a5a2863043d007c1acb9bf0a8d1d3b776d Mon Sep 17 00:00:00 2001 -From: Colin Watson -Date: Fri, 28 Dec 2012 06:43:35 + -Subject: [PATCH 069/364] Backport gnulib fixes for C11. Fixes Savannah bug - #37738. - -* grub-core/gnulib/stdio.in.h (gets): Warn on use only if -HAVE_RAW_DECL_GETS. -* m4/stdio_h.m4 (gl_STDIO_H): Check for gets. - ChangeLog | 8 - grub-core/gnulib/stdio.in.h | 6 -- - m4/stdio_h.m4 | 2 +- - 3 files changed, 13 insertions(+), 3 deletions(-) - -diff --git a/grub-core/gnulib/stdio.in.h b/grub-core/gnulib/stdio.in.h -index 80b9dbf..a8b00c6 100644 a/grub-core/gnulib/stdio.in.h -+++ b/grub-core/gnulib/stdio.in.h -@@ -138,10 +138,12 @@ _GL_WARN_ON_USE (fflush, "fflush is not always POSIX compliant - " - #endif - - /* It is very rare that the developer ever has full control of stdin, -- so any use of gets warrants an unconditional warning. Assume it is -- always declared, since it is required by C89. */ -+ so any use of gets warrants an unconditional warning; besides, C11 -+ removed it. */ - #undef gets -+#if HAVE_RAW_DECL_GETS - _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); -+#endif - - #if @GNULIB_FOPEN@ - # if @REPLACE_FOPEN@ -diff --git a/m4/stdio_h.m4 b/m4/stdio_h.m4 -index f5650cd..8458bec 100644 a/m4/stdio_h.m4 -+++ b/m4/stdio_h.m4 -@@ -37,7 +37,7 @@ AC_DEFUN([gl_STDIO_H], - dnl corresponding gnulib module is not in use, and which is not - dnl guaranteed by C89. - gl_WARN_ON_USE_PREPARE([[#include --]], [dprintf fpurge fseeko ftello getdelim getline popen renameat -+]], [dprintf fpurge fseeko ftello getdelim getline gets popen renameat - snprintf tmpfile vdprintf vsnprintf]) - ]) - --- -1.8.1.4 - Deleted: testing-x86_64/0069-Backport-gnulib-fixes-for-C11.-Fixes-Savannah-bug-37.patch === --- testing-x86_64/0069-Backport-gnulib-fixes-for-C11.-Fixes-Savannah-bug-37.patch 2013-06-18 07:09:54 UTC (rev 188696) +++ testing-x86_64/0069-Backport-gnulib-fixes-for-C11.-Fixes-Savannah-bug-37.patch 2013-06-18 07:10:21 UTC (rev 188697) @@ -1,50 +0,0 @@ -From d09689a5a2863043d007c1acb9bf0a8d1d3b776d Mon Sep 17 00:00:00 2001 -From: Colin Watson -Date: Fri, 28 Dec 2012 06:43:35 + -Subject: [PATCH 069/364] Backport gnulib fixes for C11. Fixes Savannah bug - #37738. - -* grub-core/gnulib/stdio.in.h (gets): Warn on use only if -HAVE_RAW_DECL_GETS. -* m4/stdio_h.m4 (gl_STDIO_H): Check for gets. - ChangeLog | 8 - grub-core/gnulib/stdio.in.h | 6 -- - m4/stdio_h.m4 | 2 +- - 3 files changed, 13 insertions(+), 3 deletions(-) - -diff --git a/grub-core/gnulib/stdio.in.h b/grub-core/gnulib/stdio.in.h -index 80b9dbf..a8b00c6 100644 a/grub-core/gnulib/stdio.in.h -+++ b/grub-core/gnulib/stdio.in.h -@@ -138,10 +138,12 @@ _GL_WARN_ON_USE (fflush, "fflush is not always POSIX compliant - " - #endif - - /* It is very rare that the developer ever has full control of stdin, -- so any use of gets warrants an unconditional warning. Assume it is -- always declared, since it is required by C89. */ -+ so any use of gets warrants an unconditional warning; besides, C11 -+ removed it. */ - #undef gets -+#if HAVE_RAW_DECL_GETS - _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); -+#endif - - #if @GNULIB_FOPEN@ - # if @REPLACE_FOPEN@ -diff --git a/m4/stdio_h.m4 b/m4/stdio_h.m4 -index f5650cd..8458bec 100644 a/m4/stdio_h.m4 -+++ b/m4/stdio_h.m4 -@@ -37,7 +37,7 @@ AC_DEFUN([gl_STDIO_H], - dnl corresponding gnulib module is not in use, and which is not - dnl guaranteed by C89. - gl_WARN_ON_USE_PREPARE([[#include --]], [dprintf fpurge fseeko ftello getdelim getline popen renameat -+]], [dprintf fpurge fseeko ftello getdelim getline gets popen renameat - snprintf tm
[arch-commits] Commit in grub/trunk (60_memtest86+ PKGBUILD)
Date: Tuesday, June 18, 2013 @ 09:09:54 Author: tpowa Revision: 188696 upgpkg: grub 2.00-5 fix typo in memdisk file Modified: grub/trunk/60_memtest86+ grub/trunk/PKGBUILD ---+ 60_memtest86+ |2 +- PKGBUILD |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) Modified: 60_memtest86+ === --- 60_memtest86+ 2013-06-18 04:20:17 UTC (rev 188695) +++ 60_memtest86+ 2013-06-18 07:09:54 UTC (rev 188696) @@ -22,7 +22,7 @@ _GRUB_MEMTEST_FS_UUID="$(${grub_probe} --target=fs_uuid ${MEMTEST86_IMAGE})" _GRUB_MEMTEST_REL_PATH="$(make_system_path_relative_to_its_root ${MEMTEST86_IMAGE})" cat << EOF -if [ "${grub_platform}" == "pc" ]; then +if [ "\${grub_platform}" == "pc" ]; then menuentry "Memory Tester (memtest86+)" ${CLASS} { search --fs-uuid --no-floppy --set=root ${_GRUB_MEMTEST_HINTS_STRING} ${_GRUB_MEMTEST_FS_UUID} linux16 ${_GRUB_MEMTEST_REL_PATH} ${GRUB_CMDLINE_MEMTEST86} Modified: PKGBUILD === --- PKGBUILD2013-06-18 04:20:17 UTC (rev 188695) +++ PKGBUILD2013-06-18 07:09:54 UTC (rev 188696) @@ -8,7 +8,7 @@ pkgname=('grub-common' 'grub-bios' 'grub-efi-i386') pkgbase=grub pkgver=2.00 -pkgrel=4 +pkgrel=5 url="https://www.gnu.org/software/grub/"; arch=('i686' 'x86_64') license=('GPL3') @@ -33,7 +33,7 @@ '3b3dae993939b4e323f19365dd830e12' 'a03ffd56324520393bf574cefccb893d' 'f184b060fe22eca662ad455c69241496' - 'ae9f1bc1a579ddc88b9b2e8b46f7e1d5' + 'be55eabc102f2c60b38ed35c203686d6' 'f343ed2340ebc86c427873641bb72419' 'ab751d1d8cd3fd47e5ee24d71ecc31ed' '342dd18472a24e5fd252458b24f39a29')