[arch-commits] Commit in wiznote/repos (8 files)
Date: Tuesday, July 14, 2015 @ 08:58:14 Author: fyan Revision: 136817 archrelease: copy trunk to community-i686, community-x86_64 Added: wiznote/repos/community-i686/PKGBUILD (from rev 136816, wiznote/trunk/PKGBUILD) wiznote/repos/community-i686/wiznote.install (from rev 136816, wiznote/trunk/wiznote.install) wiznote/repos/community-x86_64/PKGBUILD (from rev 136816, wiznote/trunk/PKGBUILD) wiznote/repos/community-x86_64/wiznote.install (from rev 136816, wiznote/trunk/wiznote.install) Deleted: wiznote/repos/community-i686/PKGBUILD wiznote/repos/community-i686/wiznote.install wiznote/repos/community-x86_64/PKGBUILD wiznote/repos/community-x86_64/wiznote.install --+ /PKGBUILD| 94 + /wiznote.install | 24 + community-i686/PKGBUILD | 47 -- community-i686/wiznote.install | 12 community-x86_64/PKGBUILD| 47 -- community-x86_64/wiznote.install | 12 6 files changed, 118 insertions(+), 118 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-07-14 06:57:35 UTC (rev 136816) +++ community-i686/PKGBUILD 2015-07-14 06:58:14 UTC (rev 136817) @@ -1,47 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Albert.Zhou - -pkgname=wiznote -pkgver=2.2.1.20150629 -_commit=1c186f32d0be20f04c14e3c500f8b5294259ff6c -pkgrel=1 -pkgdesc="Opensource cross-platform cloud based note-taking client" -arch=('i686' 'x86_64') -url="http://www.wiznote.com"; -license=('GPL3' 'custom') -depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 'qt5-webkit' 'crypto++') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs -# shared clucene/quazip triggers segfault -makedepends=('cmake' 'qt5-tools' 'git' 'boost') -install=wiznote.install -_wiznote_project_name="WizQTClient" -source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#commit=$_commit";) -md5sums=('SKIP') - -prepare() { - rm $_wiznote_project_name/share/skins/default/Thumbs.db - - sed -e 's/add_subdirectory(cryptopp)//' \ - -i $_wiznote_project_name/lib/CMakeLists.txt - - sed -e 's/cryptlib/cryptopp/' \ - -i $_wiznote_project_name/src/CMakeLists.txt - - rm -rf build; mkdir build -} - -build() { - cd build - - cmake \ --DWIZNOTE_USE_QT5=YES \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_BUILD_TYPE=Release \ -../$_wiznote_project_name - make -} - -package() { - cd build - make DESTDIR="$pkgdir/" install -} Copied: wiznote/repos/community-i686/PKGBUILD (from rev 136816, wiznote/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-07-14 06:58:14 UTC (rev 136817) @@ -0,0 +1,47 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Albert.Zhou + +pkgname=wiznote +pkgver=2.2.2.20150629 +_commit=c0539e1a829bcd16dd5e2b039ad85236a769cedb +pkgrel=1 +pkgdesc="Opensource cross-platform cloud based note-taking client" +arch=('i686' 'x86_64') +url="http://www.wiznote.com"; +license=('GPL3' 'custom') +depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 'qt5-webkit' 'crypto++') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs +# shared clucene/quazip triggers segfault +makedepends=('cmake' 'qt5-tools' 'git' 'boost') +install=wiznote.install +_wiznote_project_name="WizQTClient" +source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#commit=$_commit";) +md5sums=('SKIP') + +prepare() { + rm $_wiznote_project_name/share/skins/default/Thumbs.db + + sed -e 's/add_subdirectory(cryptopp)//' \ + -i $_wiznote_project_name/lib/CMakeLists.txt + + sed -e 's/cryptlib/cryptopp/' \ + -i $_wiznote_project_name/src/CMakeLists.txt + + rm -rf build; mkdir build +} + +build() { + cd build + + cmake \ +-DWIZNOTE_USE_QT5=YES \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=Release \ +../$_wiznote_project_name + make +} + +package() { + cd build + make DESTDIR="$pkgdir/" install +} Deleted: community-i686/wiznote.install === --- community-i686/wiznote.install 2015-07-14 06:57:35 UTC (rev 136816) +++ community-i686/wiznote.install 2015-07-14 06:58:14 UTC (rev 136817) @@ -1,12 +0,0 @@ -post_install() { -xdg-icon-resource forceupdate --theme hicolor &>/dev/null -update-desktop-database -q -} - -post_upgrade() { -post_install -} - -post_remove() { -post_install -} Copied: wiznote/repos/community-i686/wiznote.install (from rev 136816, wiznote/trunk/wiznote.install) === --- community-i686/wiznote.install (rev 0) +++ community-i6
[arch-commits] Commit in wiznote/trunk (PKGBUILD)
Date: Tuesday, July 14, 2015 @ 08:57:35 Author: fyan Revision: 136816 upgpkg: wiznote 2.2.2.20150629-1 Modified: wiznote/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-14 06:26:55 UTC (rev 136815) +++ PKGBUILD2015-07-14 06:57:35 UTC (rev 136816) @@ -3,8 +3,8 @@ # Contributor: Albert.Zhou pkgname=wiznote -pkgver=2.2.1.20150629 -_commit=1c186f32d0be20f04c14e3c500f8b5294259ff6c +pkgver=2.2.2.20150629 +_commit=c0539e1a829bcd16dd5e2b039ad85236a769cedb pkgrel=1 pkgdesc="Opensource cross-platform cloud based note-taking client" arch=('i686' 'x86_64')
[arch-commits] Commit in xf86-input-libinput/repos (2 files)
Date: Tuesday, July 14, 2015 @ 08:46:31 Author: lcarlier Revision: 242192 archrelease: copy trunk to extra-i686, extra-x86_64 Deleted: xf86-input-libinput/repos/extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch xf86-input-libinput/repos/extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch + extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch | 27 -- extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch | 27 -- 2 files changed, 54 deletions(-) Deleted: extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch === --- extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch 2015-07-14 06:46:13 UTC (rev 242191) +++ extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch 2015-07-14 06:46:31 UTC (rev 242192) @@ -1,27 +0,0 @@ -From cf8b629ebf30d6aa57dd405ce450fb0f33136626 Mon Sep 17 00:00:00 2001 -From: Peter Hutterer -Date: Mon, 13 Jul 2015 08:30:43 +1000 -Subject: [PATCH xf86-input-libinput] Fedora: use unaccelerated vmask on input - ABI > 21 - -Signed-off-by: Peter Hutterer - src/libinput.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/libinput.c b/src/libinput.c -index a06e44f..5eb5adf 100644 a/src/libinput.c -+++ b/src/libinput.c -@@ -47,7 +47,7 @@ - #define XI86_SERVER_FD 0x20 - #endif - --#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + GET_ABI_MINOR(ABI_XINPUT_VERSION) > 22000 -+#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + GET_ABI_MINOR(ABI_XINPUT_VERSION) > 21000 - #define HAVE_VMASK_UNACCEL 1 - #else - #undef HAVE_VMASK_UNACCEL --- -2.4.3 - Deleted: extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch === --- extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch 2015-07-14 06:46:13 UTC (rev 242191) +++ extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch 2015-07-14 06:46:31 UTC (rev 242192) @@ -1,27 +0,0 @@ -From cf8b629ebf30d6aa57dd405ce450fb0f33136626 Mon Sep 17 00:00:00 2001 -From: Peter Hutterer -Date: Mon, 13 Jul 2015 08:30:43 +1000 -Subject: [PATCH xf86-input-libinput] Fedora: use unaccelerated vmask on input - ABI > 21 - -Signed-off-by: Peter Hutterer - src/libinput.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/libinput.c b/src/libinput.c -index a06e44f..5eb5adf 100644 a/src/libinput.c -+++ b/src/libinput.c -@@ -47,7 +47,7 @@ - #define XI86_SERVER_FD 0x20 - #endif - --#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + GET_ABI_MINOR(ABI_XINPUT_VERSION) > 22000 -+#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + GET_ABI_MINOR(ABI_XINPUT_VERSION) > 21000 - #define HAVE_VMASK_UNACCEL 1 - #else - #undef HAVE_VMASK_UNACCEL --- -2.4.3 -
[arch-commits] Commit in xf86-input-libinput/repos (8 files)
Date: Tuesday, July 14, 2015 @ 08:46:13 Author: lcarlier Revision: 242191 archrelease: copy trunk to extra-i686, extra-x86_64 Added: xf86-input-libinput/repos/extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch (from rev 242190, xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch) xf86-input-libinput/repos/extra-i686/90-libinput.conf (from rev 242190, xf86-input-libinput/trunk/90-libinput.conf) xf86-input-libinput/repos/extra-i686/PKGBUILD (from rev 242190, xf86-input-libinput/trunk/PKGBUILD) xf86-input-libinput/repos/extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch (from rev 242190, xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch) xf86-input-libinput/repos/extra-x86_64/90-libinput.conf (from rev 242190, xf86-input-libinput/trunk/90-libinput.conf) xf86-input-libinput/repos/extra-x86_64/PKGBUILD (from rev 242190, xf86-input-libinput/trunk/PKGBUILD) Deleted: xf86-input-libinput/repos/extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch xf86-input-libinput/repos/extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch + /0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch | 54 ++ extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch | 27 - extra-i686/90-libinput.conf| 30 + extra-i686/PKGBUILD| 48 extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch | 27 - extra-x86_64/90-libinput.conf | 30 + extra-x86_64/PKGBUILD | 48 7 files changed, 210 insertions(+), 54 deletions(-) Deleted: extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch === --- extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch 2015-07-14 06:41:41 UTC (rev 242190) +++ extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch 2015-07-14 06:46:13 UTC (rev 242191) @@ -1,27 +0,0 @@ -From cf8b629ebf30d6aa57dd405ce450fb0f33136626 Mon Sep 17 00:00:00 2001 -From: Peter Hutterer -Date: Mon, 13 Jul 2015 08:30:43 +1000 -Subject: [PATCH xf86-input-libinput] Fedora: use unaccelerated vmask on input - ABI > 21 - -Signed-off-by: Peter Hutterer - src/libinput.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/libinput.c b/src/libinput.c -index a06e44f..5eb5adf 100644 a/src/libinput.c -+++ b/src/libinput.c -@@ -47,7 +47,7 @@ - #define XI86_SERVER_FD 0x20 - #endif - --#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + GET_ABI_MINOR(ABI_XINPUT_VERSION) > 22000 -+#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + GET_ABI_MINOR(ABI_XINPUT_VERSION) > 21000 - #define HAVE_VMASK_UNACCEL 1 - #else - #undef HAVE_VMASK_UNACCEL --- -2.4.3 - Copied: xf86-input-libinput/repos/extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch (from rev 242190, xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch) === --- extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch (rev 0) +++ extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch 2015-07-14 06:46:13 UTC (rev 242191) @@ -0,0 +1,27 @@ +From cf8b629ebf30d6aa57dd405ce450fb0f33136626 Mon Sep 17 00:00:00 2001 +From: Peter Hutterer +Date: Mon, 13 Jul 2015 08:30:43 +1000 +Subject: [PATCH xf86-input-libinput] Fedora: use unaccelerated vmask on input + ABI > 21 + +Signed-off-by: Peter Hutterer +--- + src/libinput.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/libinput.c b/src/libinput.c +index a06e44f..5eb5adf 100644 +--- a/src/libinput.c b/src/libinput.c +@@ -47,7 +47,7 @@ + #define XI86_SERVER_FD 0x20 + #endif + +-#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + GET_ABI_MINOR(ABI_XINPUT_VERSION) > 22000 ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + GET_ABI_MINOR(ABI_XINPUT_VERSION) > 21000 + #define HAVE_VMASK_UNACCEL 1 + #else + #undef HAVE_VMASK_UNACCEL +-- +2.4.3 + Copied: xf86-input-libinput/repos/extra-i686/90-libinput.conf (from rev 242190, xf86-input-libinput/trunk/90-libinput.conf) === --- extra-i686/90-libinput.conf (rev 0) +++ extra-i686/90-libinput.conf 2015-07-14 06:46:13 UTC (rev 242191) @@ -0,0 +1,30 @@ +# Match on all types of devices but tablet devices and joysticks + +Section "InputClass" +Identifier "libinput pointer catchall" +MatchIsPointer "on" +MatchDevicePath "/dev/inpu
[arch-commits] Commit in xf86-input-libinput/repos (4 files)
Date: Tuesday, July 14, 2015 @ 08:41:41 Author: lcarlier Revision: 242190 archrelease: copy trunk to extra-i686, extra-x86_64 Deleted: xf86-input-libinput/repos/extra-i686/90-libinput.conf xf86-input-libinput/repos/extra-i686/PKGBUILD xf86-input-libinput/repos/extra-x86_64/90-libinput.conf xf86-input-libinput/repos/extra-x86_64/PKGBUILD ---+ extra-i686/90-libinput.conf | 30 - extra-i686/PKGBUILD | 48 extra-x86_64/90-libinput.conf | 30 - extra-x86_64/PKGBUILD | 48 4 files changed, 156 deletions(-) Deleted: extra-i686/90-libinput.conf === --- extra-i686/90-libinput.conf 2015-07-14 06:41:32 UTC (rev 242189) +++ extra-i686/90-libinput.conf 2015-07-14 06:41:41 UTC (rev 242190) @@ -1,30 +0,0 @@ -# Match on all types of devices but tablet devices and joysticks - -Section "InputClass" -Identifier "libinput pointer catchall" -MatchIsPointer "on" -MatchDevicePath "/dev/input/event*" -Driver "libinput" -EndSection - -Section "InputClass" -Identifier "libinput keyboard catchall" -MatchIsKeyboard "on" -MatchDevicePath "/dev/input/event*" -Driver "libinput" -EndSection - -Section "InputClass" -Identifier "libinput touchpad catchall" -MatchIsTouchpad "on" -MatchDevicePath "/dev/input/event*" -Driver "libinput" -EndSection - -Section "InputClass" -Identifier "libinput touchscreen catchall" -MatchIsTouchscreen "on" -MatchDevicePath "/dev/input/event*" -Driver "libinput" -EndSection - Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2015-07-14 06:41:32 UTC (rev 242189) +++ extra-i686/PKGBUILD 2015-07-14 06:41:41 UTC (rev 242190) @@ -1,48 +0,0 @@ -# $Id$ -# Maintainer: Laurent Carlier - -pkgname=xf86-input-libinput -pkgver=0.11.0 -pkgrel=3 -pkgdesc="Generic input driver for the X.Org server based on libinput" -arch=('i686' 'x86_64') -license=('custom') -url="http://xorg.freedesktop.org/"; -depends=('libinput') -makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21.1' 'libxi' 'libx11' 'resourceproto' 'scrnsaverproto') -conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21.1' 'X-ABI-XINPUT_VERSION>=22') -groups=('xorg-drivers' 'xorg') -source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig} -90-libinput.conf -0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch) -sha256sums=('56babf46c13d15fbd15c9d43815e9220e63acd9ed28095e7d68ad03f9148bbda' -'SKIP' -'d4a728caadb7924852dcdc0da4de950c6fb9ebd8999d4e3af3d0baaa51cd0e75' -'d7cf26243c2dca5628ab154a45c2aab6135899aec22dc2f8d02c70731fdde319') -validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) - -prepare() { - cd ${pkgname}-${pkgver} - - # FS#45229 - patch -Np1 -i../0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch -} - -build() { - cd ${pkgname}-${pkgver} - - ./configure --prefix=/usr --disable-static - make -} - -package() { - cd ${pkgname}-${pkgver} - - make DESTDIR="${pkgdir}" install - - install -m755 -d "${pkgdir}/usr/share/X11/xorg.conf.d" - install -m644 ../90-libinput.conf "${pkgdir}/usr/share/X11/xorg.conf.d/" - install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" - install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" -} - Deleted: extra-x86_64/90-libinput.conf === --- extra-x86_64/90-libinput.conf 2015-07-14 06:41:32 UTC (rev 242189) +++ extra-x86_64/90-libinput.conf 2015-07-14 06:41:41 UTC (rev 242190) @@ -1,30 +0,0 @@ -# Match on all types of devices but tablet devices and joysticks - -Section "InputClass" -Identifier "libinput pointer catchall" -MatchIsPointer "on" -MatchDevicePath "/dev/input/event*" -Driver "libinput" -EndSection - -Section "InputClass" -Identifier "libinput keyboard catchall" -MatchIsKeyboard "on" -MatchDevicePath "/dev/input/event*" -Driver "libinput" -EndSection - -Section "InputClass" -Identifier "libinput touchpad catchall" -MatchIsTouchpad "on" -MatchDevicePath "/dev/input/event*" -Driver "libinput" -EndSection - -Section "InputClass" -Identifier "libinput touchscreen catchall" -MatchIsTouchscreen "on" -MatchDevicePath "/dev/input/event*" -Driver "libinput" -EndSection - Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2015-07-14 06:41:32 UTC (rev 242189) +++ extra-x86_64/PKGBUILD 2015-07-14 06:41:41 UTC (rev 242190) @
[arch-commits] Commit in xf86-input-libinput/trunk (PKGBUILD)
Date: Tuesday, July 14, 2015 @ 08:41:32 Author: lcarlier Revision: 242189 upgpkg: xf86-input-libinput 0.12.0-1 upstream update 0.12.0 Modified: xf86-input-libinput/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-14 06:00:27 UTC (rev 242188) +++ PKGBUILD2015-07-14 06:41:32 UTC (rev 242189) @@ -2,8 +2,8 @@ # Maintainer: Laurent Carlier pkgname=xf86-input-libinput -pkgver=0.11.0 -pkgrel=3 +pkgver=0.12.0 +pkgrel=1 pkgdesc="Generic input driver for the X.Org server based on libinput" arch=('i686' 'x86_64') license=('custom') @@ -15,7 +15,7 @@ source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig} 90-libinput.conf 0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch) -sha256sums=('56babf46c13d15fbd15c9d43815e9220e63acd9ed28095e7d68ad03f9148bbda' +sha256sums=('db8f919c24a381cec1e7840f1f2117251501c0c7ae2a43941d84753154a826d6' 'SKIP' 'd4a728caadb7924852dcdc0da4de950c6fb9ebd8999d4e3af3d0baaa51cd0e75' 'd7cf26243c2dca5628ab154a45c2aab6135899aec22dc2f8d02c70731fdde319') @@ -24,7 +24,7 @@ prepare() { cd ${pkgname}-${pkgver} - # FS#45229 + # FS#45229 - not merged upstream patch -Np1 -i../0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch }
[arch-commits] Commit in goagent/repos/community-any (10 files)
Date: Tuesday, July 14, 2015 @ 08:26:55 Author: fyan Revision: 136815 archrelease: copy trunk to community-any Added: goagent/repos/community-any/PKGBUILD (from rev 136814, goagent/trunk/PKGBUILD) goagent/repos/community-any/goagent.install (from rev 136814, goagent/trunk/goagent.install) goagent/repos/community-any/goagent.service (from rev 136814, goagent/trunk/goagent.service) goagent/repos/community-any/goagent.user.ini (from rev 136814, goagent/trunk/goagent.user.ini) goagent/repos/community-any/sslwrap-python-2.7.9.patch (from rev 136814, goagent/trunk/sslwrap-python-2.7.9.patch) Deleted: goagent/repos/community-any/PKGBUILD goagent/repos/community-any/goagent.install goagent/repos/community-any/goagent.service goagent/repos/community-any/goagent.user.ini goagent/repos/community-any/sslwrap-python-2.7.9.patch + PKGBUILD | 126 +-- goagent.install| 42 +++--- goagent.service| 24 sslwrap-python-2.7.9.patch | 94 4 files changed, 143 insertions(+), 143 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-07-14 06:25:51 UTC (rev 136814) +++ PKGBUILD2015-07-14 06:26:55 UTC (rev 136815) @@ -1,63 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: cuihao -# Contributor: Guten - -pkgname=goagent -pkgver=3.2.3.20150606 -_commit=c35fb8e25e7d952943c3d8b0717282a978960157 -pkgrel=1 -pkgdesc="A gae proxy forked from gappproxy/wallproxy" -arch=("any") -url="http://goagent.googlecode.com"; -license=("GPL2") -depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib') -optdepends=('python2-crypto: Optimization for RC4' -'python2-pygeoip: for GAE Regions mode support & DNS region auto detect') -makedepends=('git') -#source=("git+https://github.com/goagent/goagent.git#tag=v$pkgver"; -source=("git+https://github.com/goagent/goagent.git#commit=$_commit"; -"${pkgname}.user.ini" -"${pkgname}.service") -backup=('etc/goagent') -install=goagent.install -sha512sums=('SKIP' - 'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e' - '4327d5b874c5150296f9c027a60994853de1b68d4c4e32291a5c41c0e162ffbccf68b6208cbc096d099721b470e1df897ad61596d8ddd705543c15b58e9a0f7c') - -prepare() { - cd $pkgname - - sed -e "s|^#!/usr/bin/env python|#!/usr/bin/env python2|" \ - -i local/{proxy.py,dnsproxy.py} - sed -e 's|^self.geoip = .*$|self.geoip = pygeoip.GeoIP("/usr/share/GeoIP/GeoIP.dat")|' \ - -e "s|os.path.join(os.path.dirname(os.path.abspath(__file__)), 'cacert.pem')|'/etc/ssl/certs/ca-certificates.crt'|" \ - -i local/proxylib.py - sed -e 's|^.*google_appengine.zip.*$||' \ - -e 's|sys\.modules\.pop(.google., None)||' \ - -i server/uploader.py -} - -package() { - cd $pkgname - - install -Dm755 local/proxy.py "$pkgdir/usr/share/$pkgname/local/goagent" - install -Dm755 local/dnsproxy.py "$pkgdir/usr/share/$pkgname/local/dnsproxy.py" - install -Dm644 local/proxylib.py "$pkgdir/usr/share/$pkgname/local/proxylib.py" - install -Dm644 local/proxy.pac "$pkgdir/usr/share/$pkgname/local/proxy.pac" - install -Dm644 local/SwitchyOptions.bak "$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak" - - install -Dm644 local/proxy.ini "$pkgdir/usr/share/$pkgname/local/goagent.ini" - install -Dm640 -g nobody ../goagent.user.ini "$pkgdir/etc/goagent" - ln -sf "/etc/goagent" "$pkgdir/usr/share/$pkgname/local/goagent.user.ini" - - chown -R nobody:nobody "$pkgdir/usr/share/$pkgname/local" - - cp -r server "$pkgdir/usr/share/$pkgname/" - rm "$pkgdir/usr/share/$pkgname/server/"{uploader.bat,google_appengine.zip} - - # systemd service - install -Dm644 "${srcdir}/goagent.service" "${pkgdir}/usr/lib/systemd/system/goagent.service" -} - -# vim:set ts=2 sw=2 et: Copied: goagent/repos/community-any/PKGBUILD (from rev 136814, goagent/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-07-14 06:26:55 UTC (rev 136815) @@ -0,0 +1,63 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: cuihao +# Contributor: Guten + +pkgname=goagent +pkgver=3.2.3.20150617 +_commit=985cbd55e232833a859e7f2940b54f7dcb6cdb14 +pkgrel=1 +pkgdesc="A gae proxy forked from gappproxy/wallproxy" +arch=("any") +url="http://goagent.googlecode.com"; +license=("GPL2") +depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib') +optdepends=('python2-crypto: Optimization for RC4' +'python2-pygeoip: for GAE Regions mode support & DNS region auto detect') +makedepends=('git') +#source=("git+https://github.com/goagent/goagent.git#tag=v$pkgver"; +source=("git+https://github.com
[arch-commits] Commit in goagent/trunk (PKGBUILD)
Date: Tuesday, July 14, 2015 @ 08:25:51 Author: fyan Revision: 136814 upgpkg: goagent 3.2.3.20150617-1 Modified: goagent/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-14 03:27:01 UTC (rev 136813) +++ PKGBUILD2015-07-14 06:25:51 UTC (rev 136814) @@ -4,8 +4,8 @@ # Contributor: Guten pkgname=goagent -pkgver=3.2.3.20150606 -_commit=c35fb8e25e7d952943c3d8b0717282a978960157 +pkgver=3.2.3.20150617 +_commit=985cbd55e232833a859e7f2940b54f7dcb6cdb14 pkgrel=1 pkgdesc="A gae proxy forked from gappproxy/wallproxy" arch=("any")
[arch-commits] Commit in kbd/repos (10 files)
Date: Tuesday, July 14, 2015 @ 08:00:27 Author: tpowa Revision: 242188 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kbd/repos/testing-i686/ kbd/repos/testing-i686/PKGBUILD (from rev 242187, kbd/trunk/PKGBUILD) kbd/repos/testing-i686/fix-dvorak-es.patch (from rev 242187, kbd/trunk/fix-dvorak-es.patch) kbd/repos/testing-i686/fix-euro2.patch (from rev 242187, kbd/trunk/fix-euro2.patch) kbd/repos/testing-i686/fix-keymap-loading-1.15.5.patch (from rev 242187, kbd/trunk/fix-keymap-loading-1.15.5.patch) kbd/repos/testing-x86_64/ kbd/repos/testing-x86_64/PKGBUILD (from rev 242187, kbd/trunk/PKGBUILD) kbd/repos/testing-x86_64/fix-dvorak-es.patch (from rev 242187, kbd/trunk/fix-dvorak-es.patch) kbd/repos/testing-x86_64/fix-euro2.patch (from rev 242187, kbd/trunk/fix-euro2.patch) kbd/repos/testing-x86_64/fix-keymap-loading-1.15.5.patch (from rev 242187, kbd/trunk/fix-keymap-loading-1.15.5.patch) + testing-i686/PKGBUILD | 46 ++ testing-i686/fix-dvorak-es.patch | 11 + testing-i686/fix-euro2.patch |9 testing-i686/fix-keymap-loading-1.15.5.patch | 47 +++ testing-x86_64/PKGBUILD| 46 ++ testing-x86_64/fix-dvorak-es.patch | 11 + testing-x86_64/fix-euro2.patch |9 testing-x86_64/fix-keymap-loading-1.15.5.patch | 47 +++ 8 files changed, 226 insertions(+) Copied: kbd/repos/testing-i686/PKGBUILD (from rev 242187, kbd/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-07-14 06:00:27 UTC (rev 242188) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Tobias Powalowski + +pkgname=kbd +pkgver=2.0.3 +pkgrel=1 +pkgdesc="Keytable files and keyboard utilities" +arch=('i686' 'x86_64') +url="http://www.kbd-project.org"; +license=('GPL') +depends=('glibc' 'pam') +makedepends=('check') +source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz +'fix-euro2.patch') +provides=('vlock') +conflicts=('vlock') +replaces=('vlock') +md5sums=('d636ee56f35233b5cd6f855c08372489' + 'd869200acbc0aab6a9cafa43cb140d4e') + +prepare() { + cd ${srcdir}/${pkgname}-${pkgver} + # rename keymap files with the same names + # this is needed because when only name of keymap is specified + # loadkeys loads the first keymap it can find, which is bad (see FS#13837) + # this should be removed when upstream adopts the change + mv data/keymaps/i386/qwertz/cz{,-qwertz}.map + mv data/keymaps/i386/olpc/es{,-olpc}.map + mv data/keymaps/i386/olpc/pt{,-olpc}.map + mv data/keymaps/i386/dvorak/no{,-dvorak}.map + mv data/keymaps/i386/fgGIod/trf{,-fgGIod}.map + mv data/keymaps/i386/colemak/{en-latin9,colemak}.map + # fix euro2 #28213 + patch -Np1 -i ../fix-euro2.patch +} + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + ./configure --prefix=/usr --datadir=/usr/share/kbd --mandir=/usr/share/man + make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR=${pkgdir} install +} Copied: kbd/repos/testing-i686/fix-dvorak-es.patch (from rev 242187, kbd/trunk/fix-dvorak-es.patch) === --- testing-i686/fix-dvorak-es.patch(rev 0) +++ testing-i686/fix-dvorak-es.patch2015-07-14 06:00:27 UTC (rev 242188) @@ -0,0 +1,11 @@ +--- kbd-1.15.5/data/keymaps/i386/dvorak/dvorak-es.map.old 2013-05-08 14:58:03.393349828 +0200 kbd-1.15.5/data/keymaps/i386/dvorak/dvorak-es.map 2013-05-08 14:58:20.206415053 +0200 +@@ -4,7 +4,7 @@ + + keymaps 0-2,4,5,6,8-10,12,14 + include "linux-with-alt-and-altgr" +-include "euro" ++include "euro.map" + strings as usual + + keycode 1 = Escape Copied: kbd/repos/testing-i686/fix-euro2.patch (from rev 242187, kbd/trunk/fix-euro2.patch) === --- testing-i686/fix-euro2.patch(rev 0) +++ testing-i686/fix-euro2.patch2015-07-14 06:00:27 UTC (rev 242188) @@ -0,0 +1,9 @@ +--- kbd-1.15.5/data/keymaps/i386/include/euro2.map.old 2013-05-08 15:00:25.917752313 +0200 kbd-1.15.5/data/keymaps/i386/include/euro2.map 2013-05-08 15:00:54.943957367 +0200 +@@ -2,5 +2,5 @@ + # [Say: "loadkeys euro2" to get Euro and cent with AltGr (right alt) + # on the positions where many keyboards have E and C. + # To get it displayed, use a latin0 (i.e., latin9) font.] +-altgr keycode 18 = currency ++altgr keycode 18 = euro + altgr keycode 46 = cent Copied: kbd/repos/testing-i686/fix-keymap-loading-1.15.5.patch (from rev 242187, kbd/trunk/fix-keymap
[arch-commits] Commit in kbd/trunk (PKGBUILD)
Date: Tuesday, July 14, 2015 @ 08:00:16 Author: tpowa Revision: 242187 upgpkg: kbd 2.0.3-1 bump to latest version Modified: kbd/trunk/PKGBUILD --+ PKGBUILD |8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-14 03:37:15 UTC (rev 242186) +++ PKGBUILD2015-07-14 06:00:16 UTC (rev 242187) @@ -2,7 +2,7 @@ # Maintainer: Tobias Powalowski pkgname=kbd -pkgver=2.0.2 +pkgver=2.0.3 pkgrel=1 pkgdesc="Keytable files and keyboard utilities" arch=('i686' 'x86_64') @@ -11,13 +11,11 @@ depends=('glibc' 'pam') makedepends=('check') source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz -'fix-dvorak-es.patch' 'fix-euro2.patch') provides=('vlock') conflicts=('vlock') replaces=('vlock') -md5sums=('f1f75f0dd5f7dde89ce47585274366f8' - '998957c4f815347dcc874c4d7555dc66' +md5sums=('d636ee56f35233b5cd6f855c08372489' 'd869200acbc0aab6a9cafa43cb140d4e') prepare() { @@ -32,8 +30,6 @@ mv data/keymaps/i386/dvorak/no{,-dvorak}.map mv data/keymaps/i386/fgGIod/trf{,-fgGIod}.map mv data/keymaps/i386/colemak/{en-latin9,colemak}.map - # fix es-dvorak #33662 - patch -Np1 -i ../fix-dvorak-es.patch # fix euro2 #28213 patch -Np1 -i ../fix-euro2.patch }
[arch-commits] Commit in perl-ev/repos (4 files)
Date: Tuesday, July 14, 2015 @ 05:37:15 Author: fyan Revision: 242186 archrelease: copy trunk to extra-i686, extra-x86_64 Added: perl-ev/repos/extra-i686/PKGBUILD (from rev 242185, perl-ev/trunk/PKGBUILD) perl-ev/repos/extra-x86_64/PKGBUILD (from rev 242185, perl-ev/trunk/PKGBUILD) Deleted: perl-ev/repos/extra-i686/PKGBUILD perl-ev/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 76 extra-i686/PKGBUILD | 41 - extra-x86_64/PKGBUILD | 41 - 3 files changed, 76 insertions(+), 82 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2015-07-14 03:36:35 UTC (rev 242185) +++ extra-i686/PKGBUILD 2015-07-14 03:37:15 UTC (rev 242186) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgname=perl-ev -pkgver=4.18 -pkgrel=2 -pkgdesc='perl interface to libev, a high performance full-featured event loop' -arch=(i686 x86_64) -license=(PerlArtistic GPL) -options=(!emptydirs) -depends=(perl-common-sense) -url=https://metacpan.org/release/EV -source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/EV-$pkgver.tar.gz";) -md5sums=('5931d0ba91f93b95723e80d573da606f') - -build() { - cd EV-$pkgver - export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps - unset PERL5LIB PERL_MM_OPT - perl Makefile.PL - make -} - -check() { - cd EV-$pkgver - export PERL_MM_USE_DEFAULT=1 - unset PERL5LIB - make test -} - -package() { - cd EV-$pkgver - make install INSTALLDIRS=vendor DESTDIR="$pkgdir" -# template start; name=perl-binary-module-dependency; version=1; -if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then - _perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);') - _perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);') - depends+=("perl>=$_perlver_min" "perl<$_perlver_max") -fi -# template end; -} Copied: perl-ev/repos/extra-i686/PKGBUILD (from rev 242185, perl-ev/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2015-07-14 03:37:15 UTC (rev 242186) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgname=perl-ev +pkgver=4.21 +pkgrel=1 +pkgdesc='perl interface to libev, a high performance full-featured event loop' +arch=('i686' 'x86_64') +license=('PerlArtistic' 'GPL') +options=('!emptydirs') +depends=('perl-common-sense') +makedepends=('perl-canary-stability') +url='https://metacpan.org/release/EV' +source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/EV-$pkgver.tar.gz";) +md5sums=('4f80209cce5f32d0e49d145096f205c1') + +build() { + cd EV-$pkgver + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + make +} + +check() { + cd EV-$pkgver + make test +} + +package() { + cd EV-$pkgver + make install DESTDIR="$pkgdir" +# template start; name=perl-binary-module-dependency; version=1; +if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then + _perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);') + _perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);') + depends+=("perl>=$_perlver_min" "perl<$_perlver_max") +fi +# template end; +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2015-07-14 03:36:35 UTC (rev 242185) +++ extra-x86_64/PKGBUILD 2015-07-14 03:37:15 UTC (rev 242186) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgname=perl-ev -pkgver=4.18 -pkgrel=2 -pkgdesc='perl interface to libev, a high performance full-featured event loop' -arch=(i686 x86_64) -license=(PerlArtistic GPL) -options=(!emptydirs) -depends=(perl-common-sense) -url=https://metacpan.org/release/EV -source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/EV-$pkgver.tar.gz";) -md5sums=('5931d0ba91f93b95723e80d573da606f') - -build() { - cd EV-$pkgver - export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps - unset PERL5LIB PERL_MM_OPT - perl Makefile.PL - make -} - -check() { - cd EV-$pkgver - export PERL_MM_USE_DEFAULT=1 - unset PERL5LIB - make test -} - -package() { - cd EV-$pkgver - make install INSTALLDIRS=vendor DESTDIR="$pkgdir" -# template start; name=perl-binary-module-dependency; version=1; -if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then - _perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);') - _perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);') - depends+=("perl>=$_perlver_min" "perl<$_perlver_max") -fi -# template end; -} Copied: perl-ev/repos/extra-x86_64/PKGBUILD (from rev 242185, perl-ev/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD
[arch-commits] Commit in perl-ev/trunk (PKGBUILD)
Date: Tuesday, July 14, 2015 @ 05:36:35 Author: fyan Revision: 242185 upgpkg: perl-ev 4.21-1 Modified: perl-ev/trunk/PKGBUILD --+ PKGBUILD | 25 +++-- 1 file changed, 11 insertions(+), 14 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-14 03:28:43 UTC (rev 242184) +++ PKGBUILD2015-07-14 03:36:35 UTC (rev 242185) @@ -2,35 +2,32 @@ # Maintainer: Felix Yan pkgname=perl-ev -pkgver=4.18 -pkgrel=2 +pkgver=4.21 +pkgrel=1 pkgdesc='perl interface to libev, a high performance full-featured event loop' -arch=(i686 x86_64) -license=(PerlArtistic GPL) -options=(!emptydirs) -depends=(perl-common-sense) -url=https://metacpan.org/release/EV +arch=('i686' 'x86_64') +license=('PerlArtistic' 'GPL') +options=('!emptydirs') +depends=('perl-common-sense') +makedepends=('perl-canary-stability') +url='https://metacpan.org/release/EV' source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/EV-$pkgver.tar.gz";) -md5sums=('5931d0ba91f93b95723e80d573da606f') +md5sums=('4f80209cce5f32d0e49d145096f205c1') build() { cd EV-$pkgver - export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps - unset PERL5LIB PERL_MM_OPT - perl Makefile.PL + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } check() { cd EV-$pkgver - export PERL_MM_USE_DEFAULT=1 - unset PERL5LIB make test } package() { cd EV-$pkgver - make install INSTALLDIRS=vendor DESTDIR="$pkgdir" + make install DESTDIR="$pkgdir" # template start; name=perl-binary-module-dependency; version=1; if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then _perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
[arch-commits] Commit in mutt/repos (10 files)
Date: Tuesday, July 14, 2015 @ 05:28:43 Author: bisson Revision: 242184 db-move: moved mutt from [testing] to [extra] (i686, x86_64) Added: mutt/repos/extra-i686/PKGBUILD (from rev 242183, mutt/repos/testing-i686/PKGBUILD) mutt/repos/extra-i686/cve-2014-9116.patch (from rev 242183, mutt/repos/testing-i686/cve-2014-9116.patch) mutt/repos/extra-x86_64/PKGBUILD (from rev 242183, mutt/repos/testing-x86_64/PKGBUILD) mutt/repos/extra-x86_64/cve-2014-9116.patch (from rev 242183, mutt/repos/testing-x86_64/cve-2014-9116.patch) Deleted: mutt/repos/extra-i686/PKGBUILD mutt/repos/extra-i686/cve-2014-9116.patch mutt/repos/extra-x86_64/PKGBUILD mutt/repos/extra-x86_64/cve-2014-9116.patch mutt/repos/testing-i686/ mutt/repos/testing-x86_64/ --+ /PKGBUILD| 122 + /cve-2014-9116.patch | 70 + extra-i686/PKGBUILD | 61 -- extra-i686/cve-2014-9116.patch | 35 -- extra-x86_64/PKGBUILD| 61 -- extra-x86_64/cve-2014-9116.patch | 35 -- 6 files changed, 192 insertions(+), 192 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2015-07-14 03:13:52 UTC (rev 242183) +++ extra-i686/PKGBUILD 2015-07-14 03:28:43 UTC (rev 242184) @@ -1,61 +0,0 @@ -# $Id$ -# Contributor: tobias [tobias [at] archlinux.org] -# Maintainer: Gaetan Bisson - -pkgname=mutt -pkgver=1.5.23 -pkgrel=2 -pkgdesc='Small but very powerful text-based mail client' -url='http://www.mutt.org/' -license=('GPL') -backup=('etc/Muttrc') -arch=('i686' 'x86_64') -optdepends=('smtp-forwarder: to send mail') -depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 'krb5') -source=("ftp://ftp.mutt.org/mutt/${pkgname}-${pkgver}.tar.gz"; -'cve-2014-9116.patch') -sha1sums=('8ac821d8b1e25504a31bf5fda9c08d93a4acc862' - '776e3e00fcf8a325e7b9c2bb456d3e9ba2c82307') - -makedepends=('mercurial') -source=('hg+http://dev.mutt.org/hg/mutt#revision=0255b37be491bf11347c91d2197a4d9031423010') -sha1sums=('SKIP') -pkgver=1.5.23.hg.20150606 - -#prepare() { -# cd "${srcdir}/${pkgname}-${pkgver}" -# patch -p1 -i ../cve-2014-9116.patch -#} - -build() { -# cd "${srcdir}/${pkgname}-${pkgver}" - cd "${srcdir}/${pkgname}" -# ./configure \ - ./prepare \ - --prefix=/usr \ - --sysconfdir=/etc \ - --enable-gpgme \ - --enable-pop \ - --enable-imap \ - --enable-smtp \ - --enable-hcache \ - --with-curses=/usr \ - --with-regex \ - --with-gss=/usr \ - --with-ssl=/usr \ - --with-sasl \ - --with-idn \ - - make -} - -package() { -# cd "${srcdir}/${pkgname}-${pkgver}" - cd "${srcdir}/${pkgname}" - make DESTDIR="${pkgdir}" install - - rm "${pkgdir}"/etc/mime.types{,.dist} - rm "${pkgdir}"/usr/bin/{flea,muttbug} - rm "${pkgdir}"/usr/share/man/man1/{flea,muttbug}.1 - install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist -} Copied: mutt/repos/extra-i686/PKGBUILD (from rev 242183, mutt/repos/testing-i686/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2015-07-14 03:28:43 UTC (rev 242184) @@ -0,0 +1,61 @@ +# $Id$ +# Contributor: tobias [tobias [at] archlinux.org] +# Maintainer: Gaetan Bisson + +pkgname=mutt +pkgver=1.5.23 +pkgrel=2 +pkgdesc='Small but very powerful text-based mail client' +url='http://www.mutt.org/' +license=('GPL') +backup=('etc/Muttrc') +arch=('i686' 'x86_64') +optdepends=('smtp-forwarder: to send mail') +depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 'krb5') +source=("ftp://ftp.mutt.org/mutt/${pkgname}-${pkgver}.tar.gz"; +'cve-2014-9116.patch') +sha1sums=('8ac821d8b1e25504a31bf5fda9c08d93a4acc862' + '776e3e00fcf8a325e7b9c2bb456d3e9ba2c82307') + +makedepends=('mercurial') +source=('hg+http://dev.mutt.org/hg/mutt#revision=2ca89bed64480780d0a435e89c13dba06c748094') +sha1sums=('SKIP') +pkgver=1.5.23.hg.20150711 + +#prepare() { +# cd "${srcdir}/${pkgname}-${pkgver}" +# patch -p1 -i ../cve-2014-9116.patch +#} + +build() { +# cd "${srcdir}/${pkgname}-${pkgver}" + cd "${srcdir}/${pkgname}" +# ./configure \ + ./prepare \ + --prefix=/usr \ + --sysconfdir=/etc \ + --enable-gpgme \ + --enable-pop \ + --enable-imap \ + --enable-smtp \ + --enable-hcache \ + --with-curses=/usr \ + --with-regex \ + --with-gss=/usr \ + --with-ssl=/usr \ +
[arch-commits] Commit in perl-canary-stability/repos (community-x86_64)
Date: Tuesday, July 14, 2015 @ 05:27:01 Author: fyan Revision: 136813 remove wrong architectures Deleted: perl-canary-stability/repos/community-x86_64/
[arch-commits] Commit in perl-canary-stability/repos (2 files)
Date: Tuesday, July 14, 2015 @ 05:25:59 Author: fyan Revision: 136812 archrelease: copy trunk to community-any Added: perl-canary-stability/repos/community-any/ perl-canary-stability/repos/community-any/PKGBUILD (from rev 136811, perl-canary-stability/trunk/PKGBUILD) --+ PKGBUILD | 34 ++ 1 file changed, 34 insertions(+) Copied: perl-canary-stability/repos/community-any/PKGBUILD (from rev 136811, perl-canary-stability/trunk/PKGBUILD) === --- community-any/PKGBUILD (rev 0) +++ community-any/PKGBUILD 2015-07-14 03:25:59 UTC (rev 136812) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Brian Bidulock + +pkgname=perl-canary-stability +_realname=Canary-Stability +pkgver=2006 +pkgrel=2 +pkgdesc="CPAN/Canary-Stability - canary to check perl compatability for schmorp's modules" +arch=('any') +license=('PerlArtistic' 'GPL') +options=('!emptydirs') +depends=('perl-anyevent' 'perl-common-sense' 'perl-guard') +url="https://metacpan.org/release/${_realname}"; +source=("http://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/${_realname}-${pkgver}.tar.gz";) +md5sums=('570ffd5fd8a399b6ba392c8451c8f5ab') + +build() { + cd "$srcdir/$_realname-$pkgver" + perl Makefile.PL INSTALLDIRS=vendor + make +} + +check() { + cd "$srcdir/$_realname-$pkgver" + make test +} + +package() { + cd "$srcdir/$_realname-$pkgver" + make install DESTDIR="$pkgdir" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in perl-canary-stability/trunk (PKGBUILD)
Date: Tuesday, July 14, 2015 @ 05:25:38 Author: fyan Revision: 136811 upgpkg: perl-canary-stability 2006-2 - fix architecture Modified: perl-canary-stability/trunk/PKGBUILD --+ PKGBUILD | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-14 03:23:08 UTC (rev 136810) +++ PKGBUILD2015-07-14 03:25:38 UTC (rev 136811) @@ -5,9 +5,9 @@ pkgname=perl-canary-stability _realname=Canary-Stability pkgver=2006 -pkgrel=1 +pkgrel=2 pkgdesc="CPAN/Canary-Stability - canary to check perl compatability for schmorp's modules" -arch=('i686' 'x86_64') +arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=('perl-anyevent' 'perl-common-sense' 'perl-guard') @@ -29,14 +29,6 @@ package() { cd "$srcdir/$_realname-$pkgver" make install DESTDIR="$pkgdir" - -# template start; name=perl-binary-module-dependency; version=1; -if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then - _perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);') - _perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);') - depends+=("perl>=$_perlver_min" "perl<$_perlver_max") -fi -# template end; } # vim:set ts=2 sw=2 et:
[arch-commits] Commit in perl-canary-stability/repos (2 files)
Date: Tuesday, July 14, 2015 @ 05:23:08 Author: fyan Revision: 136810 archrelease: copy trunk to community-x86_64 Added: perl-canary-stability/repos/community-x86_64/ perl-canary-stability/repos/community-x86_64/PKGBUILD (from rev 136809, perl-canary-stability/trunk/PKGBUILD) --+ PKGBUILD | 42 ++ 1 file changed, 42 insertions(+) Copied: perl-canary-stability/repos/community-x86_64/PKGBUILD (from rev 136809, perl-canary-stability/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2015-07-14 03:23:08 UTC (rev 136810) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Brian Bidulock + +pkgname=perl-canary-stability +_realname=Canary-Stability +pkgver=2006 +pkgrel=1 +pkgdesc="CPAN/Canary-Stability - canary to check perl compatability for schmorp's modules" +arch=('i686' 'x86_64') +license=('PerlArtistic' 'GPL') +options=('!emptydirs') +depends=('perl-anyevent' 'perl-common-sense' 'perl-guard') +url="https://metacpan.org/release/${_realname}"; +source=("http://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/${_realname}-${pkgver}.tar.gz";) +md5sums=('570ffd5fd8a399b6ba392c8451c8f5ab') + +build() { + cd "$srcdir/$_realname-$pkgver" + perl Makefile.PL INSTALLDIRS=vendor + make +} + +check() { + cd "$srcdir/$_realname-$pkgver" + make test +} + +package() { + cd "$srcdir/$_realname-$pkgver" + make install DESTDIR="$pkgdir" + +# template start; name=perl-binary-module-dependency; version=1; +if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then + _perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);') + _perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);') + depends+=("perl>=$_perlver_min" "perl<$_perlver_max") +fi +# template end; +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in (4 files)
Date: Tuesday, July 14, 2015 @ 05:22:40 Author: fyan Revision: 136809 addpkg: perl-canary-stability 2006-1 Added: perl-canary-stability/ perl-canary-stability/repos/ perl-canary-stability/trunk/ perl-canary-stability/trunk/PKGBUILD --+ PKGBUILD | 42 ++ 1 file changed, 42 insertions(+) Added: perl-canary-stability/trunk/PKGBUILD === --- perl-canary-stability/trunk/PKGBUILD(rev 0) +++ perl-canary-stability/trunk/PKGBUILD2015-07-14 03:22:40 UTC (rev 136809) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Brian Bidulock + +pkgname=perl-canary-stability +_realname=Canary-Stability +pkgver=2006 +pkgrel=1 +pkgdesc="CPAN/Canary-Stability - canary to check perl compatability for schmorp's modules" +arch=('i686' 'x86_64') +license=('PerlArtistic' 'GPL') +options=('!emptydirs') +depends=('perl-anyevent' 'perl-common-sense' 'perl-guard') +url="https://metacpan.org/release/${_realname}"; +source=("http://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/${_realname}-${pkgver}.tar.gz";) +md5sums=('570ffd5fd8a399b6ba392c8451c8f5ab') + +build() { + cd "$srcdir/$_realname-$pkgver" + perl Makefile.PL INSTALLDIRS=vendor + make +} + +check() { + cd "$srcdir/$_realname-$pkgver" + make test +} + +package() { + cd "$srcdir/$_realname-$pkgver" + make install DESTDIR="$pkgdir" + +# template start; name=perl-binary-module-dependency; version=1; +if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then + _perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);') + _perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);') + depends+=("perl>=$_perlver_min" "perl<$_perlver_max") +fi +# template end; +} + +# vim:set ts=2 sw=2 et: Property changes on: perl-canary-stability/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
[arch-commits] Commit in fcitx-mozc/repos (4 files)
Date: Tuesday, July 14, 2015 @ 05:18:06 Author: fyan Revision: 136808 archrelease: copy trunk to community-i686, community-x86_64 Added: fcitx-mozc/repos/community-i686/PKGBUILD (from rev 136807, fcitx-mozc/trunk/PKGBUILD) fcitx-mozc/repos/community-x86_64/PKGBUILD (from rev 136807, fcitx-mozc/trunk/PKGBUILD) Deleted: fcitx-mozc/repos/community-i686/PKGBUILD fcitx-mozc/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 262 community-i686/PKGBUILD | 123 community-x86_64/PKGBUILD | 123 3 files changed, 262 insertions(+), 246 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-07-14 03:17:24 UTC (rev 136807) +++ community-i686/PKGBUILD 2015-07-14 03:18:06 UTC (rev 136808) @@ -1,123 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: ponsfoot -# Contributor: UTUMI Hirosi - -## Mozc compile option -_bldtype=Release - -_zipcode_rel=201504 -_protobuf_rev=172019c40bf548908ab09bfd276074c929d48415 -_gyp_rev=cdf037c1edc0ba3b5d25f8e3973661efe00980cc -_jsoncpp_rev=11086dd6a7eba04289944367ca82cea71299ed70 -_japanese_usage_dictionary_rev=10 -_mozc_rev=2ceaee96e4acabb39c45f071fc39df485870da96 - -_pkgbase=mozc -pkgname=fcitx-mozc -pkgdesc="Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input)" -pkgver=2.17.2097.102 -_fcitx_patchver=2.16.2037.102.2 -pkgrel=1 -arch=('i686' 'x86_64') -url="https://github.com/google/mozc"; -license=('custom') -depends=('qt4' 'fcitx' 'zinnia') -makedepends=('pkg-config' 'python2' 'curl' 'gtk2' 'mesa' 'subversion' 'ninja' 'git' 'clang') -replaces=('mozc-fcitx') -conflicts=('mozc' 'mozc-server' 'mozc-utils-gui' 'mozc-fcitx') -source=(mozc::git+https://github.com/google/mozc.git#commit=${_mozc_rev} - jsoncpp::git+https://github.com/open-source-parsers/jsoncpp.git#commit=${_jsoncpp_rev} - japanese_usage_dictionary::svn+http://japanese-usage-dictionary.googlecode.com/svn/trunk#revision=$_japanese_usage_dictionary_rev - gyp::git+https://chromium.googlesource.com/external/gyp#commit=${_gyp_rev} - protobuf::git+https://github.com/google/protobuf.git#commit=${_protobuf_rev} - http://downloads.sourceforge.net/pnsft-aur/x-ken-all-${_zipcode_rel}.zip -http://downloads.sourceforge.net/pnsft-aur/jigyosyo-${_zipcode_rel}.zip - http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-${_fcitx_patchver}.patch -http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-icon.tar.gz) -sha512sums=('SKIP' -'SKIP' -'SKIP' -'SKIP' -'SKIP' - '60c053fd3ffec28e0e2eca33834e4cc212127e032b30d0638dcb7ce3faa45c7c87ceae9f98eb03f0ec0e3d1429d2c105f4590e30b39e0818cfcf50646584c459' - 'fb1ad9d279e34a1e55b6dc182ad503abd250d4773ce488a12c4b07bf67eccda65ae7d83b41db6489afd867e303468448dc13d8797ed3bbc038de60ff744f0b9f' - '22b885859588bb8e0efd354d153da461a654203729c723156a419bf33fae473e3f7165964aa3cb3b5c969f97c2727f9d87b0d587330e4eeab67f07d4458542a3' - '5507c637e5a65c44ccf6e32118b6d16647ece865171b9a77dd3c78e6790fbd97e6b219e68d2e27750e22074eb536bccf8d553c295d939066b72994b86b2f251a') - -prepare() { - cd mozc/src - - # Apply fcitx patch - rm unix/fcitx -rf - patch -Np2 -i "$srcdir/fcitx-mozc-${_fcitx_patchver}.patch" - - # Fix qt4 binary path - sed -i 's|(qt_dir)/bin|(qt_dir)/lib/qt4/bin|' gui/*.gyp{,i} - sed -i 's|(qt_dir_env)/bin|(qt_dir_env)/lib/qt4/bin|' gui/*.gyp{,i} - - # Adjust to use python2 - find . -name \*.py-type f -exec sed -i -e "1s|python.*$|python2|" {} + - find . -regex '.*\.gypi?$' -type f -exec sed -i -e "s|'python'|'python2'|g" {} + - - # Generate zip code seed - msg "Generating zip code seed..." - python2 dictionary/gen_zip_code_seed.py --zip_code="${srcdir}/x-ken-all.csv" --jigyosyo="${srcdir}/JIGYOSYO.CSV" >> data/dictionary_oss/dictionary09.txt - msg "Done." - - # Copy third party deps - cd "$srcdir" - for dep in jsoncpp gyp protobuf japanese_usage_dictionary - do -cp -a $dep mozc/src/third_party/ - done -} - -build() { - # Update: Fix qt4 include path too - # Fix compatibility with google-glog 0.3.3 (symbol conflict) - CFLAGS="${CFLAGS} -I/usr/include/qt4 -fvisibility=hidden" - CXXFLAGS="${CXXFLAGS} -I/usr/include/qt4 -fvisibility=hidden" - - cd mozc/src - - _targets="server/server.gyp:mozc_server gui/gui.gyp:mozc_tool unix/fcitx/fcitx.gyp:fcitx-mozc" - - QTDIR=/usr GYP_DEFINES="document_dir=/usr/share/licenses/$pkgname" python2 build_mozc.py gyp - python2 build_mozc.py build -c $_bldtype -j 8 $_targets - - # Extract license part of mozc - head -n 29 server/mozc_server.cc > LICENSE -} - -package() { - cd mozc/src - install -D -m 755 out_linux/${_bldtype}/mozc_server "${pkgdir}/usr
[arch-commits] Commit in fcitx-mozc/trunk (PKGBUILD)
Date: Tuesday, July 14, 2015 @ 05:17:24 Author: fyan Revision: 136807 upgpkg: fcitx-mozc 2.17.2106.102-1 Modified: fcitx-mozc/trunk/PKGBUILD --+ PKGBUILD | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-14 02:34:29 UTC (rev 136806) +++ PKGBUILD2015-07-14 03:17:24 UTC (rev 136807) @@ -11,13 +11,15 @@ _gyp_rev=cdf037c1edc0ba3b5d25f8e3973661efe00980cc _jsoncpp_rev=11086dd6a7eba04289944367ca82cea71299ed70 _japanese_usage_dictionary_rev=10 -_mozc_rev=2ceaee96e4acabb39c45f071fc39df485870da96 +_mozc_rev=3648b9bf06d5d9b36bed2425640bfd18ae05b588 +_fonttools_rev=5ba7d98a4153fad57258fca23b0bcb238717aec3 +_jsr305_ver=2.0.2 _pkgbase=mozc pkgname=fcitx-mozc pkgdesc="Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input)" -pkgver=2.17.2097.102 -_fcitx_patchver=2.16.2037.102.2 +pkgver=2.17.2106.102 +_fcitx_patchver=2.17.2102.102.1 pkgrel=1 arch=('i686' 'x86_64') url="https://github.com/google/mozc"; @@ -31,6 +33,8 @@ japanese_usage_dictionary::svn+http://japanese-usage-dictionary.googlecode.com/svn/trunk#revision=$_japanese_usage_dictionary_rev gyp::git+https://chromium.googlesource.com/external/gyp#commit=${_gyp_rev} protobuf::git+https://github.com/google/protobuf.git#commit=${_protobuf_rev} + http://findbugs.googlecode.com/svn/repos/release-repository/com/google/code/findbugs/jsr305/$_jsr305_ver/jsr305-$_jsr305_ver.jar + fontTools::git+https://github.com/googlei18n/fonttools.git#commit=${_fonttools_rev} http://downloads.sourceforge.net/pnsft-aur/x-ken-all-${_zipcode_rel}.zip http://downloads.sourceforge.net/pnsft-aur/jigyosyo-${_zipcode_rel}.zip http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-${_fcitx_patchver}.patch @@ -40,9 +44,11 @@ 'SKIP' 'SKIP' 'SKIP' + 'b3b832489ef9249b22d8a0b9d6eee1895c9d93ef53d5968724a65184cb3f04e17cc74938128b98916da7829c6566be0bc6d60fa8801248cc24620730a060eac6' +'SKIP' '60c053fd3ffec28e0e2eca33834e4cc212127e032b30d0638dcb7ce3faa45c7c87ceae9f98eb03f0ec0e3d1429d2c105f4590e30b39e0818cfcf50646584c459' 'fb1ad9d279e34a1e55b6dc182ad503abd250d4773ce488a12c4b07bf67eccda65ae7d83b41db6489afd867e303468448dc13d8797ed3bbc038de60ff744f0b9f' - '22b885859588bb8e0efd354d153da461a654203729c723156a419bf33fae473e3f7165964aa3cb3b5c969f97c2727f9d87b0d587330e4eeab67f07d4458542a3' + '096673f036d236d262c05d7b0625504024899d8208c7c4ecd1250dff05dcedb2f066e8c96e05241f66c846931dab6ac466927f1a0339467c7ef4808883a36ee1' '5507c637e5a65c44ccf6e32118b6d16647ece865171b9a77dd3c78e6790fbd97e6b219e68d2e27750e22074eb536bccf8d553c295d939066b72994b86b2f251a') prepare() { @@ -67,10 +73,12 @@ # Copy third party deps cd "$srcdir" - for dep in jsoncpp gyp protobuf japanese_usage_dictionary + for dep in jsoncpp gyp protobuf japanese_usage_dictionary fontTools do cp -a $dep mozc/src/third_party/ done + + install -D jsr305-$_jsr305_ver.jar mozc/src/third_party/jsr305/jsr305-$_jsr305_ver.jar } build() {
[arch-commits] Commit in python2-ipaddress/trunk (PKGBUILD)
Date: Tuesday, July 14, 2015 @ 05:13:25 Author: fyan Revision: 242182 upgpkg: python2-ipaddress 1.0.11-1 Modified: python2-ipaddress/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-14 03:01:16 UTC (rev 242181) +++ PKGBUILD2015-07-14 03:13:25 UTC (rev 242182) @@ -3,7 +3,7 @@ # Contributor: Nikolaus Brandt pkgname=python2-ipaddress -pkgver=1.0.10 +pkgver=1.0.11 pkgrel=1 pkgdesc="IPv4/IPv6 manipulation library" arch=(any) @@ -12,7 +12,7 @@ depends=('python2') source=("https://pypi.python.org/packages/source/i/ipaddress/ipaddress-$pkgver.tar.gz"; LICENSE) -sha512sums=('e73cbd93c6127153504c3ff841ce79c07d8920e9fd4f0724a46560d69914d72c68645fd83da1ff22579f4ee47dbac81d24634bf05739d7dd72a26da22e021f26' +sha512sums=('5cbf589dda3d0feb97647dc05b63c69bdf683ed5ac923328c5328b2361dde7603864eb60964dda564cf4031f33dca9d36aa49215caad074a5c03e0243321d9a2' '5cc59a125412b0eb35f05d40756db050805fc1bd5729f350796644ad92b8117f8d3ed3c7cf6ab8b072518706bf95a1d40f016d065726a1296e19ea09582ec385') check() {
[arch-commits] Commit in python2-ipaddress/repos/extra-any (4 files)
Date: Tuesday, July 14, 2015 @ 05:13:52 Author: fyan Revision: 242183 archrelease: copy trunk to extra-any Added: python2-ipaddress/repos/extra-any/LICENSE (from rev 242182, python2-ipaddress/trunk/LICENSE) python2-ipaddress/repos/extra-any/PKGBUILD (from rev 242182, python2-ipaddress/trunk/PKGBUILD) Deleted: python2-ipaddress/repos/extra-any/LICENSE python2-ipaddress/repos/extra-any/PKGBUILD --+ LICENSE | 100 ++--- PKGBUILD | 56 +- 2 files changed, 78 insertions(+), 78 deletions(-) Deleted: LICENSE === --- LICENSE 2015-07-14 03:13:25 UTC (rev 242182) +++ LICENSE 2015-07-14 03:13:52 UTC (rev 242183) @@ -1,50 +0,0 @@ -This package is a modified version of cpython's ipaddress module. -It is therefore distributed under the PSF license, as follows: - -PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 - - -1. This LICENSE AGREEMENT is between the Python Software Foundation -("PSF"), and the Individual or Organization ("Licensee") accessing and -otherwise using this software ("Python") in source or binary form and -its associated documentation. - -2. Subject to the terms and conditions of this License Agreement, PSF hereby -grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, -analyze, test, perform and/or display publicly, prepare derivative works, -distribute, and otherwise use Python alone or in any derivative version, -provided, however, that PSF's License Agreement and PSF's notice of copyright, -i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, -2011, 2012, 2013, 2014 Python Software Foundation; All Rights Reserved" are -retained in Python alone or in any derivative version prepared by Licensee. - -3. In the event Licensee prepares a derivative work that is based on -or incorporates Python or any part thereof, and wants to make -the derivative work available to others as provided herein, then -Licensee hereby agrees to include in any such work a brief summary of -the changes made to Python. - -4. PSF is making Python available to Licensee on an "AS IS" -basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR -IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND -DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS -FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT -INFRINGE ANY THIRD PARTY RIGHTS. - -5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON -FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS -A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, -OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. - -6. This License Agreement will automatically terminate upon a material -breach of its terms and conditions. - -7. Nothing in this License Agreement shall be deemed to create any -relationship of agency, partnership, or joint venture between PSF and -Licensee. This License Agreement does not grant permission to use PSF -trademarks or trade name in a trademark sense to endorse or promote -products or services of Licensee, or any third party. - -8. By copying, installing or otherwise using Python, Licensee -agrees to be bound by the terms and conditions of this License -Agreement. Copied: python2-ipaddress/repos/extra-any/LICENSE (from rev 242182, python2-ipaddress/trunk/LICENSE) === --- LICENSE (rev 0) +++ LICENSE 2015-07-14 03:13:52 UTC (rev 242183) @@ -0,0 +1,50 @@ +This package is a modified version of cpython's ipaddress module. +It is therefore distributed under the PSF license, as follows: + +PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 + + +1. This LICENSE AGREEMENT is between the Python Software Foundation +("PSF"), and the Individual or Organization ("Licensee") accessing and +otherwise using this software ("Python") in source or binary form and +its associated documentation. + +2. Subject to the terms and conditions of this License Agreement, PSF hereby +grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, +analyze, test, perform and/or display publicly, prepare derivative works, +distribute, and otherwise use Python alone or in any derivative version, +provided, however, that PSF's License Agreement and PSF's notice of copyright, +i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +2011, 2012, 2013, 2014 Python Software Foundation; All Rights Reserved" are +retained in Python alone or in any derivative version prepared by Licensee. + +3. In the event Licensee prepares a derivative work that is based on +or incorporates Python or any part thereof, and wants to make +the derivative work availabl
[arch-commits] Commit in conky/repos (18 files)
Date: Tuesday, July 14, 2015 @ 05:01:16 Author: bisson Revision: 242181 archrelease: copy trunk to extra-i686, extra-x86_64 Added: conky/repos/extra-i686/PKGBUILD (from rev 242180, conky/trunk/PKGBUILD) conky/repos/extra-i686/ascii.patch (from rev 242180, conky/trunk/ascii.patch) conky/repos/extra-i686/curl.patch (from rev 242180, conky/trunk/curl.patch) conky/repos/extra-i686/ipv6.patch (from rev 242180, conky/trunk/ipv6.patch) conky/repos/extra-i686/lua53.patch (from rev 242180, conky/trunk/lua53.patch) conky/repos/extra-x86_64/PKGBUILD (from rev 242180, conky/trunk/PKGBUILD) conky/repos/extra-x86_64/ascii.patch (from rev 242180, conky/trunk/ascii.patch) conky/repos/extra-x86_64/curl.patch (from rev 242180, conky/trunk/curl.patch) conky/repos/extra-x86_64/ipv6.patch (from rev 242180, conky/trunk/ipv6.patch) conky/repos/extra-x86_64/lua53.patch (from rev 242180, conky/trunk/lua53.patch) Deleted: conky/repos/extra-i686/PKGBUILD conky/repos/extra-i686/ascii.patch conky/repos/extra-i686/curl.patch conky/repos/extra-i686/lua53.patch conky/repos/extra-x86_64/PKGBUILD conky/repos/extra-x86_64/ascii.patch conky/repos/extra-x86_64/curl.patch conky/repos/extra-x86_64/lua53.patch --+ /PKGBUILD| 124 + /ascii.patch | 24 /curl.patch | 28 ++ /lua53.patch | 92 + extra-i686/PKGBUILD | 59 - extra-i686/ascii.patch | 12 extra-i686/curl.patch| 14 - extra-i686/ipv6.patch| 28 ++ extra-i686/lua53.patch | 46 extra-x86_64/PKGBUILD| 59 - extra-x86_64/ascii.patch | 12 extra-x86_64/curl.patch | 14 - extra-x86_64/ipv6.patch | 28 ++ extra-x86_64/lua53.patch | 46 14 files changed, 324 insertions(+), 262 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2015-07-14 03:00:26 UTC (rev 242180) +++ extra-i686/PKGBUILD 2015-07-14 03:01:16 UTC (rev 242181) @@ -1,59 +0,0 @@ -# $Id$ -# Maintainer: Gaetan Bisson -# Contributor: Giovanni Scafora -# Contributor: James Rayner -# Contributor: Partha Chowdhury - -pkgname=conky -pkgver=1.10.0 -pkgrel=3 -pkgdesc='Lightweight system monitor for X' -url='http://conky.sourceforge.net/' -license=('BSD' 'GPL') -arch=('i686' 'x86_64') -makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db') -depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 'imlib2') -source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz"; -'ascii.patch' -'lua53.patch' -'curl.patch') -sha1sums=('d5863420150150002947180d0ee96c9ef56c43b1' - '96cdbc38e8706c8a3120601983df5c7265716128' - 'a3a74542b6524e5663ad37aaba292b48e8bea3b1' - '1c066b439a1e7166d733fb710faa9bf08b81ce4c') - -options=('!strip' 'debug') - -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i ../ascii.patch # db2x_manxml fails on non-ascii chars - patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3 - patch -p1 -i ../curl.patch # https://github.com/bagder/curl/issues/342 -} - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - cmake \ - -D CMAKE_BUILD_TYPE=Release \ - -D MAINTAINER_MODE=ON \ - -D BUILD_CURL=ON \ - -D BUILD_XDBE=ON \ - -D BUILD_IMLIB2=ON \ - -D BUILD_RSS=ON \ - -D BUILD_WEATHER_METAR=ON \ - -D BUILD_WEATHER_XOAP=ON \ - -D BUILD_WLAN=ON \ - -D CMAKE_INSTALL_PREFIX=/usr \ - . - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - install -Dm644 extras/vim/syntax/conkyrc.vim "${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim - install -Dm644 extras/vim/ftdetect/conkyrc.vim "${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim -} Copied: conky/repos/extra-i686/PKGBUILD (from rev 242180, conky/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2015-07-14 03:01:16 UTC (rev 242181) @@ -0,0 +1,62 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Contributor: Giovanni Scafora +# Contributor: James Rayner +# Contributor: Partha Chowdhury + +pkgname=conky +pkgver=1.10.0 +pkgrel=4 +pkgdesc='Lightweight system monitor for X' +url='http://conky.sourceforge.net/' +license=('BSD' 'GPL') +arch=('i686' 'x86_64') +makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db') +depends=('glib2' 'curl
[arch-commits] Commit in conky/trunk (PKGBUILD ipv6.patch)
Date: Tuesday, July 14, 2015 @ 05:00:26 Author: bisson Revision: 242180 fix FS#45626 Added: conky/trunk/ipv6.patch Modified: conky/trunk/PKGBUILD + PKGBUILD |5 - ipv6.patch | 28 2 files changed, 32 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 21:15:36 UTC (rev 242179) +++ PKGBUILD2015-07-14 03:00:26 UTC (rev 242180) @@ -6,7 +6,7 @@ pkgname=conky pkgver=1.10.0 -pkgrel=3 +pkgrel=4 pkgdesc='Lightweight system monitor for X' url='http://conky.sourceforge.net/' license=('BSD' 'GPL') @@ -16,10 +16,12 @@ source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz"; 'ascii.patch' 'lua53.patch' +'ipv6.patch' 'curl.patch') sha1sums=('d5863420150150002947180d0ee96c9ef56c43b1' '96cdbc38e8706c8a3120601983df5c7265716128' 'a3a74542b6524e5663ad37aaba292b48e8bea3b1' + 'a0899973483d0ad664b60e58b3ba899ba88712af' '1c066b439a1e7166d733fb710faa9bf08b81ce4c') options=('!strip' 'debug') @@ -28,6 +30,7 @@ cd "${srcdir}/${pkgname}-${pkgver}" patch -p1 -i ../ascii.patch # db2x_manxml fails on non-ascii chars patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3 + patch -p1 -i ../ipv6.patch # https://bugs.archlinux.org/task/45626 patch -p1 -i ../curl.patch # https://github.com/bagder/curl/issues/342 } Added: ipv6.patch === --- ipv6.patch (rev 0) +++ ipv6.patch 2015-07-14 03:00:26 UTC (rev 242180) @@ -0,0 +1,28 @@ +From ee08a9e1b045e8d2f4f13a0e60c2f603b66b0d69 Mon Sep 17 00:00:00 2001 +From: Marc Payne +Date: Mon, 6 Jul 2015 02:51:43 -0600 +Subject: [PATCH] Close file only if it was successfully opened + +If BUILD_IPV6=ON (default), but the user has disabled ipv6 support +in the kernel using the parameter ipv6.disable=1, then conky fails +to open /proc/net/if_inet6. This leads to a segfault when conky +calls fclose(file) regardless. This fix simply moves the fclose call +into the preceding if statement. +--- + src/linux.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/linux.cc b/src/linux.cc +index 847acac..7977fee 100644 +--- a/src/linux.cc b/src/linux.cc +@@ -643,8 +643,8 @@ int update_net_stats(void) + } + lastv6->next = NULL; + } ++ fclose(file); + } +- fclose(file); + #endif /* BUILD_IPV6 */ + + first = 0;
[arch-commits] Commit in collectd/trunk (PKGBUILD)
Date: Tuesday, July 14, 2015 @ 04:33:59 Author: bisson Revision: 136805 implement FS#45616 Modified: collectd/trunk/PKGBUILD --+ PKGBUILD |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 20:38:15 UTC (rev 136804) +++ PKGBUILD2015-07-14 02:33:59 UTC (rev 136805) @@ -4,7 +4,7 @@ pkgname=collectd pkgver=5.5.0 -pkgrel=1 +pkgrel=2 pkgdesc='Daemon which collects system performance statistics periodically' url='http://collectd.org/' arch=('i686' 'x86_64') @@ -28,12 +28,13 @@ 'lm_sensors: lm_sensors and sensors plugins' 'libvirt: libvirt plugin' 'libxml2: ascent and libvirt plugins' -'yajl: curl_json plugin') +'yajl: curl_json plugin' +'libatasmart: smart plugin') makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'libmemcached' 'libmariadbclient' 'iproute2' 'net-snmp' 'libnotify' 'liboping' 'libpcap' 'postgresql-libs' 'python2' 'rrdtool' 'lm_sensors' - 'libvirt' 'libxml2' 'yajl') + 'libvirt' 'libxml2' 'yajl' 'libatasmart') depends=('libltdl' 'iptables')
[arch-commits] Commit in collectd/repos (8 files)
Date: Tuesday, July 14, 2015 @ 04:34:29 Author: bisson Revision: 136806 archrelease: copy trunk to community-i686, community-x86_64 Added: collectd/repos/community-i686/PKGBUILD (from rev 136805, collectd/trunk/PKGBUILD) collectd/repos/community-i686/service (from rev 136805, collectd/trunk/service) collectd/repos/community-x86_64/PKGBUILD (from rev 136805, collectd/trunk/PKGBUILD) collectd/repos/community-x86_64/service (from rev 136805, collectd/trunk/service) Deleted: collectd/repos/community-i686/PKGBUILD collectd/repos/community-i686/service collectd/repos/community-x86_64/PKGBUILD collectd/repos/community-x86_64/service ---+ /PKGBUILD | 146 /service | 26 +++ community-i686/PKGBUILD | 72 - community-i686/service| 13 --- community-x86_64/PKGBUILD | 72 - community-x86_64/service | 13 --- 6 files changed, 172 insertions(+), 170 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-07-14 02:33:59 UTC (rev 136805) +++ community-i686/PKGBUILD 2015-07-14 02:34:29 UTC (rev 136806) @@ -1,72 +0,0 @@ -# $Id$ -# Maintainer: Gaetan Bisson -# Contributor: Gerhard Brauer - -pkgname=collectd -pkgver=5.5.0 -pkgrel=1 -pkgdesc='Daemon which collects system performance statistics periodically' -url='http://collectd.org/' -arch=('i686' 'x86_64') -license=('GPL') - -optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins' -'libdbi: dbi plugin' -'libesmtp: notify_email plugin' -'libgcrypt: encryption and authentication for network plugin' -'libmemcached: memcachec plugin' -'libmariadbclient: mysql plugin' -'iproute2: netlink plugin' -'net-snmp: snmp plugin' -'libnotify: notify_desktop plugin' -'liboping: ping plugin' -'libpcap: dns plugin' -'perl: perl plugin' -'postgresql-libs: postgresql plugin' -'python2: python plugin' -'rrdtool: rrdtool and rrdcached plugins' -'lm_sensors: lm_sensors and sensors plugins' -'libvirt: libvirt plugin' -'libxml2: ascent and libvirt plugins' -'yajl: curl_json plugin') - -makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'libmemcached' - 'libmariadbclient' 'iproute2' 'net-snmp' 'libnotify' 'liboping' - 'libpcap' 'postgresql-libs' 'python2' 'rrdtool' 'lm_sensors' - 'libvirt' 'libxml2' 'yajl') - -depends=('libltdl' 'iptables') - -source=("${url}files/${pkgname}-${pkgver}.tar.bz2" -'service') -sha1sums=('ef97838e249814ad96a2edc0410326efbb4f3d08' - '04f676d0b76c34df0bbf94629813e035b1febe04') - -backup=('etc/collectd.conf') - -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - sed 's/-Werror//g' -i *.ac */*.{am,in} */*/*.{am,in} - autoreconf -} - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - export MAKEFLAGS='-j1' - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --sbindir=/usr/bin \ - --with-python=/usr/bin/python2 \ - --with-perl-bindings='INSTALLDIRS=vendor' - make all -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - rmdir "${pkgdir}/var/run" # FS#30201 - install -Dm644 ../service "${pkgdir}"/usr/lib/systemd/system/collectd.service - install -Dm644 contrib/collectd2html.pl "${pkgdir}"/usr/share/collectd/collectd2html.pl -} Copied: collectd/repos/community-i686/PKGBUILD (from rev 136805, collectd/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-07-14 02:34:29 UTC (rev 136806) @@ -0,0 +1,73 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Contributor: Gerhard Brauer + +pkgname=collectd +pkgver=5.5.0 +pkgrel=2 +pkgdesc='Daemon which collects system performance statistics periodically' +url='http://collectd.org/' +arch=('i686' 'x86_64') +license=('GPL') + +optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins' +'libdbi: dbi plugin' +'libesmtp: notify_email plugin' +'libgcrypt: encryption and authentication for network plugin' +'libmemcached: memcachec plugin' +'libmariadbclient: mysql plugin' +'iproute2: netlink plugin' +'net-snmp: snmp plugin' +'libnotify: notify_desktop plugin' +'liboping: ping plugin' +'libpcap: dns plugin' +'perl: perl plugin' +'postgresql-libs: postgresql plugi
[arch-commits] Commit in dhcp/trunk (PKGBUILD dhcpd4.service dhcpd6.service)
Date: Monday, July 13, 2015 @ 23:15:26 Author: daniel Revision: 242178 upgpkg: dhcp 4.3.2-2 Fixed FS#23933 and FS#43405 Modified: dhcp/trunk/PKGBUILD dhcp/trunk/dhcpd4.service dhcp/trunk/dhcpd6.service + PKGBUILD | 13 ++--- dhcpd4.service |2 +- dhcpd6.service |2 +- 3 files changed, 8 insertions(+), 9 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 20:24:23 UTC (rev 242177) +++ PKGBUILD2015-07-13 21:15:26 UTC (rev 242178) @@ -7,12 +7,12 @@ # separate patch levels with a period to maintain proper versioning. pkgver=4.3.2 _pkgver=4.3.2 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') license=('custom:isc-dhcp') url="https://www.isc.org/software/dhcp"; makedepends=('bash' 'iproute2') -source=(ftp://ftp.isc.org/isc/${pkgbase}/${_pkgver}/${pkgbase}-${_pkgver}.tar.gz{,.asc} +source=(ftp://ftp.isc.org/isc/${pkgbase}/${_pkgver}/${pkgbase}-${_pkgver}.tar.gz dhcpd4.service dhcpd6.service dhcp-4.3.1-client_script-1.patch @@ -19,13 +19,11 @@ dhcp-4.3.1-missing_ipv6-1.patch arch_patch_over_lfs.patch) md5sums=('5a284875dd2c12ddd388416d69156a67' - 'SKIP' - '22579cc6ce2b71383f817b0564c44c4d' - 'a03765a91fda3f139229dd82ea372f8f' + '33cceed7056fdceda845eef26934f30f' + '4db26ed8335b908ef8cdee55172a84ed' 'c02bddb6c6c33c5885e3dd072ee2ee40' 'da655f02f1cf4d95b4708e84e69edbc8' 'ea45057374098b8ff7e140ecedf7696a') -validpgpkeys=('ADBE9446286C794905F1E0756FA6EBC9911A4C02') prepare() { cd "${srcdir}/${pkgbase}-${_pkgver}" @@ -57,7 +55,7 @@ package_dhcp(){ pkgdesc="A DHCP server, client, and relay agent" depends=('glibc') - backup=('etc/dhcpd.conf') + backup=('etc/dhcpd.conf' 'etc/dhcpd6.conf') install=dhcp.install cd "${srcdir}/${pkgbase}-${_pkgver}" @@ -70,6 +68,7 @@ # move back to config. This file is in backup array, so pacman will not overwrite a changed config. mv "${pkgdir}/etc/dhcpd.conf.example" "${pkgdir}/etc/dhcpd.conf" + cp "${pkgdir}/etc/dhcpd.conf" "${pkgdir}/etc/dhcpd6.conf" # Remove dhclient make -C client DESTDIR="${pkgdir}" uninstall Modified: dhcpd4.service === --- dhcpd4.service 2015-07-13 20:24:23 UTC (rev 242177) +++ dhcpd4.service 2015-07-13 21:15:26 UTC (rev 242178) @@ -5,7 +5,7 @@ [Service] Type=forking PIDFile=/run/dhcpd4.pid -ExecStart=/usr/bin/dhcpd -4 -q -pf /run/dhcpd4.pid +ExecStart=/usr/bin/dhcpd -4 -q -cf /etc/dhcpd.conf -pf /run/dhcpd4.pid KillSignal=SIGINT [Install] Modified: dhcpd6.service === --- dhcpd6.service 2015-07-13 20:24:23 UTC (rev 242177) +++ dhcpd6.service 2015-07-13 21:15:26 UTC (rev 242178) @@ -5,7 +5,7 @@ [Service] Type=forking PIDFile=/run/dhcpd6.pid -ExecStart=/usr/bin/dhcpd -6 -q -pf /run/dhcpd6.pid +ExecStart=/usr/bin/dhcpd -6 -q -cf /etc/dhcpd6.conf -pf /run/dhcpd6.pid KillSignal=SIGINT [Install]
[arch-commits] Commit in dhcp/repos (28 files)
Date: Monday, July 13, 2015 @ 23:15:36 Author: daniel Revision: 242179 archrelease: copy trunk to extra-i686, extra-x86_64 Added: dhcp/repos/extra-i686/PKGBUILD (from rev 242178, dhcp/trunk/PKGBUILD) dhcp/repos/extra-i686/arch_patch_over_lfs.patch (from rev 242178, dhcp/trunk/arch_patch_over_lfs.patch) dhcp/repos/extra-i686/dhcp-4.3.1-client_script-1.patch (from rev 242178, dhcp/trunk/dhcp-4.3.1-client_script-1.patch) dhcp/repos/extra-i686/dhcp-4.3.1-missing_ipv6-1.patch (from rev 242178, dhcp/trunk/dhcp-4.3.1-missing_ipv6-1.patch) dhcp/repos/extra-i686/dhcp.install (from rev 242178, dhcp/trunk/dhcp.install) dhcp/repos/extra-i686/dhcpd4.service (from rev 242178, dhcp/trunk/dhcpd4.service) dhcp/repos/extra-i686/dhcpd6.service (from rev 242178, dhcp/trunk/dhcpd6.service) dhcp/repos/extra-x86_64/PKGBUILD (from rev 242178, dhcp/trunk/PKGBUILD) dhcp/repos/extra-x86_64/arch_patch_over_lfs.patch (from rev 242178, dhcp/trunk/arch_patch_over_lfs.patch) dhcp/repos/extra-x86_64/dhcp-4.3.1-client_script-1.patch (from rev 242178, dhcp/trunk/dhcp-4.3.1-client_script-1.patch) dhcp/repos/extra-x86_64/dhcp-4.3.1-missing_ipv6-1.patch (from rev 242178, dhcp/trunk/dhcp-4.3.1-missing_ipv6-1.patch) dhcp/repos/extra-x86_64/dhcp.install (from rev 242178, dhcp/trunk/dhcp.install) dhcp/repos/extra-x86_64/dhcpd4.service (from rev 242178, dhcp/trunk/dhcpd4.service) dhcp/repos/extra-x86_64/dhcpd6.service (from rev 242178, dhcp/trunk/dhcpd6.service) Deleted: dhcp/repos/extra-i686/PKGBUILD dhcp/repos/extra-i686/arch_patch_over_lfs.patch dhcp/repos/extra-i686/dhcp-4.3.1-client_script-1.patch dhcp/repos/extra-i686/dhcp-4.3.1-missing_ipv6-1.patch dhcp/repos/extra-i686/dhcp.install dhcp/repos/extra-i686/dhcpd4.service dhcp/repos/extra-i686/dhcpd6.service dhcp/repos/extra-x86_64/PKGBUILD dhcp/repos/extra-x86_64/arch_patch_over_lfs.patch dhcp/repos/extra-x86_64/dhcp-4.3.1-client_script-1.patch dhcp/repos/extra-x86_64/dhcp-4.3.1-missing_ipv6-1.patch dhcp/repos/extra-x86_64/dhcp.install dhcp/repos/extra-x86_64/dhcpd4.service dhcp/repos/extra-x86_64/dhcpd6.service ---+ /PKGBUILD | 196 +++ /arch_patch_over_lfs.patch| 54 + /dhcp-4.3.1-client_script-1.patch | 1290 /dhcp-4.3.1-missing_ipv6-1.patch | 96 + /dhcp.install | 28 /dhcpd4.service | 24 /dhcpd6.service | 24 extra-i686/PKGBUILD | 99 - extra-i686/arch_patch_over_lfs.patch | 27 extra-i686/dhcp-4.3.1-client_script-1.patch | 645 extra-i686/dhcp-4.3.1-missing_ipv6-1.patch| 48 extra-i686/dhcp.install | 14 extra-i686/dhcpd4.service | 12 extra-i686/dhcpd6.service | 12 extra-x86_64/PKGBUILD | 99 - extra-x86_64/arch_patch_over_lfs.patch| 27 extra-x86_64/dhcp-4.3.1-client_script-1.patch | 645 extra-x86_64/dhcp-4.3.1-missing_ipv6-1.patch | 48 extra-x86_64/dhcp.install | 14 extra-x86_64/dhcpd4.service | 12 extra-x86_64/dhcpd6.service | 12 21 files changed, 1712 insertions(+), 1714 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 242178:242179 to see the changes.
[arch-commits] Commit in crash/trunk (PKGBUILD)
Date: Monday, July 13, 2015 @ 22:37:32 Author: anatolik Revision: 136803 upgpkg: crash 7.1.2-1 Modified: crash/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 20:09:22 UTC (rev 136802) +++ PKGBUILD2015-07-13 20:37:32 UTC (rev 136803) @@ -5,7 +5,7 @@ # Contributor: Mathieu Pasquet pkgname=crash -pkgver=7.1.1 +pkgver=7.1.2 pkgrel=1 pkgdesc='Linux kernel crashdump analysis tool' url='http://people.redhat.com/~anderson' @@ -13,7 +13,7 @@ license=(GPL) depends=(xz ncurses zlib) source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz) -sha256sums=('ff5d7a2ecc7bc675e1cd08d3460dd2c6998ef13fb222d86cd10905ade2f2f116') +sha256sums=('037f3bdde8ad0602150f7a09a7a2870966b863d689e73e91d0d8d2a4cf28845e') prepare() { cd crash-$pkgver
[arch-commits] Commit in crash/repos (4 files)
Date: Monday, July 13, 2015 @ 22:38:15 Author: anatolik Revision: 136804 archrelease: copy trunk to community-i686, community-x86_64 Added: crash/repos/community-i686/PKGBUILD (from rev 136803, crash/trunk/PKGBUILD) crash/repos/community-x86_64/PKGBUILD (from rev 136803, crash/trunk/PKGBUILD) Deleted: crash/repos/community-i686/PKGBUILD crash/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 72 community-i686/PKGBUILD | 36 -- community-x86_64/PKGBUILD | 36 -- 3 files changed, 72 insertions(+), 72 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-07-13 20:37:32 UTC (rev 136803) +++ community-i686/PKGBUILD 2015-07-13 20:38:15 UTC (rev 136804) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Anatol Pomozov -# Contributor: Bernhard Walle -# Contributor: Michael Eckert -# Contributor: Mathieu Pasquet - -pkgname=crash -pkgver=7.1.1 -pkgrel=1 -pkgdesc='Linux kernel crashdump analysis tool' -url='http://people.redhat.com/~anderson' -arch=(i686 x86_64) -license=(GPL) -depends=(xz ncurses zlib) -source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz) -sha256sums=('ff5d7a2ecc7bc675e1cd08d3460dd2c6998ef13fb222d86cd10905ade2f2f116') - -prepare() { - cd crash-$pkgver - - make gdb_unzip - sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure -} - -build() { - cd crash-$pkgver - make -} - -package() { - cd crash-$pkgver - - mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man8 - install crash "$pkgdir"/usr/bin/ - install crash.8 "$pkgdir"/usr/share/man/man8/ -} Copied: crash/repos/community-i686/PKGBUILD (from rev 136803, crash/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-07-13 20:38:15 UTC (rev 136804) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Anatol Pomozov +# Contributor: Bernhard Walle +# Contributor: Michael Eckert +# Contributor: Mathieu Pasquet + +pkgname=crash +pkgver=7.1.2 +pkgrel=1 +pkgdesc='Linux kernel crashdump analysis tool' +url='http://people.redhat.com/~anderson' +arch=(i686 x86_64) +license=(GPL) +depends=(xz ncurses zlib) +source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz) +sha256sums=('037f3bdde8ad0602150f7a09a7a2870966b863d689e73e91d0d8d2a4cf28845e') + +prepare() { + cd crash-$pkgver + + make gdb_unzip + sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure +} + +build() { + cd crash-$pkgver + make +} + +package() { + cd crash-$pkgver + + mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man8 + install crash "$pkgdir"/usr/bin/ + install crash.8 "$pkgdir"/usr/share/man/man8/ +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-07-13 20:37:32 UTC (rev 136803) +++ community-x86_64/PKGBUILD 2015-07-13 20:38:15 UTC (rev 136804) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Anatol Pomozov -# Contributor: Bernhard Walle -# Contributor: Michael Eckert -# Contributor: Mathieu Pasquet - -pkgname=crash -pkgver=7.1.1 -pkgrel=1 -pkgdesc='Linux kernel crashdump analysis tool' -url='http://people.redhat.com/~anderson' -arch=(i686 x86_64) -license=(GPL) -depends=(xz ncurses zlib) -source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz) -sha256sums=('ff5d7a2ecc7bc675e1cd08d3460dd2c6998ef13fb222d86cd10905ade2f2f116') - -prepare() { - cd crash-$pkgver - - make gdb_unzip - sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure -} - -build() { - cd crash-$pkgver - make -} - -package() { - cd crash-$pkgver - - mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man8 - install crash "$pkgdir"/usr/bin/ - install crash.8 "$pkgdir"/usr/share/man/man8/ -} Copied: crash/repos/community-x86_64/PKGBUILD (from rev 136803, crash/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2015-07-13 20:38:15 UTC (rev 136804) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Anatol Pomozov +# Contributor: Bernhard Walle +# Contributor: Michael Eckert +# Contributor: Mathieu Pasquet + +pkgname=crash +pkgver=7.1.2 +pkgrel=1 +pkgdesc='Linux kernel crashdump analysis tool' +url='http://people.redhat.com/~anderson' +arch=(i686 x86_64) +license=(GPL) +depends=(xz ncurses zlib) +source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz) +sha256sums=('037f3bdde8ad0602150f7a09a7a2870966b863d689e73e91d0d8d2a4cf28845e') + +prepare() { + cd crash-$pkgver + + make gdb_unzip + sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure +} + +build() { + cd crash-$pkgver + make +} + +package() { + cd
[arch-commits] Commit in monodevelop/trunk (PKGBUILD)
Date: Monday, July 13, 2015 @ 22:24:19 Author: daniel Revision: 242176 upgpkg: monodevelop 5.9.4.5-1 New upstream release and fix for FS#39779 Modified: monodevelop/trunk/PKGBUILD --+ PKGBUILD |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 19:44:30 UTC (rev 242175) +++ PKGBUILD2015-07-13 20:24:19 UTC (rev 242176) @@ -4,7 +4,7 @@ # Contributor: Giovanni Scafora pkgname=monodevelop -pkgver=5.9.0.431 +pkgver=5.9.4.5 pkgrel=1 pkgdesc="An IDE primarily designed for C# and other .NET languages" arch=('any') @@ -13,6 +13,7 @@ depends=('mono>=4.0.1' 'mono-addins>=0.6.2' 'gnome-sharp' 'desktop-file-utils' 'hicolor-icon-theme') makedepends=('rsync' 'git' 'nuget') options=(!makeflags) +optdepends=('xsp: To run ASP.NET pages directly from monodevelop') install=monodevelop.install source=(git://github.com/mono/monodevelop.git) md5sums=('SKIP')
[arch-commits] Commit in monodevelop/repos/extra-any (6 files)
Date: Monday, July 13, 2015 @ 22:24:23 Author: daniel Revision: 242177 archrelease: copy trunk to extra-any Added: monodevelop/repos/extra-any/PKGBUILD (from rev 242176, monodevelop/trunk/PKGBUILD) monodevelop/repos/extra-any/monodevelop-core-addins.pc.in.patch (from rev 242176, monodevelop/trunk/monodevelop-core-addins.pc.in.patch) monodevelop/repos/extra-any/monodevelop.install (from rev 242176, monodevelop/trunk/monodevelop.install) Deleted: monodevelop/repos/extra-any/PKGBUILD monodevelop/repos/extra-any/monodevelop-core-addins.pc.in.patch monodevelop/repos/extra-any/monodevelop.install -+ PKGBUILD| 89 +- monodevelop-core-addins.pc.in.patch | 16 +++--- monodevelop.install | 40 +++ 3 files changed, 73 insertions(+), 72 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-07-13 20:24:19 UTC (rev 242176) +++ PKGBUILD2015-07-13 20:24:23 UTC (rev 242177) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: Daniel Isenmann -# Contributor: Timm Preetz -# Contributor: Giovanni Scafora - -pkgname=monodevelop -pkgver=5.9.0.431 -pkgrel=1 -pkgdesc="An IDE primarily designed for C# and other .NET languages" -arch=('any') -url="http://www.monodevelop.com"; -license=('GPL') -depends=('mono>=4.0.1' 'mono-addins>=0.6.2' 'gnome-sharp' 'desktop-file-utils' 'hicolor-icon-theme') -makedepends=('rsync' 'git' 'nuget') -options=(!makeflags) -install=monodevelop.install -source=(git://github.com/mono/monodevelop.git) -md5sums=('SKIP') - -build() { - export MONO_SHARED_DIR=$srcdir/src/.wabi - mkdir -p $MONO_SHARED_DIR - - cd $srcdir/$pkgname - git submodule update --init --recursive || return 1 - git checkout tags/$pkgname-$pkgver - git clean -dfx - - ./configure --prefix=/usr --profile=stable - LD_PRELOAD="" make -} - -package() { - cd $srcdir/$pkgname - - LD_PRELOAD="" make DESTDIR=$pkgdir install - # delete conflicting files - find $pkgdir/usr/share/mime/ -type f -exec rm {} \; - rm -r $MONO_SHARED_DIR - - # NuGet.exe is missing somehow, fixed FS#43423 - install -Dm755 "${srcdir}"/monodevelop/main/external/nuget-binary/NuGet.exe "${pkgdir}"/usr/lib/monodevelop/AddIns/MonoDevelop.PackageManagement/NuGet.exe -} - Copied: monodevelop/repos/extra-any/PKGBUILD (from rev 242176, monodevelop/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-07-13 20:24:23 UTC (rev 242177) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Daniel Isenmann +# Contributor: Timm Preetz +# Contributor: Giovanni Scafora + +pkgname=monodevelop +pkgver=5.9.4.5 +pkgrel=1 +pkgdesc="An IDE primarily designed for C# and other .NET languages" +arch=('any') +url="http://www.monodevelop.com"; +license=('GPL') +depends=('mono>=4.0.1' 'mono-addins>=0.6.2' 'gnome-sharp' 'desktop-file-utils' 'hicolor-icon-theme') +makedepends=('rsync' 'git' 'nuget') +options=(!makeflags) +optdepends=('xsp: To run ASP.NET pages directly from monodevelop') +install=monodevelop.install +source=(git://github.com/mono/monodevelop.git) +md5sums=('SKIP') + +build() { + export MONO_SHARED_DIR=$srcdir/src/.wabi + mkdir -p $MONO_SHARED_DIR + + cd $srcdir/$pkgname + git submodule update --init --recursive || return 1 + git checkout tags/$pkgname-$pkgver + git clean -dfx + + ./configure --prefix=/usr --profile=stable + LD_PRELOAD="" make +} + +package() { + cd $srcdir/$pkgname + + LD_PRELOAD="" make DESTDIR=$pkgdir install + # delete conflicting files + find $pkgdir/usr/share/mime/ -type f -exec rm {} \; + rm -r $MONO_SHARED_DIR + + # NuGet.exe is missing somehow, fixed FS#43423 + install -Dm755 "${srcdir}"/monodevelop/main/external/nuget-binary/NuGet.exe "${pkgdir}"/usr/lib/monodevelop/AddIns/MonoDevelop.PackageManagement/NuGet.exe +} + Deleted: monodevelop-core-addins.pc.in.patch === --- monodevelop-core-addins.pc.in.patch 2015-07-13 20:24:19 UTC (rev 242176) +++ monodevelop-core-addins.pc.in.patch 2015-07-13 20:24:23 UTC (rev 242177) @@ -1,8 +0,0 @@ monodevelop-core-addins.pc.in 2012-07-27 21:33:41.0 +0200 -+++ monodevelop-core-addins.pc.in.new 2012-08-04 12:42:36.086516667 +0200 -@@ -6,4 +6,4 @@ - Name: MonoDevelop Core Add-ins - Description: MonoDevelop Core Add-ins - Version: @VERSION@ --Libs: -r:${libdir}/AddIns/VersionControl/MonoDevelop.VersionControl.dll -r:${libdir}/AddIns/NUnit/MonoDevelop.NUnit.dll -r:${libdir}/AddIns/MonoDevelop.XmlEditor/MonoDevelop.XmlEditor.dll -r:${libdir}/AddIns/MonoDevelop.AspNet/MonoDevelop.AspNet.dll -r:${libdir}/AddIns/DisplayBindings/Gettext/MonoDevelop.Gettext.dll -r:${libdir}/AddIns/MonoDevelop.Deployment/MonoDevelop.Deployment.dll -r:${libdir}/AddIns/MonoDevelop.Deployment/MonoDevelop.Deployment.Linux
[arch-commits] Commit in rtorrent/repos (2 files)
Date: Monday, July 13, 2015 @ 22:07:52 Author: jlichtblau Revision: 136800 archrelease: copy trunk to community-staging-i686 Added: rtorrent/repos/community-staging-i686/ rtorrent/repos/community-staging-i686/PKGBUILD (from rev 136799, rtorrent/trunk/PKGBUILD) --+ PKGBUILD | 38 ++ 1 file changed, 38 insertions(+) Copied: rtorrent/repos/community-staging-i686/PKGBUILD (from rev 136799, rtorrent/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-07-13 20:07:52 UTC (rev 136800) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Contributor: Daenyth +# Contributor: Jeff Mickey +# Contributor: sh__ + +pkgname=rtorrent +pkgver=0.9.5 +pkgrel=2 +pkgdesc='Ncurses BitTorrent client based on libTorrent' +url='http://rakshasa.github.io/rtorrent/' +license=('GPL') +arch=('i686' 'x86_64') +depends=('libtorrent=0.13.5' 'curl' 'xmlrpc-c' 'libsigc++') +#source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz";) +#sha1sums=('e997822e9b0d53cf8ecfb6b836e380065890e10d') +source=("$pkgname-$pkgver.tar.gz::https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz";) +sha1sums=('ae2e2c6444bb29278406118527db19429c8095cf') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + sed '/AM_PATH_CPPUNIT/d' -i configure.ac + ./autogen.sh + + export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing" + ./configure \ + --prefix=/usr \ + --disable-debug \ + --with-xmlrpc-c \ + + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -D doc/rtorrent.rc "${pkgdir}"/usr/share/doc/rtorrent/rtorrent.rc +}
[arch-commits] Commit in lib32-llvm/repos (2 files)
Date: Monday, July 13, 2015 @ 22:02:34 Author: lcarlier Revision: 136799 archrelease: copy trunk to multilib-testing-x86_64 Added: lib32-llvm/repos/multilib-testing-x86_64/ lib32-llvm/repos/multilib-testing-x86_64/PKGBUILD (from rev 136798, lib32-llvm/trunk/PKGBUILD) --+ PKGBUILD | 149 + 1 file changed, 149 insertions(+) Copied: lib32-llvm/repos/multilib-testing-x86_64/PKGBUILD (from rev 136798, lib32-llvm/trunk/PKGBUILD) === --- multilib-testing-x86_64/PKGBUILD(rev 0) +++ multilib-testing-x86_64/PKGBUILD2015-07-13 20:02:34 UTC (rev 136799) @@ -0,0 +1,149 @@ +# $Id$ +# Maintainer: Evangelos Foutras +# Contributor: Jan "heftig" Steffens +# Contributor: Sebastian Nowicki +# Contributor: Devin Cofer +# Contributor: Tobias Kieslich +# Contributor: Geoffroy Carrier +# Contributor: Tomas Lindquist Olsen +# Contributor: Roberto Alsina +# Contributor: Gerardo Exequiel Pozzi + +pkgname=('lib32-llvm' 'lib32-llvm-libs' 'lib32-clang') +pkgver=3.6.2 +pkgrel=1 +arch=('x86_64') +url="http://llvm.org/"; +license=('custom:University of Illinois/NCSA Open Source License') +makedepends=('lib32-libffi' 'lib32-zlib' 'python2' 'gcc-multilib') +options=('staticlibs') +source=(http://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.xz{,.sig} +http://llvm.org/releases/$pkgver/cfe-$pkgver.src.tar.xz{,.sig} +http://llvm.org/releases/$pkgver/compiler-rt-$pkgver.src.tar.xz{,.sig}) +sha256sums=('f60dc158bfda6822de167e87275848969f0558b3134892ff54fced87e4667b94' +'SKIP' +'ae9180466a23acb426d12444d866b266ff2289b266064d362462e44f8d4699f3' +'SKIP' +'0f2ff37d80a64575fecd8cf0d5c50f7ac1f837ddf700d1855412bb7547431d87' +'SKIP') +validpgpkeys=('11E521D646982372EB577A1F8F0871F202119294') + +prepare() { + cd "$srcdir/llvm-$pkgver.src" + + mv "$srcdir/cfe-$pkgver.src" tools/clang + mv "$srcdir/compiler-rt-$pkgver.src" projects/compiler-rt + + # Fix installation directories, ./configure doesn't seem to set them right + sed -i -e 's:\$(PROJ_prefix)/lib:$(PROJ_prefix)/lib32:' \ + -e 's:\$(PROJ_prefix)/docs/llvm:$(PROJ_prefix)/share/doc/llvm:' \ +Makefile.config.in + sed -i '/ActiveLibDir = ActivePrefix/s:lib:lib32:' \ +tools/llvm-config/llvm-config.cpp + sed -i 's:LLVM_LIBDIR="${prefix}/lib":LLVM_LIBDIR="${prefix}/lib32":' \ +autoconf/configure.ac \ +configure +} + +build() { + cd "$srcdir/llvm-$pkgver.src" + + export CC="gcc -m32" + export CXX="g++ -m32" + export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" + + # Include location of libffi headers in CPPFLAGS + CPPFLAGS+=" $(pkg-config --cflags libffi)" + + # We had to force host and target to get + # a proper triplet reported by llvm + + ./configure \ +--prefix=/usr \ +--libdir=/usr/lib32 \ +--sysconfdir=/etc \ +--enable-shared \ +--enable-optimized \ +--enable-libffi \ +--enable-targets=all \ +--disable-assertions \ +--with-binutils-include=/usr/include \ +--with-python=/usr/bin/python2 \ +--build=i686-pc-linux-gnu \ +--host=i686-pc-linux-gnu \ + + make REQUIRES_RTTI=1 +} + +package_lib32-llvm() { + pkgdesc="Low Level Virtual Machine (32-bit)" + depends=('lib32-llvm-libs' 'llvm') + + cd "$srcdir/llvm-$pkgver.src" + + make DESTDIR="$pkgdir" install + + # The runtime library goes into lib32-llvm-libs + mv "$pkgdir/usr/lib32/libLLVM-$pkgver.so" "$srcdir/" + mv "$pkgdir/usr/lib32/libLLVM-${pkgver%.*}.so" "$srcdir/" + + # Fix permissions of static libs + chmod -x "$pkgdir"/usr/lib32/*.a + + mv "$pkgdir/usr/bin/llvm-config" "$pkgdir/usr/lib32/llvm-config" + + # Get rid of example Hello transformation + rm "$pkgdir"/usr/lib32/*LLVMHello.* + + # Symlink LLVMgold.so from /usr/lib32/bfd-plugins + # https://bugs.archlinux.org/task/28479 + install -d "$pkgdir/usr/lib32/bfd-plugins" + ln -s ../LLVMgold.so "$pkgdir/usr/lib32/bfd-plugins/LLVMgold.so" + + mv "$pkgdir"/usr/include/llvm/Config/*config.h "$pkgdir/" + rm -rf "$pkgdir"/usr/{bin,include,share/{doc,man,llvm}} + + # remove conflicting clang files + rm -r "$pkgdir"/usr/lib + rm "$pkgdir"/usr/lib32/libclang* + + install -d "$pkgdir/usr/include/llvm/Config" + mv "$pkgdir/config.h" "$pkgdir/usr/include/llvm/Config/config-32.h" + mv "$pkgdir/llvm-config.h" "$pkgdir/usr/include/llvm/Config/llvm-config-32.h" + + mkdir "$pkgdir"/usr/bin + mv "$pkgdir/usr/lib32/llvm-config" "$pkgdir/usr/bin/llvm-config32" + + install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +package_lib32-llvm-libs() { + pkgdesc="Low Level Virtual Machine (runtime library)(32-bit) " + depends=('lib32-libffi' 'lib32-zlib' 'lib32-gcc-libs') + + cd "$srcdir" + + install -d "$pkgdir/usr/lib32" + cp -P libLLVM-$pkgver.so libLLVM-${pkgver%.*}.so "$pkgdir/usr/lib32/" + + install -Dm644 llvm-$pkg
[arch-commits] Commit in lib32-llvm/trunk (PKGBUILD)
Date: Monday, July 13, 2015 @ 22:02:22 Author: lcarlier Revision: 136798 upgpkg: lib32-llvm 3.6.2-1 upstream update 3.6.2 Modified: lib32-llvm/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 20:02:04 UTC (rev 136797) +++ PKGBUILD2015-07-13 20:02:22 UTC (rev 136798) @@ -10,7 +10,7 @@ # Contributor: Gerardo Exequiel Pozzi pkgname=('lib32-llvm' 'lib32-llvm-libs' 'lib32-clang') -pkgver=3.6.1 +pkgver=3.6.2 pkgrel=1 arch=('x86_64') url="http://llvm.org/"; @@ -20,11 +20,11 @@ source=(http://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.xz{,.sig} http://llvm.org/releases/$pkgver/cfe-$pkgver.src.tar.xz{,.sig} http://llvm.org/releases/$pkgver/compiler-rt-$pkgver.src.tar.xz{,.sig}) -sha256sums=('2f00c615913aa0b56607ee1548936e60ad2aa89e6d56f23fb032a4463366fc7a' +sha256sums=('f60dc158bfda6822de167e87275848969f0558b3134892ff54fced87e4667b94' 'SKIP' -'74f92d0c93b86678b015e87655f59474b2f657769680efdeb3c0524ffbd2dad7' +'ae9180466a23acb426d12444d866b266ff2289b266064d362462e44f8d4699f3' 'SKIP' -'fcbf610c77be6047f11ca10c4725610417beba832565115a9e2fcfe2897b649f' +'0f2ff37d80a64575fecd8cf0d5c50f7ac1f837ddf700d1855412bb7547431d87' 'SKIP') validpgpkeys=('11E521D646982372EB577A1F8F0871F202119294')
[arch-commits] Commit in rtorrent/trunk (PKGBUILD)
Date: Monday, July 13, 2015 @ 22:01:50 Author: jlichtblau Revision: 136796 upgpkg: rtorrent 0.9.5-2 makedeps not needed as part of base devel Modified: rtorrent/trunk/PKGBUILD --+ PKGBUILD |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 19:48:14 UTC (rev 136795) +++ PKGBUILD2015-07-13 20:01:50 UTC (rev 136796) @@ -6,13 +6,12 @@ pkgname=rtorrent pkgver=0.9.5 -pkgrel=1 +pkgrel=2 pkgdesc='Ncurses BitTorrent client based on libTorrent' url='http://rakshasa.github.io/rtorrent/' license=('GPL') arch=('i686' 'x86_64') depends=('libtorrent=0.13.5' 'curl' 'xmlrpc-c' 'libsigc++') -makedepends=('automake' 'autoconf') #source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz";) #sha1sums=('e997822e9b0d53cf8ecfb6b836e380065890e10d') source=("$pkgname-$pkgver.tar.gz::https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz";)
[arch-commits] Commit in rtorrent/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, July 13, 2015 @ 22:02:04 Author: jlichtblau Revision: 136797 archrelease: copy trunk to community-staging-x86_64 Added: rtorrent/repos/community-staging-x86_64/PKGBUILD (from rev 136796, rtorrent/trunk/PKGBUILD) Deleted: rtorrent/repos/community-staging-x86_64/PKGBUILD --+ PKGBUILD | 77 ++--- 1 file changed, 38 insertions(+), 39 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-07-13 20:01:50 UTC (rev 136796) +++ PKGBUILD2015-07-13 20:02:04 UTC (rev 136797) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Gaetan Bisson -# Contributor: Daenyth -# Contributor: Jeff Mickey -# Contributor: sh__ - -pkgname=rtorrent -pkgver=0.9.5 -pkgrel=1 -pkgdesc='Ncurses BitTorrent client based on libTorrent' -url='http://rakshasa.github.io/rtorrent/' -license=('GPL') -arch=('i686' 'x86_64') -depends=('libtorrent=0.13.5' 'curl' 'xmlrpc-c' 'libsigc++') -makedepends=('automake' 'autoconf') -#source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz";) -#sha1sums=('e997822e9b0d53cf8ecfb6b836e380065890e10d') -source=("$pkgname-$pkgver.tar.gz::https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz";) -sha1sums=('ae2e2c6444bb29278406118527db19429c8095cf') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - sed '/AM_PATH_CPPUNIT/d' -i configure.ac - ./autogen.sh - - export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing" - ./configure \ - --prefix=/usr \ - --disable-debug \ - --with-xmlrpc-c \ - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - install -D doc/rtorrent.rc "${pkgdir}"/usr/share/doc/rtorrent/rtorrent.rc -} Copied: rtorrent/repos/community-staging-x86_64/PKGBUILD (from rev 136796, rtorrent/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-07-13 20:02:04 UTC (rev 136797) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Contributor: Daenyth +# Contributor: Jeff Mickey +# Contributor: sh__ + +pkgname=rtorrent +pkgver=0.9.5 +pkgrel=2 +pkgdesc='Ncurses BitTorrent client based on libTorrent' +url='http://rakshasa.github.io/rtorrent/' +license=('GPL') +arch=('i686' 'x86_64') +depends=('libtorrent=0.13.5' 'curl' 'xmlrpc-c' 'libsigc++') +#source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz";) +#sha1sums=('e997822e9b0d53cf8ecfb6b836e380065890e10d') +source=("$pkgname-$pkgver.tar.gz::https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz";) +sha1sums=('ae2e2c6444bb29278406118527db19429c8095cf') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + sed '/AM_PATH_CPPUNIT/d' -i configure.ac + ./autogen.sh + + export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing" + ./configure \ + --prefix=/usr \ + --disable-debug \ + --with-xmlrpc-c \ + + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -D doc/rtorrent.rc "${pkgdir}"/usr/share/doc/rtorrent/rtorrent.rc +}
[arch-commits] Commit in rtorrent/repos (2 files)
Date: Monday, July 13, 2015 @ 21:48:14 Author: jlichtblau Revision: 136795 archrelease: copy trunk to community-staging-x86_64 Added: rtorrent/repos/community-staging-x86_64/ rtorrent/repos/community-staging-x86_64/PKGBUILD (from rev 136794, rtorrent/trunk/PKGBUILD) --+ PKGBUILD | 39 +++ 1 file changed, 39 insertions(+) Copied: rtorrent/repos/community-staging-x86_64/PKGBUILD (from rev 136794, rtorrent/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-07-13 19:48:14 UTC (rev 136795) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Contributor: Daenyth +# Contributor: Jeff Mickey +# Contributor: sh__ + +pkgname=rtorrent +pkgver=0.9.5 +pkgrel=1 +pkgdesc='Ncurses BitTorrent client based on libTorrent' +url='http://rakshasa.github.io/rtorrent/' +license=('GPL') +arch=('i686' 'x86_64') +depends=('libtorrent=0.13.5' 'curl' 'xmlrpc-c' 'libsigc++') +makedepends=('automake' 'autoconf') +#source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz";) +#sha1sums=('e997822e9b0d53cf8ecfb6b836e380065890e10d') +source=("$pkgname-$pkgver.tar.gz::https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz";) +sha1sums=('ae2e2c6444bb29278406118527db19429c8095cf') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + sed '/AM_PATH_CPPUNIT/d' -i configure.ac + ./autogen.sh + + export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing" + ./configure \ + --prefix=/usr \ + --disable-debug \ + --with-xmlrpc-c \ + + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -D doc/rtorrent.rc "${pkgdir}"/usr/share/doc/rtorrent/rtorrent.rc +}
[arch-commits] Commit in rtorrent/trunk (PKGBUILD)
Date: Monday, July 13, 2015 @ 21:47:58 Author: jlichtblau Revision: 136794 upgpkg: rtorrent 0.9.5-1 - new upstream release Modified: rtorrent/trunk/PKGBUILD --+ PKGBUILD | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 19:46:32 UTC (rev 136793) +++ PKGBUILD2015-07-13 19:47:58 UTC (rev 136794) @@ -1,3 +1,4 @@ +# $Id$ # Maintainer: Gaetan Bisson # Contributor: Daenyth # Contributor: Jeff Mickey @@ -4,17 +5,18 @@ # Contributor: sh__ pkgname=rtorrent -pkgver=0.9.4 +pkgver=0.9.5 pkgrel=1 pkgdesc='Ncurses BitTorrent client based on libTorrent' url='http://rakshasa.github.io/rtorrent/' license=('GPL') arch=('i686' 'x86_64') -depends=('libtorrent=0.13.4' 'curl' 'xmlrpc-c' 'libsigc++') +depends=('libtorrent=0.13.5' 'curl' 'xmlrpc-c' 'libsigc++') +makedepends=('automake' 'autoconf') #source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz";) #sha1sums=('e997822e9b0d53cf8ecfb6b836e380065890e10d') -source=("https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz";) -sha1sums=('c1f0b27425f6b025db550cf5ce1997a16af6ff7b') +source=("$pkgname-$pkgver.tar.gz::https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz";) +sha1sums=('ae2e2c6444bb29278406118527db19429c8095cf') build() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in glom/repos/community-i686 (6 files)
Date: Monday, July 13, 2015 @ 21:46:32 Author: jlichtblau Revision: 136793 archrelease: copy trunk to community-i686 Added: glom/repos/community-i686/PKGBUILD (from rev 136792, glom/trunk/PKGBUILD) glom/repos/community-i686/glom.changelog (from rev 136792, glom/trunk/glom.changelog) glom/repos/community-i686/glom.install (from rev 136792, glom/trunk/glom.install) Deleted: glom/repos/community-i686/PKGBUILD glom/repos/community-i686/glom.changelog glom/repos/community-i686/glom.install + PKGBUILD | 76 --- glom.changelog | 19 +++-- glom.install | 26 +- 3 files changed, 63 insertions(+), 58 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-07-13 19:22:02 UTC (rev 136792) +++ PKGBUILD2015-07-13 19:46:32 UTC (rev 136793) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Jaroslav Lichtblau -# Contributor: Roman Kyrylych -# Contributor: William Rea -# Contributor: Jaroslav Lichtblau - -pkgname=glom -pkgver=1.28.4 -pkgrel=3 -pkgdesc="An easy-to-use database designer and user interface" -arch=('i686' 'x86_64') -url="http://www.glom.org/"; -license=('GPL') -depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject' 'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql') -makedepends=('intltool' 'python-sphinx' 'boost' 'itstool') -install=$pkgname.install -changelog=$pkgname.changelog -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.28/$pkgname-$pkgver.tar.xz) -sha256sums=('1dea38ddcef3260b584958b60250a23b924431e57bb1c6e07c02a478869cc159') - -build() { - cd "${srcdir}"/$pkgname-$pkgver - - ./configure --prefix=/usr \ ---with-postgres-utils=/usr/bin \ ---disable-scrollkeeper \ ---disable-update-mime-database \ ---disable-static \ -PYTHON=python2 - make -} - -package() { - cd "${srcdir}"/$pkgname-$pkgver - - make DESTDIR="${pkgdir}" install -} Copied: glom/repos/community-i686/PKGBUILD (from rev 136792, glom/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-07-13 19:46:32 UTC (rev 136793) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Jaroslav Lichtblau +# Contributor: Roman Kyrylych +# Contributor: William Rea +# Contributor: Jaroslav Lichtblau + +pkgname=glom +pkgver=1.28.5 +pkgrel=1 +pkgdesc="An easy-to-use database designer and user interface" +arch=('i686' 'x86_64') +url="http://www.glom.org/"; +license=('GPL') +depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject' + 'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql') +makedepends=('intltool' 'python-sphinx' 'boost' 'itstool' 'libgda-postgres' + 'libgda-mysql') +install=$pkgname.install +changelog=$pkgname.changelog +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('4a94fb638028cf7bf5c4ebad6e1667ed595b940cd94124d17174392fe814') + +build() { + cd "${srcdir}"/$pkgname-$pkgver + + ./configure --prefix=/usr \ +--with-postgres-utils=/usr/bin \ +--disable-scrollkeeper \ +--disable-update-mime-database \ +--disable-static \ +PYTHON=python2 + make +} + +package() { + cd "${srcdir}"/$pkgname-$pkgver + + make DESTDIR="${pkgdir}" install +} Deleted: glom.changelog === --- glom.changelog 2015-07-13 19:22:02 UTC (rev 136792) +++ glom.changelog 2015-07-13 19:46:32 UTC (rev 136793) @@ -1,8 +0,0 @@ -2015-03-28 Jaroslav Lichtblau -* glom-1.28.4-1 - -2014-11-05 Jaroslav Lichtblau -* glom-1.28.0-1 - -2013-11-11 Jaroslav Lichtblau -* glom-1.24.2-1 Copied: glom/repos/community-i686/glom.changelog (from rev 136792, glom/trunk/glom.changelog) === --- glom.changelog (rev 0) +++ glom.changelog 2015-07-13 19:46:32 UTC (rev 136793) @@ -0,0 +1,11 @@ +2015-07-13 Jaroslav Lichtblau +* glom-1.28.5-1 + +2015-03-28 Jaroslav Lichtblau +* glom-1.28.4-1 + +2014-11-05 Jaroslav Lichtblau +* glom-1.28.0-1 + +2013-11-11 Jaroslav Lichtblau +* glom-1.24.2-1 Deleted: glom.install === --- glom.install2015-07-13 19:22:02 UTC (rev 136792) +++ glom.install2015-07-13 19:46:32 UTC (rev 136793) @@ -1,13 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-desktop-database -q - update-mime-database usr/share/mime > /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: glom/repos/community-i686/glom.install (from rev 136792, glom/trunk/glom.install) === --- glom.install
[arch-commits] Commit in mono/repos (28 files)
Date: Monday, July 13, 2015 @ 21:44:30 Author: daniel Revision: 242175 archrelease: copy trunk to extra-i686, extra-x86_64 Added: mono/repos/extra-i686/Microsoft.Portable.Common.targets (from rev 242174, mono/trunk/Microsoft.Portable.Common.targets) mono/repos/extra-i686/PKGBUILD (from rev 242174, mono/trunk/PKGBUILD) mono/repos/extra-i686/bug434892.patch (from rev 242174, mono/trunk/bug434892.patch) mono/repos/extra-i686/build_fix.patch (from rev 242174, mono/trunk/build_fix.patch) mono/repos/extra-i686/fix-zlib-helper.patch (from rev 242174, mono/trunk/fix-zlib-helper.patch) mono/repos/extra-i686/mono.binfmt.d (from rev 242174, mono/trunk/mono.binfmt.d) mono/repos/extra-i686/sgen_fix.patch (from rev 242174, mono/trunk/sgen_fix.patch) mono/repos/extra-x86_64/Microsoft.Portable.Common.targets (from rev 242174, mono/trunk/Microsoft.Portable.Common.targets) mono/repos/extra-x86_64/PKGBUILD (from rev 242174, mono/trunk/PKGBUILD) mono/repos/extra-x86_64/bug434892.patch (from rev 242174, mono/trunk/bug434892.patch) mono/repos/extra-x86_64/build_fix.patch (from rev 242174, mono/trunk/build_fix.patch) mono/repos/extra-x86_64/fix-zlib-helper.patch (from rev 242174, mono/trunk/fix-zlib-helper.patch) mono/repos/extra-x86_64/mono.binfmt.d (from rev 242174, mono/trunk/mono.binfmt.d) mono/repos/extra-x86_64/sgen_fix.patch (from rev 242174, mono/trunk/sgen_fix.patch) Deleted: mono/repos/extra-i686/Microsoft.Portable.Common.targets mono/repos/extra-i686/PKGBUILD mono/repos/extra-i686/bug434892.patch mono/repos/extra-i686/build_fix.patch mono/repos/extra-i686/fix-zlib-helper.patch mono/repos/extra-i686/mono.binfmt.d mono/repos/extra-i686/sgen_fix.patch mono/repos/extra-x86_64/Microsoft.Portable.Common.targets mono/repos/extra-x86_64/PKGBUILD mono/repos/extra-x86_64/bug434892.patch mono/repos/extra-x86_64/build_fix.patch mono/repos/extra-x86_64/fix-zlib-helper.patch mono/repos/extra-x86_64/mono.binfmt.d mono/repos/extra-x86_64/sgen_fix.patch + /Microsoft.Portable.Common.targets |8 /PKGBUILD | 138 ++ /bug434892.patch | 22 ++ /build_fix.patch | 50 + /fix-zlib-helper.patch | 52 + /mono.binfmt.d |2 /sgen_fix.patch| 224 +++ extra-i686/Microsoft.Portable.Common.targets |4 extra-i686/PKGBUILD| 69 --- extra-i686/bug434892.patch | 11 - extra-i686/build_fix.patch | 25 -- extra-i686/fix-zlib-helper.patch | 26 -- extra-i686/mono.binfmt.d |1 extra-i686/sgen_fix.patch | 112 --- extra-x86_64/Microsoft.Portable.Common.targets |4 extra-x86_64/PKGBUILD | 69 --- extra-x86_64/bug434892.patch | 11 - extra-x86_64/build_fix.patch | 25 -- extra-x86_64/fix-zlib-helper.patch | 26 -- extra-x86_64/mono.binfmt.d |1 extra-x86_64/sgen_fix.patch| 112 --- 21 files changed, 496 insertions(+), 496 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 242174:242175 to see the changes.
[arch-commits] Commit in mono/trunk (PKGBUILD)
Date: Monday, July 13, 2015 @ 21:44:20 Author: daniel Revision: 242174 upgpkg: mono 4.0.2.5-1 New upstream release Modified: mono/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 19:09:35 UTC (rev 242173) +++ PKGBUILD2015-07-13 19:44:20 UTC (rev 242174) @@ -3,8 +3,8 @@ # Contributor: Brice Carpentier pkgname=mono -pkgver=4.0.1.44 -_pkgver=4.0.1 +pkgver=4.0.2.5 +_pkgver=4.0.2 pkgrel=1 pkgdesc="Free implementation of the .NET platform including runtime and compiler" arch=(i686 x86_64) @@ -20,7 +20,7 @@ build_fix.patch Microsoft.Portable.Common.targets fix-zlib-helper.patch) -md5sums=('d55c9d8aab2cdfde53f830ae6ea75358' +md5sums=('b1360d45a80c2e1bac15e765b56cf66c' 'b9ef8a65fea497acf176cca16c1e2402' '8a700b94bff7a913f920e95890d2fb4c' '30a5af1a4ff50b98f9e73cc2ae554115' @@ -40,7 +40,7 @@ --disable-quiet-build \ --disable-system-aot \ --disable-static \ ---with-mcs-docs=no +--with-mcs-docs=no make # build jay
[arch-commits] Commit in glom/repos/community-x86_64 (6 files)
Date: Monday, July 13, 2015 @ 21:22:02 Author: jlichtblau Revision: 136792 archrelease: copy trunk to community-x86_64 Added: glom/repos/community-x86_64/PKGBUILD (from rev 136791, glom/trunk/PKGBUILD) glom/repos/community-x86_64/glom.changelog (from rev 136791, glom/trunk/glom.changelog) glom/repos/community-x86_64/glom.install (from rev 136791, glom/trunk/glom.install) Deleted: glom/repos/community-x86_64/PKGBUILD glom/repos/community-x86_64/glom.changelog glom/repos/community-x86_64/glom.install + PKGBUILD | 76 --- glom.changelog | 19 +++-- glom.install | 26 +- 3 files changed, 63 insertions(+), 58 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-07-13 19:21:47 UTC (rev 136791) +++ PKGBUILD2015-07-13 19:22:02 UTC (rev 136792) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Jaroslav Lichtblau -# Contributor: Roman Kyrylych -# Contributor: William Rea -# Contributor: Jaroslav Lichtblau - -pkgname=glom -pkgver=1.28.4 -pkgrel=3 -pkgdesc="An easy-to-use database designer and user interface" -arch=('i686' 'x86_64') -url="http://www.glom.org/"; -license=('GPL') -depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject' 'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql') -makedepends=('intltool' 'python-sphinx' 'boost' 'itstool') -install=$pkgname.install -changelog=$pkgname.changelog -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.28/$pkgname-$pkgver.tar.xz) -sha256sums=('1dea38ddcef3260b584958b60250a23b924431e57bb1c6e07c02a478869cc159') - -build() { - cd "${srcdir}"/$pkgname-$pkgver - - ./configure --prefix=/usr \ ---with-postgres-utils=/usr/bin \ ---disable-scrollkeeper \ ---disable-update-mime-database \ ---disable-static \ -PYTHON=python2 - make -} - -package() { - cd "${srcdir}"/$pkgname-$pkgver - - make DESTDIR="${pkgdir}" install -} Copied: glom/repos/community-x86_64/PKGBUILD (from rev 136791, glom/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-07-13 19:22:02 UTC (rev 136792) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Jaroslav Lichtblau +# Contributor: Roman Kyrylych +# Contributor: William Rea +# Contributor: Jaroslav Lichtblau + +pkgname=glom +pkgver=1.28.5 +pkgrel=1 +pkgdesc="An easy-to-use database designer and user interface" +arch=('i686' 'x86_64') +url="http://www.glom.org/"; +license=('GPL') +depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject' + 'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql') +makedepends=('intltool' 'python-sphinx' 'boost' 'itstool' 'libgda-postgres' + 'libgda-mysql') +install=$pkgname.install +changelog=$pkgname.changelog +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('4a94fb638028cf7bf5c4ebad6e1667ed595b940cd94124d17174392fe814') + +build() { + cd "${srcdir}"/$pkgname-$pkgver + + ./configure --prefix=/usr \ +--with-postgres-utils=/usr/bin \ +--disable-scrollkeeper \ +--disable-update-mime-database \ +--disable-static \ +PYTHON=python2 + make +} + +package() { + cd "${srcdir}"/$pkgname-$pkgver + + make DESTDIR="${pkgdir}" install +} Deleted: glom.changelog === --- glom.changelog 2015-07-13 19:21:47 UTC (rev 136791) +++ glom.changelog 2015-07-13 19:22:02 UTC (rev 136792) @@ -1,8 +0,0 @@ -2015-03-28 Jaroslav Lichtblau -* glom-1.28.4-1 - -2014-11-05 Jaroslav Lichtblau -* glom-1.28.0-1 - -2013-11-11 Jaroslav Lichtblau -* glom-1.24.2-1 Copied: glom/repos/community-x86_64/glom.changelog (from rev 136791, glom/trunk/glom.changelog) === --- glom.changelog (rev 0) +++ glom.changelog 2015-07-13 19:22:02 UTC (rev 136792) @@ -0,0 +1,11 @@ +2015-07-13 Jaroslav Lichtblau +* glom-1.28.5-1 + +2015-03-28 Jaroslav Lichtblau +* glom-1.28.4-1 + +2014-11-05 Jaroslav Lichtblau +* glom-1.28.0-1 + +2013-11-11 Jaroslav Lichtblau +* glom-1.24.2-1 Deleted: glom.install === --- glom.install2015-07-13 19:21:47 UTC (rev 136791) +++ glom.install2015-07-13 19:22:02 UTC (rev 136792) @@ -1,13 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-desktop-database -q - update-mime-database usr/share/mime > /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: glom/repos/community-x86_64/glom.install (from rev 136791, glom/trunk/glom.install) === --- glom.
[arch-commits] Commit in glom/trunk (PKGBUILD glom.changelog)
Date: Monday, July 13, 2015 @ 21:21:47 Author: jlichtblau Revision: 136791 upgpkg: glom 1.28.5-1 - new upstream release Modified: glom/trunk/PKGBUILD glom/trunk/glom.changelog + PKGBUILD |8 glom.changelog |3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 18:54:54 UTC (rev 136790) +++ PKGBUILD2015-07-13 19:21:47 UTC (rev 136791) @@ -5,8 +5,8 @@ # Contributor: Jaroslav Lichtblau pkgname=glom -pkgver=1.28.4 -pkgrel=3 +pkgver=1.28.5 +pkgrel=1 pkgdesc="An easy-to-use database designer and user interface" arch=('i686' 'x86_64') url="http://www.glom.org/"; @@ -17,8 +17,8 @@ 'libgda-mysql') install=$pkgname.install changelog=$pkgname.changelog -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.28/$pkgname-$pkgver.tar.xz) -sha256sums=('1dea38ddcef3260b584958b60250a23b924431e57bb1c6e07c02a478869cc159') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('4a94fb638028cf7bf5c4ebad6e1667ed595b940cd94124d17174392fe814') build() { cd "${srcdir}"/$pkgname-$pkgver Modified: glom.changelog === --- glom.changelog 2015-07-13 18:54:54 UTC (rev 136790) +++ glom.changelog 2015-07-13 19:21:47 UTC (rev 136791) @@ -1,3 +1,6 @@ +2015-07-13 Jaroslav Lichtblau +* glom-1.28.5-1 + 2015-03-28 Jaroslav Lichtblau * glom-1.28.4-1
[arch-commits] Commit in libtorrent/repos (3 files)
Date: Monday, July 13, 2015 @ 20:54:54 Author: jlichtblau Revision: 136790 archrelease: copy trunk to community-staging-i686 Added: libtorrent/repos/community-staging-i686/ libtorrent/repos/community-staging-i686/PKGBUILD (from rev 136789, libtorrent/trunk/PKGBUILD) libtorrent/repos/community-staging-i686/libtorrent-version.patch (from rev 136789, libtorrent/trunk/libtorrent-version.patch) --+ PKGBUILD | 44 libtorrent-version.patch | 10 ++ 2 files changed, 54 insertions(+) Copied: libtorrent/repos/community-staging-i686/PKGBUILD (from rev 136789, libtorrent/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-07-13 18:54:54 UTC (rev 136790) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Contributor: Daenyth +# Contributor: Jeff Mickey +# Contributor: sh__ + +pkgname=libtorrent +pkgver=0.13.5 +pkgrel=1 +pkgdesc='BitTorrent library with a focus on high performance and good code' +url='http://rakshasa.github.io/rtorrent/' +arch=('i686' 'x86_64') +license=('GPL') +depends=('openssl') +#source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz";) +#sha1sums=('3a3ca87054d020bc376abe2c1ea15bbbaef31131') +source=("$pkgname-$pkgver.tar.gz::https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz"; +$pkgname-version.patch) +sha1sums=('0c83e8b9ece2c07986632dcc800f893451b23d71' + 'ea80eb35cf5812840315726e67a5243ea6dccad4') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + sed '/AM_PATH_CPPUNIT/d' -i configure.ac +#https://github.com/rakshasa/libtorrent/issues/82 +patch -Np0 -i "${srcdir}"/$pkgname-version.patch +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./autogen.sh + + export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing" + ./configure \ + --prefix=/usr \ + --disable-debug \ + + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Copied: libtorrent/repos/community-staging-i686/libtorrent-version.patch (from rev 136789, libtorrent/trunk/libtorrent-version.patch) === --- community-staging-i686/libtorrent-version.patch (rev 0) +++ community-staging-i686/libtorrent-version.patch 2015-07-13 18:54:54 UTC (rev 136790) @@ -0,0 +1,10 @@ +--- configure.ac.orig 2015-07-02 00:19:04.0 +0200 configure.ac 2015-07-13 20:32:07.158592915 +0200 +@@ -1 +1 @@ +-AC_INIT(libtorrent, 0.13.4, sundell.softw...@gmail.com) ++AC_INIT(libtorrent, 0.13.5, sundell.softw...@gmail.com) +@@ -6,2 +6,2 @@ +-AC_DEFINE(PEER_NAME, "-lt0D40-", Identifier that is part of the default peer id) +-AC_DEFINE(PEER_VERSION, "lt\x0D\x40", 4 byte client and version identifier for DHT) ++AC_DEFINE(PEER_NAME, "-lt0D50-", Identifier that is part of the default peer id) ++AC_DEFINE(PEER_VERSION, "lt\x0D\x50", 4 byte client and version identifier for DHT)
[arch-commits] Commit in libtorrent/repos (3 files)
Date: Monday, July 13, 2015 @ 20:49:49 Author: jlichtblau Revision: 136789 archrelease: copy trunk to community-staging-x86_64 Added: libtorrent/repos/community-staging-x86_64/ libtorrent/repos/community-staging-x86_64/PKGBUILD (from rev 136788, libtorrent/trunk/PKGBUILD) libtorrent/repos/community-staging-x86_64/libtorrent-version.patch (from rev 136788, libtorrent/trunk/libtorrent-version.patch) --+ PKGBUILD | 44 libtorrent-version.patch | 10 ++ 2 files changed, 54 insertions(+) Copied: libtorrent/repos/community-staging-x86_64/PKGBUILD (from rev 136788, libtorrent/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-07-13 18:49:49 UTC (rev 136789) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Contributor: Daenyth +# Contributor: Jeff Mickey +# Contributor: sh__ + +pkgname=libtorrent +pkgver=0.13.5 +pkgrel=1 +pkgdesc='BitTorrent library with a focus on high performance and good code' +url='http://rakshasa.github.io/rtorrent/' +arch=('i686' 'x86_64') +license=('GPL') +depends=('openssl') +#source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz";) +#sha1sums=('3a3ca87054d020bc376abe2c1ea15bbbaef31131') +source=("$pkgname-$pkgver.tar.gz::https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz"; +$pkgname-version.patch) +sha1sums=('0c83e8b9ece2c07986632dcc800f893451b23d71' + 'ea80eb35cf5812840315726e67a5243ea6dccad4') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + sed '/AM_PATH_CPPUNIT/d' -i configure.ac +#https://github.com/rakshasa/libtorrent/issues/82 +patch -Np0 -i "${srcdir}"/$pkgname-version.patch +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./autogen.sh + + export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing" + ./configure \ + --prefix=/usr \ + --disable-debug \ + + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Copied: libtorrent/repos/community-staging-x86_64/libtorrent-version.patch (from rev 136788, libtorrent/trunk/libtorrent-version.patch) === --- community-staging-x86_64/libtorrent-version.patch (rev 0) +++ community-staging-x86_64/libtorrent-version.patch 2015-07-13 18:49:49 UTC (rev 136789) @@ -0,0 +1,10 @@ +--- configure.ac.orig 2015-07-02 00:19:04.0 +0200 configure.ac 2015-07-13 20:32:07.158592915 +0200 +@@ -1 +1 @@ +-AC_INIT(libtorrent, 0.13.4, sundell.softw...@gmail.com) ++AC_INIT(libtorrent, 0.13.5, sundell.softw...@gmail.com) +@@ -6,2 +6,2 @@ +-AC_DEFINE(PEER_NAME, "-lt0D40-", Identifier that is part of the default peer id) +-AC_DEFINE(PEER_VERSION, "lt\x0D\x40", 4 byte client and version identifier for DHT) ++AC_DEFINE(PEER_NAME, "-lt0D50-", Identifier that is part of the default peer id) ++AC_DEFINE(PEER_VERSION, "lt\x0D\x50", 4 byte client and version identifier for DHT)
[arch-commits] Commit in libtorrent/trunk (PKGBUILD libtorrent-version.patch)
Date: Monday, July 13, 2015 @ 20:49:39 Author: jlichtblau Revision: 136788 upgpkg: libtorrent 0.13.5-1 - new upstream release Added: libtorrent/trunk/libtorrent-version.patch Modified: libtorrent/trunk/PKGBUILD --+ PKGBUILD | 16 libtorrent-version.patch | 10 ++ 2 files changed, 22 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 17:54:49 UTC (rev 136787) +++ PKGBUILD2015-07-13 18:49:39 UTC (rev 136788) @@ -5,7 +5,7 @@ # Contributor: sh__ pkgname=libtorrent -pkgver=0.13.4 +pkgver=0.13.5 pkgrel=1 pkgdesc='BitTorrent library with a focus on high performance and good code' url='http://rakshasa.github.io/rtorrent/' @@ -14,12 +14,20 @@ depends=('openssl') #source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz";) #sha1sums=('3a3ca87054d020bc376abe2c1ea15bbbaef31131') -source=("https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz";) -sha1sums=('7f086998ee01783b477565afd59952d6f6c34580') +source=("$pkgname-$pkgver.tar.gz::https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz"; +$pkgname-version.patch) +sha1sums=('0c83e8b9ece2c07986632dcc800f893451b23d71' + 'ea80eb35cf5812840315726e67a5243ea6dccad4') +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + sed '/AM_PATH_CPPUNIT/d' -i configure.ac +#https://github.com/rakshasa/libtorrent/issues/82 +patch -Np0 -i "${srcdir}"/$pkgname-version.patch +} + build() { cd "${srcdir}/${pkgname}-${pkgver}" - sed '/AM_PATH_CPPUNIT/d' -i configure.ac ./autogen.sh export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing" Added: libtorrent-version.patch === --- libtorrent-version.patch(rev 0) +++ libtorrent-version.patch2015-07-13 18:49:39 UTC (rev 136788) @@ -0,0 +1,10 @@ +--- configure.ac.orig 2015-07-02 00:19:04.0 +0200 configure.ac 2015-07-13 20:32:07.158592915 +0200 +@@ -1 +1 @@ +-AC_INIT(libtorrent, 0.13.4, sundell.softw...@gmail.com) ++AC_INIT(libtorrent, 0.13.5, sundell.softw...@gmail.com) +@@ -6,2 +6,2 @@ +-AC_DEFINE(PEER_NAME, "-lt0D40-", Identifier that is part of the default peer id) +-AC_DEFINE(PEER_VERSION, "lt\x0D\x40", 4 byte client and version identifier for DHT) ++AC_DEFINE(PEER_NAME, "-lt0D50-", Identifier that is part of the default peer id) ++AC_DEFINE(PEER_VERSION, "lt\x0D\x50", 4 byte client and version identifier for DHT)
[arch-commits] Commit in mod_mono/repos (4 files)
Date: Monday, July 13, 2015 @ 20:24:28 Author: daniel Revision: 242172 archrelease: copy trunk to extra-i686, extra-x86_64 Added: mod_mono/repos/extra-i686/PKGBUILD (from rev 242171, mod_mono/trunk/PKGBUILD) mod_mono/repos/extra-x86_64/PKGBUILD (from rev 242171, mod_mono/trunk/PKGBUILD) Deleted: mod_mono/repos/extra-i686/PKGBUILD mod_mono/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 60 extra-i686/PKGBUILD | 28 -- extra-x86_64/PKGBUILD | 28 -- 3 files changed, 60 insertions(+), 56 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2015-07-13 18:24:21 UTC (rev 242171) +++ extra-i686/PKGBUILD 2015-07-13 18:24:28 UTC (rev 242172) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Daniel Isenmann -# Contributor: Tobias Kieslich - -pkgname=mod_mono -pkgver=3.12 -pkgrel=1 -pkgdesc="The mono module to make ASP.NET running on top of apache" -arch=('i686' 'x86_64') -url="http://www.go-mono.com"; -license=('APACHE') -source=(http://download.mono-project.com/sources/mod_mono/${pkgname}-${pkgver}.tar.gz) -depends=('apache' 'xsp') -md5sums=('bb99d807ce32040370360fae4996f967') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - CFLAGS="${CFLAGS} `apr-1-config --cppflags --includes --cflags`" ./configure \ ---prefix=/usr --sysconfdir=/etc --with-apxs=/usr/bin/apxs \ ---with-mono-prefix=/usr --with-apr-config=/usr/bin/apr-1-config - make -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install -} - Copied: mod_mono/repos/extra-i686/PKGBUILD (from rev 242171, mod_mono/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2015-07-13 18:24:28 UTC (rev 242172) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Daniel Isenmann +# Contributor: Tobias Kieslich + +pkgname=mod_mono +pkgver=3.12 +pkgrel=2 +pkgdesc="The mono module to make ASP.NET running on top of apache" +arch=('i686' 'x86_64') +url="http://www.go-mono.com"; +license=('APACHE') +source=(http://download.mono-project.com/sources/mod_mono/${pkgname}-${pkgver}.tar.gz) +depends=('apache' 'xsp') +md5sums=('bb99d807ce32040370360fae4996f967') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + CFLAGS="${CFLAGS} `apr-1-config --cppflags --includes --cflags`" ./configure \ +--prefix=/usr --sysconfdir=/etc --with-apxs=/usr/bin/apxs \ +--with-mono-prefix=/usr --with-apr-config=/usr/bin/apr-1-config + make +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install + mkdir -p ${pkgdir}/etc/httpd/conf/extra + mv ${pkgdir}/etc/httpd/conf/mod_mono.conf ${pkgdir}/etc/httpd/conf/extra/mod_mono.conf +} + Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2015-07-13 18:24:21 UTC (rev 242171) +++ extra-x86_64/PKGBUILD 2015-07-13 18:24:28 UTC (rev 242172) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Daniel Isenmann -# Contributor: Tobias Kieslich - -pkgname=mod_mono -pkgver=3.12 -pkgrel=1 -pkgdesc="The mono module to make ASP.NET running on top of apache" -arch=('i686' 'x86_64') -url="http://www.go-mono.com"; -license=('APACHE') -source=(http://download.mono-project.com/sources/mod_mono/${pkgname}-${pkgver}.tar.gz) -depends=('apache' 'xsp') -md5sums=('bb99d807ce32040370360fae4996f967') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - CFLAGS="${CFLAGS} `apr-1-config --cppflags --includes --cflags`" ./configure \ ---prefix=/usr --sysconfdir=/etc --with-apxs=/usr/bin/apxs \ ---with-mono-prefix=/usr --with-apr-config=/usr/bin/apr-1-config - make -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install -} - Copied: mod_mono/repos/extra-x86_64/PKGBUILD (from rev 242171, mod_mono/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2015-07-13 18:24:28 UTC (rev 242172) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Daniel Isenmann +# Contributor: Tobias Kieslich + +pkgname=mod_mono +pkgver=3.12 +pkgrel=2 +pkgdesc="The mono module to make ASP.NET running on top of apache" +arch=('i686' 'x86_64') +url="http://www.go-mono.com"; +license=('APACHE') +source=(http://download.mono-project.com/sources/mod_mono/${pkgname}-${pkgver}.tar.gz) +depends=('apache' 'xsp') +md5sums=('bb99d807ce32040370360fae4996f967') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + CFLAGS="${CFLAGS} `apr-1-config --cppflags --includes --cflags`" ./configure \ +--prefix=/usr --sysconfdir=/etc --with-apxs=/usr/bin/apxs \ +--with-mono-prefix=/usr --with-apr-config=/usr/bin/apr-1-config + make +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver}
[arch-commits] Commit in mod_mono/trunk (PKGBUILD)
Date: Monday, July 13, 2015 @ 20:24:21 Author: daniel Revision: 242171 upgpkg: mod_mono 3.12-2 Fixed FS#28496 Modified: mod_mono/trunk/PKGBUILD --+ PKGBUILD |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 17:50:56 UTC (rev 242170) +++ PKGBUILD2015-07-13 18:24:21 UTC (rev 242171) @@ -4,7 +4,7 @@ pkgname=mod_mono pkgver=3.12 -pkgrel=1 +pkgrel=2 pkgdesc="The mono module to make ASP.NET running on top of apache" arch=('i686' 'x86_64') url="http://www.go-mono.com"; @@ -24,5 +24,7 @@ package() { cd ${srcdir}/${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install + mkdir -p ${pkgdir}/etc/httpd/conf/extra + mv ${pkgdir}/etc/httpd/conf/mod_mono.conf ${pkgdir}/etc/httpd/conf/extra/mod_mono.conf }
[arch-commits] Commit in cdrtools/repos (4 files)
Date: Monday, July 13, 2015 @ 19:54:39 Author: stativ Revision: 136786 archrelease: copy trunk to community-i686, community-x86_64 Added: cdrtools/repos/community-i686/PKGBUILD (from rev 136785, cdrtools/trunk/PKGBUILD) cdrtools/repos/community-x86_64/PKGBUILD (from rev 136785, cdrtools/trunk/PKGBUILD) Deleted: cdrtools/repos/community-i686/PKGBUILD cdrtools/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 98 community-i686/PKGBUILD | 49 -- community-x86_64/PKGBUILD | 49 -- 3 files changed, 98 insertions(+), 98 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-07-13 17:54:33 UTC (rev 136785) +++ community-i686/PKGBUILD 2015-07-13 17:54:39 UTC (rev 136786) @@ -1,49 +0,0 @@ -# $Id$ -# Maintainer: Lukas Jirkovsky -pkgname=cdrtools -pkgver=3.01a29 -pkgrel=1 -pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning" -arch=('i686' 'x86_64') -url="http://cdrecord.org/"; -license=('CDDL') -depends=('acl' 'libcap') -conflicts=('cdrkit') -provides=('cdrkit') -options=(!makeflags) -backup=('etc/default/cdrecord' 'etc/default/rscsi') -source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2) -md5sums=('edf66619d21feb67a3d9ddf54bac1471') - -build() { - cd "$srcdir"/cdrtools-${pkgver%%a*} - sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux - sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux - # install rscsi to /usr/bin instead of /usr/sbin - sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile - - export GMAKE_NOWARN=true - make INS_BASE=/usr INS_RBASE=/ -} - -package() { - cd "$srcdir"/cdrtools-${pkgver%%a*} - - export GMAKE_NOWARN=true - make INS_BASE=/usr INS_RBASE=/ DESTDIR="$pkgdir" install - rm -rf "$pkgdir"/usr/include - rm -rf "$pkgdir"/usr/lib/{*.a,profiled} - - # autoload 'sg' module needed by cdrecord - install -d -m755 "$pkgdir"/usr/lib/modules-load.d/ - echo sg > "$pkgdir"/usr/lib/modules-load.d/cdrecord.conf - - # create symlinks for cdrkit compatibility - cd "$pkgdir"/usr/bin - ln -s cdrecord wodim - ln -s readcd readom - ln -s mkisofs genisoimage - ln -s cdda2wav icedax -} - -# vim:set ts=2 sw=2 et: Copied: cdrtools/repos/community-i686/PKGBUILD (from rev 136785, cdrtools/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-07-13 17:54:39 UTC (rev 136786) @@ -0,0 +1,49 @@ +# $Id$ +# Maintainer: Lukas Jirkovsky +pkgname=cdrtools +pkgver=3.01a30 +pkgrel=1 +pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning" +arch=('i686' 'x86_64') +url="http://cdrecord.org/"; +license=('CDDL') +depends=('acl' 'libcap') +conflicts=('cdrkit') +provides=('cdrkit') +options=(!makeflags) +backup=('etc/default/cdrecord' 'etc/default/rscsi') +source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2) +md5sums=('0f565403d381e87e8ba0d70940b2b8c9') + +build() { + cd "$srcdir"/cdrtools-${pkgver%%a*} + sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux + sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux + # install rscsi to /usr/bin instead of /usr/sbin + sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile + + export GMAKE_NOWARN=true + make INS_BASE=/usr INS_RBASE=/ +} + +package() { + cd "$srcdir"/cdrtools-${pkgver%%a*} + + export GMAKE_NOWARN=true + make INS_BASE=/usr INS_RBASE=/ DESTDIR="$pkgdir" install + rm -rf "$pkgdir"/usr/include + rm -rf "$pkgdir"/usr/lib/{*.a,profiled} + + # autoload 'sg' module needed by cdrecord + install -d -m755 "$pkgdir"/usr/lib/modules-load.d/ + echo sg > "$pkgdir"/usr/lib/modules-load.d/cdrecord.conf + + # create symlinks for cdrkit compatibility + cd "$pkgdir"/usr/bin + ln -s cdrecord wodim + ln -s readcd readom + ln -s mkisofs genisoimage + ln -s cdda2wav icedax +} + +# vim:set ts=2 sw=2 et: Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-07-13 17:54:33 UTC (rev 136785) +++ community-x86_64/PKGBUILD 2015-07-13 17:54:39 UTC (rev 136786) @@ -1,49 +0,0 @@ -# $Id$ -# Maintainer: Lukas Jirkovsky -pkgname=cdrtools -pkgver=3.01a29 -pkgrel=1 -pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning" -arch=('i686' 'x86_64') -url="http://cdrecord.org/"; -license=('CDDL') -depends=('acl' 'libcap') -conflicts=('cdrkit') -provides=('cdrkit') -options=(!makeflags) -backup=('etc/default/cdrecord' 'etc/default/rscsi') -source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2) -md5sums=('edf66619d21feb67a3d9ddf54bac1471') - -build() { - cd "$srcdir"/cdrtools-${pkgver%%a*} - sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux - sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|'
[arch-commits] Commit in syncthing/repos/community-i686 (PKGBUILD PKGBUILD)
Date: Monday, July 13, 2015 @ 19:54:49 Author: jlichtblau Revision: 136787 archrelease: copy trunk to community-i686 Added: syncthing/repos/community-i686/PKGBUILD (from rev 136786, syncthing/trunk/PKGBUILD) Deleted: syncthing/repos/community-i686/PKGBUILD --+ PKGBUILD | 130 ++--- 1 file changed, 65 insertions(+), 65 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-07-13 17:54:39 UTC (rev 136786) +++ PKGBUILD2015-07-13 17:54:49 UTC (rev 136787) @@ -1,65 +0,0 @@ -# $Id$ -# Maintainer : Martin Wimpress -# Maintainer : Jaroslav Lichtblau -# Contributor: Sauyon Lee -# Contributor: Kevin MacMartin -# Contributor: korjjj - -pkgname=syncthing -pkgver=0.11.13 -pkgrel=1 -pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing" -url="http://syncthing.net/"; -license=('MPL') -arch=('i686' 'x86_64') -depends=('glibc') -makedepends=('git' 'go' 'godep' 'inetutils' 'sed') -source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}) -sha1sums=('SKIP') - -prepare() { - cd "${srcdir}" - mkdir -p "src/github.com/syncthing" - mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}" -} - -build() { - export GOPATH="${srcdir}" - cd "${srcdir}/src/github.com/syncthing/${pkgname}" - if [ ${CARCH}" == "i686" ] ; then - go run build.go -no-upgrade -goarch 386 build - if [ ${CARCH}" == "x86_64" ] ; then - go run build.go -no-upgrade -goarch amd64 build - else - go run build.go -no-upgrade build - fi -} - -check() { - export GOPATH="${srcdir}" - cd "${srcdir}/src/github.com/syncthing/${pkgname}" -# go run build.go -no-upgrade test -} - -package() { - cd "${srcdir}/src/github.com/syncthing/${pkgname}" - install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}" - install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md" - install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}@.service" - install -Dm644 "etc/linux-systemd/user/${pkgname}.service" "${pkgdir}/usr/lib/systemd/user/${pkgname}.service" - -# license - install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE - -# man pages - cd "${srcdir}/src/github.com/syncthing/${pkgname}/man" - for file in $(find . -name '*.1' -print); do -install -Dm644 $file "${pkgdir}"/usr/share/man/man1/$file - done - for file in $(find . -name '*.5' -print); do -install -Dm644 $file "${pkgdir}"/usr/share/man/man5/$file - done - for file in $(find . -name '*.7' -print); do -install -Dm644 $file "${pkgdir}"/usr/share/man/man7/$file - done -} Copied: syncthing/repos/community-i686/PKGBUILD (from rev 136786, syncthing/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-07-13 17:54:49 UTC (rev 136787) @@ -0,0 +1,65 @@ +# $Id$ +# Maintainer : Martin Wimpress +# Maintainer : Jaroslav Lichtblau +# Contributor: Sauyon Lee +# Contributor: Kevin MacMartin +# Contributor: korjjj + +pkgname=syncthing +pkgver=0.11.15 +pkgrel=1 +pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing" +url="http://syncthing.net/"; +license=('MPL') +arch=('i686' 'x86_64') +depends=('glibc') +makedepends=('git' 'go' 'godep' 'inetutils' 'sed') +source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}) +sha1sums=('SKIP') + +prepare() { + cd "${srcdir}" + mkdir -p "src/github.com/syncthing" + mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}" +} + +build() { + export GOPATH="${srcdir}" + cd "${srcdir}/src/github.com/syncthing/${pkgname}" + if [ ${CARCH}" == "i686" ] ; then + go run build.go -no-upgrade -goarch 386 build + if [ ${CARCH}" == "x86_64" ] ; then + go run build.go -no-upgrade -goarch amd64 build + else + go run build.go -no-upgrade build + fi +} + +check() { + export GOPATH="${srcdir}" + cd "${srcdir}/src/github.com/syncthing/${pkgname}" +# go run build.go -no-upgrade test +} + +package() { + cd "${srcdir}/src/github.com/syncthing/${pkgname}" + install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}" + install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md" + install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}@.service" + install -Dm644 "etc/linux-systemd/user/${pkgname}.service" "${pkgdir}/usr/lib/systemd/user/${pkgname}.service" + +# license + install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE + +# man pages + cd "${srcdir}/src/github.com/syncthing/${pkgname}/man" + for file in $(find . -name '*.1' -print); do +install -Dm644 $file "${pkgdir}"/usr/share/man/man1/$file + done + for file in $(find . -name '*.5' -print); do +install -Dm644 $file "${pkgdir}"/usr/share/man/ma
[arch-commits] Commit in cdrtools/trunk (PKGBUILD)
Date: Monday, July 13, 2015 @ 19:54:33 Author: stativ Revision: 136785 upgpkg: cdrtools 3.01a30-1 update to 3.01a30 Modified: cdrtools/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 17:47:27 UTC (rev 136784) +++ PKGBUILD2015-07-13 17:54:33 UTC (rev 136785) @@ -1,7 +1,7 @@ # $Id$ # Maintainer: Lukas Jirkovsky pkgname=cdrtools -pkgver=3.01a29 +pkgver=3.01a30 pkgrel=1 pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ options=(!makeflags) backup=('etc/default/cdrecord' 'etc/default/rscsi') source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2) -md5sums=('edf66619d21feb67a3d9ddf54bac1471') +md5sums=('0f565403d381e87e8ba0d70940b2b8c9') build() { cd "$srcdir"/cdrtools-${pkgver%%a*}
[arch-commits] Commit in llvm/repos (10 files)
Date: Monday, July 13, 2015 @ 19:50:56 Author: foutrelis Revision: 242170 archrelease: copy trunk to testing-i686, testing-x86_64 Added: llvm/repos/testing-i686/ llvm/repos/testing-i686/PKGBUILD (from rev 242169, llvm/trunk/PKGBUILD) llvm/repos/testing-i686/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch (from rev 242169, llvm/trunk/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch) llvm/repos/testing-i686/llvm-Config-config.h (from rev 242169, llvm/trunk/llvm-Config-config.h) llvm/repos/testing-i686/llvm-Config-llvm-config.h (from rev 242169, llvm/trunk/llvm-Config-llvm-config.h) llvm/repos/testing-x86_64/ llvm/repos/testing-x86_64/PKGBUILD (from rev 242169, llvm/trunk/PKGBUILD) llvm/repos/testing-x86_64/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch (from rev 242169, llvm/trunk/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch) llvm/repos/testing-x86_64/llvm-Config-config.h (from rev 242169, llvm/trunk/llvm-Config-config.h) llvm/repos/testing-x86_64/llvm-Config-llvm-config.h (from rev 242169, llvm/trunk/llvm-Config-llvm-config.h) + testing-i686/PKGBUILD | 322 +++ testing-i686/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch | 30 + testing-i686/llvm-Config-config.h |9 testing-i686/llvm-Config-llvm-config.h |9 testing-x86_64/PKGBUILD| 322 +++ testing-x86_64/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch | 30 + testing-x86_64/llvm-Config-config.h|9 testing-x86_64/llvm-Config-llvm-config.h |9 8 files changed, 740 insertions(+) Copied: llvm/repos/testing-i686/PKGBUILD (from rev 242169, llvm/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-07-13 17:50:56 UTC (rev 242170) @@ -0,0 +1,322 @@ +# $Id$ +# Maintainer: Evangelos Foutras +# Contributor: Jan "heftig" Steffens +# Contributor: Sebastian Nowicki +# Contributor: Devin Cofer +# Contributor: Tobias Kieslich +# Contributor: Geoffroy Carrier +# Contributor: Tomas Lindquist Olsen +# Contributor: Roberto Alsina +# Contributor: Gerardo Exequiel Pozzi + +pkgname=('llvm' 'llvm-libs' 'llvm-ocaml' 'lldb' 'clang' 'clang-analyzer' + 'clang-tools-extra') +pkgver=3.6.2 +pkgrel=1 +_ocaml_ver=4.02.1 +arch=('i686' 'x86_64') +url="http://llvm.org/"; +license=('custom:University of Illinois/NCSA Open Source License') +makedepends=('libffi' 'python2' "ocaml=$_ocaml_ver" 'python-sphinx' 'chrpath' + 'ocaml-ctypes' 'ocaml-findlib' 'libedit' 'swig') +# Use gcc-multilib to build 32-bit compiler-rt libraries on x86_64 (FS#41911) +makedepends_x86_64=('gcc-multilib') +options=('staticlibs') +source=(http://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.xz{,.sig} +http://llvm.org/releases/$pkgver/cfe-$pkgver.src.tar.xz{,.sig} + http://llvm.org/releases/$pkgver/clang-tools-extra-$pkgver.src.tar.xz{,.sig} +http://llvm.org/releases/$pkgver/compiler-rt-$pkgver.src.tar.xz{,.sig} +http://llvm.org/releases/$pkgver/lldb-$pkgver.src.tar.xz{,.sig} +llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch +llvm-Config-config.h +llvm-Config-llvm-config.h) +sha256sums=('f60dc158bfda6822de167e87275848969f0558b3134892ff54fced87e4667b94' +'SKIP' +'ae9180466a23acb426d12444d866b266ff2289b266064d362462e44f8d4699f3' +'SKIP' +'6a0ec627d398f501ddf347060f7a2ccea4802b2494f1d4fd7bda3e0442d04feb' +'SKIP' +'0f2ff37d80a64575fecd8cf0d5c50f7ac1f837ddf700d1855412bb7547431d87' +'SKIP' +'940dc96b64919b7dbf32c37e0e1d1fc88cc18e1d4b3acf1e7dfe5a46eb6523a9' +'SKIP' +'7e62bd5dd1ae5755a63abab692ae366186be392104e232e6b3a10a4ea5807283' +'312574e655f9a87784ca416949c505c452b819fad3061f2cde8aced6540a19a3' +'597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48') +validpgpkeys=('11E521D646982372EB577A1F8F0871F202119294') + +prepare() { + cd "$srcdir/llvm-$pkgver.src" + + # At the present, clang must reside inside the LLVM source code tree to build + # See http://llvm.org/bugs/show_bug.cgi?id=4840 + mv "$srcdir/cfe-$pkgver.src" tools/clang + + mv "$srcdir/clang-tools-extra-$pkgver.src" tools/clang/tools/extra + + mv "$srcdir/compiler-rt-$pkgver.src" projects/compiler-rt + + mv "$srcdir/lldb-$pkgver.src" tools/lldb + + # Fix docs installation directory + sed -i 's:$(PROJ_prefix)/docs/llvm:$(PROJ_prefix)/share/doc/llvm:' \ +Makefile.config.in + + # Fix definition of LLVM_CMAKE_DIR in LLVMConfig.cmake + sed -i '/@LLVM_CONFIG_CMAKE_DIR@/s:$(PROJ_cmake):$(PROJ_prefix)/share/llvm/cmake:' \ +cmake/modules/Makefile + + # Use Python 2 + find tools/lldb -name Mak
[arch-commits] Commit in llvm/trunk (PKGBUILD)
Date: Monday, July 13, 2015 @ 19:50:39 Author: foutrelis Revision: 242169 upgpkg: llvm 3.6.2-1 New upstream release. Modified: llvm/trunk/PKGBUILD --+ PKGBUILD | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 14:22:53 UTC (rev 242168) +++ PKGBUILD2015-07-13 17:50:39 UTC (rev 242169) @@ -11,7 +11,7 @@ pkgname=('llvm' 'llvm-libs' 'llvm-ocaml' 'lldb' 'clang' 'clang-analyzer' 'clang-tools-extra') -pkgver=3.6.1 +pkgver=3.6.2 pkgrel=1 _ocaml_ver=4.02.1 arch=('i686' 'x86_64') @@ -30,15 +30,15 @@ llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch llvm-Config-config.h llvm-Config-llvm-config.h) -sha256sums=('2f00c615913aa0b56607ee1548936e60ad2aa89e6d56f23fb032a4463366fc7a' +sha256sums=('f60dc158bfda6822de167e87275848969f0558b3134892ff54fced87e4667b94' 'SKIP' -'74f92d0c93b86678b015e87655f59474b2f657769680efdeb3c0524ffbd2dad7' +'ae9180466a23acb426d12444d866b266ff2289b266064d362462e44f8d4699f3' 'SKIP' -'f4ee70d870d550a9147ac6a548ce7daf7d9e6897348bf411f43c572966fb92b6' +'6a0ec627d398f501ddf347060f7a2ccea4802b2494f1d4fd7bda3e0442d04feb' 'SKIP' -'fcbf610c77be6047f11ca10c4725610417beba832565115a9e2fcfe2897b649f' +'0f2ff37d80a64575fecd8cf0d5c50f7ac1f837ddf700d1855412bb7547431d87' 'SKIP' -'cefb5c64e78e85ad05a06b80f017ccfe1208b74d3da34eb425c505c6fef9aaba' +'940dc96b64919b7dbf32c37e0e1d1fc88cc18e1d4b3acf1e7dfe5a46eb6523a9' 'SKIP' '7e62bd5dd1ae5755a63abab692ae366186be392104e232e6b3a10a4ea5807283' '312574e655f9a87784ca416949c505c452b819fad3061f2cde8aced6540a19a3'
[arch-commits] Commit in syncthing/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, July 13, 2015 @ 19:47:27 Author: jlichtblau Revision: 136784 archrelease: copy trunk to community-x86_64 Added: syncthing/repos/community-x86_64/PKGBUILD (from rev 136783, syncthing/trunk/PKGBUILD) Deleted: syncthing/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 130 ++--- 1 file changed, 65 insertions(+), 65 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-07-13 17:47:13 UTC (rev 136783) +++ PKGBUILD2015-07-13 17:47:27 UTC (rev 136784) @@ -1,65 +0,0 @@ -# $Id$ -# Maintainer : Martin Wimpress -# Maintainer : Jaroslav Lichtblau -# Contributor: Sauyon Lee -# Contributor: Kevin MacMartin -# Contributor: korjjj - -pkgname=syncthing -pkgver=0.11.13 -pkgrel=1 -pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing" -url="http://syncthing.net/"; -license=('MPL') -arch=('i686' 'x86_64') -depends=('glibc') -makedepends=('git' 'go' 'godep' 'inetutils' 'sed') -source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}) -sha1sums=('SKIP') - -prepare() { - cd "${srcdir}" - mkdir -p "src/github.com/syncthing" - mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}" -} - -build() { - export GOPATH="${srcdir}" - cd "${srcdir}/src/github.com/syncthing/${pkgname}" - if [ ${CARCH}" == "i686" ] ; then - go run build.go -no-upgrade -goarch 386 build - if [ ${CARCH}" == "x86_64" ] ; then - go run build.go -no-upgrade -goarch amd64 build - else - go run build.go -no-upgrade build - fi -} - -check() { - export GOPATH="${srcdir}" - cd "${srcdir}/src/github.com/syncthing/${pkgname}" -# go run build.go -no-upgrade test -} - -package() { - cd "${srcdir}/src/github.com/syncthing/${pkgname}" - install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}" - install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md" - install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}@.service" - install -Dm644 "etc/linux-systemd/user/${pkgname}.service" "${pkgdir}/usr/lib/systemd/user/${pkgname}.service" - -# license - install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE - -# man pages - cd "${srcdir}/src/github.com/syncthing/${pkgname}/man" - for file in $(find . -name '*.1' -print); do -install -Dm644 $file "${pkgdir}"/usr/share/man/man1/$file - done - for file in $(find . -name '*.5' -print); do -install -Dm644 $file "${pkgdir}"/usr/share/man/man5/$file - done - for file in $(find . -name '*.7' -print); do -install -Dm644 $file "${pkgdir}"/usr/share/man/man7/$file - done -} Copied: syncthing/repos/community-x86_64/PKGBUILD (from rev 136783, syncthing/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-07-13 17:47:27 UTC (rev 136784) @@ -0,0 +1,65 @@ +# $Id$ +# Maintainer : Martin Wimpress +# Maintainer : Jaroslav Lichtblau +# Contributor: Sauyon Lee +# Contributor: Kevin MacMartin +# Contributor: korjjj + +pkgname=syncthing +pkgver=0.11.15 +pkgrel=1 +pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing" +url="http://syncthing.net/"; +license=('MPL') +arch=('i686' 'x86_64') +depends=('glibc') +makedepends=('git' 'go' 'godep' 'inetutils' 'sed') +source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}) +sha1sums=('SKIP') + +prepare() { + cd "${srcdir}" + mkdir -p "src/github.com/syncthing" + mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}" +} + +build() { + export GOPATH="${srcdir}" + cd "${srcdir}/src/github.com/syncthing/${pkgname}" + if [ ${CARCH}" == "i686" ] ; then + go run build.go -no-upgrade -goarch 386 build + if [ ${CARCH}" == "x86_64" ] ; then + go run build.go -no-upgrade -goarch amd64 build + else + go run build.go -no-upgrade build + fi +} + +check() { + export GOPATH="${srcdir}" + cd "${srcdir}/src/github.com/syncthing/${pkgname}" +# go run build.go -no-upgrade test +} + +package() { + cd "${srcdir}/src/github.com/syncthing/${pkgname}" + install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}" + install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md" + install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}@.service" + install -Dm644 "etc/linux-systemd/user/${pkgname}.service" "${pkgdir}/usr/lib/systemd/user/${pkgname}.service" + +# license + install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE + +# man pages + cd "${srcdir}/src/github.com/syncthing/${pkgname}/man" + for file in $(find . -name '*.1' -print); do +install -Dm644 $file "${pkgdir}"/usr/share/man/man1/$file + done + for file in $(find . -name '*.5' -print); do +install -Dm644 $file "${pkgdir}"/usr/shar
[arch-commits] Commit in syncthing/trunk (PKGBUILD)
Date: Monday, July 13, 2015 @ 19:47:13 Author: jlichtblau Revision: 136783 upgpkg: syncthing 0.11.15-1 - new upstream release Modified: syncthing/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 16:45:02 UTC (rev 136782) +++ PKGBUILD2015-07-13 17:47:13 UTC (rev 136783) @@ -6,7 +6,7 @@ # Contributor: korjjj pkgname=syncthing -pkgver=0.11.13 +pkgver=0.11.15 pkgrel=1 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing" url="http://syncthing.net/";
[arch-commits] Commit in vagrant/repos (4 files)
Date: Monday, July 13, 2015 @ 18:45:02 Author: jsteel Revision: 136782 archrelease: copy trunk to community-i686, community-x86_64 Added: vagrant/repos/community-i686/PKGBUILD (from rev 136781, vagrant/trunk/PKGBUILD) vagrant/repos/community-x86_64/PKGBUILD (from rev 136781, vagrant/trunk/PKGBUILD) Deleted: vagrant/repos/community-i686/PKGBUILD vagrant/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 112 community-i686/PKGBUILD | 57 -- community-x86_64/PKGBUILD | 57 -- 3 files changed, 112 insertions(+), 114 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-07-13 16:44:39 UTC (rev 136781) +++ community-i686/PKGBUILD 2015-07-13 16:45:02 UTC (rev 136782) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Jonathan Steel -# Contributor: Ido Rosen -# Contributor: Brett Hoerner -# Contributor: Jochen Schalanda -# Contributor: Mathieu Clabaut -# Contributor: helios -# Contributor: George Ornbo -# Contributor: Niklas Heer -# Contributor: Steven Nance - -pkgname=vagrant -pkgver=1.7.3 -pkgrel=1 -pkgdesc="Build and distribute virtualized development environments" -arch=('i686' 'x86_64') -url="http://vagrantup.com"; -license=('MIT') -options=('!emptydirs') -depends=('lzo' 'libidn' 'rtmpdump') -makedepends=('git') -source=($pkgname-$pkgver.tar.gz::http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz) -source_i686+=(http://pkgbuild.com/~jsteel/arch/$pkgname/substrate_archlinux_i686.zip) -source_x86_64+=(http://pkgbuild.com/~jsteel/arch/$pkgname/substrate_archlinux_x86_64.zip) -md5sums=('f69210d71278884d1ab918e251fc7371') -md5sums_i686=('c04042b24de56d18a041bc005e5ecaa4') -md5sums_x86_64=('53d8a137e0b50fee8509a7d1c15fd33b') - -build() { - cd $pkgname-$pkgver - - EMBEDDED_DIR="$srcdir"/substrate/embedded - - echo -n $pkgver > "$srcdir"/substrate/${pkgname}_version - - "$EMBEDDED_DIR"/bin/gem build $pkgname.gemspec - - GEM_PATH="$EMBEDDED_DIR"/gems GEM_HOME="$GEM_PATH" \ - GEMRC="$EMBEDDED_DIR"/etc/gemrc CPPFLAGS="-I$EMBEDDED_DIR"/include \ - LDFLAGS="-L$EMBEDDED_DIR"/lib PATH="$EMBEDDED_DIR/bin:$PATH" \ - SSL_CERT_FILE="$EMBEDDED_DIR"/cacert.pem \ -"$EMBEDDED_DIR"/bin/gem install $pkgname-$pkgver.gem --no-ri --no-rdoc -} - -package() { - install -d "$pkgdir"/{opt/,usr/bin/,usr/share/bash-completion/completions/} - - cp -r "$srcdir"/substrate/ "$pkgdir"/opt/$pkgname/ - - ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname - - ln -s /opt/$pkgname/embedded/gems/gems/$pkgname-$pkgver/contrib/bash/completion.sh \ -"$pkgdir"/usr/share/bash-completion/completions/$pkgname - - install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE \ -"$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} Copied: vagrant/repos/community-i686/PKGBUILD (from rev 136781, vagrant/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-07-13 16:45:02 UTC (rev 136782) @@ -0,0 +1,56 @@ +# $Id$ +# Maintainer: Jonathan Steel +# Contributor: Ido Rosen +# Contributor: Brett Hoerner +# Contributor: Jochen Schalanda +# Contributor: Mathieu Clabaut +# Contributor: helios +# Contributor: George Ornbo +# Contributor: Niklas Heer +# Contributor: Steven Nance + +pkgname=vagrant +pkgver=1.7.3 +pkgrel=2 +pkgdesc="Build and distribute virtualized development environments" +arch=('i686' 'x86_64') +url="http://vagrantup.com"; +license=('MIT') +options=('!emptydirs') +depends=('lzo' 'libidn' 'rtmpdump') +source=($pkgname-$pkgver.tar.gz::http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz) +source_i686+=(http://pkgbuild.com/~jsteel/arch/$pkgname/substrate_archlinux_i686-2.zip) +source_x86_64+=(http://pkgbuild.com/~jsteel/arch/$pkgname/substrate_archlinux_x86_64-2.zip) +md5sums=('f69210d71278884d1ab918e251fc7371') +md5sums_i686=('a72932fa4f1a936d633a8efcde8981c1') +md5sums_x86_64=('98d92dedfb660045ba779c4761deac58') + +build() { + cd $pkgname-$pkgver + + EMBEDDED_DIR="$srcdir"/substrate/embedded + + echo -n $pkgver > "$srcdir"/substrate/${pkgname}_version + + "$EMBEDDED_DIR"/bin/gem build $pkgname.gemspec + + GEM_PATH="$EMBEDDED_DIR"/gems GEM_HOME="$GEM_PATH" \ + GEMRC="$EMBEDDED_DIR"/etc/gemrc CPPFLAGS="-I$EMBEDDED_DIR"/include \ + LDFLAGS="-L$EMBEDDED_DIR"/lib PATH="$EMBEDDED_DIR/bin:$PATH" \ + SSL_CERT_FILE="$EMBEDDED_DIR"/cacert.pem \ +"$EMBEDDED_DIR"/bin/gem install $pkgname-$pkgver.gem --no-ri --no-rdoc +} + +package() { + install -d "$pkgdir"/{opt/,usr/bin/,usr/share/bash-completion/completions/} + + cp -r "$srcdir"/substrate/ "$pkgdir"/opt/$pkgname/ + + ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname + + ln -s /opt/$pkgname/embedded/gems/gems/$pkgname-$pkgver/contrib/bash/completion.sh \ +"$pkgdi
[arch-commits] Commit in vagrant/trunk (PKGBUILD)
Date: Monday, July 13, 2015 @ 18:44:39 Author: jsteel Revision: 136781 upgpkg: vagrant 1.7.3-2 Update the substrate Modified: vagrant/trunk/PKGBUILD --+ PKGBUILD | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 15:36:23 UTC (rev 136780) +++ PKGBUILD2015-07-13 16:44:39 UTC (rev 136781) @@ -11,7 +11,7 @@ pkgname=vagrant pkgver=1.7.3 -pkgrel=1 +pkgrel=2 pkgdesc="Build and distribute virtualized development environments" arch=('i686' 'x86_64') url="http://vagrantup.com"; @@ -18,13 +18,12 @@ license=('MIT') options=('!emptydirs') depends=('lzo' 'libidn' 'rtmpdump') -makedepends=('git') source=($pkgname-$pkgver.tar.gz::http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz) -source_i686+=(http://pkgbuild.com/~jsteel/arch/$pkgname/substrate_archlinux_i686.zip) -source_x86_64+=(http://pkgbuild.com/~jsteel/arch/$pkgname/substrate_archlinux_x86_64.zip) +source_i686+=(http://pkgbuild.com/~jsteel/arch/$pkgname/substrate_archlinux_i686-2.zip) +source_x86_64+=(http://pkgbuild.com/~jsteel/arch/$pkgname/substrate_archlinux_x86_64-2.zip) md5sums=('f69210d71278884d1ab918e251fc7371') -md5sums_i686=('c04042b24de56d18a041bc005e5ecaa4') -md5sums_x86_64=('53d8a137e0b50fee8509a7d1c15fd33b') +md5sums_i686=('a72932fa4f1a936d633a8efcde8981c1') +md5sums_x86_64=('98d92dedfb660045ba779c4761deac58') build() { cd $pkgname-$pkgver
[arch-commits] Commit in pacman-mirrorlist/repos/core-any (6 files)
Date: Monday, July 13, 2015 @ 16:22:53 Author: bluewind Revision: 242168 archrelease: copy trunk to core-any Added: pacman-mirrorlist/repos/core-any/PKGBUILD (from rev 242167, pacman-mirrorlist/trunk/PKGBUILD) pacman-mirrorlist/repos/core-any/mirrorlist (from rev 242167, pacman-mirrorlist/trunk/mirrorlist) pacman-mirrorlist/repos/core-any/upgpkg (from rev 242167, pacman-mirrorlist/trunk/upgpkg) Deleted: pacman-mirrorlist/repos/core-any/PKGBUILD pacman-mirrorlist/repos/core-any/mirrorlist pacman-mirrorlist/repos/core-any/upgpkg + PKGBUILD | 62 ++--- mirrorlist | 723 +-- upgpkg |8 3 files changed, 399 insertions(+), 394 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-07-13 14:22:50 UTC (rev 242167) +++ PKGBUILD2015-07-13 14:22:53 UTC (rev 242168) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Dan McGee - -pkgname=pacman-mirrorlist -pkgver=20150618 -pkgrel=1 -pkgdesc="Arch Linux mirror list for use by pacman" -arch=('any') -url="https://www.archlinux.org/mirrorlist/"; -license=('GPL') -backup=(etc/pacman.d/mirrorlist) -source=(mirrorlist) - -# NOTE on building this package: -# * Go to the trunk/ directory -# * Run bash -c ". PKGBUILD; updatelist" -# * Update the checksums, update pkgver -# * Build the package - -updatelist() { - rm -f mirrorlist - curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/ -} - -package() { - mkdir -p $pkgdir/etc/pacman.d - install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/ -} - -md5sums=('1bfa5e9d7b18bd1159b237aa684532dd') -sha256sums=('c82ba9463f160eba7a8f5cb3b010cd496c627a244ad59fe1a63d0793e8fff494') Copied: pacman-mirrorlist/repos/core-any/PKGBUILD (from rev 242167, pacman-mirrorlist/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-07-13 14:22:53 UTC (rev 242168) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Dan McGee + +pkgname=pacman-mirrorlist +pkgver=20150713 +pkgrel=1 +pkgdesc="Arch Linux mirror list for use by pacman" +arch=('any') +url="https://www.archlinux.org/mirrorlist/"; +license=('GPL') +backup=(etc/pacman.d/mirrorlist) +source=(mirrorlist) + +# NOTE on building this package: +# * Go to the trunk/ directory +# * Run bash -c ". PKGBUILD; updatelist" +# * Update the checksums, update pkgver +# * Build the package + +updatelist() { + rm -f mirrorlist + curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/ +} + +package() { + mkdir -p $pkgdir/etc/pacman.d + install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/ +} + +md5sums=('081cb07a9be5a3cbfd579cde81a4f4b6') +sha256sums=('1ed3d51445dfb307fee38eb44180e5ecbd0701a276ea319457cee7adb44b69c1') Deleted: mirrorlist === --- mirrorlist 2015-07-13 14:22:50 UTC (rev 242167) +++ mirrorlist 2015-07-13 14:22:53 UTC (rev 242168) @@ -1,359 +0,0 @@ -## -## Arch Linux repository mirrorlist -## Generated on 2015-06-18 -## - -## Worldwide -#Server = https://dgix.ru/mirrors/archlinux/$repo/os/$arch -#Server = http://mirror.rackspace.com/archlinux/$repo/os/$arch - -## Australia -#Server = http://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch -#Server = http://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch -#Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch -#Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch -#Server = http://mirror.rackcentral.com.au/archlinux/$repo/os/$arch -#Server = http://ftp.swin.edu.au/archlinux/$repo/os/$arch -#Server = http://archlinux.uberglobalmirror.com/$repo/os/$arch - -## Austria -#Server = http://mirror.easyname.at/archlinux/$repo/os/$arch -#Server = http://mirror1.htu.tugraz.at/archlinux/$repo/os/$arch - -## Bangladesh -#Server = http://mirrors.ispros.com.bd/archlinux/$repo/os/$arch - -## Belarus -#Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch -#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch - -## Belgium -#Server = http://archlinux.cu.be/$repo/os/$arch -#Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch - -## Brazil -#Server = http://archlinux-br.mirror.host1plus.com/$repo/os/$arch -#Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch -#Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch -#Server = http://linorg.usp.br/archlinux/$repo/os/$arch -#Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch -#Server = http://archlinux.pop-es.rnp.br/$repo/os/$arch - -## Bulgaria -#Server = http://mirror.telepoint.bg/archlinux/$repo/os/$arch - -## Canada -#Server = http://archlinux.dropswitch.net/archlinux/$repo/os/$arch -#Server = http://mirror.clibre.uqam.ca/archlinux/$repo/os/$arch -#Serv
[arch-commits] Commit in pacman-mirrorlist/trunk (PKGBUILD mirrorlist)
Date: Monday, July 13, 2015 @ 16:22:50 Author: bluewind Revision: 242167 upgpkg: pacman-mirrorlist 20150713-1 upstream update Modified: pacman-mirrorlist/trunk/PKGBUILD pacman-mirrorlist/trunk/mirrorlist + PKGBUILD |6 +++--- mirrorlist | 13 + 2 files changed, 12 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 13:44:09 UTC (rev 242166) +++ PKGBUILD2015-07-13 14:22:50 UTC (rev 242167) @@ -2,7 +2,7 @@ # Maintainer: Dan McGee pkgname=pacman-mirrorlist -pkgver=20150618 +pkgver=20150713 pkgrel=1 pkgdesc="Arch Linux mirror list for use by pacman" arch=('any') @@ -27,5 +27,5 @@ install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/ } -md5sums=('1bfa5e9d7b18bd1159b237aa684532dd') -sha256sums=('c82ba9463f160eba7a8f5cb3b010cd496c627a244ad59fe1a63d0793e8fff494') +md5sums=('081cb07a9be5a3cbfd579cde81a4f4b6') +sha256sums=('1ed3d51445dfb307fee38eb44180e5ecbd0701a276ea319457cee7adb44b69c1') Modified: mirrorlist === --- mirrorlist 2015-07-13 13:44:09 UTC (rev 242166) +++ mirrorlist 2015-07-13 14:22:50 UTC (rev 242167) @@ -1,6 +1,6 @@ ## ## Arch Linux repository mirrorlist -## Generated on 2015-06-18 +## Generated on 2015-07-13 ## ## Worldwide @@ -126,6 +126,7 @@ #Server = http://artfiles.org/archlinux.org/$repo/os/$arch #Server = http://ftp.fau.de/archlinux/$repo/os/$arch #Server = https://ftp.fau.de/archlinux/$repo/os/$arch +#Server = http://mirror.flipez.de/archlinux/$repo/os/$arch #Server = http://mirror.fluxent.de/archlinux/$repo/os/$arch #Server = http://mirror.fs.cx/archlinux/$repo/os/$arch #Server = https://mirror.fs.cx/archlinux/$repo/os/$arch @@ -236,10 +237,13 @@ #Server = http://mirror.archlinux.no/$repo/os/$arch #Server = http://archlinux.uib.no/$repo/os/$arch #Server = http://archlinux.neuf.no/$repo/os/$arch -#Server = http://os-sharing.org/archlinux/$repo/os/$arch +## Philippines +#Server = http://mirror.rise.ph/archlinux/$repo/os/$arch + ## Poland #Server = http://mirror.chmuri.net/archmirror/$repo/os/$arch +#Server = http://arch.midov.pl/arch/$repo/os/$arch #Server = http://piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/$arch #Server = http://ftp.vectranet.pl/archlinux/$repo/os/$arch @@ -320,8 +324,6 @@ #Server = http://repo.atlantic.net/arch/$repo/os/$arch #Server = http://mirrors.cat.pdx.edu/archlinux/$repo/os/$arch #Server = http://mirror.cc.columbia.edu/pub/linux/archlinux/$repo/os/$arch -#Server = http://mirrors.cdndepo.com/archlinux/$repo/os/$arch -#Server = https://mirrors.cdndepo.com/archlinux/$repo/os/$arch #Server = http://cosmos.cites.illinois.edu/pub/archlinux/$repo/os/$arch #Server = http://mirror.cs.pitt.edu/archlinux/$repo/os/$arch #Server = http://mirror.es.its.nyu.edu/archlinux/$repo/os/$arch @@ -330,9 +332,12 @@ #Server = http://mirror.grig.io/archlinux/$repo/os/$arch #Server = http://www.gtlib.gatech.edu/pub/archlinux/$repo/os/$arch #Server = http://mirror.ancl.hawaii.edu/linux/archlinux/$repo/os/$arch +#Server = http://mirror.htnshost.com/archlinux/$repo/os/$arch #Server = http://mirror.jmu.edu/pub/archlinux/$repo/os/$arch #Server = http://mirrors.kernel.org/archlinux/$repo/os/$arch #Server = https://mirrors.kernel.org/archlinux/$repo/os/$arch +#Server = http://kwk.pw/$repo/os/$arch +#Server = https://kwk.pw/$repo/os/$arch #Server = http://mirror.us.leaseweb.net/archlinux/$repo/os/$arch #Server = http://mirrors.liquidweb.com/archlinux/$repo/os/$arch #Server = http://arch.localmsp.org/arch/$repo/os/$arch
[arch-commits] Commit in less/repos (6 files)
Date: Monday, July 13, 2015 @ 15:44:09 Author: seblu Revision: 242166 db-move: moved less from [testing] to [core] (i686, x86_64) Added: less/repos/core-i686/PKGBUILD (from rev 242164, less/repos/testing-i686/PKGBUILD) less/repos/core-x86_64/PKGBUILD (from rev 242164, less/repos/testing-x86_64/PKGBUILD) Deleted: less/repos/core-i686/PKGBUILD less/repos/core-x86_64/PKGBUILD less/repos/testing-i686/ less/repos/testing-x86_64/ --+ /PKGBUILD| 62 + core-i686/PKGBUILD | 31 core-x86_64/PKGBUILD | 31 3 files changed, 62 insertions(+), 62 deletions(-) Deleted: core-i686/PKGBUILD === --- core-i686/PKGBUILD 2015-07-13 13:44:08 UTC (rev 242165) +++ core-i686/PKGBUILD 2015-07-13 13:44:09 UTC (rev 242166) @@ -1,31 +0,0 @@ -# $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/core-i686/PKGBUILD (from rev 242164, less/repos/testing-i686/PKGBUILD) === --- core-i686/PKGBUILD (rev 0) +++ core-i686/PKGBUILD 2015-07-13 13:44:09 UTC (rev 242166) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Sébastien "Seblu" Luttringer +# Contributor: Allan McRae +# Contributor: judd + +pkgname=less +pkgver=479 +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=('049f51ccfe2686009c6ce943eeb4bbaf' + '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: Deleted: core-x86_64/PKGBUILD === --- core-x86_64/PKGBUILD2015-07-13 13:44:08 UTC (rev 242165) +++ core-x86_64/PKGBUILD2015-07-13 13:44:09 UTC (rev 242166) @@ -1,31 +0,0 @@ -# $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/core-x86_64/PKGBUILD (from rev 242164, less/repos/testing-x86_64/PKGBUILD) === --- core-x86_64/PKGBUILD(rev 0) +++ core-x86_64/PKGBUILD2015-07-13 13:44:09 UTC (rev 242166) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Sébastien "Seblu" Luttringer +# Contributor: Allan McRae +# Contributor: judd + +pkgname=less +pkgver=479 +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=('049f51ccfe2686009c6ce943eeb4bbaf' + '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 btrfs-progs/repos (18 files)
Date: Monday, July 13, 2015 @ 15:44:08 Author: seblu Revision: 242165 db-move: moved btrfs-progs from [testing] to [core] (i686, x86_64) Added: btrfs-progs/repos/core-i686/PKGBUILD (from rev 242164, btrfs-progs/repos/testing-i686/PKGBUILD) btrfs-progs/repos/core-i686/btrfs-progs.install (from rev 242164, btrfs-progs/repos/testing-i686/btrfs-progs.install) btrfs-progs/repos/core-i686/initcpio-hook-btrfs (from rev 242164, btrfs-progs/repos/testing-i686/initcpio-hook-btrfs) btrfs-progs/repos/core-i686/initcpio-install-btrfs (from rev 242164, btrfs-progs/repos/testing-i686/initcpio-install-btrfs) btrfs-progs/repos/core-x86_64/PKGBUILD (from rev 242164, btrfs-progs/repos/testing-x86_64/PKGBUILD) btrfs-progs/repos/core-x86_64/btrfs-progs.install (from rev 242164, btrfs-progs/repos/testing-x86_64/btrfs-progs.install) btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs (from rev 242164, btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs) btrfs-progs/repos/core-x86_64/initcpio-install-btrfs (from rev 242164, 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-07-13 13:10:09 UTC (rev 242164) +++ core-i686/PKGBUILD 2015-07-13 13:44:08 UTC (rev 242165) @@ -1,52 +0,0 @@ -# $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' - '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 242164, btrfs-progs/repos/testing-i686/PKGBUILD) === --- core-i686/PKGBUILD (rev 0) +++ core-i686/PKGBUILD 2015-07-13 13:44:08 UTC (rev 242165) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Sébastien "Seblu" Luttringer +# Contributor: Tom Gundersen +# Contributor: Tobias Powalowski + +pkgname=btrfs-progs +pkgver=4.1.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' + '7241ba3a4286d0
[arch-commits] Commit in xf86-input-libinput/repos (10 files)
Date: Monday, July 13, 2015 @ 15:10:09 Author: lcarlier Revision: 242164 archrelease: copy trunk to extra-i686, extra-x86_64 Added: xf86-input-libinput/repos/extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch (from rev 242163, xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch) xf86-input-libinput/repos/extra-i686/90-libinput.conf (from rev 242163, xf86-input-libinput/trunk/90-libinput.conf) xf86-input-libinput/repos/extra-i686/PKGBUILD (from rev 242163, xf86-input-libinput/trunk/PKGBUILD) xf86-input-libinput/repos/extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch (from rev 242163, xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch) xf86-input-libinput/repos/extra-x86_64/90-libinput.conf (from rev 242163, xf86-input-libinput/trunk/90-libinput.conf) xf86-input-libinput/repos/extra-x86_64/PKGBUILD (from rev 242163, xf86-input-libinput/trunk/PKGBUILD) Deleted: xf86-input-libinput/repos/extra-i686/90-libinput.conf xf86-input-libinput/repos/extra-i686/PKGBUILD xf86-input-libinput/repos/extra-x86_64/90-libinput.conf xf86-input-libinput/repos/extra-x86_64/PKGBUILD + /90-libinput.conf | 60 ++ /PKGBUILD | 96 ++ extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch | 27 ++ extra-i686/90-libinput.conf| 30 --- extra-i686/PKGBUILD| 38 --- extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch | 27 ++ extra-x86_64/90-libinput.conf | 30 --- extra-x86_64/PKGBUILD | 38 --- 8 files changed, 210 insertions(+), 136 deletions(-) Copied: xf86-input-libinput/repos/extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch (from rev 242163, xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch) === --- extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch (rev 0) +++ extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch 2015-07-13 13:10:09 UTC (rev 242164) @@ -0,0 +1,27 @@ +From cf8b629ebf30d6aa57dd405ce450fb0f33136626 Mon Sep 17 00:00:00 2001 +From: Peter Hutterer +Date: Mon, 13 Jul 2015 08:30:43 +1000 +Subject: [PATCH xf86-input-libinput] Fedora: use unaccelerated vmask on input + ABI > 21 + +Signed-off-by: Peter Hutterer +--- + src/libinput.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/libinput.c b/src/libinput.c +index a06e44f..5eb5adf 100644 +--- a/src/libinput.c b/src/libinput.c +@@ -47,7 +47,7 @@ + #define XI86_SERVER_FD 0x20 + #endif + +-#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + GET_ABI_MINOR(ABI_XINPUT_VERSION) > 22000 ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + GET_ABI_MINOR(ABI_XINPUT_VERSION) > 21000 + #define HAVE_VMASK_UNACCEL 1 + #else + #undef HAVE_VMASK_UNACCEL +-- +2.4.3 + Deleted: extra-i686/90-libinput.conf === --- extra-i686/90-libinput.conf 2015-07-13 13:09:59 UTC (rev 242163) +++ extra-i686/90-libinput.conf 2015-07-13 13:10:09 UTC (rev 242164) @@ -1,30 +0,0 @@ -# Match on all types of devices but tablet devices and joysticks - -Section "InputClass" -Identifier "libinput pointer catchall" -MatchIsPointer "on" -MatchDevicePath "/dev/input/event*" -Driver "libinput" -EndSection - -Section "InputClass" -Identifier "libinput keyboard catchall" -MatchIsKeyboard "on" -MatchDevicePath "/dev/input/event*" -Driver "libinput" -EndSection - -Section "InputClass" -Identifier "libinput touchpad catchall" -MatchIsTouchpad "on" -MatchDevicePath "/dev/input/event*" -Driver "libinput" -EndSection - -Section "InputClass" -Identifier "libinput touchscreen catchall" -MatchIsTouchscreen "on" -MatchDevicePath "/dev/input/event*" -Driver "libinput" -EndSection - Copied: xf86-input-libinput/repos/extra-i686/90-libinput.conf (from rev 242163, xf86-input-libinput/trunk/90-libinput.conf) === --- extra-i686/90-libinput.conf (rev 0) +++ extra-i686/90-libinput.conf 2015-07-13 13:10:09 UTC (rev 242164) @@ -0,0 +1,30 @@ +# Match on all types of devices but tablet devices and joysticks + +Section "InputClass" +Identifier "libinput pointer catchall" +MatchIsPointer "on" +MatchDevicePath "/dev/input/event*" +D
[arch-commits] Commit in xf86-input-libinput/trunk (2 files)
Date: Monday, July 13, 2015 @ 15:09:59 Author: lcarlier Revision: 242163 upgpkg: xf86-input-libinput 0.11.0-3 add a fix from Fedora for FS#45229 Added: xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch Modified: xf86-input-libinput/trunk/PKGBUILD ---+ 0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch | 27 PKGBUILD | 16 +-- 2 files changed, 40 insertions(+), 3 deletions(-) Added: 0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch === --- 0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch (rev 0) +++ 0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch 2015-07-13 13:09:59 UTC (rev 242163) @@ -0,0 +1,27 @@ +From cf8b629ebf30d6aa57dd405ce450fb0f33136626 Mon Sep 17 00:00:00 2001 +From: Peter Hutterer +Date: Mon, 13 Jul 2015 08:30:43 +1000 +Subject: [PATCH xf86-input-libinput] Fedora: use unaccelerated vmask on input + ABI > 21 + +Signed-off-by: Peter Hutterer +--- + src/libinput.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/libinput.c b/src/libinput.c +index a06e44f..5eb5adf 100644 +--- a/src/libinput.c b/src/libinput.c +@@ -47,7 +47,7 @@ + #define XI86_SERVER_FD 0x20 + #endif + +-#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + GET_ABI_MINOR(ABI_XINPUT_VERSION) > 22000 ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + GET_ABI_MINOR(ABI_XINPUT_VERSION) > 21000 + #define HAVE_VMASK_UNACCEL 1 + #else + #undef HAVE_VMASK_UNACCEL +-- +2.4.3 + Modified: PKGBUILD === --- PKGBUILD2015-07-13 04:29:36 UTC (rev 242162) +++ PKGBUILD2015-07-13 13:09:59 UTC (rev 242163) @@ -3,7 +3,7 @@ pkgname=xf86-input-libinput pkgver=0.11.0 -pkgrel=2 +pkgrel=3 pkgdesc="Generic input driver for the X.Org server based on libinput" arch=('i686' 'x86_64') license=('custom') @@ -13,14 +13,24 @@ conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21.1' 'X-ABI-XINPUT_VERSION>=22') groups=('xorg-drivers' 'xorg') source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig} -90-libinput.conf) +90-libinput.conf +0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch) sha256sums=('56babf46c13d15fbd15c9d43815e9220e63acd9ed28095e7d68ad03f9148bbda' 'SKIP' -'d4a728caadb7924852dcdc0da4de950c6fb9ebd8999d4e3af3d0baaa51cd0e75') +'d4a728caadb7924852dcdc0da4de950c6fb9ebd8999d4e3af3d0baaa51cd0e75' +'d7cf26243c2dca5628ab154a45c2aab6135899aec22dc2f8d02c70731fdde319') validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) +prepare() { + cd ${pkgname}-${pkgver} + + # FS#45229 + patch -Np1 -i../0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch +} + build() { cd ${pkgname}-${pkgver} + ./configure --prefix=/usr --disable-static make }
[arch-commits] Commit in python-pyzmq/repos (4 files)
Date: Monday, July 13, 2015 @ 15:08:26 Author: kkeen Revision: 136778 archrelease: copy trunk to community-i686, community-x86_64 Added: python-pyzmq/repos/community-i686/PKGBUILD (from rev 136777, python-pyzmq/trunk/PKGBUILD) python-pyzmq/repos/community-x86_64/PKGBUILD (from rev 136777, python-pyzmq/trunk/PKGBUILD) Deleted: python-pyzmq/repos/community-i686/PKGBUILD python-pyzmq/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 108 community-i686/PKGBUILD | 51 community-x86_64/PKGBUILD | 51 3 files changed, 108 insertions(+), 102 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-07-13 13:07:57 UTC (rev 136777) +++ community-i686/PKGBUILD 2015-07-13 13:08:26 UTC (rev 136778) @@ -1,51 +0,0 @@ -# $Id$ -# Maintainer: Kyle Keen -pkgbase=python-pyzmq -pkgname=(python2-pyzmq python-pyzmq) -pkgver=14.6.0 -pkgrel=3 -pkgdesc="Python bindings for zeromq, written in Cython" -arch=(i686 x86_64) -url="http://www.zeromq.org/bindings:python"; -license=('LGPL') -depends=(zeromq python) -makedepends=(python python2 zeromq) -#source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz) -source=(https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz) -md5sums=('395b5de95a931afa5b14c9349a5b8024') - -build() { - cd "$srcdir" - cp -a pyzmq-${pkgver} py2zmq-${pkgver} - cd "$srcdir/pyzmq-$pkgver" - # py3 errors added in 2.2.0.1 - sed -i 's|except socket.error, e:|except socket.error as e:|' zmq/eventloop/ioloop.py - sed -i 's|except gevent.Timeout, t:|except gevent.Timeout as t:|' zmq/green/core.py - cd "$srcdir/py2zmq-$pkgver" - sed -i 's|^#!/usr/bin/env python$|&2|' $(find ./ -name '*.py') -} - -package_python2-pyzmq() { - pkgdesc="Python2 bindings for zeromq, written in Cython" - depends=(zeromq python2) - cd "$srcdir/py2zmq-$pkgver" - python2 setup.py install --root="$pkgdir" --optimize=0 -} - -package_python-pyzmq() { - pkgdesc="Python3 bindings for zeromq, written in Cython" - depends=(zeromq python) - cd "$srcdir/pyzmq-$pkgver" - python3 setup.py install --root="$pkgdir" --optimize=0 -} - -check() -{ - cd "$srcdir/pyzmq-$pkgver" - python3 setup.py build_ext --inplace - python3 setup.py test - cd "$srcdir/py2zmq-$pkgver" - python2 setup.py build_ext --inplace - python2 setup.py test -} - Copied: python-pyzmq/repos/community-i686/PKGBUILD (from rev 136777, python-pyzmq/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-07-13 13:08:26 UTC (rev 136778) @@ -0,0 +1,54 @@ +# $Id$ +# Maintainer: Kyle Keen +pkgbase=python-pyzmq +pkgname=(python2-pyzmq python-pyzmq) +pkgver=14.7.0 +pkgrel=1 +pkgdesc="Python bindings for zeromq, written in Cython" +arch=(i686 x86_64) +url="http://www.zeromq.org/bindings:python"; +license=('LGPL') +depends=(zeromq python) +makedepends=(python python2 zeromq) +#source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz) +source=(https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz) +md5sums=('87e3abb33af5794db5ae85c667bbf324') + +prepare() { + cd "$srcdir" + cp -a pyzmq-${pkgver} py2zmq-${pkgver} +} + +build() { + cd "$srcdir/pyzmq-$pkgver" + # py3 errors added in 2.2.0.1 + sed -i 's|except socket.error, e:|except socket.error as e:|' zmq/eventloop/ioloop.py + sed -i 's|except gevent.Timeout, t:|except gevent.Timeout as t:|' zmq/green/core.py + cd "$srcdir/py2zmq-$pkgver" + sed -i 's|^#!/usr/bin/env python$|&2|' $(find ./ -name '*.py') +} + +package_python2-pyzmq() { + pkgdesc="Python2 bindings for zeromq, written in Cython" + depends=(zeromq python2) + cd "$srcdir/py2zmq-$pkgver" + python2 setup.py install --root="$pkgdir" --optimize=0 +} + +package_python-pyzmq() { + pkgdesc="Python3 bindings for zeromq, written in Cython" + depends=(zeromq python) + cd "$srcdir/pyzmq-$pkgver" + python3 setup.py install --root="$pkgdir" --optimize=0 +} + +check() +{ + cd "$srcdir/pyzmq-$pkgver" + python3 setup.py build_ext --inplace + python3 setup.py test + cd "$srcdir/py2zmq-$pkgver" + python2 setup.py build_ext --inplace + python2 setup.py test +} + Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-07-13 13:07:57 UTC (rev 136777) +++ community-x86_64/PKGBUILD 2015-07-13 13:08:26 UTC (rev 136778) @@ -1,51 +0,0 @@ -# $Id$ -# Maintainer: Kyle Keen -pkgbase=python-pyzmq -pkgname=(python2-pyzmq python-pyzmq) -pkgver=14.6.0 -pkgrel=3 -pkgdesc="Python bindings for zeromq, written in Cython" -arch=(i686 x86_64) -url="http://www.zeromq.org/bindings:python"; -license=('LGPL') -depends=(zeromq python) -makedepends=(python python2 ze
[arch-commits] Commit in python-pyzmq/trunk (PKGBUILD)
Date: Monday, July 13, 2015 @ 15:07:57 Author: kkeen Revision: 136777 upgpkg: python-pyzmq 14.7.0-1 Modified: python-pyzmq/trunk/PKGBUILD --+ PKGBUILD | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 11:52:25 UTC (rev 136776) +++ PKGBUILD2015-07-13 13:07:57 UTC (rev 136777) @@ -2,8 +2,8 @@ # Maintainer: Kyle Keen pkgbase=python-pyzmq pkgname=(python2-pyzmq python-pyzmq) -pkgver=14.6.0 -pkgrel=3 +pkgver=14.7.0 +pkgrel=1 pkgdesc="Python bindings for zeromq, written in Cython" arch=(i686 x86_64) url="http://www.zeromq.org/bindings:python"; @@ -12,11 +12,14 @@ makedepends=(python python2 zeromq) #source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz) source=(https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz) -md5sums=('395b5de95a931afa5b14c9349a5b8024') +md5sums=('87e3abb33af5794db5ae85c667bbf324') -build() { +prepare() { cd "$srcdir" cp -a pyzmq-${pkgver} py2zmq-${pkgver} +} + +build() { cd "$srcdir/pyzmq-$pkgver" # py3 errors added in 2.2.0.1 sed -i 's|except socket.error, e:|except socket.error as e:|' zmq/eventloop/ioloop.py
[arch-commits] Commit in packagekit/repos (6 files)
Date: Monday, July 13, 2015 @ 13:52:25 Author: eworm Revision: 136776 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: packagekit/repos/community-testing-i686/ packagekit/repos/community-testing-i686/PKGBUILD (from rev 136775, packagekit/trunk/PKGBUILD) packagekit/repos/community-testing-i686/packagekit.install (from rev 136775, packagekit/trunk/packagekit.install) packagekit/repos/community-testing-x86_64/ packagekit/repos/community-testing-x86_64/PKGBUILD (from rev 136775, packagekit/trunk/PKGBUILD) packagekit/repos/community-testing-x86_64/packagekit.install (from rev 136775, packagekit/trunk/packagekit.install) -+ community-testing-i686/PKGBUILD | 54 ++ community-testing-i686/packagekit.install | 11 + community-testing-x86_64/PKGBUILD | 54 ++ community-testing-x86_64/packagekit.install | 11 + 4 files changed, 130 insertions(+) Copied: packagekit/repos/community-testing-i686/PKGBUILD (from rev 136775, packagekit/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2015-07-13 11:52:25 UTC (rev 136776) @@ -0,0 +1,54 @@ +# $Id$ +# Maintainer: Christian Hesse +# Contributor: Jonathan Conder + +pkgname='packagekit' +pkgver=1.0.7 +pkgrel=1 +pkgdesc='A system designed to make installation and updates of packages easier' +arch=('i686' 'x86_64') +url='http://www.packagekit.org/' +license=('GPL') +depends=('dbus-glib' 'pacman>=4.2.0' 'polkit' 'shared-mime-info' 'sqlite') +makedepends=('gobject-introspection' 'gtk-doc' 'intltool' + 'networkmanager' 'bash-completion') +optdepends=('networkmanager: detect connection status' + 'bash-completion: command completion in bash') +install='packagekit.install' +backup=('var/lib/PackageKit/transactions.db' + 'etc/PackageKit/alpm.d/pacman.conf' + 'etc/PackageKit/alpm.d/repos.list') +validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes +source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc}) +sha256sums=('b186c5b4d53a5dd2ebf8b0c5b255c8a5ef3de6728a6cbeccbf5d1c353cc89c4e' +'SKIP') + +build() { + cd "${srcdir}/PackageKit-${pkgver}" + + ./autogen.sh --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --libexecdir=/usr/lib/PackageKit \ + --disable-static \ + --disable-gtk-doc \ + --disable-local \ + --disable-browser-plugin \ + --disable-gstreamer-plugin \ + --disable-gtk-module \ + --disable-command-not-found \ + --disable-cron \ + --disable-dummy \ + --enable-alpm + make +} + +package() { + cd "${srcdir}/PackageKit-${pkgver}" + + # install directory with polkit's owner and permission + install -d -m0700 -o 102 "${pkgdir}"/usr/share/polkit-1/rules.d + + make DESTDIR="${pkgdir}" install +} + Copied: packagekit/repos/community-testing-i686/packagekit.install (from rev 136775, packagekit/trunk/packagekit.install) === --- community-testing-i686/packagekit.install (rev 0) +++ community-testing-i686/packagekit.install 2015-07-13 11:52:25 UTC (rev 136776) @@ -0,0 +1,11 @@ +post_install() { + update-mime-database usr/share/mime &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: packagekit/repos/community-testing-x86_64/PKGBUILD (from rev 136775, packagekit/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2015-07-13 11:52:25 UTC (rev 136776) @@ -0,0 +1,54 @@ +# $Id$ +# Maintainer: Christian Hesse +# Contributor: Jonathan Conder + +pkgname='packagekit' +pkgver=1.0.7 +pkgrel=1 +pkgdesc='A system designed to make installation and updates of packages easier' +arch=('i686' 'x86_64') +url='http://www.packagekit.org/' +license=('GPL') +depends=('dbus-glib' 'pacman>=4.2.0' 'polkit' 'shared-mime-info' 'sqlite') +makedepends=('gobject-introspection' 'gtk-doc' 'intltool' + 'networkmanager' 'bash-completion') +optdepends=('networkmanager: detect connection status' + 'bash-completion: command completion in bash') +install='packagekit.install' +backup=('var/lib/PackageKit/transactions.db' + 'etc/PackageKit/alpm.d/pacman.conf' + 'etc/PackageKit/alpm.d/repos.list') +validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes +source=("http://www.freedesktop.org/software/PackageKi
[arch-commits] Commit in packagekit/trunk (PKGBUILD)
Date: Monday, July 13, 2015 @ 13:48:09 Author: eworm Revision: 136775 upgpkg: packagekit 1.0.7-1 Modified: packagekit/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 10:31:29 UTC (rev 136774) +++ PKGBUILD2015-07-13 11:48:09 UTC (rev 136775) @@ -3,7 +3,7 @@ # Contributor: Jonathan Conder pkgname='packagekit' -pkgver=1.0.6 +pkgver=1.0.7 pkgrel=1 pkgdesc='A system designed to make installation and updates of packages easier' arch=('i686' 'x86_64') @@ -20,8 +20,8 @@ 'etc/PackageKit/alpm.d/repos.list') validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc}) -sha256sums=('9f9986c004d3120dc9fa8b1e5aa6ff4171d05ee0e1a04667e5e8ff305ae308a3' - 'SKIP') +sha256sums=('b186c5b4d53a5dd2ebf8b0c5b255c8a5ef3de6728a6cbeccbf5d1c353cc89c4e' +'SKIP') build() { cd "${srcdir}/PackageKit-${pkgver}"
[arch-commits] Commit in tigervnc/trunk (PKGBUILD)
Date: Monday, July 13, 2015 @ 12:30:58 Author: spupykin Revision: 136773 upgpkg: tigervnc 1.5.0-1 upd Modified: tigervnc/trunk/PKGBUILD --+ PKGBUILD | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 10:06:28 UTC (rev 136772) +++ PKGBUILD2015-07-13 10:30:58 UTC (rev 136773) @@ -2,8 +2,8 @@ # Maintainer: Uroš Vampl pkgname=tigervnc -pkgver=1.4.3 -pkgrel=5 +pkgver=1.5.0 +pkgrel=1 _xorgver=1.17.2 pkgdesc="Suite of VNC servers and clients. Based on the VNC 4 branch of TightVNC." arch=('i686' 'x86_64') @@ -27,7 +27,7 @@ getmaster.patch 0001-Raise-GnuTLS-requirements-to-3.x.patch xorg117.patch) -md5sums=('2177ee42fa1a3902b6feeaa7747f1c2a' +md5sums=('b11cc4c4d5249b9b8e355ee6f47ec4fe' '397e405566651150490ff493e463f1ad' '1aad8f06504b3e29a24ccfbaab617973' 'b200d83c60e80c6f9693ea19a2d9f5b0' @@ -40,14 +40,14 @@ cd ${srcdir}/${pkgname}-${pkgver} patch -Np1 -i ${srcdir}/gethomedir.patch - patch -Np1 -i ${srcdir}/getmaster.patch - patch -Np1 -i ${srcdir}/0001-Raise-GnuTLS-requirements-to-3.x.patch - patch -Np1 -i ${srcdir}/xorg117.patch +# patch -Np1 -i ${srcdir}/getmaster.patch +# patch -Np1 -i ${srcdir}/0001-Raise-GnuTLS-requirements-to-3.x.patch +# patch -Np1 -i ${srcdir}/xorg117.patch sed -i 's/iconic/nowin/' unix/vncserver cd unix/xserver cp -r ${srcdir}/xorg-server-${_xorgver}/* . - patch -Np1 -i ../xserver116.patch + patch -Np1 -i ../xserver117.patch } build() {
[arch-commits] Commit in tigervnc/repos (32 files)
Date: Monday, July 13, 2015 @ 12:31:29 Author: spupykin Revision: 136774 archrelease: copy trunk to community-i686, community-x86_64 Added: tigervnc/repos/community-i686/0001-Raise-GnuTLS-requirements-to-3.x.patch (from rev 136773, tigervnc/trunk/0001-Raise-GnuTLS-requirements-to-3.x.patch) tigervnc/repos/community-i686/PKGBUILD (from rev 136773, tigervnc/trunk/PKGBUILD) tigervnc/repos/community-i686/compile_fix.patch (from rev 136773, tigervnc/trunk/compile_fix.patch) tigervnc/repos/community-i686/gethomedir.patch (from rev 136773, tigervnc/trunk/gethomedir.patch) tigervnc/repos/community-i686/getmaster.patch (from rev 136773, tigervnc/trunk/getmaster.patch) tigervnc/repos/community-i686/vncserver.service (from rev 136773, tigervnc/trunk/vncserver.service) tigervnc/repos/community-i686/vncviewer.desktop (from rev 136773, tigervnc/trunk/vncviewer.desktop) tigervnc/repos/community-i686/xorg117.patch (from rev 136773, tigervnc/trunk/xorg117.patch) tigervnc/repos/community-x86_64/0001-Raise-GnuTLS-requirements-to-3.x.patch (from rev 136773, tigervnc/trunk/0001-Raise-GnuTLS-requirements-to-3.x.patch) tigervnc/repos/community-x86_64/PKGBUILD (from rev 136773, tigervnc/trunk/PKGBUILD) tigervnc/repos/community-x86_64/compile_fix.patch (from rev 136773, tigervnc/trunk/compile_fix.patch) tigervnc/repos/community-x86_64/gethomedir.patch (from rev 136773, tigervnc/trunk/gethomedir.patch) tigervnc/repos/community-x86_64/getmaster.patch (from rev 136773, tigervnc/trunk/getmaster.patch) tigervnc/repos/community-x86_64/vncserver.service (from rev 136773, tigervnc/trunk/vncserver.service) tigervnc/repos/community-x86_64/vncviewer.desktop (from rev 136773, tigervnc/trunk/vncviewer.desktop) tigervnc/repos/community-x86_64/xorg117.patch (from rev 136773, tigervnc/trunk/xorg117.patch) Deleted: tigervnc/repos/community-i686/0001-Raise-GnuTLS-requirements-to-3.x.patch tigervnc/repos/community-i686/PKGBUILD tigervnc/repos/community-i686/compile_fix.patch tigervnc/repos/community-i686/gethomedir.patch tigervnc/repos/community-i686/getmaster.patch tigervnc/repos/community-i686/vncserver.service tigervnc/repos/community-i686/vncviewer.desktop tigervnc/repos/community-i686/xorg117.patch tigervnc/repos/community-x86_64/0001-Raise-GnuTLS-requirements-to-3.x.patch tigervnc/repos/community-x86_64/PKGBUILD tigervnc/repos/community-x86_64/compile_fix.patch tigervnc/repos/community-x86_64/gethomedir.patch tigervnc/repos/community-x86_64/getmaster.patch tigervnc/repos/community-x86_64/vncserver.service tigervnc/repos/community-x86_64/vncviewer.desktop tigervnc/repos/community-x86_64/xorg117.patch --+ /0001-Raise-GnuTLS-requirements-to-3.x.patch | 1452 ++ /PKGBUILD| 156 + /compile_fix.patch | 26 /gethomedir.patch| 40 /getmaster.patch | 192 + /vncserver.service | 58 /vncviewer.desktop | 18 /xorg117.patch | 88 community-i686/0001-Raise-GnuTLS-requirements-to-3.x.patch | 726 - community-i686/PKGBUILD | 78 community-i686/compile_fix.patch | 13 community-i686/gethomedir.patch | 20 community-i686/getmaster.patch | 96 community-i686/vncserver.service | 29 community-i686/vncviewer.desktop |9 community-i686/xorg117.patch | 44 community-x86_64/0001-Raise-GnuTLS-requirements-to-3.x.patch | 726 - community-x86_64/PKGBUILD| 78 community-x86_64/compile_fix.patch | 13 community-x86_64/gethomedir.patch| 20 community-x86_64/getmaster.patch | 96 community-x86_64/vncserver.service | 29 community-x86_64/vncviewer.desktop |9 community-x86_64/xorg117.patch | 44 24 files changed, 2030 insertions(+), 2030 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 136773:136774 to see the changes.
[arch-commits] Commit in psqlodbc/repos (4 files)
Date: Monday, July 13, 2015 @ 12:06:28 Author: spupykin Revision: 136772 archrelease: copy trunk to community-i686, community-x86_64 Added: psqlodbc/repos/community-i686/PKGBUILD (from rev 136771, psqlodbc/trunk/PKGBUILD) psqlodbc/repos/community-x86_64/PKGBUILD (from rev 136771, psqlodbc/trunk/PKGBUILD) Deleted: psqlodbc/repos/community-i686/PKGBUILD psqlodbc/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 56 community-i686/PKGBUILD | 28 -- community-x86_64/PKGBUILD | 28 -- 3 files changed, 56 insertions(+), 56 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-07-13 10:06:15 UTC (rev 136771) +++ community-i686/PKGBUILD 2015-07-13 10:06:28 UTC (rev 136772) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Douglas Soares de Andrade -# Contributor: Rick Rein - -pkgname=psqlodbc -pkgver=09.02.0100 -pkgrel=1 -pkgdesc="PostgreSQL ODBC driver" -arch=('i686' 'x86_64') -license=('GPL') -url="http://www.postgresql.org"; -depends=('unixodbc' 'postgresql-libs') -makedepends=('postgresql') -source=(ftp://ftp2.it.postgresql.org/mirrors/postgres//odbc/versions/src/$pkgname-$pkgver.tar.gz) -md5sums=('0d591c8f7233c863fd93f6c36316451a') - -build() { - cd "$srcdir/$pkgname-$pkgver" - sed -i 's|#define DEFAULT_PGSOCKET_DIR.*|#define DEFAULT_PGSOCKET_DIR "/run/postgresql"|' socket.h - ./configure --prefix=/usr - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} Copied: psqlodbc/repos/community-i686/PKGBUILD (from rev 136771, psqlodbc/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-07-13 10:06:28 UTC (rev 136772) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: +# Contributor: Douglas Soares de Andrade +# Contributor: Rick Rein + +pkgname=psqlodbc +pkgver=09.03.0400 +pkgrel=1 +pkgdesc="PostgreSQL ODBC driver" +arch=('i686' 'x86_64') +license=('GPL') +url="http://www.postgresql.org"; +depends=('unixodbc' 'postgresql-libs') +makedepends=('postgresql') +source=(https://ftp.postgresql.org/pub/odbc/versions/src/psqlodbc-$pkgver.tar.gz) +md5sums=('33d7020d30978089df3914bcbfa5049f') + +build() { + cd "$srcdir/$pkgname-$pkgver" + sed -i 's|#define DEFAULT_PGSOCKET_DIR.*|#define DEFAULT_PGSOCKET_DIR "/run/postgresql"|' socket.h + ./configure --prefix=/usr + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-07-13 10:06:15 UTC (rev 136771) +++ community-x86_64/PKGBUILD 2015-07-13 10:06:28 UTC (rev 136772) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Douglas Soares de Andrade -# Contributor: Rick Rein - -pkgname=psqlodbc -pkgver=09.02.0100 -pkgrel=1 -pkgdesc="PostgreSQL ODBC driver" -arch=('i686' 'x86_64') -license=('GPL') -url="http://www.postgresql.org"; -depends=('unixodbc' 'postgresql-libs') -makedepends=('postgresql') -source=(ftp://ftp2.it.postgresql.org/mirrors/postgres//odbc/versions/src/$pkgname-$pkgver.tar.gz) -md5sums=('0d591c8f7233c863fd93f6c36316451a') - -build() { - cd "$srcdir/$pkgname-$pkgver" - sed -i 's|#define DEFAULT_PGSOCKET_DIR.*|#define DEFAULT_PGSOCKET_DIR "/run/postgresql"|' socket.h - ./configure --prefix=/usr - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} Copied: psqlodbc/repos/community-x86_64/PKGBUILD (from rev 136771, psqlodbc/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2015-07-13 10:06:28 UTC (rev 136772) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: +# Contributor: Douglas Soares de Andrade +# Contributor: Rick Rein + +pkgname=psqlodbc +pkgver=09.03.0400 +pkgrel=1 +pkgdesc="PostgreSQL ODBC driver" +arch=('i686' 'x86_64') +license=('GPL') +url="http://www.postgresql.org"; +depends=('unixodbc' 'postgresql-libs') +makedepends=('postgresql') +source=(https://ftp.postgresql.org/pub/odbc/versions/src/psqlodbc-$pkgver.tar.gz) +md5sums=('33d7020d30978089df3914bcbfa5049f') + +build() { + cd "$srcdir/$pkgname-$pkgver" + sed -i 's|#define DEFAULT_PGSOCKET_DIR.*|#define DEFAULT_PGSOCKET_DIR "/run/postgresql"|' socket.h + ./configure --prefix=/usr + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in psqlodbc/trunk (PKGBUILD)
Date: Monday, July 13, 2015 @ 12:06:15 Author: spupykin Revision: 136771 upgpkg: psqlodbc 09.03.0400-1 upd Modified: psqlodbc/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 10:05:51 UTC (rev 136770) +++ PKGBUILD2015-07-13 10:06:15 UTC (rev 136771) @@ -4,7 +4,7 @@ # Contributor: Rick Rein pkgname=psqlodbc -pkgver=09.02.0100 +pkgver=09.03.0400 pkgrel=1 pkgdesc="PostgreSQL ODBC driver" arch=('i686' 'x86_64') @@ -12,8 +12,8 @@ url="http://www.postgresql.org"; depends=('unixodbc' 'postgresql-libs') makedepends=('postgresql') -source=(ftp://ftp2.it.postgresql.org/mirrors/postgres//odbc/versions/src/$pkgname-$pkgver.tar.gz) -md5sums=('0d591c8f7233c863fd93f6c36316451a') +source=(https://ftp.postgresql.org/pub/odbc/versions/src/psqlodbc-$pkgver.tar.gz) +md5sums=('33d7020d30978089df3914bcbfa5049f') build() { cd "$srcdir/$pkgname-$pkgver"
[arch-commits] Commit in lightdm/repos (36 files)
Date: Monday, July 13, 2015 @ 12:05:51 Author: alucryd Revision: 136770 archrelease: copy trunk to community-i686, community-x86_64 Added: lightdm/repos/community-i686/PKGBUILD (from rev 136769, lightdm/trunk/PKGBUILD) lightdm/repos/community-i686/Xsession (from rev 136769, lightdm/trunk/Xsession) lightdm/repos/community-i686/lightdm-autologin.pam (from rev 136769, lightdm/trunk/lightdm-autologin.pam) lightdm/repos/community-i686/lightdm-default-config.patch (from rev 136769, lightdm/trunk/lightdm-default-config.patch) lightdm/repos/community-i686/lightdm.install (from rev 136769, lightdm/trunk/lightdm.install) lightdm/repos/community-i686/lightdm.pam (from rev 136769, lightdm/trunk/lightdm.pam) lightdm/repos/community-i686/lightdm.rules (from rev 136769, lightdm/trunk/lightdm.rules) lightdm/repos/community-i686/lightdm.service (from rev 136769, lightdm/trunk/lightdm.service) lightdm/repos/community-i686/lightdm.tmpfiles (from rev 136769, lightdm/trunk/lightdm.tmpfiles) lightdm/repos/community-x86_64/PKGBUILD (from rev 136769, lightdm/trunk/PKGBUILD) lightdm/repos/community-x86_64/Xsession (from rev 136769, lightdm/trunk/Xsession) lightdm/repos/community-x86_64/lightdm-autologin.pam (from rev 136769, lightdm/trunk/lightdm-autologin.pam) lightdm/repos/community-x86_64/lightdm-default-config.patch (from rev 136769, lightdm/trunk/lightdm-default-config.patch) lightdm/repos/community-x86_64/lightdm.install (from rev 136769, lightdm/trunk/lightdm.install) lightdm/repos/community-x86_64/lightdm.pam (from rev 136769, lightdm/trunk/lightdm.pam) lightdm/repos/community-x86_64/lightdm.rules (from rev 136769, lightdm/trunk/lightdm.rules) lightdm/repos/community-x86_64/lightdm.service (from rev 136769, lightdm/trunk/lightdm.service) lightdm/repos/community-x86_64/lightdm.tmpfiles (from rev 136769, lightdm/trunk/lightdm.tmpfiles) Deleted: lightdm/repos/community-i686/PKGBUILD lightdm/repos/community-i686/Xsession lightdm/repos/community-i686/lightdm-autologin.pam lightdm/repos/community-i686/lightdm-default-config.patch lightdm/repos/community-i686/lightdm.install lightdm/repos/community-i686/lightdm.pam lightdm/repos/community-i686/lightdm.rules lightdm/repos/community-i686/lightdm.service lightdm/repos/community-i686/lightdm.tmpfiles lightdm/repos/community-x86_64/PKGBUILD lightdm/repos/community-x86_64/Xsession lightdm/repos/community-x86_64/lightdm-autologin.pam lightdm/repos/community-x86_64/lightdm-default-config.patch lightdm/repos/community-x86_64/lightdm.install lightdm/repos/community-x86_64/lightdm.pam lightdm/repos/community-x86_64/lightdm.rules lightdm/repos/community-x86_64/lightdm.service lightdm/repos/community-x86_64/lightdm.tmpfiles ---+ /PKGBUILD | 270 /Xsession | 128 +++ /lightdm-autologin.pam| 26 ++ /lightdm-default-config.patch | 66 + /lightdm.install | 24 ++ /lightdm.pam | 14 + /lightdm.rules| 30 ++ /lightdm.service | 26 ++ /lightdm.tmpfiles |2 community-i686/PKGBUILD | 135 community-i686/Xsession | 64 - community-i686/lightdm-autologin.pam | 13 - community-i686/lightdm-default-config.patch | 33 -- community-i686/lightdm.install| 12 - community-i686/lightdm.pam|7 community-i686/lightdm.rules | 15 - community-i686/lightdm.service| 13 - community-i686/lightdm.tmpfiles |1 community-x86_64/PKGBUILD | 135 community-x86_64/Xsession | 64 - community-x86_64/lightdm-autologin.pam| 13 - community-x86_64/lightdm-default-config.patch | 33 -- community-x86_64/lightdm.install | 12 - community-x86_64/lightdm.pam |7 community-x86_64/lightdm.rules| 15 - community-x86_64/lightdm.service | 13 - community-x86_64/lightdm.tmpfiles |1 27 files changed, 586 insertions(+), 586 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 136769:136770 to see the changes.
[arch-commits] Commit in lightdm/trunk (PKGBUILD)
Date: Monday, July 13, 2015 @ 12:04:59 Author: alucryd Revision: 136769 upgpkg: lightdm 1:1.14.2-1 Modified: lightdm/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 10:01:28 UTC (rev 136768) +++ PKGBUILD2015-07-13 10:04:59 UTC (rev 136769) @@ -4,8 +4,8 @@ pkgbase=lightdm pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5') -pkgver=1.14.0 -pkgrel=4 +pkgver=1.14.2 +pkgrel=1 epoch=1 pkgdesc='A lightweight display manager' arch=('i686' 'x86_64') @@ -21,7 +21,7 @@ 'lightdm.rules' 'lightdm-default-config.patch' 'Xsession') -sha256sums=('ec35790870de8ed16dd5805c21b1aedcf703a343629497a9878d8cce2cfe6b3a' +sha256sums=('28b078979870782aaa1a9167945e1dab19cc6d699747af3d0c0c9a3bdb8dbba1' '8e4fb09f524fad640e92ba41d546f0cb39b0a9662789fd8d14cfc6578a149142' 'b29521fbd7a48a8f60b93ecca3b30c30bcb71560de8033c8d39b25c22c6f696f' 'e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0'
[arch-commits] Commit in cacti/repos/community-any (4 files)
Date: Monday, July 13, 2015 @ 12:01:04 Author: spupykin Revision: 136764 archrelease: copy trunk to community-any Added: cacti/repos/community-any/PKGBUILD (from rev 136763, cacti/trunk/PKGBUILD) cacti/repos/community-any/cacti.install (from rev 136763, cacti/trunk/cacti.install) Deleted: cacti/repos/community-any/PKGBUILD cacti/repos/community-any/cacti.install ---+ PKGBUILD | 74 cacti.install | 14 +- 2 files changed, 44 insertions(+), 44 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-07-13 10:00:53 UTC (rev 136763) +++ PKGBUILD2015-07-13 10:01:04 UTC (rev 136764) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: tuxbubling - -pkgname=cacti -pkgver=0.8.8_d -pkgrel=1 -pkgdesc="complete network graphing solution designed to harness the power of RRDTool's data storage and graphing functionality" -arch=(any) -url="http://www.cacti.net"; -license=('GPL') -depends=('rrdtool' 'mariadb' 'php' 'php-gd' 'net-snmp' 'xorg-fonts-100dpi') -backup=('etc/webapps/cacti/.htaccess') -install=cacti.install -source=("http://www.cacti.net/downloads/$pkgname-${pkgver/_/}.tar.gz";) -md5sums=('4507d6d189cf0dc881bf00d47537037a') - -prepare() { - cd $srcdir/$pkgname-${pkgver/_/} -} - -package() { - mkdir -p $pkgdir/usr/share/webapps/cacti $pkgdir/etc/webapps/cacti - mv $srcdir/$pkgname-${pkgver/_/}/* $pkgdir/usr/share/webapps/cacti - echo "Require all denied" >> $pkgdir/etc/webapps/cacti/.htaccess - mv $pkgdir/usr/share/webapps/cacti/include/config.php $pkgdir/etc/webapps/cacti - ln -s /etc/webapps/cacti/.htaccess $pkgdir/usr/share/webapps/cacti/.htaccess - ln -s /etc/webapps/cacti/config.php $pkgdir/usr/share/webapps/cacti/include/config.php - - install -dm0755 $pkgdir/var/log/ $pkgdir/var/lib/cacti/ - - mv $pkgdir/usr/share/webapps/cacti/rra $pkgdir/var/lib/cacti/rra - ln -s /var/lib/cacti/rra $pkgdir/usr/share/webapps/cacti/rra - - mv $pkgdir/usr/share/webapps/cacti/log $pkgdir/var/log/cacti - ln -s /var/log/cacti $pkgdir/usr/share/webapps/cacti/log -} Copied: cacti/repos/community-any/PKGBUILD (from rev 136763, cacti/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-07-13 10:01:04 UTC (rev 136764) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: tuxbubling + +pkgname=cacti +pkgver=0.8.8_e +pkgrel=1 +pkgdesc="complete network graphing solution designed to harness the power of RRDTool's data storage and graphing functionality" +arch=(any) +url="http://www.cacti.net"; +license=('GPL') +depends=('rrdtool' 'mariadb' 'php' 'php-gd' 'net-snmp' 'xorg-fonts-100dpi') +backup=('etc/webapps/cacti/.htaccess') +install=cacti.install +source=("http://www.cacti.net/downloads/$pkgname-${pkgver/_/}.tar.gz";) +md5sums=('1fa14a9b9fda1b40a29698bcbc3ca34e') + +prepare() { + cd $srcdir/$pkgname-${pkgver/_/} +} + +package() { + mkdir -p $pkgdir/usr/share/webapps/cacti $pkgdir/etc/webapps/cacti + mv $srcdir/$pkgname-${pkgver/_/}/* $pkgdir/usr/share/webapps/cacti + echo "Require all denied" >> $pkgdir/etc/webapps/cacti/.htaccess + mv $pkgdir/usr/share/webapps/cacti/include/config.php $pkgdir/etc/webapps/cacti + ln -s /etc/webapps/cacti/.htaccess $pkgdir/usr/share/webapps/cacti/.htaccess + ln -s /etc/webapps/cacti/config.php $pkgdir/usr/share/webapps/cacti/include/config.php + + install -dm0755 $pkgdir/var/log/ $pkgdir/var/lib/cacti/ + + mv $pkgdir/usr/share/webapps/cacti/rra $pkgdir/var/lib/cacti/rra + ln -s /var/lib/cacti/rra $pkgdir/usr/share/webapps/cacti/rra + + mv $pkgdir/usr/share/webapps/cacti/log $pkgdir/var/log/cacti + ln -s /var/log/cacti $pkgdir/usr/share/webapps/cacti/log +} Deleted: cacti.install === --- cacti.install 2015-07-13 10:00:53 UTC (rev 136763) +++ cacti.install 2015-07-13 10:01:04 UTC (rev 136764) @@ -1,7 +0,0 @@ -post_upgrade() { - post_install -} - -post_install() { - chown -R http:http var/log/cacti var/lib/cacti/rra -} Copied: cacti/repos/community-any/cacti.install (from rev 136763, cacti/trunk/cacti.install) === --- cacti.install (rev 0) +++ cacti.install 2015-07-13 10:01:04 UTC (rev 136764) @@ -0,0 +1,7 @@ +post_upgrade() { + post_install +} + +post_install() { + chown -R http:http var/log/cacti var/lib/cacti/rra +}
[arch-commits] Commit in perl-inline/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, July 13, 2015 @ 12:01:17 Author: spupykin Revision: 136766 archrelease: copy trunk to community-any Added: perl-inline/repos/community-any/PKGBUILD (from rev 136765, perl-inline/trunk/PKGBUILD) Deleted: perl-inline/repos/community-any/PKGBUILD --+ PKGBUILD | 56 1 file changed, 28 insertions(+), 28 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-07-13 10:01:08 UTC (rev 136765) +++ PKGBUILD2015-07-13 10:01:17 UTC (rev 136766) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: François Charette - -pkgname=perl-inline -pkgver=0.78 -pkgrel=1 -pkgdesc="Write Perl subroutines in other languages" -arch=('any') -url="http://search.cpan.org/dist/Inline"; -license=('GPL' 'PerlArtistic') -depends=('perl>=5.10.0' 'perl-parse-recdescent>=1.8') -options=('!emptydirs') -source=("http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Inline-$pkgver.tar.gz";) -md5sums=('5f5c2e27cf296a9e1e9d0be04817') - -build() { - cd $srcdir/Inline-$pkgver - PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor - make -} - -package() { - cd $srcdir/Inline-$pkgver - make install DESTDIR=$pkgdir - find $pkgdir -name '.packlist' -delete - find $pkgdir -name '*.pod' -delete -} Copied: perl-inline/repos/community-any/PKGBUILD (from rev 136765, perl-inline/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-07-13 10:01:17 UTC (rev 136766) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: François Charette + +pkgname=perl-inline +pkgver=0.80 +pkgrel=1 +pkgdesc="Write Perl subroutines in other languages" +arch=('any') +url="http://search.cpan.org/dist/Inline"; +license=('GPL' 'PerlArtistic') +depends=('perl>=5.10.0' 'perl-parse-recdescent>=1.8') +options=('!emptydirs') +source=("http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Inline-$pkgver.tar.gz";) +md5sums=('510bbac46e727bcaf240b7feac2646c9') + +build() { + cd $srcdir/Inline-$pkgver + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + make +} + +package() { + cd $srcdir/Inline-$pkgver + make install DESTDIR=$pkgdir + find $pkgdir -name '.packlist' -delete + find $pkgdir -name '*.pod' -delete +}
[arch-commits] Commit in perl-xml-stream/trunk (PKGBUILD)
Date: Monday, July 13, 2015 @ 12:01:20 Author: spupykin Revision: 136767 upgpkg: perl-xml-stream 1.24-1 upd Modified: perl-xml-stream/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 10:01:17 UTC (rev 136766) +++ PKGBUILD2015-07-13 10:01:20 UTC (rev 136767) @@ -4,8 +4,8 @@ # Maintainer: Charles Mauch pkgname=perl-xml-stream -pkgver=1.23 -pkgrel=3 +pkgver=1.24 +pkgrel=1 pkgdesc="Perl/CPAN Module XML::Stream : Module for handling XML Streams" arch=(any) url="http://search.cpan.org/dist/XML-Stream"; @@ -13,7 +13,7 @@ makedepends=("perl-authen-sasl") depends=("perl-authen-sasl") source=("http://search.cpan.org/CPAN/authors/id/D/DA/DAPATRICK/XML-Stream-$pkgver.tar.gz";) -md5sums=('1c0908384fe57a1c3c529071a8b882af') +md5sums=('62717494479cba3746bfeab73d2f955c') build() { cd $srcdir/XML-Stream-$pkgver
[arch-commits] Commit in perl-inline/trunk (PKGBUILD)
Date: Monday, July 13, 2015 @ 12:01:08 Author: spupykin Revision: 136765 upgpkg: perl-inline 0.80-1 upd Modified: perl-inline/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 10:01:04 UTC (rev 136764) +++ PKGBUILD2015-07-13 10:01:08 UTC (rev 136765) @@ -3,7 +3,7 @@ # Contributor: François Charette pkgname=perl-inline -pkgver=0.78 +pkgver=0.80 pkgrel=1 pkgdesc="Write Perl subroutines in other languages" arch=('any') @@ -12,7 +12,7 @@ depends=('perl>=5.10.0' 'perl-parse-recdescent>=1.8') options=('!emptydirs') source=("http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Inline-$pkgver.tar.gz";) -md5sums=('5f5c2e27cf296a9e1e9d0be04817') +md5sums=('510bbac46e727bcaf240b7feac2646c9') build() { cd $srcdir/Inline-$pkgver
[arch-commits] Commit in cacti/trunk (PKGBUILD)
Date: Monday, July 13, 2015 @ 12:00:53 Author: spupykin Revision: 136763 upgpkg: cacti 0.8.8_e-1 upd Modified: cacti/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 10:00:27 UTC (rev 136762) +++ PKGBUILD2015-07-13 10:00:53 UTC (rev 136763) @@ -3,7 +3,7 @@ # Contributor: tuxbubling pkgname=cacti -pkgver=0.8.8_d +pkgver=0.8.8_e pkgrel=1 pkgdesc="complete network graphing solution designed to harness the power of RRDTool's data storage and graphing functionality" arch=(any) @@ -13,7 +13,7 @@ backup=('etc/webapps/cacti/.htaccess') install=cacti.install source=("http://www.cacti.net/downloads/$pkgname-${pkgver/_/}.tar.gz";) -md5sums=('4507d6d189cf0dc881bf00d47537037a') +md5sums=('1fa14a9b9fda1b40a29698bcbc3ca34e') prepare() { cd $srcdir/$pkgname-${pkgver/_/}
[arch-commits] Commit in perl-xml-stream/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, July 13, 2015 @ 12:01:28 Author: spupykin Revision: 136768 archrelease: copy trunk to community-any Added: perl-xml-stream/repos/community-any/PKGBUILD (from rev 136767, perl-xml-stream/trunk/PKGBUILD) Deleted: perl-xml-stream/repos/community-any/PKGBUILD --+ PKGBUILD | 58 +- 1 file changed, 29 insertions(+), 29 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-07-13 10:01:20 UTC (rev 136767) +++ PKGBUILD2015-07-13 10:01:28 UTC (rev 136768) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# This PKGBUILD was autocreated. See http://xtermin.us/archperl/ for details -# Maintainer: Charles Mauch - -pkgname=perl-xml-stream -pkgver=1.23 -pkgrel=3 -pkgdesc="Perl/CPAN Module XML::Stream : Module for handling XML Streams" -arch=(any) -url="http://search.cpan.org/dist/XML-Stream"; -license=("GPL" "PerlArtistic") -makedepends=("perl-authen-sasl") -depends=("perl-authen-sasl") -source=("http://search.cpan.org/CPAN/authors/id/D/DA/DAPATRICK/XML-Stream-$pkgver.tar.gz";) -md5sums=('1c0908384fe57a1c3c529071a8b882af') - -build() { - cd $srcdir/XML-Stream-$pkgver - PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor - make -} - -package() { - cd $srcdir/XML-Stream-$pkgver - make install DESTDIR=$pkgdir - find $pkgdir -name '.packlist' -delete - find $pkgdir -name '*.pod' -delete -} Copied: perl-xml-stream/repos/community-any/PKGBUILD (from rev 136767, perl-xml-stream/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-07-13 10:01:28 UTC (rev 136768) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# This PKGBUILD was autocreated. See http://xtermin.us/archperl/ for details +# Maintainer: Charles Mauch + +pkgname=perl-xml-stream +pkgver=1.24 +pkgrel=1 +pkgdesc="Perl/CPAN Module XML::Stream : Module for handling XML Streams" +arch=(any) +url="http://search.cpan.org/dist/XML-Stream"; +license=("GPL" "PerlArtistic") +makedepends=("perl-authen-sasl") +depends=("perl-authen-sasl") +source=("http://search.cpan.org/CPAN/authors/id/D/DA/DAPATRICK/XML-Stream-$pkgver.tar.gz";) +md5sums=('62717494479cba3746bfeab73d2f955c') + +build() { + cd $srcdir/XML-Stream-$pkgver + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + make +} + +package() { + cd $srcdir/XML-Stream-$pkgver + make install DESTDIR=$pkgdir + find $pkgdir -name '.packlist' -delete + find $pkgdir -name '*.pod' -delete +}
[arch-commits] Commit in python-oauth2client/trunk (PKGBUILD)
Date: Monday, July 13, 2015 @ 12:00:19 Author: aginiewicz Revision: 136761 upgpkg: python-oauth2client 1.4.12-1 python-oauth2client: new upstream release Modified: python-oauth2client/trunk/PKGBUILD --+ PKGBUILD | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 08:37:59 UTC (rev 136760) +++ PKGBUILD2015-07-13 10:00:19 UTC (rev 136761) @@ -4,8 +4,8 @@ pkgbase=python-oauth2client pkgname=('python2-oauth2client' 'python-oauth2client') -pkgver=1.4.11 -pkgrel=3 +pkgver=1.4.12 +pkgrel=1 pkgdesc="A client library for OAuth 2.0" arch=('any') url="https://github.com/google/oauth2client"; @@ -15,14 +15,11 @@ 'python-six' 'python2-httplib2' 'python2-pyasn1' 'python2-pyasn1-modules' 'python2-rsa' 'python2-six') source=("https://pypi.python.org/packages/source/o/oauth2client/oauth2client-${pkgver}.tar.gz";) -md5sums=('ace6b6e4c9cd17fd611d9984d6746c7b') +md5sums=('829a05a559b43215d67947aaff9c11b5') prepare() { cd "$srcdir" - # Fix FS#45547 - sed -e "s|'pyasn1_modules==0.0.5'|'pyasn1_modules>=0.0.5'|" -i oauth2client-${pkgver}/setup.py - cp -a oauth2client-${pkgver} oauth2client-py2-${pkgver} cd oauth2client-py2-${pkgver} @@ -43,7 +40,7 @@ } package_python2-oauth2client() { - depends=('python2-httplib2' 'python2-pyasn1=0.1.7' 'python2-pyasn1-modules>=0.0.5' 'python2-rsa=3.1.4' 'python2-six') + depends=('python2-httplib2' 'python2-pyasn1' 'python2-pyasn1-modules' 'python2-rsa' 'python2-six') optdepends=('python2-gflags: for oauth2client.tools.run function') cd "$srcdir"/oauth2client-py2-${pkgver} @@ -52,7 +49,7 @@ } package_python-oauth2client() { - depends=('python-httplib2' 'python-pyasn1=0.1.7' 'python-pyasn1-modules>=0.0.5' 'python-rsa=3.1.4' 'python-six') + depends=('python-httplib2' 'python-pyasn1' 'python-pyasn1-modules' 'python-rsa' 'python-six') cd "$srcdir"/oauth2client-${pkgver}
[arch-commits] Commit in python-oauth2client/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, July 13, 2015 @ 12:00:27 Author: aginiewicz Revision: 136762 archrelease: copy trunk to community-any Added: python-oauth2client/repos/community-any/PKGBUILD (from rev 136761, python-oauth2client/trunk/PKGBUILD) Deleted: python-oauth2client/repos/community-any/PKGBUILD --+ PKGBUILD | 119 + 1 file changed, 58 insertions(+), 61 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-07-13 10:00:19 UTC (rev 136761) +++ PKGBUILD2015-07-13 10:00:27 UTC (rev 136762) @@ -1,61 +0,0 @@ -# $Id$ -# Maintainer: Andrzej Giniewicz -# Contributor: Atlanis - -pkgbase=python-oauth2client -pkgname=('python2-oauth2client' 'python-oauth2client') -pkgver=1.4.11 -pkgrel=3 -pkgdesc="A client library for OAuth 2.0" -arch=('any') -url="https://github.com/google/oauth2client"; -license=('Apache') -makedepends=('python2-setuptools' 'python-setuptools' 'python-httplib2' - 'python-pyasn1' 'python-pyasn1-modules' 'python-rsa' - 'python-six' 'python2-httplib2' 'python2-pyasn1' - 'python2-pyasn1-modules' 'python2-rsa' 'python2-six') -source=("https://pypi.python.org/packages/source/o/oauth2client/oauth2client-${pkgver}.tar.gz";) -md5sums=('ace6b6e4c9cd17fd611d9984d6746c7b') - -prepare() { - cd "$srcdir" - - # Fix FS#45547 - sed -e "s|'pyasn1_modules==0.0.5'|'pyasn1_modules>=0.0.5'|" -i oauth2client-${pkgver}/setup.py - - cp -a oauth2client-${pkgver} oauth2client-py2-${pkgver} - cd oauth2client-py2-${pkgver} - - sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \ - -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \ - -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \ - -i $(find . -name '*.py') -} - -build() { - msg "Building Python2" - cd "$srcdir"/oauth2client-py2-${pkgver} - python2 setup.py build - - msg "Building Python3" - cd "$srcdir"/oauth2client-${pkgver} - python setup.py build -} - -package_python2-oauth2client() { - depends=('python2-httplib2' 'python2-pyasn1=0.1.7' 'python2-pyasn1-modules>=0.0.5' 'python2-rsa=3.1.4' 'python2-six') - optdepends=('python2-gflags: for oauth2client.tools.run function') - - cd "$srcdir"/oauth2client-py2-${pkgver} - - python2 setup.py install --skip-build --root="$pkgdir" --optimize=1 -} - -package_python-oauth2client() { - depends=('python-httplib2' 'python-pyasn1=0.1.7' 'python-pyasn1-modules>=0.0.5' 'python-rsa=3.1.4' 'python-six') - - cd "$srcdir"/oauth2client-${pkgver} - - python setup.py install --skip-build --root="$pkgdir" --optimize=1 -} - Copied: python-oauth2client/repos/community-any/PKGBUILD (from rev 136761, python-oauth2client/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-07-13 10:00:27 UTC (rev 136762) @@ -0,0 +1,58 @@ +# $Id$ +# Maintainer: Andrzej Giniewicz +# Contributor: Atlanis + +pkgbase=python-oauth2client +pkgname=('python2-oauth2client' 'python-oauth2client') +pkgver=1.4.12 +pkgrel=1 +pkgdesc="A client library for OAuth 2.0" +arch=('any') +url="https://github.com/google/oauth2client"; +license=('Apache') +makedepends=('python2-setuptools' 'python-setuptools' 'python-httplib2' + 'python-pyasn1' 'python-pyasn1-modules' 'python-rsa' + 'python-six' 'python2-httplib2' 'python2-pyasn1' + 'python2-pyasn1-modules' 'python2-rsa' 'python2-six') +source=("https://pypi.python.org/packages/source/o/oauth2client/oauth2client-${pkgver}.tar.gz";) +md5sums=('829a05a559b43215d67947aaff9c11b5') + +prepare() { + cd "$srcdir" + + cp -a oauth2client-${pkgver} oauth2client-py2-${pkgver} + cd oauth2client-py2-${pkgver} + + sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \ + -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \ + -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \ + -i $(find . -name '*.py') +} + +build() { + msg "Building Python2" + cd "$srcdir"/oauth2client-py2-${pkgver} + python2 setup.py build + + msg "Building Python3" + cd "$srcdir"/oauth2client-${pkgver} + python setup.py build +} + +package_python2-oauth2client() { + depends=('python2-httplib2' 'python2-pyasn1' 'python2-pyasn1-modules' 'python2-rsa' 'python2-six') + optdepends=('python2-gflags: for oauth2client.tools.run function') + + cd "$srcdir"/oauth2client-py2-${pkgver} + + python2 setup.py install --skip-build --root="$pkgdir" --optimize=1 +} + +package_python-oauth2client() { + depends=('python-httplib2' 'python-pyasn1' 'python-pyasn1-modules' 'python-rsa' 'python-six') + + cd "$srcdir"/oauth2client-${pkgver} + + python setup.py install --skip-build --root="$pkgdir" --optimize=1 +} +
[arch-commits] Commit in tor/repos (16 files)
Date: Monday, July 13, 2015 @ 10:37:59 Author: lfleischer Revision: 136760 archrelease: copy trunk to community-i686, community-x86_64 Added: tor/repos/community-i686/PKGBUILD (from rev 136759, tor/trunk/PKGBUILD) tor/repos/community-i686/tor.install (from rev 136759, tor/trunk/tor.install) tor/repos/community-i686/tor.service (from rev 136759, tor/trunk/tor.service) tor/repos/community-i686/torrc (from rev 136759, tor/trunk/torrc) tor/repos/community-x86_64/PKGBUILD (from rev 136759, tor/trunk/PKGBUILD) tor/repos/community-x86_64/tor.install (from rev 136759, tor/trunk/tor.install) tor/repos/community-x86_64/tor.service (from rev 136759, tor/trunk/tor.service) tor/repos/community-x86_64/torrc (from rev 136759, tor/trunk/torrc) Deleted: tor/repos/community-i686/PKGBUILD tor/repos/community-i686/tor.install tor/repos/community-i686/tor.service tor/repos/community-i686/torrc tor/repos/community-x86_64/PKGBUILD tor/repos/community-x86_64/tor.install tor/repos/community-x86_64/tor.service tor/repos/community-x86_64/torrc --+ /PKGBUILD| 94 ++ /tor.install |8 /tor.service | 30 +++ /torrc | 378 + community-i686/PKGBUILD | 47 - community-i686/tor.install |4 community-i686/tor.service | 15 - community-i686/torrc | 189 community-x86_64/PKGBUILD| 47 - community-x86_64/tor.install |4 community-x86_64/tor.service | 15 - community-x86_64/torrc | 189 12 files changed, 510 insertions(+), 510 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 136759:136760 to see the changes.
[arch-commits] Commit in tor/trunk (PKGBUILD)
Date: Monday, July 13, 2015 @ 10:37:46 Author: lfleischer Revision: 136759 upgpkg: tor 0.2.6.10-1 Upstream update. Modified: tor/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 08:08:01 UTC (rev 136758) +++ PKGBUILD2015-07-13 08:37:46 UTC (rev 136759) @@ -4,7 +4,7 @@ # Contributor: Sid Karunaratne pkgname=tor -pkgver=0.2.6.9 +pkgver=0.2.6.10 pkgrel=1 pkgdesc='Anonymizing overlay network.' arch=('i686' 'x86_64') @@ -19,7 +19,7 @@ source=("https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc} 'torrc' 'tor.service') -md5sums=('4a1b334c30d7b37ea72fa33425220d5d' +md5sums=('04f919e7882d1ca80f835545af562bad' 'SKIP' 'c1dd4004c63edaeaa829e01be5413cfc' '503cedd9679f9817b2c27916ba989a74')
[arch-commits] Commit in stunnel/repos (16 files)
Date: Monday, July 13, 2015 @ 10:08:01 Author: lfleischer Revision: 136758 archrelease: copy trunk to community-i686, community-x86_64 Added: stunnel/repos/community-i686/Makefile.patch (from rev 136757, stunnel/trunk/Makefile.patch) stunnel/repos/community-i686/PKGBUILD (from rev 136757, stunnel/trunk/PKGBUILD) stunnel/repos/community-i686/stunnel.install (from rev 136757, stunnel/trunk/stunnel.install) stunnel/repos/community-i686/stunnel.tmpfiles.conf (from rev 136757, stunnel/trunk/stunnel.tmpfiles.conf) stunnel/repos/community-x86_64/Makefile.patch (from rev 136757, stunnel/trunk/Makefile.patch) stunnel/repos/community-x86_64/PKGBUILD (from rev 136757, stunnel/trunk/PKGBUILD) stunnel/repos/community-x86_64/stunnel.install (from rev 136757, stunnel/trunk/stunnel.install) stunnel/repos/community-x86_64/stunnel.tmpfiles.conf (from rev 136757, 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| 24 +++ /PKGBUILD | 104 +++ /stunnel.install | 40 +++ /stunnel.tmpfiles.conf |2 community-i686/Makefile.patch | 12 --- community-i686/PKGBUILD| 52 --- community-i686/stunnel.install | 20 - community-i686/stunnel.tmpfiles.conf |1 community-x86_64/Makefile.patch| 12 --- community-x86_64/PKGBUILD | 52 --- community-x86_64/stunnel.install | 20 - community-x86_64/stunnel.tmpfiles.conf |1 12 files changed, 170 insertions(+), 170 deletions(-) Deleted: community-i686/Makefile.patch === --- community-i686/Makefile.patch 2015-07-13 08:07:52 UTC (rev 136757) +++ community-i686/Makefile.patch 2015-07-13 08:08:01 UTC (rev 136758) @@ -1,12 +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 - Copied: stunnel/repos/community-i686/Makefile.patch (from rev 136757, stunnel/trunk/Makefile.patch) === --- community-i686/Makefile.patch (rev 0) +++ community-i686/Makefile.patch 2015-07-13 08:08:01 UTC (rev 136758) @@ -0,0 +1,12 @@ +--- 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 + Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-07-13 08:07:52 UTC (rev 136757) +++ community-i686/PKGBUILD 2015-07-13 08:08:01 UTC (rev 136758) @@ -1,52 +0,0 @@ -# Maintainer: Lukas Fleischer -# Contributor: Kaiting Chen -# Contributor: Daniel J Griffiths -# Contributor: Kevin Piche - -pkgname=stunnel -pkgver=5.19 -pkgrel=1 -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=('openssl') -install=$pkgname.install -source=("https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz"{,.asc} -'Makefile.patch' -'stunnel.tmpfiles.conf') -md5sums=('5642c0feb14f480b8a0739b6eb8b39e5' - 'SKIP' - '579f198ecb90a42fcbfd8a4e48006264' - '2e065a39998e57727ee79887bbd1751e') -validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara - -build() { - cd "$srcdir/$pkgname-$pkgver" - - # don't create a certificate... - patch -p0 <"$srcdir/Makefile.patch" - - ./configure --prefix=/usr \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---enable-ipv6 \ ---disable-libwrap - - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make DESTDIR="$pkgdir" install - - install -Dm644 tools/stunnel.cnf "$pkgdir/etc/stunnel/stunnel-openssl.cnf-sample" - install -Dm644 tools/stunnel.service "$pkgdir/usr/lib/systemd/system/stunnel.service" - install -Dm644 "$srcdir/stunnel.tmpfiles.conf" "$pkgdir/usr/lib/tmpfiles.d
[arch-commits] Commit in stunnel/trunk (PKGBUILD)
Date: Monday, July 13, 2015 @ 10:07:52 Author: lfleischer Revision: 136757 upgpkg: stunnel 5.20-1 Upstream update. Modified: stunnel/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 08:05:02 UTC (rev 136756) +++ PKGBUILD2015-07-13 08:07:52 UTC (rev 136757) @@ -4,7 +4,7 @@ # Contributor: Kevin Piche pkgname=stunnel -pkgver=5.19 +pkgver=5.20 pkgrel=1 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside SSL" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ source=("https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz"{,.asc} 'Makefile.patch' 'stunnel.tmpfiles.conf') -md5sums=('5642c0feb14f480b8a0739b6eb8b39e5' +md5sums=('3264375026c2b496b5d258e243222de8' 'SKIP' '579f198ecb90a42fcbfd8a4e48006264' '2e065a39998e57727ee79887bbd1751e')
[arch-commits] Commit in slop/repos (4 files)
Date: Monday, July 13, 2015 @ 10:05:02 Author: lfleischer Revision: 136756 archrelease: copy trunk to community-i686, community-x86_64 Added: slop/repos/community-i686/PKGBUILD (from rev 136755, slop/trunk/PKGBUILD) slop/repos/community-x86_64/PKGBUILD (from rev 136755, slop/trunk/PKGBUILD) Deleted: slop/repos/community-i686/PKGBUILD slop/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 50 community-i686/PKGBUILD | 24 - community-x86_64/PKGBUILD | 24 - 3 files changed, 50 insertions(+), 48 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-07-13 08:04:52 UTC (rev 136755) +++ community-i686/PKGBUILD 2015-07-13 08:05:02 UTC (rev 136756) @@ -1,24 +0,0 @@ -# Maintainer: Bartłomiej Piotrowski -# Contributor: naelstrof - -pkgname=slop -pkgver=4.1.16 -pkgrel=1 -pkgdesc='Utility to query the user for a selection and print the region to stdout' -arch=('i686' 'x86_64') -url='https://github.com/naelstrof/slop' -license=('GPL3') -depends=('libxext' 'libx11' 'gcc-libs') -makedepends=('cmake') -source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v${pkgver}.tar.gz") -md5sums=('23880ebc13e912164040c28ae402082c') - -build() { - cd "$pkgname-$pkgver" - cmake -DCMAKE_INSTALL_PREFIX=/usr . . - make -} - -package() { - make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install -} Copied: slop/repos/community-i686/PKGBUILD (from rev 136755, slop/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-07-13 08:05:02 UTC (rev 136756) @@ -0,0 +1,25 @@ +# Maintainer: Lukas Fleischer +# Contributor: Bartłomiej Piotrowski +# Contributor: naelstrof + +pkgname=slop +pkgver=4.2.18 +pkgrel=1 +pkgdesc='Utility to query the user for a selection and print the region to stdout' +arch=('i686' 'x86_64') +url='https://github.com/naelstrof/slop' +license=('GPL3') +depends=('libxext' 'libx11' 'imlib2' 'mesa' 'glew' 'libxrandr') +makedepends=('cmake' 'glm') +source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v${pkgver}.tar.gz") +md5sums=('12782cf3b24c4801be4d4eda1a05e989') + +build() { + cd "$pkgname-$pkgver" + cmake -DCMAKE_INSTALL_PREFIX=/usr . . + make +} + +package() { + make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-07-13 08:04:52 UTC (rev 136755) +++ community-x86_64/PKGBUILD 2015-07-13 08:05:02 UTC (rev 136756) @@ -1,24 +0,0 @@ -# Maintainer: Bartłomiej Piotrowski -# Contributor: naelstrof - -pkgname=slop -pkgver=4.1.16 -pkgrel=1 -pkgdesc='Utility to query the user for a selection and print the region to stdout' -arch=('i686' 'x86_64') -url='https://github.com/naelstrof/slop' -license=('GPL3') -depends=('libxext' 'libx11' 'gcc-libs') -makedepends=('cmake') -source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v${pkgver}.tar.gz") -md5sums=('23880ebc13e912164040c28ae402082c') - -build() { - cd "$pkgname-$pkgver" - cmake -DCMAKE_INSTALL_PREFIX=/usr . . - make -} - -package() { - make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install -} Copied: slop/repos/community-x86_64/PKGBUILD (from rev 136755, slop/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2015-07-13 08:05:02 UTC (rev 136756) @@ -0,0 +1,25 @@ +# Maintainer: Lukas Fleischer +# Contributor: Bartłomiej Piotrowski +# Contributor: naelstrof + +pkgname=slop +pkgver=4.2.18 +pkgrel=1 +pkgdesc='Utility to query the user for a selection and print the region to stdout' +arch=('i686' 'x86_64') +url='https://github.com/naelstrof/slop' +license=('GPL3') +depends=('libxext' 'libx11' 'imlib2' 'mesa' 'glew' 'libxrandr') +makedepends=('cmake' 'glm') +source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v${pkgver}.tar.gz") +md5sums=('12782cf3b24c4801be4d4eda1a05e989') + +build() { + cd "$pkgname-$pkgver" + cmake -DCMAKE_INSTALL_PREFIX=/usr . . + make +} + +package() { + make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install +}
[arch-commits] Commit in slop/trunk (PKGBUILD)
Date: Monday, July 13, 2015 @ 10:04:52 Author: lfleischer Revision: 136755 upgpkg: slop 4.2.18-1 Upstream update. Modified: slop/trunk/PKGBUILD --+ PKGBUILD | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 07:51:54 UTC (rev 136754) +++ PKGBUILD2015-07-13 08:04:52 UTC (rev 136755) @@ -1,17 +1,18 @@ -# Maintainer: Bartłomiej Piotrowski +# Maintainer: Lukas Fleischer +# Contributor: Bartłomiej Piotrowski # Contributor: naelstrof pkgname=slop -pkgver=4.1.16 +pkgver=4.2.18 pkgrel=1 pkgdesc='Utility to query the user for a selection and print the region to stdout' arch=('i686' 'x86_64') url='https://github.com/naelstrof/slop' license=('GPL3') -depends=('libxext' 'libx11' 'gcc-libs') -makedepends=('cmake') +depends=('libxext' 'libx11' 'imlib2' 'mesa' 'glew' 'libxrandr') +makedepends=('cmake' 'glm') source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v${pkgver}.tar.gz") -md5sums=('23880ebc13e912164040c28ae402082c') +md5sums=('12782cf3b24c4801be4d4eda1a05e989') build() { cd "$pkgname-$pkgver"
[arch-commits] Commit in maim/repos (4 files)
Date: Monday, July 13, 2015 @ 09:51:54 Author: lfleischer Revision: 136754 archrelease: copy trunk to community-i686, community-x86_64 Added: maim/repos/community-i686/PKGBUILD (from rev 136753, maim/trunk/PKGBUILD) maim/repos/community-x86_64/PKGBUILD (from rev 136753, maim/trunk/PKGBUILD) Deleted: maim/repos/community-i686/PKGBUILD maim/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 50 community-i686/PKGBUILD | 25 -- community-x86_64/PKGBUILD | 25 -- 3 files changed, 50 insertions(+), 50 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-07-13 07:51:43 UTC (rev 136753) +++ community-i686/PKGBUILD 2015-07-13 07:51:54 UTC (rev 136754) @@ -1,25 +0,0 @@ -# Maintainer: Bartłomiej Piotrowski -# Contributor: naelstrof - -pkgname=maim -pkgver=3.4.43 -pkgrel=1 -pkgdesc='Utility to take a screenshot using imlib2' -arch=('i686' 'x86_64') -url='https://github.com/naelstrof/maim' -license=('GPL3') -depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr') -makedepends=('cmake') -optdepends=('slop: region selection support') -source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz") -md5sums=('fb91cb51e6875bb737e044850294caf4') - -build() { - cd "$pkgname-$pkgver" - cmake -DCMAKE_INSTALL_PREFIX=/usr . - make -} - -package() { - make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install -} Copied: maim/repos/community-i686/PKGBUILD (from rev 136753, maim/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-07-13 07:51:54 UTC (rev 136754) @@ -0,0 +1,25 @@ +# Maintainer: Bartłomiej Piotrowski +# Contributor: naelstrof + +pkgname=maim +pkgver=3.4.45 +pkgrel=1 +pkgdesc='Utility to take a screenshot using imlib2' +arch=('i686' 'x86_64') +url='https://github.com/naelstrof/maim' +license=('GPL3') +depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr') +makedepends=('cmake') +optdepends=('slop: region selection support') +source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz") +md5sums=('7a04b72587f60feb8df4343c674d') + +build() { + cd "$pkgname-$pkgver" + cmake -DCMAKE_INSTALL_PREFIX=/usr . + make +} + +package() { + make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-07-13 07:51:43 UTC (rev 136753) +++ community-x86_64/PKGBUILD 2015-07-13 07:51:54 UTC (rev 136754) @@ -1,25 +0,0 @@ -# Maintainer: Bartłomiej Piotrowski -# Contributor: naelstrof - -pkgname=maim -pkgver=3.4.43 -pkgrel=1 -pkgdesc='Utility to take a screenshot using imlib2' -arch=('i686' 'x86_64') -url='https://github.com/naelstrof/maim' -license=('GPL3') -depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr') -makedepends=('cmake') -optdepends=('slop: region selection support') -source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz") -md5sums=('fb91cb51e6875bb737e044850294caf4') - -build() { - cd "$pkgname-$pkgver" - cmake -DCMAKE_INSTALL_PREFIX=/usr . - make -} - -package() { - make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install -} Copied: maim/repos/community-x86_64/PKGBUILD (from rev 136753, maim/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2015-07-13 07:51:54 UTC (rev 136754) @@ -0,0 +1,25 @@ +# Maintainer: Bartłomiej Piotrowski +# Contributor: naelstrof + +pkgname=maim +pkgver=3.4.45 +pkgrel=1 +pkgdesc='Utility to take a screenshot using imlib2' +arch=('i686' 'x86_64') +url='https://github.com/naelstrof/maim' +license=('GPL3') +depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr') +makedepends=('cmake') +optdepends=('slop: region selection support') +source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz") +md5sums=('7a04b72587f60feb8df4343c674d') + +build() { + cd "$pkgname-$pkgver" + cmake -DCMAKE_INSTALL_PREFIX=/usr . + make +} + +package() { + make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install +}
[arch-commits] Commit in maim/trunk (PKGBUILD)
Date: Monday, July 13, 2015 @ 09:51:43 Author: lfleischer Revision: 136753 upgpkg: maim 3.4.45-1 Upstream update. Modified: maim/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-13 07:40:25 UTC (rev 136752) +++ PKGBUILD2015-07-13 07:51:43 UTC (rev 136753) @@ -2,7 +2,7 @@ # Contributor: naelstrof pkgname=maim -pkgver=3.4.43 +pkgver=3.4.45 pkgrel=1 pkgdesc='Utility to take a screenshot using imlib2' arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ makedepends=('cmake') optdepends=('slop: region selection support') source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz") -md5sums=('fb91cb51e6875bb737e044850294caf4') +md5sums=('7a04b72587f60feb8df4343c674d') build() { cd "$pkgname-$pkgver"