[arch-commits] Commit in rust/repos (8 files)
Date: Saturday, June 27, 2015 @ 01:49:32 Author: arodseth Revision: 135915 archrelease: copy trunk to community-x86_64, community-i686 Added: rust/repos/community-i686/PKGBUILD (from rev 135914, rust/trunk/PKGBUILD) rust/repos/community-i686/rust.install (from rev 135914, rust/trunk/rust.install) rust/repos/community-x86_64/PKGBUILD (from rev 135914, rust/trunk/PKGBUILD) rust/repos/community-x86_64/rust.install (from rev 135914, rust/trunk/rust.install) Deleted: rust/repos/community-i686/PKGBUILD rust/repos/community-i686/rust.install rust/repos/community-x86_64/PKGBUILD rust/repos/community-x86_64/rust.install ---+ /PKGBUILD | 98 /rust.install | 26 ++ community-i686/PKGBUILD | 49 community-i686/rust.install | 13 - community-x86_64/PKGBUILD | 49 community-x86_64/rust.install | 13 - 6 files changed, 124 insertions(+), 124 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-06-26 23:48:35 UTC (rev 135914) +++ community-i686/PKGBUILD 2015-06-26 23:49:32 UTC (rev 135915) @@ -1,49 +0,0 @@ -# $Id$ -# Maintainer: Alexander Rødseth -# Contributor: Daniel Micay - -pkgname=rust -pkgver=1.0.0 -epoch=1 -pkgrel=3 -arch=('x86_64' 'i686') -pkgdesc='Systems programming language focused on safety, speed and concurrency' -url='http://www.rust-lang.org/' -license=('MIT' 'Apache') -makedepends=('libffi' 'perl' 'python2' 'curl') -source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}) -sha256sums=('c304cbd4f7b25d116b73c249f66bdb5c9da8645855ce195a41bda5077b995eba' -'SKIP') -install="$pkgname.install" -options=(staticlibs !strip) -validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag and Release Signing Key) -#gpg --keyserver hkp://keys.gnupg.net --recv-keys 108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE - -prepare() { - cd "rustc-$pkgver" - - sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules -} - -build() { - cd "rustc-$pkgver" - - ./configure --prefix=/usr --disable-docs --release-channel=stable - make -} - -package() { - cd "rustc-$pkgver" - - make DESTDIR="$pkgdir" install - - install -Dm644 LICENSE-APACHE \ -"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE" - install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT" - - cd "$pkgdir/usr/lib" - rm rustlib/{components,manifest-rustc,rust-installer-version} - ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so . -} - -# vim:set ts=2 sw=2 et: Copied: rust/repos/community-i686/PKGBUILD (from rev 135914, rust/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-06-26 23:49:32 UTC (rev 135915) @@ -0,0 +1,49 @@ +# $Id$ +# Maintainer: Alexander Rødseth +# Contributor: Daniel Micay + +pkgname=rust +pkgver=1.1.0 +epoch=1 +pkgrel=1 +arch=('x86_64' 'i686') +pkgdesc='Systems programming language focused on safety, speed and concurrency' +url='http://www.rust-lang.org/' +license=('MIT' 'Apache') +makedepends=('libffi' 'perl' 'python2' 'curl') +source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}) +sha256sums=('cb09f443b37ec1b81fe73c04eb413f9f656859cf7d00bc5088008cbc2a63fa8a' +'SKIP') +install="$pkgname.install" +options=(staticlibs !strip) +validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag and Release Signing Key) +#gpg --keyserver hkp://keys.gnupg.net --recv-keys 108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE + +prepare() { + cd "rustc-$pkgver" + + sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules +} + +build() { + cd "rustc-$pkgver" + + ./configure --prefix=/usr --disable-docs --release-channel=stable + make +} + +package() { + cd "rustc-$pkgver" + + make DESTDIR="$pkgdir" install + + install -Dm644 LICENSE-APACHE \ +"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE" + install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT" + + cd "$pkgdir/usr/lib" + rm rustlib/{components,manifest-rustc,rust-installer-version} + ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so . +} + +# vim:set ts=2 sw=2 et: Deleted: community-i686/rust.install === --- community-i686/rust.install 2015-06-26 23:48:35 UTC (rev 135914) +++ community-i686/rust.install 2015-06-26 23:49:32 UTC (rev 135915) @@ -1,13 +0,0 @@ -post_install() { - if type -P update-mime-database &> /dev/null; then -update-mime-database usr/share/mime >/dev/null - fi -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: rust/repos/community-i686/rus
[arch-commits] Commit in rust/trunk (PKGBUILD)
Date: Saturday, June 27, 2015 @ 01:48:35 Author: arodseth Revision: 135914 upgpkg: rust 1:1.1.0-1 Modified: rust/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-06-26 22:45:51 UTC (rev 135913) +++ PKGBUILD2015-06-26 23:48:35 UTC (rev 135914) @@ -3,9 +3,9 @@ # Contributor: Daniel Micay pkgname=rust -pkgver=1.0.0 +pkgver=1.1.0 epoch=1 -pkgrel=3 +pkgrel=1 arch=('x86_64' 'i686') pkgdesc='Systems programming language focused on safety, speed and concurrency' url='http://www.rust-lang.org/' @@ -12,7 +12,7 @@ license=('MIT' 'Apache') makedepends=('libffi' 'perl' 'python2' 'curl') source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}) -sha256sums=('c304cbd4f7b25d116b73c249f66bdb5c9da8645855ce195a41bda5077b995eba' +sha256sums=('cb09f443b37ec1b81fe73c04eb413f9f656859cf7d00bc5088008cbc2a63fa8a' 'SKIP') install="$pkgname.install" options=(staticlibs !strip)
[arch-commits] Commit in btrfs-progs/repos (18 files)
Date: Saturday, June 27, 2015 @ 01:09:26 Author: seblu Revision: 241297 db-move: moved btrfs-progs from [testing] to [core] (i686, x86_64) Added: btrfs-progs/repos/core-i686/PKGBUILD (from rev 241296, btrfs-progs/repos/testing-i686/PKGBUILD) btrfs-progs/repos/core-i686/btrfs-progs.install (from rev 241296, btrfs-progs/repos/testing-i686/btrfs-progs.install) btrfs-progs/repos/core-i686/initcpio-hook-btrfs (from rev 241296, btrfs-progs/repos/testing-i686/initcpio-hook-btrfs) btrfs-progs/repos/core-i686/initcpio-install-btrfs (from rev 241296, btrfs-progs/repos/testing-i686/initcpio-install-btrfs) btrfs-progs/repos/core-x86_64/PKGBUILD (from rev 241296, btrfs-progs/repos/testing-x86_64/PKGBUILD) btrfs-progs/repos/core-x86_64/btrfs-progs.install (from rev 241296, btrfs-progs/repos/testing-x86_64/btrfs-progs.install) btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs (from rev 241296, btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs) btrfs-progs/repos/core-x86_64/initcpio-install-btrfs (from rev 241296, btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs) Deleted: btrfs-progs/repos/core-i686/PKGBUILD btrfs-progs/repos/core-i686/btrfs-progs.install btrfs-progs/repos/core-i686/initcpio-hook-btrfs btrfs-progs/repos/core-i686/initcpio-install-btrfs btrfs-progs/repos/core-x86_64/PKGBUILD btrfs-progs/repos/core-x86_64/btrfs-progs.install btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs btrfs-progs/repos/core-x86_64/initcpio-install-btrfs btrfs-progs/repos/testing-i686/ btrfs-progs/repos/testing-x86_64/ + /PKGBUILD | 104 +++ /btrfs-progs.install | 18 ++ /initcpio-hook-btrfs | 14 /initcpio-install-btrfs| 34 +++ core-i686/PKGBUILD | 52 - core-i686/btrfs-progs.install |9 --- core-i686/initcpio-hook-btrfs |7 -- core-i686/initcpio-install-btrfs | 17 - core-x86_64/PKGBUILD | 52 - core-x86_64/btrfs-progs.install|9 --- core-x86_64/initcpio-hook-btrfs|7 -- core-x86_64/initcpio-install-btrfs | 17 - 12 files changed, 170 insertions(+), 170 deletions(-) Deleted: core-i686/PKGBUILD === --- core-i686/PKGBUILD 2015-06-26 23:02:52 UTC (rev 241296) +++ core-i686/PKGBUILD 2015-06-26 23:09:26 UTC (rev 241297) @@ -1,52 +0,0 @@ -# $Id$ -# Maintainer: Sébastien "Seblu" Luttringer -# Contributor: Tom Gundersen -# Contributor: Tobias Powalowski - -pkgname=btrfs-progs -pkgver=4.0.1 -pkgrel=1 -pkgdesc='Btrfs filesystem utilities' -arch=('i686' 'x86_64') -depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib') -makedepends=('git' 'asciidoc' 'xmlto') -url='http://btrfs.wiki.kernel.org/' -replaces=('btrfs-progs-unstable') -conflicts=('btrfs-progs-unstable') -provides=('btrfs-progs-unstable') -license=('GPL2') -source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver" -'initcpio-install-btrfs' -'initcpio-hook-btrfs') -install=btrfs-progs.install -options=(!staticlibs) -md5sums=('SKIP' - '7241ba3a4286d08da0d50b7176941112' - 'b09688a915a0ec8f40e2f5aacbabc9ad') - -build() { - cd $pkgname - ./autogen.sh - ./configure --prefix=/usr - make -} - -check() { - cd $pkgname - ./btrfs filesystem show -} - -package() { - cd $pkgname - make prefix="$pkgdir"/usr install - - # install bash completion (FS#44618) - install -Dm644 btrfs-completion "$pkgdir/usr/share/bash-completion/completions/btrfs" - - # install mkinitcpio hooks - cd "$srcdir" - install -Dm644 initcpio-install-btrfs "$pkgdir/usr/lib/initcpio/install/btrfs" - install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs" -} - -# vim:set ts=2 sw=2 ft=sh et: Copied: btrfs-progs/repos/core-i686/PKGBUILD (from rev 241296, btrfs-progs/repos/testing-i686/PKGBUILD) === --- core-i686/PKGBUILD (rev 0) +++ core-i686/PKGBUILD 2015-06-26 23:09:26 UTC (rev 241297) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Sébastien "Seblu" Luttringer +# Contributor: Tom Gundersen +# Contributor: Tobias Powalowski + +pkgname=btrfs-progs +pkgver=4.1 +pkgrel=1 +pkgdesc='Btrfs filesystem utilities' +arch=('i686' 'x86_64') +depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib') +makedepends=('git' 'asciidoc' 'xmlto') +url='http://btrfs.wiki.kernel.org/' +replaces=('btrfs-progs-unstable') +conflicts=('btrfs-progs-unstable') +provides=('btrfs-progs-unstable') +license=('GPL2') +source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver" +'initcpio-install-btrfs' +'initcpio-hook-btrfs') +install=btrfs-progs.install +options=(!staticlibs) +md5sums=('SKIP' + '7241ba3a4286
[arch-commits] Commit in less/trunk (PKGBUILD)
Date: Saturday, June 27, 2015 @ 01:02:36 Author: seblu Revision: 241295 upgpkg: less 478-1 Modified: less/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-06-26 22:51:28 UTC (rev 241294) +++ PKGBUILD2015-06-26 23:02:36 UTC (rev 241295) @@ -4,7 +4,7 @@ # Contributor: judd pkgname=less -pkgver=471 +pkgver=478 pkgrel=1 pkgdesc='A terminal based program for viewing text files' license=('GPL3') @@ -14,12 +14,12 @@ depends=('glibc' 'ncurses' 'pcre') validpgpkeys=('AE27252BD6846E7D6EAE1DD6F153A7C833235259') # Mark Nudelman source=("http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}) -md5sums=('9a40d29a2d84b41f9f36d7dd90b4f950' +md5sums=('934fcc9f137b9ef66a943c224f413d39' 'SKIP') build() { cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre + sh configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre make }
[arch-commits] Commit in less/repos (4 files)
Date: Saturday, June 27, 2015 @ 01:02:52 Author: seblu Revision: 241296 archrelease: copy trunk to testing-i686, testing-x86_64 Added: less/repos/testing-i686/ less/repos/testing-i686/PKGBUILD (from rev 241295, less/trunk/PKGBUILD) less/repos/testing-x86_64/ less/repos/testing-x86_64/PKGBUILD (from rev 241295, less/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 31 +++ testing-x86_64/PKGBUILD | 31 +++ 2 files changed, 62 insertions(+) Copied: less/repos/testing-i686/PKGBUILD (from rev 241295, less/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-06-26 23:02:52 UTC (rev 241296) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Sébastien "Seblu" Luttringer +# Contributor: Allan McRae +# Contributor: judd + +pkgname=less +pkgver=478 +pkgrel=1 +pkgdesc='A terminal based program for viewing text files' +license=('GPL3') +arch=('i686' 'x86_64') +url='http://www.greenwoodsoftware.com/less' +groups=('base') +depends=('glibc' 'ncurses' 'pcre') +validpgpkeys=('AE27252BD6846E7D6EAE1DD6F153A7C833235259') # Mark Nudelman +source=("http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}) +md5sums=('934fcc9f137b9ef66a943c224f413d39' + 'SKIP') + +build() { + cd $pkgname-$pkgver + sh configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Copied: less/repos/testing-x86_64/PKGBUILD (from rev 241295, less/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-06-26 23:02:52 UTC (rev 241296) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Sébastien "Seblu" Luttringer +# Contributor: Allan McRae +# Contributor: judd + +pkgname=less +pkgver=478 +pkgrel=1 +pkgdesc='A terminal based program for viewing text files' +license=('GPL3') +arch=('i686' 'x86_64') +url='http://www.greenwoodsoftware.com/less' +groups=('base') +depends=('glibc' 'ncurses' 'pcre') +validpgpkeys=('AE27252BD6846E7D6EAE1DD6F153A7C833235259') # Mark Nudelman +source=("http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}) +md5sums=('934fcc9f137b9ef66a943c224f413d39' + 'SKIP') + +build() { + cd $pkgname-$pkgver + sh configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in ipset/repos (8 files)
Date: Saturday, June 27, 2015 @ 00:51:28 Author: seblu Revision: 241294 archrelease: copy trunk to extra-i686, extra-x86_64 Added: ipset/repos/extra-i686/PKGBUILD (from rev 241293, ipset/trunk/PKGBUILD) ipset/repos/extra-i686/ipset.service (from rev 241293, ipset/trunk/ipset.service) ipset/repos/extra-x86_64/PKGBUILD (from rev 241293, ipset/trunk/PKGBUILD) ipset/repos/extra-x86_64/ipset.service (from rev 241293, ipset/trunk/ipset.service) Deleted: ipset/repos/extra-i686/PKGBUILD ipset/repos/extra-i686/ipset.service ipset/repos/extra-x86_64/PKGBUILD ipset/repos/extra-x86_64/ipset.service + /PKGBUILD | 80 +++ /ipset.service | 28 +++ extra-i686/PKGBUILD| 40 - extra-i686/ipset.service | 14 --- extra-x86_64/PKGBUILD | 40 - extra-x86_64/ipset.service | 14 --- 6 files changed, 108 insertions(+), 108 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2015-06-26 22:51:11 UTC (rev 241293) +++ extra-i686/PKGBUILD 2015-06-26 22:51:28 UTC (rev 241294) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Sébastien Luttringer - -pkgname=ipset -pkgver=6.24 -pkgrel=2 -pkgdesc='Administration tool for IP sets' -arch=('i686' 'x86_64') -url='http://ipset.netfilter.org' -license=('GPL2') -depends=('libmnl') -backup=("etc/$pkgname.conf") -source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2"; -"$pkgname.service") -md5sums=('8831b8f01458bf2abacc222884195a62' - 'e20fe62881993078591f1bb8b2fa22bb') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sbindir=/usr/bin --with-kmod=no - make -} - -package() { - pushd $pkgname-$pkgver - make DESTDIR="$pkgdir" install - # install doc - install -dm755 "$pkgdir/usr/share/doc/$pkgname" - install -m644 README UPGRADE ChangeLog "$pkgdir/usr/share/doc/$pkgname" - # install pkgconfig file - install -Dm644 lib/libipset.pc "$pkgdir/usr/lib/pkgconfig/libipset.pc" - popd - # systemd - install -Dm 644 $pkgname.service \ -"$pkgdir/usr/lib/systemd/system/$pkgname.service" - # default config file - install -Dm 644 /dev/null "$pkgdir/etc/$pkgname.conf" -} - -# vim:set ts=2 sw=2 et: Copied: ipset/repos/extra-i686/PKGBUILD (from rev 241293, ipset/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2015-06-26 22:51:28 UTC (rev 241294) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Sébastien Luttringer + +pkgname=ipset +pkgver=6.25.1 +pkgrel=1 +pkgdesc='Administration tool for IP sets' +arch=('i686' 'x86_64') +url='http://ipset.netfilter.org' +license=('GPL2') +depends=('libmnl') +backup=("etc/$pkgname.conf") +source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2"; +"$pkgname.service") +md5sums=('e58262af2d53bda271f43883eebc8d54' + 'e20fe62881993078591f1bb8b2fa22bb') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sbindir=/usr/bin --with-kmod=no + make +} + +package() { + pushd $pkgname-$pkgver + make DESTDIR="$pkgdir" install + # install doc + install -dm755 "$pkgdir/usr/share/doc/$pkgname" + install -m644 README UPGRADE ChangeLog "$pkgdir/usr/share/doc/$pkgname" + # install pkgconfig file + install -Dm644 lib/libipset.pc "$pkgdir/usr/lib/pkgconfig/libipset.pc" + popd + # systemd + install -Dm 644 $pkgname.service \ +"$pkgdir/usr/lib/systemd/system/$pkgname.service" + # default config file + install -Dm 644 /dev/null "$pkgdir/etc/$pkgname.conf" +} + +# vim:set ts=2 sw=2 et: Deleted: extra-i686/ipset.service === --- extra-i686/ipset.service2015-06-26 22:51:11 UTC (rev 241293) +++ extra-i686/ipset.service2015-06-26 22:51:28 UTC (rev 241294) @@ -1,14 +0,0 @@ -[Unit] -Description=Loading IP Sets -Before=network-pre.target iptables.service ip6tables.service -Wants=network-pre.target - -[Service] -Type=oneshot -RemainAfterExit=yes -ExecStart=/usr/bin/ipset -f /etc/ipset.conf restore -ExecReload=/usr/bin/ipset -f /etc/ipset.conf restore -ExecStop=/usr/bin/ipset destroy - -[Install] -WantedBy=multi-user.target Copied: ipset/repos/extra-i686/ipset.service (from rev 241293, ipset/trunk/ipset.service) === --- extra-i686/ipset.service(rev 0) +++ extra-i686/ipset.service2015-06-26 22:51:28 UTC (rev 241294) @@ -0,0 +1,14 @@ +[Unit] +Description=Loading IP Sets +Before=network-pre.target iptables.service ip6tables.service +Wants=network-pre.target + +[Service] +Type=oneshot +RemainAfterExit=yes +ExecStart=/usr/bin/ipset -f /etc/ipset.conf restore +ExecReload=/usr/bin/ipset -f /etc/ipset.conf restore +ExecStop=/usr/bin/ipset destroy + +[Ins
[arch-commits] Commit in ipset/trunk (PKGBUILD)
Date: Saturday, June 27, 2015 @ 00:51:11 Author: seblu Revision: 241293 upgpkg: ipset 6.25.1-1 Modified: ipset/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-06-26 20:11:59 UTC (rev 241292) +++ PKGBUILD2015-06-26 22:51:11 UTC (rev 241293) @@ -2,8 +2,8 @@ # Maintainer: Sébastien Luttringer pkgname=ipset -pkgver=6.24 -pkgrel=2 +pkgver=6.25.1 +pkgrel=1 pkgdesc='Administration tool for IP sets' arch=('i686' 'x86_64') url='http://ipset.netfilter.org' @@ -12,7 +12,7 @@ backup=("etc/$pkgname.conf") source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2"; "$pkgname.service") -md5sums=('8831b8f01458bf2abacc222884195a62' +md5sums=('e58262af2d53bda271f43883eebc8d54' 'e20fe62881993078591f1bb8b2fa22bb') build() {
[arch-commits] Commit in gimp-ufraw/repos (8 files)
Date: Saturday, June 27, 2015 @ 00:45:51 Author: arodseth Revision: 135913 archrelease: copy trunk to community-x86_64, community-i686 Added: gimp-ufraw/repos/community-i686/PKGBUILD (from rev 135912, gimp-ufraw/trunk/PKGBUILD) gimp-ufraw/repos/community-i686/gimp-ufraw.install (from rev 135912, gimp-ufraw/trunk/gimp-ufraw.install) gimp-ufraw/repos/community-x86_64/PKGBUILD (from rev 135912, gimp-ufraw/trunk/PKGBUILD) gimp-ufraw/repos/community-x86_64/gimp-ufraw.install (from rev 135912, gimp-ufraw/trunk/gimp-ufraw.install) Deleted: gimp-ufraw/repos/community-i686/PKGBUILD gimp-ufraw/repos/community-i686/gimp-ufraw.install gimp-ufraw/repos/community-x86_64/PKGBUILD gimp-ufraw/repos/community-x86_64/gimp-ufraw.install -+ /PKGBUILD | 96 ++ /gimp-ufraw.install | 26 + community-i686/PKGBUILD | 47 community-i686/gimp-ufraw.install | 13 community-x86_64/PKGBUILD | 47 community-x86_64/gimp-ufraw.install | 13 6 files changed, 122 insertions(+), 120 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-06-26 22:44:29 UTC (rev 135912) +++ community-i686/PKGBUILD 2015-06-26 22:45:51 UTC (rev 135913) @@ -1,47 +0,0 @@ -# $Id$ -# Maintainer: Alexander Rødseth -# Contributor: Tobias Kieslich -# Contributor: Martin Sugioarto - -pkgname=gimp-ufraw -pkgver=0.21 -pkgrel=1 -pkgdesc='Converter for raw files; utility and GIMP plugin' -url='http://ufraw.sourceforge.net/' -arch=('x86_64' 'i686') -license=('GPL') -depends=('gtkimageview' 'exiv2' 'lcms' 'desktop-file-utils' 'cfitsio' 'lensfun') -makedepends=('gimp' 'cinepaint') -optdepends=('gimp: to use the gimp import plugin for raw images' -'cinepaint: to use the cinepaint import plugin for raw images') -install="$pkgname.install" -source=("http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz";) -sha256sums=('2a6a1bcc633bdc8e15615cf726befcd7f27ab00e7c2a518469a24e1a96964d87') - -prepare() { - # One of the include files that comes with cinepaint looks for ../lib/wire/... - mkdir -p lib - ln -s /usr/include/cinepaint/wire lib/wire -} - -build() { - cd "ufraw-$pkgver" - - ./configure \ ---prefix=/usr \ ---enable-extras \ ---enable-mime \ ---enable-openmp \ ---with-gimp \ ---with-cinepaint \ ---enable-contrast - sed -i "s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/" Makefile - make -} - -package() { - make -C "ufraw-$pkgver" DESTDIR="$pkgdir" install - rm -f "$pkgdir/usr/bin/dcraw" -} - -# vim:set ts=2 sw=2 et: Copied: gimp-ufraw/repos/community-i686/PKGBUILD (from rev 135912, gimp-ufraw/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-06-26 22:45:51 UTC (rev 135913) @@ -0,0 +1,48 @@ +# $Id$ +# Maintainer: Alexander Rødseth +# Contributor: Tobias Kieslich +# Contributor: Martin Sugioarto + +pkgname=gimp-ufraw +pkgver=0.22 +pkgrel=1 +pkgdesc='Converter for raw files; utility and GIMP plugin' +url='http://ufraw.sourceforge.net/' +arch=('x86_64' 'i686') +license=('GPL') +depends=('gtkimageview' 'exiv2' 'lcms' 'desktop-file-utils' 'cfitsio' 'lensfun') +makedepends=('gimp' 'cinepaint') +optdepends=('gimp: to use the gimp import plugin for raw images' +'cinepaint: to use the cinepaint import plugin for raw images') +install="$pkgname.install" +source=("http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz";) +sha256sums=('f7abd28ce587db2a74b4c54149bd8a2523a7ddc09bedf4f923246ff0ae09a25e') + +prepare() { + # One of the include files that comes with cinepaint requires + # ../lib/wire/ to exist... + mkdir -p lib + ln -s /usr/include/cinepaint/wire lib/wire +} + +build() { + cd "ufraw-$pkgver" + + ./configure \ +--prefix=/usr \ +--enable-extras \ +--enable-mime \ +--enable-openmp \ +--with-gimp \ +--with-cinepaint \ +--enable-contrast + sed -i "s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/" Makefile + make +} + +package() { + make -C "ufraw-$pkgver" DESTDIR="$pkgdir" install + rm -f "$pkgdir/usr/bin/dcraw" +} + +# vim:set ts=2 sw=2 et: Deleted: community-i686/gimp-ufraw.install === --- community-i686/gimp-ufraw.install 2015-06-26 22:44:29 UTC (rev 135912) +++ community-i686/gimp-ufraw.install 2015-06-26 22:45:51 UTC (rev 135913) @@ -1,13 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - update-desktop-database -q -} - -post_remove() { - update-desktop-database -q -} - -# vim:set ts=2 sw=2 et: Copied: gimp-ufraw/repos/community-i686/gimp-ufraw.install (from rev 135912, gim
[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)
Date: Saturday, June 27, 2015 @ 00:44:29 Author: arodseth Revision: 135912 upgpkg: gimp-ufraw 0.22-1 Modified: gimp-ufraw/trunk/PKGBUILD --+ PKGBUILD |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-06-26 22:31:51 UTC (rev 135911) +++ PKGBUILD2015-06-26 22:44:29 UTC (rev 135912) @@ -4,7 +4,7 @@ # Contributor: Martin Sugioarto pkgname=gimp-ufraw -pkgver=0.21 +pkgver=0.22 pkgrel=1 pkgdesc='Converter for raw files; utility and GIMP plugin' url='http://ufraw.sourceforge.net/' @@ -16,10 +16,11 @@ 'cinepaint: to use the cinepaint import plugin for raw images') install="$pkgname.install" source=("http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz";) -sha256sums=('2a6a1bcc633bdc8e15615cf726befcd7f27ab00e7c2a518469a24e1a96964d87') +sha256sums=('f7abd28ce587db2a74b4c54149bd8a2523a7ddc09bedf4f923246ff0ae09a25e') prepare() { - # One of the include files that comes with cinepaint looks for ../lib/wire/... + # One of the include files that comes with cinepaint requires + # ../lib/wire/ to exist... mkdir -p lib ln -s /usr/include/cinepaint/wire lib/wire }
[arch-commits] Commit in vim-airline/repos/community-any (PKGBUILD vimdoc.install)
Date: Saturday, June 27, 2015 @ 00:31:51 Author: arodseth Revision: 135911 archrelease: copy trunk to community-any Added: vim-airline/repos/community-any/PKGBUILD (from rev 135910, vim-airline/trunk/PKGBUILD) vim-airline/repos/community-any/vimdoc.install (from rev 135910, vim-airline/trunk/vimdoc.install) + PKGBUILD | 32 vimdoc.install | 16 2 files changed, 48 insertions(+) Copied: vim-airline/repos/community-any/PKGBUILD (from rev 135910, vim-airline/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-06-26 22:31:51 UTC (rev 135911) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Alexander Rødseth +# Contributor: olantwin + +pkgname=vim-airline +pkgver=0.7 +pkgrel=2 +pkgdesc='Lean & mean statusline/tabline for ViM' +arch=('any') +url='https://github.com/bling/vim-airline' +license=('MIT') +depends=('vim-runtime') +makedepends=('git') +#optdepends=('otf-powerline-symbols-git: Use the Powerline symbols') +install='vimdoc.install' +source=("git://github.com/bling/$pkgname.git#tag=v$pkgver") +md5sums=('SKIP') + +package() { + cd "$pkgname" + + _installpath="$pkgdir/usr/share/vim/vimfiles" + install -Dm755 doc/airline.txt "$_installpath/doc/airline.txt" + install -Dm755 plugin/airline.vim "$_installpath/plugin/airline.vim" + install -d "$_installpath/autoload" + install -d "$_installpath/t" + cp -R autoload/* "$_installpath/autoload" + cp -R t/* "$_installpath/t" + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et: Copied: vim-airline/repos/community-any/vimdoc.install (from rev 135910, vim-airline/trunk/vimdoc.install) === --- vimdoc.install (rev 0) +++ vimdoc.install 2015-06-26 22:31:51 UTC (rev 135911) @@ -0,0 +1,16 @@ +post_install() { +echo -n 'Updating vim help tags...' +/usr/bin/vim --noplugins -u NONE -U NONE \ + --cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1 +echo 'done.' +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in (6 files)
Date: Saturday, June 27, 2015 @ 00:30:53 Author: arodseth Revision: 135910 Moving from AUR Added: vim-airline/ vim-airline/repos/ vim-airline/repos/community-any/ vim-airline/trunk/ vim-airline/trunk/PKGBUILD vim-airline/trunk/vimdoc.install + PKGBUILD | 32 vimdoc.install | 16 2 files changed, 48 insertions(+) Added: vim-airline/trunk/PKGBUILD === --- vim-airline/trunk/PKGBUILD (rev 0) +++ vim-airline/trunk/PKGBUILD 2015-06-26 22:30:53 UTC (rev 135910) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Alexander Rødseth +# Contributor: olantwin + +pkgname=vim-airline +pkgver=0.7 +pkgrel=2 +pkgdesc='Lean & mean statusline/tabline for ViM' +arch=('any') +url='https://github.com/bling/vim-airline' +license=('MIT') +depends=('vim-runtime') +makedepends=('git') +#optdepends=('otf-powerline-symbols-git: Use the Powerline symbols') +install='vimdoc.install' +source=("git://github.com/bling/$pkgname.git#tag=v$pkgver") +md5sums=('SKIP') + +package() { + cd "$pkgname" + + _installpath="$pkgdir/usr/share/vim/vimfiles" + install -Dm755 doc/airline.txt "$_installpath/doc/airline.txt" + install -Dm755 plugin/airline.vim "$_installpath/plugin/airline.vim" + install -d "$_installpath/autoload" + install -d "$_installpath/t" + cp -R autoload/* "$_installpath/autoload" + cp -R t/* "$_installpath/t" + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et: Property changes on: vim-airline/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: vim-airline/trunk/vimdoc.install === --- vim-airline/trunk/vimdoc.install(rev 0) +++ vim-airline/trunk/vimdoc.install2015-06-26 22:30:53 UTC (rev 135910) @@ -0,0 +1,16 @@ +post_install() { +echo -n 'Updating vim help tags...' +/usr/bin/vim --noplugins -u NONE -U NONE \ + --cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1 +echo 'done.' +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in openimageio/trunk (PKGBUILD ustring-cxx11-std-string.patch)
Date: Friday, June 26, 2015 @ 22:55:32 Author: foutrelis Revision: 135909 Fix build with GCC 5.1 and C++11 ABI https://github.com/OpenImageIO/oiio/issues/1174 Added: openimageio/trunk/ustring-cxx11-std-string.patch Modified: openimageio/trunk/PKGBUILD + PKGBUILD |3 +++ ustring-cxx11-std-string.patch | 35 +++ 2 files changed, 38 insertions(+) Modified: PKGBUILD === --- PKGBUILD2015-06-26 16:17:24 UTC (rev 135908) +++ PKGBUILD2015-06-26 20:55:32 UTC (rev 135909) @@ -14,9 +14,11 @@ optdepends=('qt4: iv image viewer' 'python2: bindings support') source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver} +ustring-cxx11-std-string.patch fix-compiler-warning.patch stdmath.patch) md5sums=('SKIP' + 'ec2e922a5297331901fd9331fcfb6bdb' 'f41243f93ad9370060efdad931750289' '7b819bf20cf2c13cbde5fc6511e39f35') @@ -23,6 +25,7 @@ prepare() { cd oiio + patch -Np1 < "$srcdir/ustring-cxx11-std-string.patch" patch -Np1 < "$srcdir/fix-compiler-warning.patch" patch -Np1 < "$srcdir/stdmath.patch" } Added: ustring-cxx11-std-string.patch === --- ustring-cxx11-std-string.patch (rev 0) +++ ustring-cxx11-std-string.patch 2015-06-26 20:55:32 UTC (rev 135909) @@ -0,0 +1,35 @@ +From a2ccfad7c4962a5203ea2cf755fd102b4c67f997 Mon Sep 17 00:00:00 2001 +From: Larry Gritz +Date: Fri, 26 Jun 2015 11:46:23 -0700 +Subject: [PATCH] ustring fixes for new gcc (5.1+) std::string ABI + +This makes it work (and adds a test). +We still need to return and do something more clever for that case. +I'll need to install gcc 5.1 first to see how the internals work. +But in the mean time, at least this will unbreak things for people +already on gcc 5.1. + +Fixes #1174 +--- + src/libutil/ustring.cpp | 7 ++- + src/libutil/ustring_test.cpp | 2 ++ + 2 files changed, 8 insertions(+), 1 deletion(-) + +diff --git a/src/libutil/ustring.cpp b/src/libutil/ustring.cpp +index 1d12533..4b4a8c2 100644 +--- a/src/libutil/ustring.cpp b/src/libutil/ustring.cpp +@@ -318,7 +318,12 @@ ustring::TableRep::TableRep (string_view strref, size_t hash) + // the std::string to make it point to our chars! In such a case, the + // destructor will be careful not to allow a deallocation. + +-#if defined(__GNUC__) && !defined(_LIBCPP_VERSION) ++#if defined(__GNUC__) && !defined(_LIBCPP_VERSION) && defined(_GLIBCXX_USE_CXX11_ABI) && _GLIBCXX_USE_CXX11_ABI ++// NEW gcc ABI ++// FIXME -- do something smart with this. ++ ++#elif defined(__GNUC__) && !defined(_LIBCPP_VERSION) ++// OLD gcc ABI + // It turns out that the first field of a gcc std::string is a pointer + // to the characters within the basic_string::_Rep. We merely redirect + // that pointer, though for std::string to function properly, the chars
[arch-commits] Commit in systemd/repos (18 files)
Date: Friday, June 26, 2015 @ 22:11:59 Author: foutrelis Revision: 241292 archrelease: copy trunk to testing-i686, testing-x86_64 Added: systemd/repos/testing-i686/ systemd/repos/testing-i686/PKGBUILD (from rev 241291, systemd/trunk/PKGBUILD) systemd/repos/testing-i686/arch.conf (from rev 241291, systemd/trunk/arch.conf) systemd/repos/testing-i686/initcpio-hook-udev (from rev 241291, systemd/trunk/initcpio-hook-udev) systemd/repos/testing-i686/initcpio-install-systemd (from rev 241291, systemd/trunk/initcpio-install-systemd) systemd/repos/testing-i686/initcpio-install-udev (from rev 241291, systemd/trunk/initcpio-install-udev) systemd/repos/testing-i686/loader.conf (from rev 241291, systemd/trunk/loader.conf) systemd/repos/testing-i686/splash-arch.bmp (from rev 241291, systemd/trunk/splash-arch.bmp) systemd/repos/testing-i686/systemd.install (from rev 241291, systemd/trunk/systemd.install) systemd/repos/testing-x86_64/ systemd/repos/testing-x86_64/PKGBUILD (from rev 241291, systemd/trunk/PKGBUILD) systemd/repos/testing-x86_64/arch.conf (from rev 241291, systemd/trunk/arch.conf) systemd/repos/testing-x86_64/initcpio-hook-udev (from rev 241291, systemd/trunk/initcpio-hook-udev) systemd/repos/testing-x86_64/initcpio-install-systemd (from rev 241291, systemd/trunk/initcpio-install-systemd) systemd/repos/testing-x86_64/initcpio-install-udev (from rev 241291, systemd/trunk/initcpio-install-udev) systemd/repos/testing-x86_64/loader.conf (from rev 241291, systemd/trunk/loader.conf) systemd/repos/testing-x86_64/splash-arch.bmp (from rev 241291, systemd/trunk/splash-arch.bmp) systemd/repos/testing-x86_64/systemd.install (from rev 241291, systemd/trunk/systemd.install) -+ testing-i686/PKGBUILD | 198 testing-i686/arch.conf |7 + testing-i686/initcpio-hook-udev | 22 +++ testing-i686/initcpio-install-systemd | 170 testing-i686/initcpio-install-udev | 29 testing-i686/loader.conf|1 testing-i686/systemd.install| 205 ++ testing-x86_64/PKGBUILD | 198 testing-x86_64/arch.conf|7 + testing-x86_64/initcpio-hook-udev | 22 +++ testing-x86_64/initcpio-install-systemd | 170 testing-x86_64/initcpio-install-udev| 29 testing-x86_64/loader.conf |1 testing-x86_64/systemd.install | 205 ++ 14 files changed, 1264 insertions(+) The diff is longer than the limit of 200KB. Use svn diff -r 241291:241292 to see the changes.
[arch-commits] Commit in systemd/trunk (PKGBUILD)
Date: Friday, June 26, 2015 @ 22:11:40 Author: foutrelis Revision: 241291 upgpkg: systemd 221-2 - Fix autosuspend issue with USB keyboards (FS#45427). - Fix delay when suspending while NetworkManager is running (FS#45450). Modified: systemd/trunk/PKGBUILD --+ PKGBUILD | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-06-26 14:23:30 UTC (rev 241290) +++ PKGBUILD2015-06-26 20:11:40 UTC (rev 241291) @@ -4,7 +4,7 @@ pkgbase=systemd pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat') pkgver=221 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="http://www.freedesktop.org/wiki/Software/systemd"; makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' @@ -38,6 +38,18 @@ # https://github.com/systemd/systemd/commit/11b9fb15be96 git cherry-pick -n 11b9fb15be96 + # core: fix reversed dependency check in unit_check_unneeded + # https://github.com/systemd/systemd/commit/084918ba41ac + git cherry-pick -n 084918ba41ac + + # rules: remove all power management from udev + # https://github.com/systemd/systemd/commit/e2452eef02a8 + git cherry-pick -n e2452eef02a8 + + # logind: fix delayed execution regression + # https://github.com/systemd/systemd/commit/418b22b88f79 + git cherry-pick -n 418b22b88f79 + ./autogen.sh }
[arch-commits] Commit in paxd/trunk (PKGBUILD)
Date: Friday, June 26, 2015 @ 18:16:50 Author: thestinger Revision: 135907 upgpkg: paxd 28-1 Modified: paxd/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-06-26 14:54:21 UTC (rev 135906) +++ PKGBUILD2015-06-26 16:16:50 UTC (rev 135907) @@ -1,7 +1,7 @@ # $Id$ # Maintainer: Daniel Micay pkgname=paxd -pkgver=27 +pkgver=28 pkgrel=1 pkgdesc='PaX exception daemon' arch=(i686 x86_64) @@ -10,7 +10,7 @@ depends=(glib2) source=($pkgname-$pkgver.tar.gz::https://github.com/thestinger/paxd/archive/$pkgver.tar.gz 10-enable-pax.conf) -sha1sums=('fbf84d4c73896f5fc59b4c58a706bc7c1b29557a' +sha1sums=('44ee369766b5b8496c2fabaaf19177eb0088d9f7' '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2') backup=(etc/paxd.conf)
[arch-commits] Commit in paxd/repos (8 files)
Date: Friday, June 26, 2015 @ 18:17:24 Author: thestinger Revision: 135908 archrelease: copy trunk to community-i686, community-x86_64 Added: paxd/repos/community-i686/10-enable-pax.conf (from rev 135907, paxd/trunk/10-enable-pax.conf) paxd/repos/community-i686/PKGBUILD (from rev 135907, paxd/trunk/PKGBUILD) paxd/repos/community-x86_64/10-enable-pax.conf (from rev 135907, paxd/trunk/10-enable-pax.conf) paxd/repos/community-x86_64/PKGBUILD (from rev 135907, paxd/trunk/PKGBUILD) Deleted: paxd/repos/community-i686/10-enable-pax.conf paxd/repos/community-i686/PKGBUILD paxd/repos/community-x86_64/10-enable-pax.conf paxd/repos/community-x86_64/PKGBUILD -+ /10-enable-pax.conf |4 ++ /PKGBUILD | 56 ++ community-i686/10-enable-pax.conf |2 - community-i686/PKGBUILD | 28 - community-x86_64/10-enable-pax.conf |2 - community-x86_64/PKGBUILD | 28 - 6 files changed, 60 insertions(+), 60 deletions(-) Deleted: community-i686/10-enable-pax.conf === --- community-i686/10-enable-pax.conf 2015-06-26 16:16:50 UTC (rev 135907) +++ community-i686/10-enable-pax.conf 2015-06-26 16:17:24 UTC (rev 135908) @@ -1,2 +0,0 @@ -# Disable PaX soft mode (set earlier by 05-grsecurity.conf) -kernel.pax.softmode = 0 Copied: paxd/repos/community-i686/10-enable-pax.conf (from rev 135907, paxd/trunk/10-enable-pax.conf) === --- community-i686/10-enable-pax.conf (rev 0) +++ community-i686/10-enable-pax.conf 2015-06-26 16:17:24 UTC (rev 135908) @@ -0,0 +1,2 @@ +# Disable PaX soft mode (set earlier by 05-grsecurity.conf) +kernel.pax.softmode = 0 Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-06-26 16:16:50 UTC (rev 135907) +++ community-i686/PKGBUILD 2015-06-26 16:17:24 UTC (rev 135908) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Daniel Micay -pkgname=paxd -pkgver=27 -pkgrel=1 -pkgdesc='PaX exception daemon' -arch=(i686 x86_64) -url='https://github.com/thestinger/paxd/' -license=(MIT) -depends=(glib2) -source=($pkgname-$pkgver.tar.gz::https://github.com/thestinger/paxd/archive/$pkgver.tar.gz - 10-enable-pax.conf) -sha1sums=('fbf84d4c73896f5fc59b4c58a706bc7c1b29557a' - '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2') -backup=(etc/paxd.conf) - -build() { - cd $pkgname-$pkgver - make CC=gcc -} - -package() { - cd $pkgname-$pkgver - mkdir -p "$pkgdir/usr/lib/systemd/system/sysinit.target.wants" - make PREFIX=/usr DESTDIR="$pkgdir" install - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" - install -Dm644 ../10-enable-pax.conf "$pkgdir/usr/lib/sysctl.d/10-enable-pax.conf" -} Copied: paxd/repos/community-i686/PKGBUILD (from rev 135907, paxd/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-06-26 16:17:24 UTC (rev 135908) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Daniel Micay +pkgname=paxd +pkgver=28 +pkgrel=1 +pkgdesc='PaX exception daemon' +arch=(i686 x86_64) +url='https://github.com/thestinger/paxd/' +license=(MIT) +depends=(glib2) +source=($pkgname-$pkgver.tar.gz::https://github.com/thestinger/paxd/archive/$pkgver.tar.gz + 10-enable-pax.conf) +sha1sums=('44ee369766b5b8496c2fabaaf19177eb0088d9f7' + '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2') +backup=(etc/paxd.conf) + +build() { + cd $pkgname-$pkgver + make CC=gcc +} + +package() { + cd $pkgname-$pkgver + mkdir -p "$pkgdir/usr/lib/systemd/system/sysinit.target.wants" + make PREFIX=/usr DESTDIR="$pkgdir" install + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + install -Dm644 ../10-enable-pax.conf "$pkgdir/usr/lib/sysctl.d/10-enable-pax.conf" +} Deleted: community-x86_64/10-enable-pax.conf === --- community-x86_64/10-enable-pax.conf 2015-06-26 16:16:50 UTC (rev 135907) +++ community-x86_64/10-enable-pax.conf 2015-06-26 16:17:24 UTC (rev 135908) @@ -1,2 +0,0 @@ -# Disable PaX soft mode (set earlier by 05-grsecurity.conf) -kernel.pax.softmode = 0 Copied: paxd/repos/community-x86_64/10-enable-pax.conf (from rev 135907, paxd/trunk/10-enable-pax.conf) === --- community-x86_64/10-enable-pax.conf (rev 0) +++ community-x86_64/10-enable-pax.conf 2015-06-26 16:17:24 UTC (rev 135908) @@ -0,0 +1,2 @@ +# Disable PaX soft mode (set earlier by 05-grsecurity.conf) +kernel.pax.softmode = 0 Deleted: community-x86_64/PKGBUILD =
[arch-commits] Commit in python-py/repos/community-any (PKGBUILD PKGBUILD)
Date: Friday, June 26, 2015 @ 16:54:21 Author: fyan Revision: 135906 archrelease: copy trunk to community-any Added: python-py/repos/community-any/PKGBUILD (from rev 135905, python-py/trunk/PKGBUILD) Deleted: python-py/repos/community-any/PKGBUILD --+ PKGBUILD | 114 ++--- 1 file changed, 57 insertions(+), 57 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-06-26 14:54:05 UTC (rev 135905) +++ PKGBUILD2015-06-26 14:54:21 UTC (rev 135906) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Sebastian Wiesner -# Contributor: Igor Ramos Tiburcio -# Contributor: Wieland Hoffmann -# Contributor: Hervé Cauwelier -# Contributor: Felix Kaiser - -pkgbase=python-py -pkgname=('python-py' 'python2-py') -pkgver=1.4.29 -pkgrel=1 -pkgdesc="library with cross-python path, ini-parsing, io, code, log facilities" -arch=('any') -license=('MIT') -url="http://pylib.readthedocs.org/en/latest/"; -makedepends=('python-setuptools' 'python2-setuptools') -checkdepends=('python-pytest' 'python2-pytest') -source=("http://pypi.python.org/packages/source/p/py/py-$pkgver.tar.gz";) -sha512sums=('c172b598c3b7c8d7e0cc9b3123e80443355a0422e5e19b052f02d4261610fd832431cb50df35a3ee4913a29f87e53da2b12c17234189a3faabfab0c9899c1469') - -prepare() { - cp -a py-${pkgver}{,-py2} -} - -build() { - cd "$srcdir/py-${pkgver}" - python setup.py build - - cd "$srcdir/py-${pkgver}-py2" - python2 setup.py build -} - -check() { - cd "$srcdir/py-${pkgver}" - PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LANG=en_US.utf8 py.test - - cd "$srcdir/py-${pkgver}-py2" - PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LANG=en_US.utf8 py.test2 -} - -package_python-py() { - depends=('python') - - cd py-${pkgver} - python setup.py install --root="${pkgdir}" --optimize=1 - install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} - -package_python2-py() { - depends=('python2') - - cd py-${pkgver}-py2 - python2 setup.py install --root="${pkgdir}" --optimize=1 - install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} - Copied: python-py/repos/community-any/PKGBUILD (from rev 135905, python-py/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-06-26 14:54:21 UTC (rev 135906) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Sebastian Wiesner +# Contributor: Igor Ramos Tiburcio +# Contributor: Wieland Hoffmann +# Contributor: Hervé Cauwelier +# Contributor: Felix Kaiser + +pkgbase=python-py +pkgname=('python-py' 'python2-py') +pkgver=1.4.30 +pkgrel=1 +pkgdesc="library with cross-python path, ini-parsing, io, code, log facilities" +arch=('any') +license=('MIT') +url="http://pylib.readthedocs.org/en/latest/"; +makedepends=('python-setuptools' 'python2-setuptools') +checkdepends=('python-pytest' 'python2-pytest') +source=("http://pypi.python.org/packages/source/p/py/py-$pkgver.tar.gz";) +sha512sums=('dd9d92f8eaf8e5fc61bfb7feb4b07df5ae1745ebf88bcbe9d62589caa9e1f7d8beae5b2d20b407520919e47391cd50cf2d5323556fa5bd90a37e120b1d394d7a') + +prepare() { + cp -a py-${pkgver}{,-py2} +} + +build() { + cd "$srcdir/py-${pkgver}" + python setup.py build + + cd "$srcdir/py-${pkgver}-py2" + python2 setup.py build +} + +check() { + cd "$srcdir/py-${pkgver}" + PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LANG=en_US.utf8 py.test + + cd "$srcdir/py-${pkgver}-py2" + PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LANG=en_US.utf8 py.test2 +} + +package_python-py() { + depends=('python') + + cd py-${pkgver} + python setup.py install --root="${pkgdir}" --optimize=1 + install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} + +package_python2-py() { + depends=('python2') + + cd py-${pkgver}-py2 + python2 setup.py install --root="${pkgdir}" --optimize=1 + install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} +
[arch-commits] Commit in python-py/trunk (PKGBUILD)
Date: Friday, June 26, 2015 @ 16:54:05 Author: fyan Revision: 135905 upgpkg: python-py 1.4.30-1 Modified: python-py/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-06-26 14:02:33 UTC (rev 135904) +++ PKGBUILD2015-06-26 14:54:05 UTC (rev 135905) @@ -8,7 +8,7 @@ pkgbase=python-py pkgname=('python-py' 'python2-py') -pkgver=1.4.29 +pkgver=1.4.30 pkgrel=1 pkgdesc="library with cross-python path, ini-parsing, io, code, log facilities" arch=('any') @@ -17,7 +17,7 @@ makedepends=('python-setuptools' 'python2-setuptools') checkdepends=('python-pytest' 'python2-pytest') source=("http://pypi.python.org/packages/source/p/py/py-$pkgver.tar.gz";) -sha512sums=('c172b598c3b7c8d7e0cc9b3123e80443355a0422e5e19b052f02d4261610fd832431cb50df35a3ee4913a29f87e53da2b12c17234189a3faabfab0c9899c1469') +sha512sums=('dd9d92f8eaf8e5fc61bfb7feb4b07df5ae1745ebf88bcbe9d62589caa9e1f7d8beae5b2d20b407520919e47391cd50cf2d5323556fa5bd90a37e120b1d394d7a') prepare() { cp -a py-${pkgver}{,-py2}
[arch-commits] Commit in phonon/repos (6 files)
Date: Friday, June 26, 2015 @ 16:23:30 Author: arojas Revision: 241290 archrelease: copy trunk to extra-i686, extra-x86_64 Added: phonon/repos/extra-i686/ phonon/repos/extra-i686/PKGBUILD (from rev 241289, phonon/trunk/PKGBUILD) phonon/repos/extra-i686/qt-5.4.2.patch (from rev 241289, phonon/trunk/qt-5.4.2.patch) phonon/repos/extra-x86_64/ phonon/repos/extra-x86_64/PKGBUILD (from rev 241289, phonon/trunk/PKGBUILD) phonon/repos/extra-x86_64/qt-5.4.2.patch (from rev 241289, phonon/trunk/qt-5.4.2.patch) -+ extra-i686/PKGBUILD | 76 ++ extra-i686/qt-5.4.2.patch | 23 extra-x86_64/PKGBUILD | 76 ++ extra-x86_64/qt-5.4.2.patch | 23 4 files changed, 198 insertions(+) Copied: phonon/repos/extra-i686/PKGBUILD (from rev 241289, phonon/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2015-06-26 14:23:30 UTC (rev 241290) @@ -0,0 +1,76 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgbase=phonon +pkgname=('phonon-qt4' 'phonon-qt5') +pkgver=4.8.3 +pkgrel=2 +arch=('i686' 'x86_64') +url='http://phonon.kde.org/' +license=('LGPL') +makedepends=('cmake' 'automoc4' 'libpulse' 'libqzeitgeist' 'qt5-base' 'qt5-tools' 'qt5-quick1') +options=('!emptydirs') +source=("http://download.kde.org/stable/${pkgbase}/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz"; 'qt-5.4.2.patch') +md5sums=('88bb9867261803eed61ff53a7c026338' + '0235218127e47f646dd037661970aa97') + +prepare() { + mkdir build + mkdir build-qt5 + +# Fix build with Qt 5.4.2 + cd $pkgbase-$pkgver + patch -p1 -i "$srcdir"/qt-5.4.2.patch +} + +build() { + cd build + cmake ../${pkgbase}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_SKIP_RPATH=ON \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \ +-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \ +-D__KDE_HAVE_GCC_VISIBILITY=NO \ +-DCMAKE_INSTALL_LIBDIR=lib + make + + cd ../build-qt5 + cmake ../${pkgbase}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_SKIP_RPATH=ON \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \ +-DPHONON_BUILD_PHONON4QT5=ON \ +-D__KDE_HAVE_GCC_VISIBILITY=NO \ +-DCMAKE_INSTALL_LIBDIR=lib + make +} + +package_phonon-qt4(){ + pkgdesc="The multimedia framework for KDE4" + depends=('phonon-qt4-backend' 'libpulse' 'libqzeitgeist') + optdepends=('pulseaudio: PulseAudio support') + replaces=('phonon') + provides=('phonon') + conflicts=('phonon') + + cd build + make DESTDIR="${pkgdir}" install + + # Install headers into the Qt4 dir + install -d "${pkgdir}"/usr/include/qt4 + mv "${pkgdir}"/usr/include/{phonon,KDE} "${pkgdir}"/usr/include/qt4/ + + sed -i 's#includedir=/usr/include#includedir=/usr/include/qt4#' \ +"${pkgdir}/usr/lib/pkgconfig/phonon.pc" +} + +package_phonon-qt5(){ + pkgdesc="The multimedia framework for KF5" + depends=('phonon-qt5-backend' 'libpulse' 'qt5-base') + optdepends=('pulseaudio: PulseAudio support') + + cd build-qt5 + make DESTDIR="${pkgdir}" install +} Copied: phonon/repos/extra-i686/qt-5.4.2.patch (from rev 241289, phonon/trunk/qt-5.4.2.patch) === --- extra-i686/qt-5.4.2.patch (rev 0) +++ extra-i686/qt-5.4.2.patch 2015-06-26 14:23:30 UTC (rev 241290) @@ -0,0 +1,23 @@ +From: Hrvoje Senjan +Date: Thu, 28 May 2015 15:56:47 + +Subject: Yet another _include_dirs fix +X-Git-Url: http://quickgit.kde.org/?p=phonon.git&a=commitdiff&h=635b65fa417f49ac4ae189e926bf138efc6544d6 +--- +Yet another _include_dirs fix + +The variable is set as a definition, so mark it as such +--- + + +--- a/cmake/FindPhononInternal.cmake b/cmake/FindPhononInternal.cmake +@@ -409,7 +409,7 @@ + file(WRITE "${_source_file}" "${_source}") + set(_include_dirs "-DINCLUDE_DIRECTORIES:STRING=${QT_INCLUDES}") + +- try_compile(_compile_result ${CMAKE_BINARY_DIR} ${_source_file} CMAKE_FLAGS "${_include_dirs}" OUTPUT_VARIABLE _compile_output_var) ++ try_compile(_compile_result ${CMAKE_BINARY_DIR} ${_source_file} CMAKE_FLAGS "${CMAKE_CXX_FLAGS}" COMPILE_DEFINITIONS "${_include_dirs}" OUTPUT_VARIABLE _compile_output_var) + + if(NOT _compile_result) + message("${_compile_output_var}") + Copied: phonon/repos/extra-x86_64/PKGBUILD (from rev 241289, phonon/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2015-06-26 14:23:30 UTC (rev 241290) @@ -0,0 +1,76 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgbase=phonon +pkgname=('phonon-qt4' 'phonon-qt5') +pkgver=4.8.3 +pkgrel=2 +arch=('i686' 'x86_64') +url=
[arch-commits] Commit in phonon/repos (extra-i686 extra-x86_64)
Date: Friday, June 26, 2015 @ 16:23:06 Author: arojas Revision: 241289 Deleted: phonon/repos/extra-i686/ phonon/repos/extra-x86_64/
[arch-commits] Commit in spice-gtk3/trunk (PKGBUILD)
Date: Friday, June 26, 2015 @ 16:02:16 Author: spupykin Revision: 135903 upgpkg: spice-gtk3 0.29-1 upd Modified: spice-gtk3/trunk/PKGBUILD --+ PKGBUILD |9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-06-26 13:25:23 UTC (rev 135902) +++ PKGBUILD2015-06-26 14:02:16 UTC (rev 135903) @@ -5,7 +5,7 @@ # Contributor: Lucio Zara pkgname=spice-gtk3 -pkgver=0.28 +pkgver=0.29 pkgrel=1 pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 version)" arch=('i686' 'x86_64') @@ -13,16 +13,13 @@ license=('LGPL2.1') depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libcacard' 'libpulse' 'usbredir' 'libsoup') makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'spice-protocol' 'usbutils' -'vala' 'sdl') +'vala' 'sdl' 'python2-six') source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";) -sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1') -sha256sums=('5075e07010db434146649110ade31f5a6cdcdb4efbb4bedd40f1a977f090430c') -sha256sums=('15aeeb63422cb3bfaa2edbf4602ed2025baa4455abfd1677f631245a0d0f81c4') +sha256sums=('44c7e22713246a2054c3c3b6e0280fd4c1fdbd2c8d33e5eb95bcda4748d5e973') prepare() { cd "$srcdir/spice-gtk-$pkgver" sed -i 's,/usr/bin/env python,/usr/bin/python2,' spice-common/spice_codegen.py - sed -i 's|#define SPICE_GTK_MICRO_VERSION.*|#define SPICE_GTK_MICRO_VERSION (0)|g' gtk/spice-version.h* } build() {
[arch-commits] Commit in spice-gtk3/repos (4 files)
Date: Friday, June 26, 2015 @ 16:02:33 Author: spupykin Revision: 135904 archrelease: copy trunk to community-i686, community-x86_64 Added: spice-gtk3/repos/community-i686/PKGBUILD (from rev 135903, spice-gtk3/trunk/PKGBUILD) spice-gtk3/repos/community-x86_64/PKGBUILD (from rev 135903, spice-gtk3/trunk/PKGBUILD) Deleted: spice-gtk3/repos/community-i686/PKGBUILD spice-gtk3/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 76 community-i686/PKGBUILD | 41 --- community-x86_64/PKGBUILD | 41 --- 3 files changed, 76 insertions(+), 82 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-06-26 14:02:16 UTC (rev 135903) +++ community-i686/PKGBUILD 2015-06-26 14:02:33 UTC (rev 135904) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Stefano Facchini -# Contributor: Jonathan Lestrelin -# Contributor: Lucio Zara - -pkgname=spice-gtk3 -pkgver=0.28 -pkgrel=1 -pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 version)" -arch=('i686' 'x86_64') -url="http://spice-space.org"; -license=('LGPL2.1') -depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libcacard' 'libpulse' 'usbredir' 'libsoup') -makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'spice-protocol' 'usbutils' -'vala' 'sdl') -source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";) -sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1') -sha256sums=('5075e07010db434146649110ade31f5a6cdcdb4efbb4bedd40f1a977f090430c') -sha256sums=('15aeeb63422cb3bfaa2edbf4602ed2025baa4455abfd1677f631245a0d0f81c4') - -prepare() { - cd "$srcdir/spice-gtk-$pkgver" - sed -i 's,/usr/bin/env python,/usr/bin/python2,' spice-common/spice_codegen.py - sed -i 's|#define SPICE_GTK_MICRO_VERSION.*|#define SPICE_GTK_MICRO_VERSION (0)|g' gtk/spice-version.h* -} - -build() { - cd "$srcdir/spice-gtk-$pkgver" - PYTHON=python2 ./configure --prefix=/usr \ ---disable-static --enable-vala --with-gtk=3.0 \ ---with-audio=pulse \ ---with-coroutine=gthread --sbindir=/usr/bin \ ---enable-smartcard - make -} - -package() { - cd "$srcdir/spice-gtk-$pkgver" - make DESTDIR="$pkgdir/" install -} Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 135903, spice-gtk3/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-06-26 14:02:33 UTC (rev 135904) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Stefano Facchini +# Contributor: Jonathan Lestrelin +# Contributor: Lucio Zara + +pkgname=spice-gtk3 +pkgver=0.29 +pkgrel=1 +pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 version)" +arch=('i686' 'x86_64') +url="http://spice-space.org"; +license=('LGPL2.1') +depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libcacard' 'libpulse' 'usbredir' 'libsoup') +makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'spice-protocol' 'usbutils' +'vala' 'sdl' 'python2-six') +source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";) +sha256sums=('44c7e22713246a2054c3c3b6e0280fd4c1fdbd2c8d33e5eb95bcda4748d5e973') + +prepare() { + cd "$srcdir/spice-gtk-$pkgver" + sed -i 's,/usr/bin/env python,/usr/bin/python2,' spice-common/spice_codegen.py +} + +build() { + cd "$srcdir/spice-gtk-$pkgver" + PYTHON=python2 ./configure --prefix=/usr \ +--disable-static --enable-vala --with-gtk=3.0 \ +--with-audio=pulse \ +--with-coroutine=gthread --sbindir=/usr/bin \ +--enable-smartcard + make +} + +package() { + cd "$srcdir/spice-gtk-$pkgver" + make DESTDIR="$pkgdir/" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-06-26 14:02:16 UTC (rev 135903) +++ community-x86_64/PKGBUILD 2015-06-26 14:02:33 UTC (rev 135904) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Stefano Facchini -# Contributor: Jonathan Lestrelin -# Contributor: Lucio Zara - -pkgname=spice-gtk3 -pkgver=0.28 -pkgrel=1 -pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 version)" -arch=('i686' 'x86_64') -url="http://spice-space.org"; -license=('LGPL2.1') -depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libcacard' 'libpulse' 'usbredir' 'libsoup') -makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'spice-protocol' 'usbutils' -'vala' 'sdl') -source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";) -sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1') -sha256sums=('5075e07010db434146649110ade31f5a6cdcdb4efbb4bedd40f1a977f0
[arch-commits] Commit in sdcc/repos (6 files)
Date: Friday, June 26, 2015 @ 15:25:23 Author: spupykin Revision: 135902 archrelease: copy trunk to community-i686, community-x86_64 Added: sdcc/repos/community-i686/PKGBUILD (from rev 135901, sdcc/trunk/PKGBUILD) sdcc/repos/community-i686/glibc220-build-fix.patch (from rev 135901, sdcc/trunk/glibc220-build-fix.patch) sdcc/repos/community-x86_64/PKGBUILD (from rev 135901, sdcc/trunk/PKGBUILD) sdcc/repos/community-x86_64/glibc220-build-fix.patch (from rev 135901, sdcc/trunk/glibc220-build-fix.patch) Deleted: sdcc/repos/community-i686/PKGBUILD sdcc/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 102 community-i686/PKGBUILD | 45 community-i686/glibc220-build-fix.patch | 13 +++ community-x86_64/PKGBUILD | 45 community-x86_64/glibc220-build-fix.patch | 13 +++ 5 files changed, 128 insertions(+), 90 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-06-26 13:25:07 UTC (rev 135901) +++ community-i686/PKGBUILD 2015-06-26 13:25:23 UTC (rev 135902) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Maintainer: Jose Negron - -pkgname=sdcc -pkgver=3.4.0 -pkgrel=2 -pkgdesc="Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 and the Motorola 68HC08)" -arch=('i686' 'x86_64') -license=('GPL') -depends=('bash' 'gcc-libs' 'boost-libs') -makedepends=('gputils' 'flex' 'bison' 'patch' 'boost') -optdepends=('python') -url="http://sdcc.sourceforge.net/"; -options=(!strip staticlibs) -source=(http://downloads.sourceforge.net/sourceforge/sdcc/$pkgname-src-$pkgver.tar.bz2) -md5sums=('92db2ea2526f6cef412547bb1e759a48') - -prepare() { - cd $srcdir/$pkgname-$pkgver - sed -i 's|CC -E|CC -O2 -E|g' support/sdbinutils/libiberty/configure -} - -build() { - cd $srcdir/$pkgname-$pkgver - ./configure \ - --prefix=/usr \ - --includedir=/usr/include/sdcc \ - --libdir=/usr/lib/sdcc \ - --disable-werror - make -} - -package() { - cd $srcdir/$pkgname-$pkgver - - make install DESTDIR=$pkgdir - - if [ -d $pkgdir/usr/lib/lib ]; then -mv $pkgdir/usr/lib/lib/* $pkgdir/usr/lib/sdcc/ -rm -rf $pkgdir/usr/lib/lib - fi - - sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python3|' $pkgdir/usr/bin/as2gbmap -} Copied: sdcc/repos/community-i686/PKGBUILD (from rev 135901, sdcc/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-06-26 13:25:23 UTC (rev 135902) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: Jose Negron + +pkgname=sdcc +pkgver=3.5.0 +pkgrel=1 +pkgdesc="Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 and the Motorola 68HC08)" +arch=('i686' 'x86_64') +license=('GPL') +depends=('bash' 'gcc-libs' 'boost-libs') +makedepends=('gputils' 'flex' 'bison' 'patch' 'boost') +optdepends=('python') +url="http://sdcc.sourceforge.net/"; +options=(!strip staticlibs) +source=(http://downloads.sourceforge.net/sourceforge/sdcc/$pkgname-src-$pkgver.tar.bz2 +glibc220-build-fix.patch) +md5sums=('e0a1df72747c481cdedbbd328b0fceae' + 'de3be2a60baaafbdbfe5efaaacbb3028') + +prepare() { + cd $srcdir/$pkgname-$pkgver + sed -i 's|CC -E|CC -O2 -E|g' support/sdbinutils/libiberty/configure + + # Fix build with glibc 2.20 + # http://sourceforge.net/p/sdcc/bugs/2303/ + patch -Np0 -i ../glibc220-build-fix.patch +} + +build() { + cd $srcdir/$pkgname-$pkgver + ./configure \ + --prefix=/usr \ + --includedir=/usr/include/sdcc \ + --libdir=/usr/lib/sdcc \ + --disable-werror + make +} + +package() { + cd $srcdir/$pkgname-$pkgver + + make install DESTDIR=$pkgdir + + if [ -d $pkgdir/usr/lib/lib ]; then +mv $pkgdir/usr/lib/lib/* $pkgdir/usr/lib/sdcc/ +rm -rf $pkgdir/usr/lib/lib + fi + + sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python3|' $pkgdir/usr/bin/as2gbmap +} Copied: sdcc/repos/community-i686/glibc220-build-fix.patch (from rev 135901, sdcc/trunk/glibc220-build-fix.patch) === --- community-i686/glibc220-build-fix.patch (rev 0) +++ community-i686/glibc220-build-fix.patch 2015-06-26 13:25:23 UTC (rev 135902) @@ -0,0 +1,13 @@ +Index: sdas/linksrc/Makefile.in +=== +--- sdas/linksrc/Makefile.in (revision 9105) sdas/linksrc/Makefile.in (revision 9106) +@@ -35,7 +35,7 @@ + VPATH = @srcdir@ + + CPPFLAGS= @CPPFLAGS@ -I.. -I$(srcdir)/.. +-CFLAGS = @CFLAGS@ @WALL_FLAG@ -DINDEXLIB -DUNIX -I. -I$(srcdir) ++CFLAGS = @CFLAGS@ @WALL_FLAG@ -DINDEXLIB -DUNIX -I. -I$(srcdir)
[arch-commits] Commit in sdcc/trunk (PKGBUILD)
Date: Friday, June 26, 2015 @ 15:25:07 Author: spupykin Revision: 135901 upgpkg: sdcc 3.5.0-1 upd Modified: sdcc/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-06-26 13:10:13 UTC (rev 135900) +++ PKGBUILD2015-06-26 13:25:07 UTC (rev 135901) @@ -3,8 +3,8 @@ # Maintainer: Jose Negron pkgname=sdcc -pkgver=3.4.0 -pkgrel=2 +pkgver=3.5.0 +pkgrel=1 pkgdesc="Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 and the Motorola 68HC08)" arch=('i686' 'x86_64') license=('GPL') @@ -15,7 +15,7 @@ options=(!strip staticlibs) source=(http://downloads.sourceforge.net/sourceforge/sdcc/$pkgname-src-$pkgver.tar.bz2 glibc220-build-fix.patch) -md5sums=('92db2ea2526f6cef412547bb1e759a48' +md5sums=('e0a1df72747c481cdedbbd328b0fceae' 'de3be2a60baaafbdbfe5efaaacbb3028') prepare() {
[arch-commits] Commit in npm/repos/community-any (PKGBUILD PKGBUILD)
Date: Friday, June 26, 2015 @ 15:10:13 Author: fyan Revision: 135900 archrelease: copy trunk to community-any Added: npm/repos/community-any/PKGBUILD (from rev 135899, npm/trunk/PKGBUILD) Deleted: npm/repos/community-any/PKGBUILD --+ PKGBUILD | 94 ++--- 1 file changed, 47 insertions(+), 47 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-06-26 13:09:59 UTC (rev 135899) +++ PKGBUILD2015-06-26 13:10:13 UTC (rev 135900) @@ -1,47 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgname=npm -pkgver=2.11.3 -pkgrel=1 -pkgdesc='A package manager for javascript' -arch=('any') -url='https://www.npmjs.com/' -license=('custom:Artistic') -depends=('nodejs') -provides=('nodejs-node-gyp') -makedepends=('git' 'procps-ng') -optdepends=('python2: for node-gyp') -options=('!emptydirs') -source=("git+https://github.com/npm/npm.git#tag=v$pkgver";) -md5sums=('SKIP') - -build() { - cd npm - make -} - -package() { - cd npm - make NPMOPTS="--prefix=\"$pkgdir/usr\"" install - - # Why 777? :/ - chmod -R u=rwX,go=rX "$pkgdir" - - # Fix files owned by nobody: - chown -R root "$pkgdir/usr/lib/node_modules" - - # Fix wrong symlinks - for _dir in man1 man3 man5 man7; do -rm -f "$pkgdir"/usr/share/man/$_dir/* -cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir -for _file in *; do - ln -s /usr/lib/node_modules/npm/man/$_dir/$_file "$pkgdir"/usr/share/man/$_dir/ -done - done - - # Make symlink for node-gyp - ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js "$pkgdir"/usr/bin/node-gyp - - install -Dm644 "$srcdir/npm/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} Copied: npm/repos/community-any/PKGBUILD (from rev 135899, npm/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-06-26 13:10:13 UTC (rev 135900) @@ -0,0 +1,47 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgname=npm +pkgver=2.12.0 +pkgrel=1 +pkgdesc='A package manager for javascript' +arch=('any') +url='https://www.npmjs.com/' +license=('custom:Artistic') +depends=('nodejs') +provides=('nodejs-node-gyp') +makedepends=('git' 'procps-ng') +optdepends=('python2: for node-gyp') +options=('!emptydirs') +source=("git+https://github.com/npm/npm.git#tag=v$pkgver";) +md5sums=('SKIP') + +build() { + cd npm + make +} + +package() { + cd npm + make NPMOPTS="--prefix=\"$pkgdir/usr\"" install + + # Why 777? :/ + chmod -R u=rwX,go=rX "$pkgdir" + + # Fix files owned by nobody: + chown -R root "$pkgdir/usr/lib/node_modules" + + # Fix wrong symlinks + for _dir in man1 man3 man5 man7; do +rm -f "$pkgdir"/usr/share/man/$_dir/* +cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir +for _file in *; do + ln -s /usr/lib/node_modules/npm/man/$_dir/$_file "$pkgdir"/usr/share/man/$_dir/ +done + done + + # Make symlink for node-gyp + ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js "$pkgdir"/usr/bin/node-gyp + + install -Dm644 "$srcdir/npm/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +}
[arch-commits] Commit in npm/trunk (PKGBUILD)
Date: Friday, June 26, 2015 @ 15:09:59 Author: fyan Revision: 135899 upgpkg: npm 2.12.0-1 Modified: npm/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-06-26 12:22:17 UTC (rev 135898) +++ PKGBUILD2015-06-26 13:09:59 UTC (rev 135899) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan pkgname=npm -pkgver=2.11.3 +pkgver=2.12.0 pkgrel=1 pkgdesc='A package manager for javascript' arch=('any')
[arch-commits] Commit in fio/repos (4 files)
Date: Friday, June 26, 2015 @ 14:22:17 Author: anatolik Revision: 135898 archrelease: copy trunk to community-i686, community-x86_64 Added: fio/repos/community-i686/PKGBUILD (from rev 135897, fio/trunk/PKGBUILD) fio/repos/community-x86_64/PKGBUILD (from rev 135897, fio/trunk/PKGBUILD) Deleted: fio/repos/community-i686/PKGBUILD fio/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 92 community-i686/PKGBUILD | 46 -- community-x86_64/PKGBUILD | 46 -- 3 files changed, 92 insertions(+), 92 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-06-26 12:21:30 UTC (rev 135897) +++ community-i686/PKGBUILD 2015-06-26 12:22:17 UTC (rev 135898) @@ -1,46 +0,0 @@ -# $Id$ -# Maintainer: Anatol Pomozov -# Contributor: Mariusz Libera -# Contributor: John Williams - -pkgname=fio -pkgver=2.2.8 -pkgrel=1 -pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing' -arch=(i686 x86_64) -url='https://github.com/axboe/fio' -license=(GPL2) -depends=(bash libaio python2 numactl) -makedepends=(gtk2) -optdepends=( - 'gtk2: for gfio - fio GUI frontend' - 'gnuplot: generating plots using fio_generate_plots' -) -source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2) -sha256sums=('671a1166e098a8f103d6f41051a90ebac1d5f32e125f598c97d110ed32e59998') - -prepare() { - cd fio-$pkgver - - sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i tools/plot/fio2gnuplot -} - -# TODO: enable rdma, need to move the libraries from AUR -build() { - cd fio-$pkgver - ./configure --enable-gfio --extra-cflags="$CFLAGS" -} - -package() { - cd fio-$pkgver - make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install - - # documentation - install -dm755 "$pkgdir/usr/share/doc/$pkgname" - install -m644 HOWTO README REPORTING-BUGS SERVER-TODO "$pkgdir/usr/share/doc/$pkgname" - install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" - - # examples - install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples" - install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples" -} Copied: fio/repos/community-i686/PKGBUILD (from rev 135897, fio/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-06-26 12:22:17 UTC (rev 135898) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Anatol Pomozov +# Contributor: Mariusz Libera +# Contributor: John Williams + +pkgname=fio +pkgver=2.2.9 +pkgrel=1 +pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing' +arch=(i686 x86_64) +url='https://github.com/axboe/fio' +license=(GPL2) +depends=(bash libaio python2 numactl) +makedepends=(gtk2) +optdepends=( + 'gtk2: for gfio - fio GUI frontend' + 'gnuplot: generating plots using fio_generate_plots' +) +source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2) +sha256sums=('c881d9cf15500bd4436970d0467c356c5c021417131587931ba78845e965bf56') + +prepare() { + cd fio-$pkgver + + sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i tools/plot/fio2gnuplot +} + +# TODO: enable rdma, need to move the libraries from AUR +build() { + cd fio-$pkgver + ./configure --enable-gfio --extra-cflags="$CFLAGS" +} + +package() { + cd fio-$pkgver + make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install + + # documentation + install -dm755 "$pkgdir/usr/share/doc/$pkgname" + install -m644 HOWTO README REPORTING-BUGS SERVER-TODO "$pkgdir/usr/share/doc/$pkgname" + install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" + + # examples + install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples" + install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples" +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-06-26 12:21:30 UTC (rev 135897) +++ community-x86_64/PKGBUILD 2015-06-26 12:22:17 UTC (rev 135898) @@ -1,46 +0,0 @@ -# $Id$ -# Maintainer: Anatol Pomozov -# Contributor: Mariusz Libera -# Contributor: John Williams - -pkgname=fio -pkgver=2.2.8 -pkgrel=1 -pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing' -arch=(i686 x86_64) -url='https://github.com/axboe/fio' -license=(GPL2) -depends=(bash libaio python2 numactl) -makedepends=(gtk2) -optdepends=( - 'gtk2: for gfio - fio GUI frontend' - 'gnuplot: generating plots using fio_generate_plots' -) -source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2) -sha256sums=('671a1166e098a8f103d6f41051a90ebac1d5f32e125f598c97d110ed32e59998') - -prepare() { - cd fio-$pkgver - - sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i tools/plot/fio2gnuplot -} - -# TODO: enable rdma, need to move the libraries from AUR -build() { - cd fio-$pkgver
[arch-commits] Commit in fio/trunk (PKGBUILD)
Date: Friday, June 26, 2015 @ 14:21:30 Author: anatolik Revision: 135897 upgpkg: fio 2.2.9-1 Modified: fio/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-06-26 07:27:50 UTC (rev 135896) +++ PKGBUILD2015-06-26 12:21:30 UTC (rev 135897) @@ -4,7 +4,7 @@ # Contributor: John Williams pkgname=fio -pkgver=2.2.8 +pkgver=2.2.9 pkgrel=1 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing' arch=(i686 x86_64) @@ -17,7 +17,7 @@ 'gnuplot: generating plots using fio_generate_plots' ) source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2) -sha256sums=('671a1166e098a8f103d6f41051a90ebac1d5f32e125f598c97d110ed32e59998') +sha256sums=('c881d9cf15500bd4436970d0467c356c5c021417131587931ba78845e965bf56') prepare() { cd fio-$pkgver
[arch-commits] Commit in subtitleeditor/repos/community-i686 (6 files)
Date: Friday, June 26, 2015 @ 09:27:50 Author: jlichtblau Revision: 135896 archrelease: copy trunk to community-i686 Added: subtitleeditor/repos/community-i686/PKGBUILD (from rev 135895, subtitleeditor/trunk/PKGBUILD) subtitleeditor/repos/community-i686/subtitleeditor.changelog (from rev 135895, subtitleeditor/trunk/subtitleeditor.changelog) subtitleeditor/repos/community-i686/subtitleeditor.install (from rev 135895, subtitleeditor/trunk/subtitleeditor.install) Deleted: subtitleeditor/repos/community-i686/PKGBUILD subtitleeditor/repos/community-i686/subtitleeditor.changelog subtitleeditor/repos/community-i686/subtitleeditor.install --+ PKGBUILD | 60 +- subtitleeditor.changelog | 143 ++--- subtitleeditor.install | 24 +++ 3 files changed, 115 insertions(+), 112 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-06-26 06:47:51 UTC (rev 135895) +++ PKGBUILD2015-06-26 07:27:50 UTC (rev 135896) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Jaroslav Lichtblau - -pkgname=subtitleeditor -pkgver=0.51.0 -pkgrel=1 -pkgdesc="A GTK+3 tool to edit subtitles for GNU/Linux/*BSD" -arch=('i686' 'x86_64') -url="http://home.gna.org/subtitleeditor/"; -license=('GPL3') -depends=('desktop-file-utils' 'enchant' 'gst-plugins-base' 'gstreamermm' 'gst-libav' - 'gtkmm3' 'hicolor-icon-theme' 'libsigc++' 'libxml++' 'xdg-utils') -makedepends=('intltool') -install=$pkgname.install -changelog=$pkgname.changelog -source=(http://download.gna.org/$pkgname/0.51/$pkgname-$pkgver.tar.gz) -sha256sums=('4cb772d373c76ec8ab7c3c481535ff0818ea4680ddb33f5374d10c273b020675') - -build() { - cd "${srcdir}"/$pkgname-$pkgver - - ./configure --prefix=/usr - make -} - -package () { - cd "${srcdir}"/$pkgname-$pkgver - - make DESTDIR="${pkgdir}" install -} Copied: subtitleeditor/repos/community-i686/PKGBUILD (from rev 135895, subtitleeditor/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-06-26 07:27:50 UTC (rev 135896) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Jaroslav Lichtblau + +pkgname=subtitleeditor +pkgver=0.52.1 +pkgrel=1 +pkgdesc="A GTK+3 tool to edit subtitles for GNU/Linux/*BSD" +arch=('i686' 'x86_64') +url="http://home.gna.org/subtitleeditor/"; +license=('GPL3') +depends=('desktop-file-utils' 'enchant' 'gst-plugins-base' 'gstreamermm' 'gst-libav' + 'gtkmm3' 'hicolor-icon-theme' 'libsigc++' 'libxml++' 'xdg-utils') +makedepends=('intltool') +install=$pkgname.install +changelog=$pkgname.changelog +source=(http://download.gna.org/$pkgname/0.52/$pkgname-$pkgver.tar.gz) +sha256sums=('5b3e5fc1f12bcf0d4bcf5014249b6832181bd3b513ac04ee665ec979441412d5') + +build() { + cd "${srcdir}"/$pkgname-$pkgver + + ./configure --prefix=/usr + make +} + +package () { + cd "${srcdir}"/$pkgname-$pkgver + + make DESTDIR="${pkgdir}" install +} Deleted: subtitleeditor.changelog === --- subtitleeditor.changelog2015-06-26 06:47:51 UTC (rev 135895) +++ subtitleeditor.changelog2015-06-26 07:27:50 UTC (rev 135896) @@ -1,70 +0,0 @@ -2015-04-18 Jaroslav Lichtblau - * subtitleeditor 0.51.0-1 - -2014-11-12 Jaroslav Lichtblau - * subtitleeditor 0.41.0-2 - * dependency change to gstreamer0.10-mm - -2013-08-08 Jaroslav Lichtblau - * subtitleeditor 0.41.0-1 - -2012-02-22 Jaroslav Lichtblau - * subtitleeditor 0.40.0-1 - -2011-08-28 Jaroslav Lichtblau - * subtitleeditor 0.39.0-1 - -2011-07-20 Jaroslav Lichtblau - * subtitleeditor 0.38.0-1 - -2010-07-12 Jaroslav Lichtblau - * Update to major release v0.37.1 - -2010-07-04 Jaroslav Lichtblau - * Update to major release v0.37.0 - -2010-04-06 Jaroslav Lichtblau - * Update to major release v0.36.2 - -2010-03-22 Jaroslav Lichtblau - * Update to major release v0.36.1 - -2010-02-02 Jaroslav Lichtblau - * Update to major release v0.36.0 - -2009-12-31 Jaroslav Lichtblau - * Update to major release v0.35.1 - -2009-11-08 Jaroslav Lichtblau - * Update to major release v0.34.0 - -2009-06-25 Jaroslav Lichtblau - * Update to major release v0.33.0 - -2009-06-03 Jaroslav Lichtblau - * Update to major release v0.32.0 - -2009-04-22 Jaroslav Lichtblau - * Update to major release v0.31.0 - -2008-12-25 Jaroslav Lichtblau - * Update to major release v0.30.0 - -2008-11-22 Jaroslav Lichtblau - * Update to major release v0.26.0 - -2008-10-14 Jaroslav Lichtblau - * Update to major release v0.25.0 - -2008-09-23 Jaroslav Lichtblau - * Update to major release v0.24.0 - -2008-09-05 Jaroslav Lichtblau - * Update to major release v0.23.0 - -2008-08-31 Jaroslav Lichtblau - * Update to major release v0.22.3 -