[arch-commits] Commit in lib32-mesa/repos/multilib-x86_64 (6 files)
Date: Sunday, October 2, 2016 @ 05:31:57 Author: lcarlier Revision: 191187 archrelease: copy trunk to multilib-x86_64 Added: lib32-mesa/repos/multilib-x86_64/LICENSE (from rev 191186, lib32-mesa/trunk/LICENSE) lib32-mesa/repos/multilib-x86_64/PKGBUILD (from rev 191186, lib32-mesa/trunk/PKGBUILD) lib32-mesa/repos/multilib-x86_64/remove-libpthread-stubs.patch (from rev 191186, lib32-mesa/trunk/remove-libpthread-stubs.patch) Deleted: lib32-mesa/repos/multilib-x86_64/LICENSE lib32-mesa/repos/multilib-x86_64/PKGBUILD lib32-mesa/repos/multilib-x86_64/remove-libpthread-stubs.patch ---+ LICENSE | 164 +++--- PKGBUILD | 290 remove-libpthread-stubs.patch | 28 +-- 3 files changed, 248 insertions(+), 234 deletions(-) Deleted: LICENSE === --- LICENSE 2016-10-02 05:31:52 UTC (rev 191186) +++ LICENSE 2016-10-02 05:31:57 UTC (rev 191187) @@ -1,82 +0,0 @@ -Disclaimer - -Mesa is a 3-D graphics library with an API which is very similar to -that of OpenGL* -To the extent that Mesa utilizes the OpenGL command syntax or state -machine, it is being used with authorization from Silicon Graphics, -Inc.(SGI). However, the author does not possess an OpenGL license -from SGI, and makes no claim that Mesa is in any way a compatible -replacement for OpenGL or associated with SGI. Those who want a -licensed implementation of OpenGL should contact a licensed -vendor. - -Please do not refer to the library as MesaGL (for legal -reasons). It's just Mesa or The Mesa 3-D graphics -library - -* OpenGL is a trademark of Silicon Graphics Incorporated. - -License / Copyright Information - -The Mesa distribution consists of several components. Different copyrights -and licenses apply to different components. For example, GLUT is copyrighted -by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa -device drivers are copyrighted by their authors. See below for a list of -Mesa's main components and the license for each. - -The core Mesa library is licensed according to the terms of the MIT license. -This allows integration with the XFree86, Xorg and DRI projects. - -The default Mesa license is as follows: - -Copyright (C) 1999-2007 Brian Paul All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN -AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -Attention, Contributors - -When contributing to the Mesa project you must agree to the licensing terms -of the component to which you're contributing. -The following section lists the primary components of the Mesa distribution -and their respective licenses. - - -Mesa Component Licenses - -Component Location Primary Author License - -Main Mesa codesrc/mesa/ Brian Paul Mesa (MIT) - -Device driverssrc/mesa/drivers/* See drivers See drivers - -Ext headers include/GL/glext.h SGI SGI Free B - include/GL/glxext.h - -GLUT src/glut/ Mark KilgardMark's copyright - -Mesa GLU library src/glu/mesa/ Brian Paul GNU-LGPL - -SGI GLU library src/glu/sgi/ SGI SGI Free B - -demo programs progs/demos/ various see source files - -X demos progs/xdemos/ Brian Paul see source files - -SGI demos progs/samples/ SGI SGI copyright - -RedBook demos progs/redbook/ SGI SGI copyright Copied: lib32-mesa/repos/multilib-x86_64/LICENSE (from rev 191186, lib32-mesa/trunk/LICENSE) === --- LICENSE (rev 0) +++ LICENSE 2016-10-02 05:31:57 UTC (rev 191187) @@ -0,0 +1,82 @@ +Disclaimer + +Mesa
[arch-commits] Commit in lib32-mesa/trunk (PKGBUILD)
Date: Sunday, October 2, 2016 @ 05:31:52 Author: lcarlier Revision: 191186 upgpkg: lib32-mesa 12.0.3-2 add vulkan-intel driver, explicitly disable xvmc (FS#51189) Modified: lib32-mesa/trunk/PKGBUILD --+ PKGBUILD | 20 +--- 1 file changed, 17 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-02 04:27:38 UTC (rev 191185) +++ PKGBUILD2016-10-02 05:31:52 UTC (rev 191186) @@ -3,13 +3,13 @@ # Contributor: Andreas Radke pkgbase=lib32-mesa -pkgname=('lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl') +pkgname=('lib32-vulkan-intel' 'lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl') pkgver=12.0.3 -pkgrel=1 +pkgrel=2 arch=('x86_64') makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto' 'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd' - 'lib32-libvdpau' 'lib32-wayland') + 'lib32-libvdpau' 'lib32-wayland' 'lib32-libgcrypt') url="http://mesa3d.sourceforge.net"; license=('custom') source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig} @@ -47,6 +47,9 @@ --with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast,virgl \ --with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \ --with-egl-platforms=x11,drm,wayland \ +--with-vulkan-drivers=intel \ +--with-sha1=libgcrypt \ +--disable-xvmc \ --enable-gallium-llvm \ --enable-llvm-shared-libs \ --enable-shared-glapi \ @@ -68,6 +71,17 @@ make DESTDIR=${srcdir}/fakeinstall install } +package_lib32-vulkan-intel() { + pkgdesc="Intel's Vulkan mesa driver (32-bit)" + depends=('vulkan-intel' 'lib32-vulkan-icd-loader' 'lib32-libgcrypt' 'lib32-wayland' 'lib32-libxcb') + + install -m755 -d ${pkgdir}/usr/lib32 + mv -v ${srcdir}/fakeinstall/usr/lib32/libvulkan_intel.so ${pkgdir}/usr/lib32/ + + install -m755 -d "${pkgdir}/usr/share/licenses/lib32-vulkan-intel" + install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/lib32-vulkan-intel/" +} + package_lib32-mesa-vdpau() { pkgdesc="Mesa VDPAU drivers (32-bit)" depends=('lib32-libdrm' 'lib32-libx11' 'lib32-expat' 'lib32-llvm-libs' 'lib32-elfutils')
[arch-commits] Commit in mesa/repos (12 files)
Date: Sunday, October 2, 2016 @ 05:16:22 Author: lcarlier Revision: 277536 archrelease: copy trunk to extra-i686, extra-x86_64 Added: mesa/repos/extra-i686/LICENSE (from rev 277535, mesa/trunk/LICENSE) mesa/repos/extra-i686/PKGBUILD (from rev 277535, mesa/trunk/PKGBUILD) mesa/repos/extra-i686/remove-libpthread-stubs.patch (from rev 277535, mesa/trunk/remove-libpthread-stubs.patch) mesa/repos/extra-x86_64/LICENSE (from rev 277535, mesa/trunk/LICENSE) mesa/repos/extra-x86_64/PKGBUILD (from rev 277535, mesa/trunk/PKGBUILD) mesa/repos/extra-x86_64/remove-libpthread-stubs.patch (from rev 277535, mesa/trunk/remove-libpthread-stubs.patch) Deleted: mesa/repos/extra-i686/LICENSE mesa/repos/extra-i686/PKGBUILD mesa/repos/extra-i686/remove-libpthread-stubs.patch mesa/repos/extra-x86_64/LICENSE mesa/repos/extra-x86_64/PKGBUILD mesa/repos/extra-x86_64/remove-libpthread-stubs.patch + /LICENSE | 164 +++ /PKGBUILD | 386 +++ /remove-libpthread-stubs.patch | 28 + extra-i686/LICENSE | 82 - extra-i686/PKGBUILD| 192 - extra-i686/remove-libpthread-stubs.patch | 14 extra-x86_64/LICENSE | 82 - extra-x86_64/PKGBUILD | 192 - extra-x86_64/remove-libpthread-stubs.patch | 14 9 files changed, 578 insertions(+), 576 deletions(-) Deleted: extra-i686/LICENSE === --- extra-i686/LICENSE 2016-10-02 05:16:15 UTC (rev 277535) +++ extra-i686/LICENSE 2016-10-02 05:16:22 UTC (rev 277536) @@ -1,82 +0,0 @@ -Disclaimer - -Mesa is a 3-D graphics library with an API which is very similar to -that of OpenGL* -To the extent that Mesa utilizes the OpenGL command syntax or state -machine, it is being used with authorization from Silicon Graphics, -Inc.(SGI). However, the author does not possess an OpenGL license -from SGI, and makes no claim that Mesa is in any way a compatible -replacement for OpenGL or associated with SGI. Those who want a -licensed implementation of OpenGL should contact a licensed -vendor. - -Please do not refer to the library as MesaGL (for legal -reasons). It's just Mesa or The Mesa 3-D graphics -library - -* OpenGL is a trademark of Silicon Graphics Incorporated. - -License / Copyright Information - -The Mesa distribution consists of several components. Different copyrights -and licenses apply to different components. For example, GLUT is copyrighted -by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa -device drivers are copyrighted by their authors. See below for a list of -Mesa's main components and the license for each. - -The core Mesa library is licensed according to the terms of the MIT license. -This allows integration with the XFree86, Xorg and DRI projects. - -The default Mesa license is as follows: - -Copyright (C) 1999-2007 Brian Paul All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN -AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -Attention, Contributors - -When contributing to the Mesa project you must agree to the licensing terms -of the component to which you're contributing. -The following section lists the primary components of the Mesa distribution -and their respective licenses. - - -Mesa Component Licenses - -Component Location Primary Author License - -Main Mesa codesrc/mesa/ Brian Paul Mesa (MIT) - -Device driverssrc/mesa/drivers/* See drivers See drivers - -Ext headers include/GL/glext.h SGI SGI Free B - include/GL/glxext.h - -GLUT src/glut/ Mark KilgardMark's copyright - -Mesa GLU library src/glu/mesa/
[arch-commits] Commit in mesa/trunk (PKGBUILD)
Date: Sunday, October 2, 2016 @ 05:16:15 Author: lcarlier Revision: 277535 upgpkg: mesa 12.0.3-2 explicitly disable xvmc support (FS#51189) Modified: mesa/trunk/PKGBUILD --+ PKGBUILD |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-10-02 02:56:55 UTC (rev 277534) +++ PKGBUILD2016-10-02 05:16:15 UTC (rev 277535) @@ -5,7 +5,7 @@ pkgbase=mesa pkgname=('opencl-mesa' 'vulkan-intel' 'libva-mesa-driver' 'mesa-vdpau' 'mesa' 'mesa-libgl') pkgver=12.0.3 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 'dri3proto' 'presentproto' 'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 'wayland' 'elfutils' 'llvm' @@ -41,6 +41,7 @@ --with-egl-platforms=x11,drm,wayland \ --with-vulkan-drivers=intel \ --with-sha1=libgcrypt \ +--disable-xvmc \ --enable-gallium-llvm \ --enable-llvm-shared-libs \ --enable-shared-glapi \
[arch-commits] Commit in lib32-vulkan-loader-layers/repos (2 files)
Date: Sunday, October 2, 2016 @ 04:27:38 Author: lcarlier Revision: 191185 archrelease: copy trunk to multilib-x86_64 Added: lib32-vulkan-loader-layers/repos/multilib-x86_64/ lib32-vulkan-loader-layers/repos/multilib-x86_64/PKGBUILD (from rev 191184, lib32-vulkan-loader-layers/trunk/PKGBUILD) --+ PKGBUILD | 92 + 1 file changed, 92 insertions(+) Copied: lib32-vulkan-loader-layers/repos/multilib-x86_64/PKGBUILD (from rev 191184, lib32-vulkan-loader-layers/trunk/PKGBUILD) === --- multilib-x86_64/PKGBUILD(rev 0) +++ multilib-x86_64/PKGBUILD2016-10-02 04:27:38 UTC (rev 191185) @@ -0,0 +1,92 @@ +# $Id$ +# Maintainer: Laurent Carlier + +pkgbase=lib32-vulkan-loader-layers +pkgname=(lib32-vulkan-icd-loader lib32-vulkan-validation-layers) +_pkgname=Vulkan-LoaderAndValidationLayers +pkgver=1.0.26.0 +pkgrel=1 +arch=(x86_64) +url="https://www.khronos.org/vulkan/"; +license=('custom') +depends=() +makedepends=(git cmake python-lxml lib32-libx11 lib32-wayland) +source=("https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz"; + 'git://github.com/KhronosGroup/glslang.git#commit=81cd764b5ffc475bc73f1fb35f75fd1171bb2343' + 'git://github.com/KhronosGroup/SPIRV-Tools.git#commit=923a4596b44831a07060df45caacb522613730c9' + 'git://github.com/KhronosGroup/SPIRV-Headers#commit=33d41376d378761ed3a4c791fc4b647761897f26') +sha256sums=('40a350f7ccec532187adf95990126b86053dfaa00d70ad2f24dc2c6591a96312' +'SKIP' +'SKIP' +'SKIP') + +build() { + export CC="gcc -m32" + export CXX="g++ -m32" + export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" + + cd "${srcdir}/${_pkgname}-sdk-${pkgver}" + + # reproduce some of the update_external_sources.sh script + rm -rf external ; mkdir external ; cd external + git clone ${srcdir}/glslang + git clone ${srcdir}/SPIRV-Tools spirv-tools + pushd spirv-tools + git clone ${srcdir}/SPIRV-Headers external/spirv-headers + popd + + pushd glslang + rm -rf build ; mkdir build ; cd build + cmake -D CMAKE_BUILD_TYPE=Release .. + cmake -D CMAKE_BUILD_TYPE=Release .. + make + make install + popd + + pushd spirv-tools + rm -rf build ; mkdir build ; cd build + cmake -D CMAKE_BUILD_TYPE=Release .. + make + popd + + cd "${srcdir}/${_pkgname}-sdk-${pkgver}" + + rm -rf build ; mkdir build ; cd build + cmake -DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_SYSCONFDIR=/etc \ +-DCMAKE_INSTALL_DATADIR=/share \ +-DCMAKE_SKIP_RPATH=True \ +-DBUILD_TESTS=Off \ +-DBUILD_WSI_XLIB_SUPPORT=On \ +-DBUILD_WSI_WAYLAND_SUPPORT=On \ +-DCMAKE_BUILD_TYPE=Release \ +.. + make + make DESTDIR=install install +} + +package_lib32-vulkan-icd-loader() { + pkgdesc="Vulkan Installable Client Driver (ICD) Loader" + depends=(lib32-glibc vulkan-icd-loader) + cd "${srcdir}/${_pkgname}-sdk-${pkgver}" + + install -dm755 ${pkgdir}/usr/lib32 + install -dm755 ${pkgdir}/usr/share/licenses/${pkgname} + + cp -rv build/loader/libvulkan.so* ${pkgdir}/usr/lib32 + install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/ +} + +package_lib32-vulkan-validation-layers() { + pkgdesc="Vulkan Software Development Kit" + depends=(lib32-gcc-libs lib32-vulkan-icd-loader vulkan-headers) + cd "${srcdir}/${_pkgname}-sdk-${pkgver}" + + install -dm755 ${pkgdir}/usr/lib32 + install -dm755 ${pkgdir}/usr/share/licenses/${pkgname} + + install -m644 build/layers/*.so ${pkgdir}/usr/lib32 + + install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/ +} +
[arch-commits] Commit in (4 files)
Date: Sunday, October 2, 2016 @ 04:22:57 Author: lcarlier Revision: 191184 initial commit, useful for steam Added: lib32-vulkan-loader-layers/ lib32-vulkan-loader-layers/repos/ lib32-vulkan-loader-layers/trunk/ lib32-vulkan-loader-layers/trunk/PKGBUILD --+ PKGBUILD | 92 + 1 file changed, 92 insertions(+) Added: lib32-vulkan-loader-layers/trunk/PKGBUILD === --- lib32-vulkan-loader-layers/trunk/PKGBUILD (rev 0) +++ lib32-vulkan-loader-layers/trunk/PKGBUILD 2016-10-02 04:22:57 UTC (rev 191184) @@ -0,0 +1,92 @@ +# $Id$ +# Maintainer: Laurent Carlier + +pkgbase=lib32-vulkan-loader-layers +pkgname=(lib32-vulkan-icd-loader lib32-vulkan-validation-layers) +_pkgname=Vulkan-LoaderAndValidationLayers +pkgver=1.0.26.0 +pkgrel=1 +arch=(x86_64) +url="https://www.khronos.org/vulkan/"; +license=('custom') +depends=() +makedepends=(git cmake python-lxml lib32-libx11 lib32-wayland) +source=("https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz"; + 'git://github.com/KhronosGroup/glslang.git#commit=81cd764b5ffc475bc73f1fb35f75fd1171bb2343' + 'git://github.com/KhronosGroup/SPIRV-Tools.git#commit=923a4596b44831a07060df45caacb522613730c9' + 'git://github.com/KhronosGroup/SPIRV-Headers#commit=33d41376d378761ed3a4c791fc4b647761897f26') +sha256sums=('40a350f7ccec532187adf95990126b86053dfaa00d70ad2f24dc2c6591a96312' +'SKIP' +'SKIP' +'SKIP') + +build() { + export CC="gcc -m32" + export CXX="g++ -m32" + export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" + + cd "${srcdir}/${_pkgname}-sdk-${pkgver}" + + # reproduce some of the update_external_sources.sh script + rm -rf external ; mkdir external ; cd external + git clone ${srcdir}/glslang + git clone ${srcdir}/SPIRV-Tools spirv-tools + pushd spirv-tools + git clone ${srcdir}/SPIRV-Headers external/spirv-headers + popd + + pushd glslang + rm -rf build ; mkdir build ; cd build + cmake -D CMAKE_BUILD_TYPE=Release .. + cmake -D CMAKE_BUILD_TYPE=Release .. + make + make install + popd + + pushd spirv-tools + rm -rf build ; mkdir build ; cd build + cmake -D CMAKE_BUILD_TYPE=Release .. + make + popd + + cd "${srcdir}/${_pkgname}-sdk-${pkgver}" + + rm -rf build ; mkdir build ; cd build + cmake -DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_SYSCONFDIR=/etc \ +-DCMAKE_INSTALL_DATADIR=/share \ +-DCMAKE_SKIP_RPATH=True \ +-DBUILD_TESTS=Off \ +-DBUILD_WSI_XLIB_SUPPORT=On \ +-DBUILD_WSI_WAYLAND_SUPPORT=On \ +-DCMAKE_BUILD_TYPE=Release \ +.. + make + make DESTDIR=install install +} + +package_lib32-vulkan-icd-loader() { + pkgdesc="Vulkan Installable Client Driver (ICD) Loader" + depends=(lib32-glibc vulkan-icd-loader) + cd "${srcdir}/${_pkgname}-sdk-${pkgver}" + + install -dm755 ${pkgdir}/usr/lib32 + install -dm755 ${pkgdir}/usr/share/licenses/${pkgname} + + cp -rv build/loader/libvulkan.so* ${pkgdir}/usr/lib32 + install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/ +} + +package_lib32-vulkan-validation-layers() { + pkgdesc="Vulkan Software Development Kit" + depends=(lib32-gcc-libs lib32-vulkan-icd-loader vulkan-headers) + cd "${srcdir}/${_pkgname}-sdk-${pkgver}" + + install -dm755 ${pkgdir}/usr/lib32 + install -dm755 ${pkgdir}/usr/share/licenses/${pkgname} + + install -m644 build/layers/*.so ${pkgdir}/usr/lib32 + + install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/ +} + Property changes on: lib32-vulkan-loader-layers/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
[arch-commits] Commit in linux-zen/repos (14 files)
Date: Sunday, October 2, 2016 @ 02:56:55 Author: heftig Revision: 277534 archrelease: copy trunk to testing-i686, testing-x86_64 Added: linux-zen/repos/testing-i686/ linux-zen/repos/testing-i686/PKGBUILD (from rev 277533, linux-zen/trunk/PKGBUILD) linux-zen/repos/testing-i686/change-default-console-loglevel.patch (from rev 277533, linux-zen/trunk/change-default-console-loglevel.patch) linux-zen/repos/testing-i686/config (from rev 277533, linux-zen/trunk/config) linux-zen/repos/testing-i686/config.x86_64 (from rev 277533, linux-zen/trunk/config.x86_64) linux-zen/repos/testing-i686/linux.install (from rev 277533, linux-zen/trunk/linux.install) linux-zen/repos/testing-i686/linux.preset (from rev 277533, linux-zen/trunk/linux.preset) linux-zen/repos/testing-x86_64/ linux-zen/repos/testing-x86_64/PKGBUILD (from rev 277533, linux-zen/trunk/PKGBUILD) linux-zen/repos/testing-x86_64/change-default-console-loglevel.patch (from rev 277533, linux-zen/trunk/change-default-console-loglevel.patch) linux-zen/repos/testing-x86_64/config (from rev 277533, linux-zen/trunk/config) linux-zen/repos/testing-x86_64/config.x86_64 (from rev 277533, linux-zen/trunk/config.x86_64) linux-zen/repos/testing-x86_64/linux.install (from rev 277533, linux-zen/trunk/linux.install) linux-zen/repos/testing-x86_64/linux.preset (from rev 277533, linux-zen/trunk/linux.preset) --+ testing-i686/PKGBUILD| 312 testing-i686/change-default-console-loglevel.patch | 11 testing-i686/config | 8224 + testing-i686/config.x86_64 | 7976 testing-i686/linux.install | 37 testing-i686/linux.preset| 14 testing-x86_64/PKGBUILD | 312 testing-x86_64/change-default-console-loglevel.patch | 11 testing-x86_64/config| 8224 + testing-x86_64/config.x86_64 | 7976 testing-x86_64/linux.install | 37 testing-x86_64/linux.preset | 14 12 files changed, 33148 insertions(+) The diff is longer than the limit of 200KB. Use svn diff -r 277533:277534 to see the changes.
[arch-commits] Commit in gnome-calendar/repos (4 files)
Date: Sunday, October 2, 2016 @ 02:56:11 Author: heftig Revision: 277533 archrelease: copy trunk to testing-i686, testing-x86_64 Added: gnome-calendar/repos/testing-i686/PKGBUILD (from rev 277532, gnome-calendar/trunk/PKGBUILD) gnome-calendar/repos/testing-x86_64/PKGBUILD (from rev 277532, gnome-calendar/trunk/PKGBUILD) Deleted: gnome-calendar/repos/testing-i686/PKGBUILD gnome-calendar/repos/testing-x86_64/PKGBUILD -+ /PKGBUILD | 80 ++ testing-i686/PKGBUILD | 40 --- testing-x86_64/PKGBUILD | 40 --- 3 files changed, 80 insertions(+), 80 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2016-10-02 02:40:14 UTC (rev 277532) +++ testing-i686/PKGBUILD 2016-10-02 02:56:11 UTC (rev 277533) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=gnome-calendar -pkgver=3.22.0+2+g8d4d7f4 -pkgrel=1 -pkgdesc="Simple and beautiful calendar application designed to perfectly fit the GNOME desktop" -url="https://wiki.gnome.org/Apps/Calendar"; -arch=(i686 x86_64) -license=(GPL) -depends=(evolution-data-server 'gsettings-desktop-schemas>=3.21.2') -makedepends=(intltool python gnome-common appstream-glib git) -groups=(gnome-extra) -_commit=8d4d7f40ac2f6d493f153de1e76484d66e9dffe6 -source=("git://git.gnome.org/gnome-calendar#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgname - NOCONFIGURE=1 ./autogen.sh -} - -build() { - cd $pkgname - autoreconf -fi - ./configure --prefix=/usr - make -} - -package() { - cd $pkgname - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: gnome-calendar/repos/testing-i686/PKGBUILD (from rev 277532, gnome-calendar/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-10-02 02:56:11 UTC (rev 277533) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=gnome-calendar +pkgver=3.22.1 +pkgrel=1 +pkgdesc="Simple and beautiful calendar application designed to perfectly fit the GNOME desktop" +url="https://wiki.gnome.org/Apps/Calendar"; +arch=(i686 x86_64) +license=(GPL) +depends=(evolution-data-server 'gsettings-desktop-schemas>=3.21.2') +makedepends=(intltool python gnome-common appstream-glib git) +groups=(gnome-extra) +_commit=b0654cd29b2621566df6cd0de14aac4a34912f4a # tags/3.22.1^0 +source=("git://git.gnome.org/gnome-calendar#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd $pkgname + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd $pkgname + autoreconf -fi + ./configure --prefix=/usr + make +} + +package() { + cd $pkgname + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Deleted: testing-x86_64/PKGBUILD === --- testing-x86_64/PKGBUILD 2016-10-02 02:40:14 UTC (rev 277532) +++ testing-x86_64/PKGBUILD 2016-10-02 02:56:11 UTC (rev 277533) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=gnome-calendar -pkgver=3.22.0+2+g8d4d7f4 -pkgrel=1 -pkgdesc="Simple and beautiful calendar application designed to perfectly fit the GNOME desktop" -url="https://wiki.gnome.org/Apps/Calendar"; -arch=(i686 x86_64) -license=(GPL) -depends=(evolution-data-server 'gsettings-desktop-schemas>=3.21.2') -makedepends=(intltool python gnome-common appstream-glib git) -groups=(gnome-extra) -_commit=8d4d7f40ac2f6d493f153de1e76484d66e9dffe6 -source=("git://git.gnome.org/gnome-calendar#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgname - NOCONFIGURE=1 ./autogen.sh -} - -build() { - cd $pkgname - autoreconf -fi - ./configure --prefix=/usr - make -} - -package() { - cd $pkgname - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: gnome-calendar/repos/testing-x86_64/PKGBUILD (from rev 277532, gnome-calendar/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-10-02 02:56:11 UTC (rev 277533) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=gnome-calendar +pkgver=3.22.1 +pkgrel=1 +pkgdesc="Simple and beautiful calendar application designed to perfectly fit the GNOME desktop" +url="https://wiki.gnome.org/Apps/Calendar"; +arch=(i686 x86_64) +license=(GPL) +depends=(evolution-data-server 'gsettings-desktop-schemas>=3.21.2') +makedepends=(intltool python gnome-common appstream-glib git) +groups=(gnome-extra) +_commit=b0654cd29b2621566df6cd0de14aac4a34912f4a # tags/3.22.1^0 +
[arch-commits] Commit in linux-zen/trunk (PKGBUILD)
Date: Sunday, October 2, 2016 @ 02:40:14 Author: heftig Revision: 277532 4.7.6-1 Modified: linux-zen/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-02 02:38:05 UTC (rev 277531) +++ PKGBUILD2016-10-02 02:40:14 UTC (rev 277532) @@ -6,8 +6,8 @@ pkgbase=linux-zen # Build -zen kernel #pkgbase=linux-custom # Build kernel with a different name _srcname=linux-4.7 -_zenpatch=zen-4.7.5-ab3b46a5d9cc0b216081d354a42523f7d3ed3dd1.diff -pkgver=4.7.5 +_zenpatch=zen-4.7.6-9083c59ab86647db24e9e793f309e24cfcad967d.diff +pkgver=4.7.6 pkgrel=1 arch=('i686' 'x86_64') url="https://github.com/zen-kernel/zen-kernel"; @@ -29,9 +29,9 @@ sha256sums=('5190c3d1209aeda04168145bf50569dc0984f80467159b1dc50ad731e3285f10' 'SKIP' -'46be737415406fd06c1067d1280a4a435f8b0a76d70f5d31858964b41367cc8e' +'2e425c268076c3b186107edf9045e0910088699e077282b5187efb5edf2b8836' 'SKIP' -'480670e216e630306e671ec3954a26820d5e5e5d6344f4d5528fcec032d42411' +'7972d5b65ec1b1f1a4bedb75d3b2cc632e4989a2a0b3e7f9011d9d982716dd7d' 'SKIP' 'a97a5dd950afccfce41834475bef7d26ca013b49ec5bf18a8bb12738cf6182f8' '0eca0ffbc816305014d1cdfba1e7488c100e687906ba106d542c480acf5ed954'
[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)
Date: Sunday, October 2, 2016 @ 02:38:05 Author: heftig Revision: 277531 3.22.1-1 Modified: gnome-calendar/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 21:49:03 UTC (rev 277530) +++ PKGBUILD2016-10-02 02:38:05 UTC (rev 277531) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot pkgname=gnome-calendar -pkgver=3.22.0+2+g8d4d7f4 +pkgver=3.22.1 pkgrel=1 pkgdesc="Simple and beautiful calendar application designed to perfectly fit the GNOME desktop" url="https://wiki.gnome.org/Apps/Calendar"; @@ -11,7 +11,7 @@ depends=(evolution-data-server 'gsettings-desktop-schemas>=3.21.2') makedepends=(intltool python gnome-common appstream-glib git) groups=(gnome-extra) -_commit=8d4d7f40ac2f6d493f153de1e76484d66e9dffe6 +_commit=b0654cd29b2621566df6cd0de14aac4a34912f4a # tags/3.22.1^0 source=("git://git.gnome.org/gnome-calendar#commit=$_commit") sha256sums=('SKIP')
[arch-commits] Commit in steam-native-runtime/repos/multilib-x86_64 (2 files)
Date: Saturday, October 1, 2016 @ 22:25:13 Author: alucryd Revision: 191183 archrelease: copy trunk to multilib-x86_64 Added: steam-native-runtime/repos/multilib-x86_64/PKGBUILD (from rev 191182, steam-native-runtime/trunk/PKGBUILD) Deleted: steam-native-runtime/repos/multilib-x86_64/PKGBUILD --+ PKGBUILD | 82 ++--- 1 file changed, 41 insertions(+), 41 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-10-01 22:25:00 UTC (rev 191182) +++ PKGBUILD2016-10-01 22:25:13 UTC (rev 191183) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Maxime Gauduin -# Maintainer: Levente Polyak - -pkgname=steam-native-runtime -pkgver=1.0.0.52 -pkgrel=4 -pkgdesc='Native replacement for the Steam runtime' -arch=('i686' 'x86_64') -url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime' -license=('None') -depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib' - 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10' - 'glib2' 'glu' 'gtk2' 'libcaca' 'libcanberra' 'libcups' - 'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm' 'libgcrypt11' - 'libice' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse' 'libsm' - 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb' 'libvorbis' - 'libxcomposite' 'libxcursor' 'libxft' 'libxi' 'libxinerama' 'libxmu' - 'libxrandr' 'libxrender' 'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal' - 'pango' 'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image' - 'sdl_mixer' 'sdl_ttf' 'libappindicator-gtk2' 'vulkan-icd-loader') -depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo' -'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig' -'lib32-freetype2' 'lib32-gconf' 'lib32-gdk-pixbuf2' -'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2' -'lib32-libcaca' 'lib32-libcanberra' 'lib32-libcups' -'lib32-libcurl-compat' 'lib32-libcurl-gnutls' 'lib32-libdbus' -'lib32-libdrm' 'lib32-libice' 'lib32-libgcrypt11' -'lib32-libjpeg6' 'lib32-libnm-glib' 'lib32-libpng12' -'lib32-libpulse' 'lib32-libsm' 'lib32-libtheora' -'lib32-libtiff4' 'lib32-libudev0-shim' 'lib32-libusb' -'lib32-libvorbis' 'lib32-libxcomposite' 'lib32-libxcursor' -'lib32-libxft' 'lib32-libxi' 'lib32-libxinerama' 'lib32-libxmu' -'lib32-libxrandr' 'lib32-libxrender' 'lib32-libxtst' -'lib32-libxxf86vm' 'lib32-nspr' 'lib32-nss' 'lib32-openal' -'lib32-pango' 'lib32-sdl' 'lib32-sdl2' 'lib32-sdl2_image' -'lib32-sdl2_mixer' 'lib32-sdl2_ttf' 'lib32-sdl_image' -'lib32-sdl_mixer' 'lib32-sdl_ttf' 'lib32-libappindicator-gtk2') -replaces=('steam-libs') - -# vim: ts=2 sw=2 et: Copied: steam-native-runtime/repos/multilib-x86_64/PKGBUILD (from rev 191182, steam-native-runtime/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-10-01 22:25:13 UTC (rev 191183) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Maintainer: Levente Polyak + +pkgname=steam-native-runtime +pkgver=1.0.0.52 +pkgrel=5 +pkgdesc='Native replacement for the Steam runtime' +arch=('i686' 'x86_64') +url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime' +license=('None') +depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib' + 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10' + 'glib2' 'glu' 'gtk2' 'libcaca' 'libcanberra' 'libcups' + 'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm' 'libgcrypt15' + 'libice' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse' 'libsm' + 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb' 'libvorbis' + 'libxcomposite' 'libxcursor' 'libxft' 'libxi' 'libxinerama' 'libxmu' + 'libxrandr' 'libxrender' 'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal' + 'pango' 'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image' + 'sdl_mixer' 'sdl_ttf' 'libappindicator-gtk2' 'vulkan-icd-loader') +depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo' +'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig' +'lib32-freetype2' 'lib32-gconf' 'lib32-gdk-pixbuf2' +'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2' +'lib32-libcaca' 'lib32-libcanberra' 'lib32-libcups' +'lib32-libcurl-compat' 'lib32-libcurl-gnutls' 'lib32-libdbus' +'lib32-libdrm' 'lib32-libice' 'lib32-libgcrypt15' +'lib32-libjpeg6' 'lib32-libnm-glib' 'lib32-libpng12' +'lib32-libpulse' 'lib32-libsm' 'lib32-libtheora' +'l
[arch-commits] Commit in steam-native-runtime/repos (4 files)
Date: Saturday, October 1, 2016 @ 22:25:00 Author: alucryd Revision: 191182 archrelease: copy trunk to community-i686, community-x86_64 Added: steam-native-runtime/repos/community-i686/PKGBUILD (from rev 191181, steam-native-runtime/trunk/PKGBUILD) steam-native-runtime/repos/community-x86_64/PKGBUILD (from rev 191181, steam-native-runtime/trunk/PKGBUILD) Deleted: steam-native-runtime/repos/community-i686/PKGBUILD steam-native-runtime/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 82 community-i686/PKGBUILD | 41 -- community-x86_64/PKGBUILD | 41 -- 3 files changed, 82 insertions(+), 82 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-10-01 22:24:51 UTC (rev 191181) +++ community-i686/PKGBUILD 2016-10-01 22:25:00 UTC (rev 191182) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Maxime Gauduin -# Maintainer: Levente Polyak - -pkgname=steam-native-runtime -pkgver=1.0.0.52 -pkgrel=4 -pkgdesc='Native replacement for the Steam runtime' -arch=('i686' 'x86_64') -url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime' -license=('None') -depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib' - 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10' - 'glib2' 'glu' 'gtk2' 'libcaca' 'libcanberra' 'libcups' - 'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm' 'libgcrypt11' - 'libice' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse' 'libsm' - 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb' 'libvorbis' - 'libxcomposite' 'libxcursor' 'libxft' 'libxi' 'libxinerama' 'libxmu' - 'libxrandr' 'libxrender' 'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal' - 'pango' 'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image' - 'sdl_mixer' 'sdl_ttf' 'libappindicator-gtk2' 'vulkan-icd-loader') -depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo' -'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig' -'lib32-freetype2' 'lib32-gconf' 'lib32-gdk-pixbuf2' -'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2' -'lib32-libcaca' 'lib32-libcanberra' 'lib32-libcups' -'lib32-libcurl-compat' 'lib32-libcurl-gnutls' 'lib32-libdbus' -'lib32-libdrm' 'lib32-libice' 'lib32-libgcrypt11' -'lib32-libjpeg6' 'lib32-libnm-glib' 'lib32-libpng12' -'lib32-libpulse' 'lib32-libsm' 'lib32-libtheora' -'lib32-libtiff4' 'lib32-libudev0-shim' 'lib32-libusb' -'lib32-libvorbis' 'lib32-libxcomposite' 'lib32-libxcursor' -'lib32-libxft' 'lib32-libxi' 'lib32-libxinerama' 'lib32-libxmu' -'lib32-libxrandr' 'lib32-libxrender' 'lib32-libxtst' -'lib32-libxxf86vm' 'lib32-nspr' 'lib32-nss' 'lib32-openal' -'lib32-pango' 'lib32-sdl' 'lib32-sdl2' 'lib32-sdl2_image' -'lib32-sdl2_mixer' 'lib32-sdl2_ttf' 'lib32-sdl_image' -'lib32-sdl_mixer' 'lib32-sdl_ttf' 'lib32-libappindicator-gtk2') -replaces=('steam-libs') - -# vim: ts=2 sw=2 et: Copied: steam-native-runtime/repos/community-i686/PKGBUILD (from rev 191181, steam-native-runtime/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-10-01 22:25:00 UTC (rev 191182) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Maintainer: Levente Polyak + +pkgname=steam-native-runtime +pkgver=1.0.0.52 +pkgrel=5 +pkgdesc='Native replacement for the Steam runtime' +arch=('i686' 'x86_64') +url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime' +license=('None') +depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib' + 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10' + 'glib2' 'glu' 'gtk2' 'libcaca' 'libcanberra' 'libcups' + 'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm' 'libgcrypt15' + 'libice' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse' 'libsm' + 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb' 'libvorbis' + 'libxcomposite' 'libxcursor' 'libxft' 'libxi' 'libxinerama' 'libxmu' + 'libxrandr' 'libxrender' 'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal' + 'pango' 'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image' + 'sdl_mixer' 'sdl_ttf' 'libappindicator-gtk2' 'vulkan-icd-loader') +depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo' +'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig' +'lib32-freetype2' 'lib32-gconf' 'lib32-gdk-pixbuf2' +'lib32-glew1.10' 'lib32-glib2' '
[arch-commits] Commit in steam-native-runtime/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 22:24:51 Author: alucryd Revision: 191181 upgpkg: steam-native-runtime 1.0.0.52-5 Modified: steam-native-runtime/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 22:22:05 UTC (rev 191180) +++ PKGBUILD2016-10-01 22:24:51 UTC (rev 191181) @@ -4,7 +4,7 @@ pkgname=steam-native-runtime pkgver=1.0.0.52 -pkgrel=4 +pkgrel=5 pkgdesc='Native replacement for the Steam runtime' arch=('i686' 'x86_64') url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime' @@ -12,7 +12,7 @@ depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib' 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10' 'glib2' 'glu' 'gtk2' 'libcaca' 'libcanberra' 'libcups' - 'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm' 'libgcrypt11' + 'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm' 'libgcrypt15' 'libice' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse' 'libsm' 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb' 'libvorbis' 'libxcomposite' 'libxcursor' 'libxft' 'libxi' 'libxinerama' 'libxmu' @@ -25,7 +25,7 @@ 'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2' 'lib32-libcaca' 'lib32-libcanberra' 'lib32-libcups' 'lib32-libcurl-compat' 'lib32-libcurl-gnutls' 'lib32-libdbus' -'lib32-libdrm' 'lib32-libice' 'lib32-libgcrypt11' +'lib32-libdrm' 'lib32-libice' 'lib32-libgcrypt15' 'lib32-libjpeg6' 'lib32-libnm-glib' 'lib32-libpng12' 'lib32-libpulse' 'lib32-libsm' 'lib32-libtheora' 'lib32-libtiff4' 'lib32-libudev0-shim' 'lib32-libusb'
[arch-commits] Commit in libgcrypt15 (5 files)
Date: Saturday, October 1, 2016 @ 22:21:40 Author: alucryd Revision: 191179 archrelease: copy trunk to community-i686, community-x86_64 Added: libgcrypt15/repos/ libgcrypt15/repos/community-i686/ libgcrypt15/repos/community-i686/PKGBUILD (from rev 191178, libgcrypt15/trunk/PKGBUILD) libgcrypt15/repos/community-x86_64/ libgcrypt15/repos/community-x86_64/PKGBUILD (from rev 191178, libgcrypt15/trunk/PKGBUILD) ---+ community-i686/PKGBUILD | 38 ++ community-x86_64/PKGBUILD | 38 ++ 2 files changed, 76 insertions(+) Copied: libgcrypt15/repos/community-i686/PKGBUILD (from rev 191178, libgcrypt15/trunk/PKGBUILD) === --- repos/community-i686/PKGBUILD (rev 0) +++ repos/community-i686/PKGBUILD 2016-10-01 22:21:40 UTC (rev 191179) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Contributor: Llewelyn Trahaearn +# Contributor: TheWaffleGuy +# Contributor: Andreas Radke + +pkgname=libgcrypt15 +pkgver=1.5.6 +pkgrel=1 +pkgdesc='General purpose cryptographic library based on the code from GnuPG' +arch=('i686' 'x86_64') +url='http://www.gnupg.org' +license=('LGPL') +depends=('glibc' 'libgpg-error') +replaces=('libgcrypt11') +source=("ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${pkgver}.tar.bz2"{,.sig}) +sha256sums=('301826b5e521c867056fd630aad6f0a60e176d18a017da6bc24b1695df3abe79' +'SKIP') +validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch + +build() { + cd libgcrypt-${pkgver} + + ./configure \ +--prefix='/usr' \ +--disable-static \ +--disable-padlock-support + make +} + +package() { + cd libgcrypt-${pkgver} + + make DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}"/usr/{bin,include,lib/libgcrypt.so,share} +} + +# vim: ts=2 sw=2 et: Copied: libgcrypt15/repos/community-x86_64/PKGBUILD (from rev 191178, libgcrypt15/trunk/PKGBUILD) === --- repos/community-x86_64/PKGBUILD (rev 0) +++ repos/community-x86_64/PKGBUILD 2016-10-01 22:21:40 UTC (rev 191179) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Contributor: Llewelyn Trahaearn +# Contributor: TheWaffleGuy +# Contributor: Andreas Radke + +pkgname=libgcrypt15 +pkgver=1.5.6 +pkgrel=1 +pkgdesc='General purpose cryptographic library based on the code from GnuPG' +arch=('i686' 'x86_64') +url='http://www.gnupg.org' +license=('LGPL') +depends=('glibc' 'libgpg-error') +replaces=('libgcrypt11') +source=("ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${pkgver}.tar.bz2"{,.sig}) +sha256sums=('301826b5e521c867056fd630aad6f0a60e176d18a017da6bc24b1695df3abe79' +'SKIP') +validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch + +build() { + cd libgcrypt-${pkgver} + + ./configure \ +--prefix='/usr' \ +--disable-static \ +--disable-padlock-support + make +} + +package() { + cd libgcrypt-${pkgver} + + make DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}"/usr/{bin,include,lib/libgcrypt.so,share} +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in lib32-libgcrypt15 (3 files)
Date: Saturday, October 1, 2016 @ 22:22:05 Author: alucryd Revision: 191180 archrelease: copy trunk to multilib-x86_64 Added: lib32-libgcrypt15/repos/ lib32-libgcrypt15/repos/multilib-x86_64/ lib32-libgcrypt15/repos/multilib-x86_64/PKGBUILD (from rev 191179, lib32-libgcrypt15/trunk/PKGBUILD) --+ PKGBUILD | 49 + 1 file changed, 49 insertions(+) Copied: lib32-libgcrypt15/repos/multilib-x86_64/PKGBUILD (from rev 191179, lib32-libgcrypt15/trunk/PKGBUILD) === --- repos/multilib-x86_64/PKGBUILD (rev 0) +++ repos/multilib-x86_64/PKGBUILD 2016-10-01 22:22:05 UTC (rev 191180) @@ -0,0 +1,49 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Contributor: Llewelyn Trahaearn +# Contributor: TheWaffleGuy +# Contributor: Andreas Radke + +pkgname=lib32-libgcrypt15 +pkgver=1.5.6 +pkgrel=1 +pkgdesc='General purpose cryptographic library based on the code from GnuPG' +arch=('x86_64') +url='http://www.gnupg.org' +license=('LGPL') +depends=('lib32-glibc' 'lib32-libgpg-error') +replaces=('lib32-libgcrypt11') +source=("ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${pkgver}.tar.bz2"{,.sig}) +sha256sums=('301826b5e521c867056fd630aad6f0a60e176d18a017da6bc24b1695df3abe79' +'SKIP') +validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch + +prepare() { + cd libgcrypt-${pkgver} + + sed 's/path="amd64"/path="i586 i386"/' -i mpi/config.links +} + +build() { + cd libgcrypt-${pkgver} + + export CC='gcc -m32' + export CXX='g++ -m32' + export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' + + ./configure \ +--prefix='/usr' \ +--libdir='/usr/lib32' \ +--disable-static \ +--disable-padlock-support + make +} + +package() { + cd libgcrypt-${pkgver} + + make DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}"/usr/{bin,include,lib32/libgcrypt.so,share} +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in (6 files)
Date: Saturday, October 1, 2016 @ 22:21:20 Author: alucryd Revision: 191178 Rename libgcrypt11 to libgcrypt15 Added: lib32-libgcrypt15/ lib32-libgcrypt15/trunk/ lib32-libgcrypt15/trunk/PKGBUILD libgcrypt15/ libgcrypt15/trunk/ libgcrypt15/trunk/PKGBUILD --+ lib32-libgcrypt15/trunk/PKGBUILD | 49 + libgcrypt15/trunk/PKGBUILD | 38 2 files changed, 87 insertions(+) Added: lib32-libgcrypt15/trunk/PKGBUILD === --- lib32-libgcrypt15/trunk/PKGBUILD(rev 0) +++ lib32-libgcrypt15/trunk/PKGBUILD2016-10-01 22:21:20 UTC (rev 191178) @@ -0,0 +1,49 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Contributor: Llewelyn Trahaearn +# Contributor: TheWaffleGuy +# Contributor: Andreas Radke + +pkgname=lib32-libgcrypt15 +pkgver=1.5.6 +pkgrel=1 +pkgdesc='General purpose cryptographic library based on the code from GnuPG' +arch=('x86_64') +url='http://www.gnupg.org' +license=('LGPL') +depends=('lib32-glibc' 'lib32-libgpg-error') +replaces=('lib32-libgcrypt11') +source=("ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${pkgver}.tar.bz2"{,.sig}) +sha256sums=('301826b5e521c867056fd630aad6f0a60e176d18a017da6bc24b1695df3abe79' +'SKIP') +validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch + +prepare() { + cd libgcrypt-${pkgver} + + sed 's/path="amd64"/path="i586 i386"/' -i mpi/config.links +} + +build() { + cd libgcrypt-${pkgver} + + export CC='gcc -m32' + export CXX='g++ -m32' + export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' + + ./configure \ +--prefix='/usr' \ +--libdir='/usr/lib32' \ +--disable-static \ +--disable-padlock-support + make +} + +package() { + cd libgcrypt-${pkgver} + + make DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}"/usr/{bin,include,lib32/libgcrypt.so,share} +} + +# vim: ts=2 sw=2 et: Property changes on: lib32-libgcrypt15/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: libgcrypt15/trunk/PKGBUILD === --- libgcrypt15/trunk/PKGBUILD (rev 0) +++ libgcrypt15/trunk/PKGBUILD 2016-10-01 22:21:20 UTC (rev 191178) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Contributor: Llewelyn Trahaearn +# Contributor: TheWaffleGuy +# Contributor: Andreas Radke + +pkgname=libgcrypt15 +pkgver=1.5.6 +pkgrel=1 +pkgdesc='General purpose cryptographic library based on the code from GnuPG' +arch=('i686' 'x86_64') +url='http://www.gnupg.org' +license=('LGPL') +depends=('glibc' 'libgpg-error') +replaces=('libgcrypt11') +source=("ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${pkgver}.tar.bz2"{,.sig}) +sha256sums=('301826b5e521c867056fd630aad6f0a60e176d18a017da6bc24b1695df3abe79' +'SKIP') +validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch + +build() { + cd libgcrypt-${pkgver} + + ./configure \ +--prefix='/usr' \ +--disable-static \ +--disable-padlock-support + make +} + +package() { + cd libgcrypt-${pkgver} + + make DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}"/usr/{bin,include,lib/libgcrypt.so,share} +} + +# vim: ts=2 sw=2 et: Property changes on: libgcrypt15/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
[arch-commits] Commit in openssh/repos (16 files)
Date: Saturday, October 1, 2016 @ 21:49:03 Author: bisson Revision: 277530 archrelease: copy trunk to testing-i686, testing-x86_64 Added: openssh/repos/testing-i686/ openssh/repos/testing-i686/PKGBUILD (from rev 277529, openssh/trunk/PKGBUILD) openssh/repos/testing-i686/sshd.conf (from rev 277529, openssh/trunk/sshd.conf) openssh/repos/testing-i686/sshd.pam (from rev 277529, openssh/trunk/sshd.pam) openssh/repos/testing-i686/sshd.service (from rev 277529, openssh/trunk/sshd.service) openssh/repos/testing-i686/sshd.socket (from rev 277529, openssh/trunk/sshd.socket) openssh/repos/testing-i686/sshd@.service (from rev 277529, openssh/trunk/sshd@.service) openssh/repos/testing-i686/sshdgenkeys.service (from rev 277529, openssh/trunk/sshdgenkeys.service) openssh/repos/testing-x86_64/ openssh/repos/testing-x86_64/PKGBUILD (from rev 277529, openssh/trunk/PKGBUILD) openssh/repos/testing-x86_64/sshd.conf (from rev 277529, openssh/trunk/sshd.conf) openssh/repos/testing-x86_64/sshd.pam (from rev 277529, openssh/trunk/sshd.pam) openssh/repos/testing-x86_64/sshd.service (from rev 277529, openssh/trunk/sshd.service) openssh/repos/testing-x86_64/sshd.socket (from rev 277529, openssh/trunk/sshd.socket) openssh/repos/testing-x86_64/sshd@.service (from rev 277529, openssh/trunk/sshd@.service) openssh/repos/testing-x86_64/sshdgenkeys.service (from rev 277529, openssh/trunk/sshdgenkeys.service) + testing-i686/PKGBUILD | 89 +++ testing-i686/sshd.conf |1 testing-i686/sshd.pam |6 ++ testing-i686/sshd.service | 17 ++ testing-i686/sshd.socket | 10 +++ testing-i686/sshd@.service |8 +++ testing-i686/sshdgenkeys.service | 15 + testing-x86_64/PKGBUILD| 89 +++ testing-x86_64/sshd.conf |1 testing-x86_64/sshd.pam|6 ++ testing-x86_64/sshd.service| 17 ++ testing-x86_64/sshd.socket | 10 +++ testing-x86_64/sshd@.service |8 +++ testing-x86_64/sshdgenkeys.service | 15 + 14 files changed, 292 insertions(+) Copied: openssh/repos/testing-i686/PKGBUILD (from rev 277529, openssh/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-10-01 21:49:03 UTC (rev 277530) @@ -0,0 +1,89 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Contributor: Aaron Griffin +# Contributor: judd + +pkgname=openssh +pkgver=7.3p1 +pkgrel=2 +pkgdesc='Free version of the SSH connectivity tools' +url='http://www.openssh.org/portable.html' +license=('custom:BSD') +arch=('i686' 'x86_64') +makedepends=('linux-headers') +depends=('krb5' 'openssl' 'libedit' 'ldns') +optdepends=('xorg-xauth: X11 forwarding' +'x11-ssh-askpass: input passphrase in X') +validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30') +source=("http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc} +'sshdgenkeys.service' +'sshd@.service' +'sshd.service' +'sshd.socket' +'sshd.conf' +'sshd.pam') +sha1sums=('bfade84283fcba885e2084343ab19a08c7d123a5' 'SKIP' + 'caaa801da59a5d14c0c29c43e9de5fef281ea03e' + '6a0ff3305692cf83aca96e10f3bb51e1c26fccda' + 'ec49c6beba923e201505f5669cea48cad29014db' + 'e12fa910b26a5634e5a6ac39ce1399a132cf6796' + 'c9b2e4ce259cd62ddb00364d3ee6f00a8bf2d05f' + 'd93dca5ebda4610ff7647187f8928a3de28703f3') + +backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure \ + --prefix=/usr \ + --sbindir=/usr/bin \ + --libexecdir=/usr/lib/ssh \ + --sysconfdir=/etc/ssh \ + --with-ldns \ + --with-libedit \ + --with-ssl-engine \ + --with-pam \ + --with-privsep-user=nobody \ + --with-kerberos5=/usr \ + --with-xauth=/usr/bin/xauth \ + --with-md5-passwords \ + --with-pid-dir=/run \ + + make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make tests || true + # hard to suitably test connectivity: + # - fails with /bin/false as login shell + # - fails with firewall activated, etc. +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install + + ln -sf ssh.1.gz "${pkgdir}"/usr/share/man/man1/slogin.1.gz + install -Dm644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE" + + install -Dm644 ../sshdgenkeys.service "${pkgdir}"/usr/lib/systemd/system/sshdgenkeys.service + in
[arch-commits] Commit in openssh/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 21:47:28 Author: bisson Revision: 277529 fix FS#51170 Modified: openssh/trunk/PKGBUILD --+ PKGBUILD |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 20:57:21 UTC (rev 277528) +++ PKGBUILD2016-10-01 21:47:28 UTC (rev 277529) @@ -5,7 +5,7 @@ pkgname=openssh pkgver=7.3p1 -pkgrel=1 +pkgrel=2 pkgdesc='Free version of the SSH connectivity tools' url='http://www.openssh.org/portable.html' license=('custom:BSD') @@ -47,7 +47,6 @@ --with-privsep-user=nobody \ --with-kerberos5=/usr \ --with-xauth=/usr/bin/xauth \ - --with-mantype=man \ --with-md5-passwords \ --with-pid-dir=/run \
[arch-commits] Commit in iana-etc/repos (3 files)
Date: Saturday, October 1, 2016 @ 20:57:21 Author: bisson Revision: 277528 archrelease: copy trunk to testing-any Added: iana-etc/repos/testing-any/ iana-etc/repos/testing-any/LICENSE (from rev 277527, iana-etc/trunk/LICENSE) iana-etc/repos/testing-any/PKGBUILD (from rev 277527, iana-etc/trunk/PKGBUILD) --+ LICENSE |1 + PKGBUILD | 56 2 files changed, 57 insertions(+) Copied: iana-etc/repos/testing-any/LICENSE (from rev 277527, iana-etc/trunk/LICENSE) === --- testing-any/LICENSE (rev 0) +++ testing-any/LICENSE 2016-10-01 20:57:21 UTC (rev 277528) @@ -0,0 +1 @@ +The contents of this package are inelligible for copyright protection. Copied: iana-etc/repos/testing-any/PKGBUILD (from rev 277527, iana-etc/trunk/PKGBUILD) === --- testing-any/PKGBUILD(rev 0) +++ testing-any/PKGBUILD2016-10-01 20:57:21 UTC (rev 277528) @@ -0,0 +1,56 @@ +# $Id$ +# Contributor: Thomas Bächler +# Maintainer: Gaetan Bisson + +pkgname=iana-etc +pkgver=20160927 +pkgrel=1 +pkgdesc='/etc/protocols and /etc/services provided by IANA' +url='http://www.iana.org/protocols' +arch=('any') +license=('custom:none') +backup=('etc/'{protocols,services}) +source=('https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml' + 'https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml' +'LICENSE') +sha1sums=('aa826f2ae53aba9cdefa3869c9a70c625fc295ac' + 'bc8e9ba9e25cdcb83d63e90f34f92b5b74a6336a' + 'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66') + +package() { + cd "${srcdir}" + install -d "${pkgdir}/etc" + install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE" + install -Dm644 protocol-numbers.xml "${pkgdir}/usr/share/iana-etc/protocol-numbers.iana" + install -Dm644 service-names-port-numbers.xml "${pkgdir}/usr/share/iana-etc/port-numbers.iana" + + gawk ' +BEGIN { + print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" + FS="[<>]" +} + +{ + if (/ "${pkgdir}/etc/protocols" + + gawk ' +BEGIN { + print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" + FS="[<>]" +} + +{ + if (/ "${pkgdir}/etc/services" + +}
[arch-commits] Commit in iana-etc/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 20:56:28 Author: bisson Revision: 277527 upstream update Modified: iana-etc/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 20:27:43 UTC (rev 277526) +++ PKGBUILD2016-10-01 20:56:28 UTC (rev 277527) @@ -3,7 +3,7 @@ # Maintainer: Gaetan Bisson pkgname=iana-etc -pkgver=20160921 +pkgver=20160927 pkgrel=1 pkgdesc='/etc/protocols and /etc/services provided by IANA' url='http://www.iana.org/protocols' @@ -13,7 +13,7 @@ source=('https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml' 'https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml' 'LICENSE') -sha1sums=('b3cb2145cfaecc0fb44b686925c940f961481e35' +sha1sums=('aa826f2ae53aba9cdefa3869c9a70c625fc295ac' 'bc8e9ba9e25cdcb83d63e90f34f92b5b74a6336a' 'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
[arch-commits] Commit in network-manager-applet/repos (4 files)
Date: Saturday, October 1, 2016 @ 20:27:17 Author: heftig Revision: 277525 archrelease: copy trunk to extra-i686, extra-x86_64 Added: network-manager-applet/repos/extra-i686/PKGBUILD (from rev 277524, network-manager-applet/trunk/PKGBUILD) network-manager-applet/repos/extra-x86_64/PKGBUILD (from rev 277524, network-manager-applet/trunk/PKGBUILD) Deleted: network-manager-applet/repos/extra-i686/PKGBUILD network-manager-applet/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 176 extra-i686/PKGBUILD | 80 - extra-x86_64/PKGBUILD | 80 - 3 files changed, 176 insertions(+), 160 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-10-01 20:26:50 UTC (rev 277524) +++ extra-i686/PKGBUILD 2016-10-01 20:27:17 UTC (rev 277525) @@ -1,80 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Arjan Timmerman -# Contributor: Wael Nasreddine -# Contributor: Tor Krill -# Contributor: Will Rea - -pkgbase=network-manager-applet -pkgname=(nm-connection-editor network-manager-applet) -pkgdesc="Applet for managing network connections" -url="https://wiki.gnome.org/Projects/NetworkManager/"; -pkgver=1.4.0 -pkgrel=1 -arch=(i686 x86_64) -license=(GPL2 LGPL2.1) -depends=(libnm-glib libgudev gtk3 mobile-broadband-provider-info iso-codes) -makedepends=(libsecret libnotify libmm-glib intltool gobject-introspection) -options=(!emptydirs) -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver:0:3}/$pkgbase-$pkgver.tar.xz) -sha256sums=('d9f5f1e151b8edbbcebb6f818eed9a49b53aadcb4e8aed2cae4fc09996278331') - -prepare() { - mkdir -p nma/etc/xdg nma/usr/bin \ -nma/usr/share/{applications,icons/hicolor/22x22/apps,man/man1,nm-applet} - cd $pkgbase-$pkgver -} - -build() { - cd $pkgbase-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var \ - --libexecdir=/usr/lib/networkmanager \ - --disable-static \ - --disable-maintainer-mode \ - --disable-migration \ - --with-modem-manager-1 - - # https://bugzilla.gnome.org/show_bug.cgi?id=655517 - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -check() { - cd $pkgbase-$pkgver - make -k check -} - -package_nm-connection-editor() { - pkgdesc="NetworkManager GUI connection editor" - provides=("libnm-gtk=$pkgver-$pkgrel") - conflicts=(libnm-gtk) - replaces=(libnm-gtk) - - cd $pkgbase-$pkgver - make DESTDIR="$pkgdir" install - -### Split network-manager-applet - cd ../nma - mv "$pkgdir"/etc/xdg/autostart etc/xdg/ - mv "$pkgdir"/usr/bin/nm-applet usr/bin/ - mv "$pkgdir"/usr/share/GConf usr/share/ - - cd usr/share - mv "$pkgdir"/usr/share/applications/nm-applet.desktop applications/ - mv "$pkgdir"/usr/share/man/man1/nm-applet.1 man/man1/ - mv "$pkgdir"/usr/share/nm-applet/{{8021x,gsm-unlock,info}.ui,keyring.png} nm-applet/ - - cd icons/hicolor/22x22 - mv "$pkgdir"/usr/share/icons/hicolor/22x22/apps/nm-{adhoc,mb-roam,wwan-tower}.png apps/ - mv "$pkgdir"/usr/share/icons/hicolor/22x22/apps/nm-{secure,vpn-active}-lock.png apps/ - mv "$pkgdir"/usr/share/icons/hicolor/22x22/apps/nm-{signal,tech}-*.png apps/ - mv "$pkgdir"/usr/share/icons/hicolor/22x22/apps/nm-*connecting*.png apps/ -} - -package_network-manager-applet() { - depends=(nm-connection-editor libmm-glib libnotify libsecret) - mv nma/* "$pkgdir" -} Copied: network-manager-applet/repos/extra-i686/PKGBUILD (from rev 277524, network-manager-applet/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-10-01 20:27:17 UTC (rev 277525) @@ -0,0 +1,88 @@ +# $Id$ +# Maintainer: Jan de Groot +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Arjan Timmerman +# Contributor: Wael Nasreddine +# Contributor: Tor Krill +# Contributor: Will Rea + +pkgbase=network-manager-applet +pkgname=(nm-connection-editor network-manager-applet) +pkgdesc="Applet for managing network connections" +url="https://wiki.gnome.org/Projects/NetworkManager/"; +pkgver=1.4.2 +pkgrel=1 +arch=(i686 x86_64) +license=(GPL2 LGPL2.1) +depends=(libnm-glib libgudev gtk3 mobile-broadband-provider-info iso-codes) +makedepends=(libsecret libnotify libmm-glib intltool gobject-introspection git) +options=(!emptydirs) +_commit=e5f280769a7097cdf97789c11fdf3a49c11cf3f6 # tags/1.4.2^0 +source=("git://git.gnome.org/network-manager-applet#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd $pkgbase + git describe --tags | sed 's/-/+/g' +} + +prepare() { + mkdir -p nma/etc/xdg nma/usr/bin \ +nma/usr/share/{applications,icons/hicolor/22x22/apps,man/man1,nm-applet} + cd $pkgbase + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd $pkgbase + ./configure --pre
[arch-commits] Commit in telepathy-gabble/repos (8 files)
Date: Saturday, October 1, 2016 @ 20:27:43 Author: heftig Revision: 277526 archrelease: copy trunk to extra-i686, extra-x86_64 Added: telepathy-gabble/repos/extra-i686/PKGBUILD (from rev 277525, telepathy-gabble/trunk/PKGBUILD) telepathy-gabble/repos/extra-i686/telepathy-gabble.install (from rev 277525, telepathy-gabble/trunk/telepathy-gabble.install) telepathy-gabble/repos/extra-x86_64/PKGBUILD (from rev 277525, telepathy-gabble/trunk/PKGBUILD) telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install (from rev 277525, telepathy-gabble/trunk/telepathy-gabble.install) Deleted: telepathy-gabble/repos/extra-i686/PKGBUILD telepathy-gabble/repos/extra-i686/telepathy-gabble.install telepathy-gabble/repos/extra-x86_64/PKGBUILD telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install ---+ /PKGBUILD | 102 /telepathy-gabble.install | 26 extra-i686/PKGBUILD | 31 - extra-i686/telepathy-gabble.install | 13 extra-x86_64/PKGBUILD | 31 - extra-x86_64/telepathy-gabble.install | 13 6 files changed, 128 insertions(+), 88 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-10-01 20:27:17 UTC (rev 277525) +++ extra-i686/PKGBUILD 2016-10-01 20:27:43 UTC (rev 277526) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Daniel Balieiro -# Contributor: Rodrigo L. M. Flores -pkgname=telepathy-gabble -pkgver=0.18.3 -pkgrel=3 -pkgdesc="A Jabber/XMPP connection manager for Telepathy" -arch=('i686' 'x86_64') -url="http://telepathy.freedesktop.org"; -groups=('telepathy') -license=('LGPL2.1') -depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite') -makedepends=('libxslt' 'python2') -options=('!emptydirs') -source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -install=telepathy-gabble.install -md5sums=('40f2fbabc4e6e147258c83ed697f2fcf') - -build() { - cd $pkgname-$pkgver - PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ - --libexecdir=/usr/lib/telepathy - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install - sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" "$pkgdir/usr/bin/telepathy-gabble-xmpp-console" -} Copied: telepathy-gabble/repos/extra-i686/PKGBUILD (from rev 277525, telepathy-gabble/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-10-01 20:27:43 UTC (rev 277526) @@ -0,0 +1,51 @@ +# $Id$ +# Contributor: Ionut Biru +# Contributor: Daniel Balieiro +# Contributor: Rodrigo L. M. Flores + +pkgname=telepathy-gabble +pkgver=0.18.3+5+gfe084b7 +pkgrel=1 +pkgdesc="A Jabber/XMPP connection manager for Telepathy" +arch=(i686 x86_64) +url="http://telepathy.freedesktop.org"; +groups=(telepathy) +license=(LGPL2.1) +depends=(telepathy-glib libsoup libnice sqlite) +makedepends=(libxslt python2 gnome-common git) +_commit=fe084b7ef77184927e7740583a395eb5106f0151 # telepathy-gabble-0.18 +source=("git://anongit.freedesktop.org/telepathy/telepathy-gabble#commit=$_commit" +"git://anongit.freedesktop.org/wocky") +install=telepathy-gabble.install +sha256sums=('SKIP' +'SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/^telepathy-gabble-//;s/-/+/g' +} + +prepare() { + cd $pkgname + + git submodule init + git config --local submodule.lib/ext/wocky.url "$srcdir/wocky" + git submodule update + + sed -i '1s/python$/&2/' plugins/telepathy-gabble-xmpp-console + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd $pkgname + PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ +--libexecdir=/usr/lib/telepathy \ +--disable-Werror --enable-gtk-doc + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make +} + +package() { + cd $pkgname + make DESTDIR="$pkgdir" install +} Deleted: extra-i686/telepathy-gabble.install === --- extra-i686/telepathy-gabble.install 2016-10-01 20:27:17 UTC (rev 277525) +++ extra-i686/telepathy-gabble.install 2016-10-01 20:27:43 UTC (rev 277526) @@ -1,13 +0,0 @@ -post_install() { - killall -HUP dbus-daemon 2>&1 -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} - -# vim:set ts=2 sw=2 et: Copied: telepathy-gabble/repos/extra-i686/telepathy-gabble.install (from rev 277525, telepathy-gabble/trunk/telepathy-gabble.install) === --- extra-i686/telepathy-gabble.install (rev 0) +++ extra-i686/telepathy-gabble.install 2016-10-01 20:27:43 UTC (rev 277526) @@ -0,0 +1,13 @@ +post_install() { + killall -HUP dbus-daemon 2>&1 +} + +post_upgrade() { + post_i
[arch-commits] Commit in jruby/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, October 1, 2016 @ 20:28:00 Author: heftig Revision: 191177 archrelease: copy trunk to community-any Added: jruby/repos/community-any/PKGBUILD (from rev 191176, jruby/trunk/PKGBUILD) Deleted: jruby/repos/community-any/PKGBUILD --+ PKGBUILD | 72 ++--- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-10-01 20:25:51 UTC (rev 191176) +++ PKGBUILD2016-10-01 20:28:00 UTC (rev 191177) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: FaziBear - -pkgname=jruby -pkgver=9.1.4.0 -pkgrel=1 -pkgdesc="100% pure-Java implementation of the Ruby programming language" -arch=(any) -url="http://www.jruby.org/"; -license=(EPL GPL2 LGPL2.1 custom) -options=(!strip) -noextract=($pkgname-bin-${pkgver}.tar.gz) -source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz) -sha256sums=('cde189a22f6b93a439873e4130fc2c73f07554d4f9c415adef2dd8429626be67') - -package() { - depends=(java-runtime-headless bash) - - cd "$pkgdir" - - mkdir opt - bsdtar -C opt -xf "$srcdir/$pkgname-bin-$pkgver.tar.gz" - mv opt/jruby-$pkgver opt/jruby - - find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -delete - rm -r opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-FreeBSD} - - mkdir -p usr/bin - for _file in jirb{,_swing} jgem jruby{,c}; do -ln -s ../../opt/jruby/bin/$_file usr/bin/$_file - done - - mkdir -p usr/share/licenses/$pkgname - ln -s ../../../../opt/jruby/COPYING usr/share/licenses/$pkgname/COPYING -} Copied: jruby/repos/community-any/PKGBUILD (from rev 191176, jruby/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-10-01 20:28:00 UTC (rev 191177) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: FaziBear + +pkgname=jruby +pkgver=9.1.5.0 +pkgrel=1 +pkgdesc="100% pure-Java implementation of the Ruby programming language" +arch=(any) +url="http://www.jruby.org/"; +license=(EPL GPL2 LGPL2.1 custom) +options=(!strip) +noextract=($pkgname-bin-${pkgver}.tar.gz) +source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz) +sha256sums=('28e4f3aefbb4497c5c5edc04246778b3305105c3d3d6de11be067826cc5bb766') + +package() { + depends=(java-runtime-headless bash) + + cd "$pkgdir" + + mkdir opt + bsdtar -C opt -xf "$srcdir/$pkgname-bin-$pkgver.tar.gz" + mv opt/jruby-$pkgver opt/jruby + + find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -delete + rm -r opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-FreeBSD} + + mkdir -p usr/bin + for _file in jirb{,_swing} jgem jruby{,c}; do +ln -s ../../opt/jruby/bin/$_file usr/bin/$_file + done + + mkdir -p usr/share/licenses/$pkgname + ln -s ../../../../opt/jruby/COPYING usr/share/licenses/$pkgname/COPYING +}
[arch-commits] Commit in nss/repos (14 files)
Date: Saturday, October 1, 2016 @ 20:26:50 Author: heftig Revision: 277524 archrelease: copy trunk to testing-i686, testing-x86_64 Added: nss/repos/testing-i686/ nss/repos/testing-i686/PKGBUILD (from rev 277523, nss/trunk/PKGBUILD) nss/repos/testing-i686/bundle.sh (from rev 277523, nss/trunk/bundle.sh) nss/repos/testing-i686/certdata2pem.py (from rev 277523, nss/trunk/certdata2pem.py) nss/repos/testing-i686/nss-config.in (from rev 277523, nss/trunk/nss-config.in) nss/repos/testing-i686/nss-config.xml (from rev 277523, nss/trunk/nss-config.xml) nss/repos/testing-i686/nss.pc.in (from rev 277523, nss/trunk/nss.pc.in) nss/repos/testing-x86_64/ nss/repos/testing-x86_64/PKGBUILD (from rev 277523, nss/trunk/PKGBUILD) nss/repos/testing-x86_64/bundle.sh (from rev 277523, nss/trunk/bundle.sh) nss/repos/testing-x86_64/certdata2pem.py (from rev 277523, nss/trunk/certdata2pem.py) nss/repos/testing-x86_64/nss-config.in (from rev 277523, nss/trunk/nss-config.in) nss/repos/testing-x86_64/nss-config.xml (from rev 277523, nss/trunk/nss-config.xml) nss/repos/testing-x86_64/nss.pc.in (from rev 277523, nss/trunk/nss.pc.in) + testing-i686/PKGBUILD | 122 +++ testing-i686/bundle.sh | 54 ++ testing-i686/certdata2pem.py | 200 +++ testing-i686/nss-config.in | 145 testing-i686/nss-config.xml| 132 + testing-i686/nss.pc.in | 11 ++ testing-x86_64/PKGBUILD| 122 +++ testing-x86_64/bundle.sh | 54 ++ testing-x86_64/certdata2pem.py | 200 +++ testing-x86_64/nss-config.in | 145 testing-x86_64/nss-config.xml | 132 + testing-x86_64/nss.pc.in | 11 ++ 12 files changed, 1328 insertions(+) Copied: nss/repos/testing-i686/PKGBUILD (from rev 277523, nss/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-10-01 20:26:50 UTC (rev 277524) @@ -0,0 +1,122 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgbase=nss +pkgname=(nss ca-certificates-mozilla) +pkgver=3.27 +pkgrel=1 +pkgdesc="Network Security Services" +url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS"; +arch=(i686 x86_64) +license=('MPL' 'GPL') +_nsprver=4.12 +depends=("nspr>=${_nsprver}" 'sqlite' 'zlib' 'sh' 'p11-kit') +makedepends=('perl' 'python2' 'xmlto' 'docbook-xsl') +options=('!strip' '!makeflags' 'staticlibs') +source=("https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${pkgbase}-${pkgver}.tar.gz"; +certdata2pem.py bundle.sh nss.pc.in nss-config.in nss-config.xml) +sha256sums=('021aa936b06f5815474dd5c137f2325b3fe06caa38d9798ca53ec30b537301fa' +'2a2ff9131c21fa3b23ad7c7a2f069eabc783e56c6eb05419ac5f365f48dea0fc' +'045f520403f715a4cc7f3607b4e2c9bcc88fee5bce58d462fddaa2fdb0e4c180' +'f2208c4f70373ff9b60f53d733f8071d4e390c384b776dfc04bf26c306882faf' +'e44ac5095b4d88f24ec7b2e6a9f1581560bd3ad41a3d198596d67ef22f67adb9' +'98ace873c63e8e870286bce3ed53249aa2655cc1f53e7049061476e650ab06f1') + +prepare() { + mkdir certs + + echo -n "$(date +"%e %B %Y")" >date.xml + echo -n "$pkgver" >version.xml + + cd nss-$pkgver + + # Respect LDFLAGS + sed -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/' \ + -i nss/coreconf/rules.mk + + ln -sr nss/lib/ckfw/builtins/certdata.txt ../certs/ + ln -sr nss/lib/ckfw/builtins/nssckbi.h ../certs/ +} + + +build() { + xmlto man nss-config.xml + + cd certs + python2 ../certdata2pem.py + + cd .. + sh bundle.sh + + cd nss-$pkgver/nss + export BUILD_OPT=1 + export NSS_USE_SYSTEM_SQLITE=1 + export NSS_ALLOW_SSLKEYLOGFILE=1 + export NSS_ENABLE_ECC=1 + export NSPR_INCLUDE_DIR="`nspr-config --includedir`" + export NSPR_LIB_DIR="`nspr-config --libdir`" + export XCFLAGS="${CFLAGS}" + + [[ $CARCH == x86_64 ]] && export USE_64=1 + + make -C coreconf + make -C lib/dbm + make + make clean_docs build_docs +} + +package_nss() { + cd nss-$pkgver + + install -d "$pkgdir"/usr/{bin,include/nss,lib/pkgconfig,share/man/man1} + + NSS_VMAJOR=$(grep '#define.*NSS_VMAJOR' nss/lib/nss/nss.h | awk '{print $3}') + NSS_VMINOR=$(grep '#define.*NSS_VMINOR' nss/lib/nss/nss.h | awk '{print $3}') + NSS_VPATCH=$(grep '#define.*NSS_VPATCH' nss/lib/nss/nss.h | awk '{print $3}') + + sed ../nss.pc.in \ +-e "s,%libdir%,/usr/lib,g" \ +-e "s,%prefix%,/usr,g" \ +-e "s,%exec_prefix%,/usr/bin,g" \ +-e "s,%includedir%,/usr/include/nss,g" \ +-e "s,%NSPR_VERSION%,${_nsprver},g" \ +-e "s,%NSS_VERSION%,${pkgver},g" \ +> "$pkgdir/usr/lib/pkgconfig/nss.pc" + ln -s nss.pc "$pkgdir/usr/lib
[arch-commits] Commit in nspr/repos (4 files)
Date: Saturday, October 1, 2016 @ 20:26:14 Author: heftig Revision: 277523 archrelease: copy trunk to testing-i686, testing-x86_64 Added: nspr/repos/testing-i686/ nspr/repos/testing-i686/PKGBUILD (from rev 277522, nspr/trunk/PKGBUILD) nspr/repos/testing-x86_64/ nspr/repos/testing-x86_64/PKGBUILD (from rev 277522, nspr/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 44 testing-x86_64/PKGBUILD | 44 2 files changed, 88 insertions(+) Copied: nspr/repos/testing-i686/PKGBUILD (from rev 277522, nspr/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-10-01 20:26:14 UTC (rev 277523) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Alexander Baldeck + +pkgname=nspr +pkgver=4.13 +pkgrel=1 +pkgdesc="Netscape Portable Runtime" +arch=(i686 x86_64) +url="http://www.mozilla.org/projects/nspr/"; +license=('MPL' 'GPL') +depends=('glibc') +makedepends=('zip') +options=('!emptydirs') +source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz) +sha1sums=('c9274bb5cc33a388a7e8cd9b378873c59190f74b') +sha256sums=('19c4bb3fa6d24800ffa65d7d806c54ad5f8c3758a5c11352ad43212ab181') + +build() { + cd $pkgname-$pkgver + + if [ "$CARCH" = "x86_64" ]; then +_confflags="--enable-64bit" + else +_confflags="" + fi + + ./nspr/configure \ + --prefix=/usr \ + --libdir=/usr/lib \ + --includedir=/usr/include/nspr \ + --enable-optimize \ + --disable-debug ${_confflags} + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install + + ln -s nspr.pc "$pkgdir/usr/lib/pkgconfig/mozilla-nspr.pc" + rm -r "$pkgdir"/usr/bin/{compile-et.pl,prerr.properties} \ + "$pkgdir/usr/include/nspr/md" +} Copied: nspr/repos/testing-x86_64/PKGBUILD (from rev 277522, nspr/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-10-01 20:26:14 UTC (rev 277523) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Alexander Baldeck + +pkgname=nspr +pkgver=4.13 +pkgrel=1 +pkgdesc="Netscape Portable Runtime" +arch=(i686 x86_64) +url="http://www.mozilla.org/projects/nspr/"; +license=('MPL' 'GPL') +depends=('glibc') +makedepends=('zip') +options=('!emptydirs') +source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz) +sha1sums=('c9274bb5cc33a388a7e8cd9b378873c59190f74b') +sha256sums=('19c4bb3fa6d24800ffa65d7d806c54ad5f8c3758a5c11352ad43212ab181') + +build() { + cd $pkgname-$pkgver + + if [ "$CARCH" = "x86_64" ]; then +_confflags="--enable-64bit" + else +_confflags="" + fi + + ./nspr/configure \ + --prefix=/usr \ + --libdir=/usr/lib \ + --includedir=/usr/include/nspr \ + --enable-optimize \ + --disable-debug ${_confflags} + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install + + ln -s nspr.pc "$pkgdir/usr/lib/pkgconfig/mozilla-nspr.pc" + rm -r "$pkgdir"/usr/bin/{compile-et.pl,prerr.properties} \ + "$pkgdir/usr/include/nspr/md" +}
[arch-commits] Commit in simple-scan/repos (4 files)
Date: Saturday, October 1, 2016 @ 20:25:51 Author: heftig Revision: 191176 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: simple-scan/repos/community-testing-i686/ simple-scan/repos/community-testing-i686/PKGBUILD (from rev 191175, simple-scan/trunk/PKGBUILD) simple-scan/repos/community-testing-x86_64/ simple-scan/repos/community-testing-x86_64/PKGBUILD (from rev 191175, simple-scan/trunk/PKGBUILD) ---+ community-testing-i686/PKGBUILD | 29 + community-testing-x86_64/PKGBUILD | 29 + 2 files changed, 58 insertions(+) Copied: simple-scan/repos/community-testing-i686/PKGBUILD (from rev 191175, simple-scan/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2016-10-01 20:25:51 UTC (rev 191176) @@ -0,0 +1,29 @@ +# $Id$ +# Contributor: Thomas Dziedzic < gostrc at gmail > +# Contributor: Jaroslav Lichtblau +# Contributor: Joeny Ang + +pkgname=simple-scan +pkgver=3.22.0.1 +pkgrel=1 +pkgdesc="Simple scanning utility" +url="http://launchpad.net/simple-scan"; +arch=(i686 x86_64) +license=(GPL3) +depends=(sane dconf gtk3 colord libgusb packagekit) +makedepends=(yelp-tools intltool vala) +source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz) +sha256sums=('c505b6e63379c9256fbeaa4def3e595fd063d46a8a852ed90218d336291d2b50') + +build() { + cd $pkgname-$pkgver + ./configure \ +--prefix=/usr \ +--disable-schemas-compile + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: simple-scan/repos/community-testing-x86_64/PKGBUILD (from rev 191175, simple-scan/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2016-10-01 20:25:51 UTC (rev 191176) @@ -0,0 +1,29 @@ +# $Id$ +# Contributor: Thomas Dziedzic < gostrc at gmail > +# Contributor: Jaroslav Lichtblau +# Contributor: Joeny Ang + +pkgname=simple-scan +pkgver=3.22.0.1 +pkgrel=1 +pkgdesc="Simple scanning utility" +url="http://launchpad.net/simple-scan"; +arch=(i686 x86_64) +license=(GPL3) +depends=(sane dconf gtk3 colord libgusb packagekit) +makedepends=(yelp-tools intltool vala) +source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz) +sha256sums=('c505b6e63379c9256fbeaa4def3e595fd063d46a8a852ed90218d336291d2b50') + +build() { + cd $pkgname-$pkgver + ./configure \ +--prefix=/usr \ +--disable-schemas-compile + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in eclipse/repos (20 files)
Date: Saturday, October 1, 2016 @ 20:25:27 Author: heftig Revision: 277522 archrelease: copy trunk to extra-i686, extra-x86_64 Added: eclipse/repos/extra-i686/PKGBUILD (from rev 277521, eclipse/trunk/PKGBUILD) eclipse/repos/extra-i686/commonify (from rev 277521, eclipse/trunk/commonify) eclipse/repos/extra-i686/eclipse.desktop (from rev 277521, eclipse/trunk/eclipse.desktop) eclipse/repos/extra-i686/eclipse.install (from rev 277521, eclipse/trunk/eclipse.install) eclipse/repos/extra-i686/eclipse.sh (from rev 277521, eclipse/trunk/eclipse.sh) eclipse/repos/extra-x86_64/PKGBUILD (from rev 277521, eclipse/trunk/PKGBUILD) eclipse/repos/extra-x86_64/commonify (from rev 277521, eclipse/trunk/commonify) eclipse/repos/extra-x86_64/eclipse.desktop (from rev 277521, eclipse/trunk/eclipse.desktop) eclipse/repos/extra-x86_64/eclipse.install (from rev 277521, eclipse/trunk/eclipse.install) eclipse/repos/extra-x86_64/eclipse.sh (from rev 277521, eclipse/trunk/eclipse.sh) Deleted: eclipse/repos/extra-i686/PKGBUILD eclipse/repos/extra-i686/commonify eclipse/repos/extra-i686/eclipse.desktop eclipse/repos/extra-i686/eclipse.install eclipse/repos/extra-i686/eclipse.sh eclipse/repos/extra-x86_64/PKGBUILD eclipse/repos/extra-x86_64/commonify eclipse/repos/extra-x86_64/eclipse.desktop eclipse/repos/extra-x86_64/eclipse.install eclipse/repos/extra-x86_64/eclipse.sh --+ /PKGBUILD| 198 + /commonify | 82 /eclipse.desktop | 18 +++ /eclipse.install | 22 /eclipse.sh |6 + extra-i686/PKGBUILD | 99 extra-i686/commonify | 41 extra-i686/eclipse.desktop |9 - extra-i686/eclipse.install | 11 -- extra-i686/eclipse.sh|3 extra-x86_64/PKGBUILD| 99 extra-x86_64/commonify | 41 extra-x86_64/eclipse.desktop |9 - extra-x86_64/eclipse.install | 11 -- extra-x86_64/eclipse.sh |3 15 files changed, 326 insertions(+), 326 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-10-01 20:15:59 UTC (rev 277521) +++ extra-i686/PKGBUILD 2016-10-01 20:25:27 UTC (rev 277522) @@ -1,99 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Ionut Biru -# Contributor: Paul Mattal -# Contributor: Andrew Wright -# Contributor: Andreas W. Hauser -# Contributor: Marco Crosio - -pkgbase=eclipse -pkgname=(eclipse-{common,java,jee,cpp,php}) -pkgver=4.6.0 -pkgrel=1 -_release=neon-R -pkgdesc="Highly extensible IDE" -license=("EPL") -arch=(i686 x86_64) -url="http://eclipse.org"; -makedepends=(ruby) -options=(!emptydirs) -source=(commonify eclipse.sh eclipse.desktop) -source_i686=() -source_x86_64=() -noextract=() - -for _pkg in ${pkgname[@]}; do - [[ $_pkg == 'eclipse-common' ]] && continue - source_i686+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$_pkg-$_release-linux-gtk.tar.gz) - source_x86_64+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$_pkg-$_release-linux-gtk-x86_64.tar.gz) - noextract+=($_pkg-$_release-linux-gtk{,-x86_64}.tar.gz) - eval "package_$_pkg() { _package $_pkg; }" -done - -sha256sums=('9f8980078c97fb3020ba2e9c6c07eac077b932406aba3e2d6a4763a5d299290d' -'04e789fb695d5f95d09ddb994ae30397b39aee35f11997465dd91d129c41b2ed' -'57559c2548ae463089acb3c2825ebc002ed83067ddc953b23d36a7b5a02deaf3') -sha256sums_i686=('3e09e203e0a8682bc3d6ddf218df788e2b9dc064b370a980f63e3e2fa4ae2e3f' - '6689bab833e854b3ef619e181587eaa823b2dc7498fea730bedbf568d0f24391' - 'b0d85ed3612a6928a96c552ae01631b7cecc7ed81206cbebd2670b8171c52228' - '05130e4f1c9f55410f80d1d1e603318550276d7cf19f7d26cd2e6dbed9dd7fd5') -sha256sums_x86_64=('ca06e10df42eab462f130aa89658f9c75f1df61ba79ede02fb7bb748f4544c34' - '3a97e2b9e99b09cb6b18bc22fab05977838618999fe62051e52352ae9f00b8f1' - 'd54430fb0ae4a01591c1e2084fc6d28b7c32629c990df08fddb839b9f6d3d825' - '0fe0d9735816d9106ca800a13c581aae7ad52566a06862f2f2dd92c873859d3c') - -prepare() { - mkdir eclipse-common - - for _pkg in ${pkgname[@]}; do -[[ $_pkg == 'eclipse-common' ]] && continue - -if [[ $CARCH == x86_64 ]]; then - bsdtar -xf "$_pkg-$_release-linux-gtk-x86_64.tar.gz" -else - bsdtar -xf "$_pkg-$_release-linux-gtk.tar.gz" -fi - -mv eclipse $_pkg - done -} - -build() { - ./commonify ${pkgname[@]} - - mkdir -p eclipse-common/dropins - touch eclipse-common/dropins/.keep -} - -package_eclipse-common() { - pkgdesc+=" (common files)" - depends=(java-envi
[arch-commits] Commit in network-manager-applet/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 20:15:59 Author: heftig Revision: 277521 1.4.2-1 Modified: network-manager-applet/trunk/PKGBUILD --+ PKGBUILD | 28 ++-- 1 file changed, 18 insertions(+), 10 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 18:44:07 UTC (rev 277520) +++ PKGBUILD2016-10-01 20:15:59 UTC (rev 277521) @@ -10,24 +10,31 @@ pkgname=(nm-connection-editor network-manager-applet) pkgdesc="Applet for managing network connections" url="https://wiki.gnome.org/Projects/NetworkManager/"; -pkgver=1.4.0 +pkgver=1.4.2 pkgrel=1 arch=(i686 x86_64) license=(GPL2 LGPL2.1) depends=(libnm-glib libgudev gtk3 mobile-broadband-provider-info iso-codes) -makedepends=(libsecret libnotify libmm-glib intltool gobject-introspection) +makedepends=(libsecret libnotify libmm-glib intltool gobject-introspection git) options=(!emptydirs) -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver:0:3}/$pkgbase-$pkgver.tar.xz) -sha256sums=('d9f5f1e151b8edbbcebb6f818eed9a49b53aadcb4e8aed2cae4fc09996278331') +_commit=e5f280769a7097cdf97789c11fdf3a49c11cf3f6 # tags/1.4.2^0 +source=("git://git.gnome.org/network-manager-applet#commit=$_commit") +sha256sums=('SKIP') +pkgver() { + cd $pkgbase + git describe --tags | sed 's/-/+/g' +} + prepare() { mkdir -p nma/etc/xdg nma/usr/bin \ nma/usr/share/{applications,icons/hicolor/22x22/apps,man/man1,nm-applet} - cd $pkgbase-$pkgver + cd $pkgbase + NOCONFIGURE=1 ./autogen.sh } build() { - cd $pkgbase-$pkgver + cd $pkgbase ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var \ --libexecdir=/usr/lib/networkmanager \ @@ -34,7 +41,8 @@ --disable-static \ --disable-maintainer-mode \ --disable-migration \ - --with-modem-manager-1 + --with-modem-manager-1 \ + --enable-gtk-doc # https://bugzilla.gnome.org/show_bug.cgi?id=655517 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool @@ -43,17 +51,17 @@ } check() { - cd $pkgbase-$pkgver + cd $pkgbase make -k check } package_nm-connection-editor() { - pkgdesc="NetworkManager GUI connection editor" + pkgdesc="NetworkManager GUI connection editor and widgets" provides=("libnm-gtk=$pkgver-$pkgrel") conflicts=(libnm-gtk) replaces=(libnm-gtk) - cd $pkgbase-$pkgver + cd $pkgbase make DESTDIR="$pkgdir" install ### Split network-manager-applet
[arch-commits] Commit in python-feedgenerator/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, October 1, 2016 @ 19:05:22 Author: farseerfc Revision: 191175 archrelease: copy trunk to community-any Added: python-feedgenerator/repos/community-any/PKGBUILD (from rev 191174, python-feedgenerator/trunk/PKGBUILD) Deleted: python-feedgenerator/repos/community-any/PKGBUILD --+ PKGBUILD | 41 - 1 file changed, 20 insertions(+), 21 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-10-01 19:04:41 UTC (rev 191174) +++ PKGBUILD2016-10-01 19:05:22 UTC (rev 191175) @@ -1,21 +0,0 @@ -# Maintainer: Jiachen Yang -# AUR Maintainer: Sam Stuewe -# Contributor: Chaoswizard -_name=feedgenerator -pkgname="python-${_name}" -pkgver=1.8 -pkgrel=1 -pkgdesc="Standalone version of django.utils.feedgenerator (python3)." -url="http://pypi.python.org/pypi/feedgenerator"; -arch=('any') -license=('GPL') -depends=('python' 'python-pytz' 'python-six') -makedepends=('python-distribute') -source=("https://pypi.python.org/packages/source/f/${_name}/${_name}-${pkgver}.tar.gz";) -md5sums=('1ca75c35334f82b9aa51f38b20b714e6') -sha256sums=('c00a60ee5179c99330078f4016c39924154a34677f0b84c62556b5ebc2ad7156') - -package() { - cd "${_name}-${pkgver}" - python ./setup.py install --root="${pkgdir}" --optimize=1 -} Copied: python-feedgenerator/repos/community-any/PKGBUILD (from rev 191174, python-feedgenerator/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-10-01 19:05:22 UTC (rev 191175) @@ -0,0 +1,20 @@ +# Maintainer: Jiachen Yang +# AUR Maintainer: Sam Stuewe +# Contributor: Chaoswizard +_name=feedgenerator +pkgname="python-${_name}" +pkgver=1.9 +pkgrel=1 +pkgdesc="Standalone version of django.utils.feedgenerator (python3)." +url="http://pypi.python.org/pypi/feedgenerator"; +arch=('any') +license=('GPL') +depends=('python' 'python-pytz' 'python-six') +makedepends=('python-distribute') +source=("https://pypi.python.org/packages/eb/02/7069b3dbc6ea92f034e07f9f9adc2193cd02d1aedf2cf9ec71150102a964/${_name}-${pkgver}.tar.gz";) +sha512sums=('77f4df51c6bdf261f0d1665206ab048a21f8660cf8f2c7abf3d71e17c63284240d0eaa690dd6d53b0b7d8ce9c9e0349094d5270c75c2a069608b7717538d7fa1') + +package() { + cd "${_name}-${pkgver}" + python ./setup.py install --root="${pkgdir}" --optimize=1 +}
[arch-commits] Commit in python-feedgenerator/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 19:04:41 Author: farseerfc Revision: 191174 upgpkg: python-feedgenerator 1.9-1 1.9 Modified: python-feedgenerator/trunk/PKGBUILD --+ PKGBUILD |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 18:58:43 UTC (rev 191173) +++ PKGBUILD2016-10-01 19:04:41 UTC (rev 191174) @@ -3,7 +3,7 @@ # Contributor: Chaoswizard _name=feedgenerator pkgname="python-${_name}" -pkgver=1.8 +pkgver=1.9 pkgrel=1 pkgdesc="Standalone version of django.utils.feedgenerator (python3)." url="http://pypi.python.org/pypi/feedgenerator"; @@ -11,9 +11,8 @@ license=('GPL') depends=('python' 'python-pytz' 'python-six') makedepends=('python-distribute') -source=("https://pypi.python.org/packages/source/f/${_name}/${_name}-${pkgver}.tar.gz";) -md5sums=('1ca75c35334f82b9aa51f38b20b714e6') -sha256sums=('c00a60ee5179c99330078f4016c39924154a34677f0b84c62556b5ebc2ad7156') +source=("https://pypi.python.org/packages/eb/02/7069b3dbc6ea92f034e07f9f9adc2193cd02d1aedf2cf9ec71150102a964/${_name}-${pkgver}.tar.gz";) +sha512sums=('77f4df51c6bdf261f0d1665206ab048a21f8660cf8f2c7abf3d71e17c63284240d0eaa690dd6d53b0b7d8ce9c9e0349094d5270c75c2a069608b7717538d7fa1') package() { cd "${_name}-${pkgver}"
[arch-commits] Commit in steam-native-runtime/repos/multilib-x86_64 (2 files)
Date: Saturday, October 1, 2016 @ 18:58:43 Author: alucryd Revision: 191173 archrelease: copy trunk to multilib-x86_64 Added: steam-native-runtime/repos/multilib-x86_64/PKGBUILD (from rev 191172, steam-native-runtime/trunk/PKGBUILD) Deleted: steam-native-runtime/repos/multilib-x86_64/PKGBUILD --+ PKGBUILD | 82 ++--- 1 file changed, 41 insertions(+), 41 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-10-01 18:58:28 UTC (rev 191172) +++ PKGBUILD2016-10-01 18:58:43 UTC (rev 191173) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Maxime Gauduin -# Maintainer: Levente Polyak - -pkgname=steam-native-runtime -pkgver=1.0.0.52 -pkgrel=3 -pkgdesc='Native replacement for the Steam runtime' -arch=('i686' 'x86_64') -url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime' -license=('None') -depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib' - 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10' - 'glib2' 'glu' 'gtk2' 'libcaca' 'libcanberra' 'libcups' - 'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm' 'libice' - 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse' 'libsm' 'libtheora' - 'libtiff4' 'libudev0-shim' 'libusb' 'libvorbis' 'libxcomposite' - 'libxcursor' 'libxft' 'libxi' 'libxinerama' 'libxmu' 'libxrandr' - 'libxrender' 'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal' 'pango' - 'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image' - 'sdl_mixer' 'sdl_ttf' 'libappindicator-gtk2' 'vulkan-icd-loader') -depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo' -'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig' -'lib32-freetype2' 'lib32-gconf' 'lib32-gdk-pixbuf2' -'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2' -'lib32-libcaca' 'lib32-libcanberra' 'lib32-libcups' -'lib32-libcurl-compat' 'lib32-libcurl-gnutls' 'lib32-libdbus' -'lib32-libdrm' 'lib32-libice' 'lib32-libjpeg6' -'lib32-libnm-glib' 'lib32-libpng12' 'lib32-libpulse' -'lib32-libsm' 'lib32-libtheora' 'lib32-libtiff4' -'lib32-libudev0-shim' 'lib32-libusb' 'lib32-libvorbis' -'lib32-libxcomposite' 'lib32-libxcursor' 'lib32-libxft' -'lib32-libxi' 'lib32-libxinerama' 'lib32-libxmu' -'lib32-libxrandr' 'lib32-libxrender' 'lib32-libxtst' -'lib32-libxxf86vm' 'lib32-nspr' 'lib32-nss' 'lib32-openal' -'lib32-pango' 'lib32-sdl' 'lib32-sdl2' 'lib32-sdl2_image' -'lib32-sdl2_mixer' 'lib32-sdl2_ttf' 'lib32-sdl_image' -'lib32-sdl_mixer' 'lib32-sdl_ttf' 'lib32-libappindicator-gtk2') -replaces=('steam-libs') - -# vim: ts=2 sw=2 et: Copied: steam-native-runtime/repos/multilib-x86_64/PKGBUILD (from rev 191172, steam-native-runtime/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-10-01 18:58:43 UTC (rev 191173) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Maintainer: Levente Polyak + +pkgname=steam-native-runtime +pkgver=1.0.0.52 +pkgrel=4 +pkgdesc='Native replacement for the Steam runtime' +arch=('i686' 'x86_64') +url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime' +license=('None') +depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib' + 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10' + 'glib2' 'glu' 'gtk2' 'libcaca' 'libcanberra' 'libcups' + 'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm' 'libgcrypt11' + 'libice' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse' 'libsm' + 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb' 'libvorbis' + 'libxcomposite' 'libxcursor' 'libxft' 'libxi' 'libxinerama' 'libxmu' + 'libxrandr' 'libxrender' 'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal' + 'pango' 'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image' + 'sdl_mixer' 'sdl_ttf' 'libappindicator-gtk2' 'vulkan-icd-loader') +depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo' +'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig' +'lib32-freetype2' 'lib32-gconf' 'lib32-gdk-pixbuf2' +'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2' +'lib32-libcaca' 'lib32-libcanberra' 'lib32-libcups' +'lib32-libcurl-compat' 'lib32-libcurl-gnutls' 'lib32-libdbus' +'lib32-libdrm' 'lib32-libice' 'lib32-libgcrypt11' +'lib32-libjpeg6' 'lib32-libnm-glib' 'lib32-libpng12' +'lib32-libpulse' 'lib32-libsm' 'lib32-libtheora' +'lib32-libtiff4' 'lib32-libudev0-shi
[arch-commits] Commit in steam-native-runtime/repos (4 files)
Date: Saturday, October 1, 2016 @ 18:58:28 Author: alucryd Revision: 191172 archrelease: copy trunk to community-i686, community-x86_64 Added: steam-native-runtime/repos/community-i686/PKGBUILD (from rev 191171, steam-native-runtime/trunk/PKGBUILD) steam-native-runtime/repos/community-x86_64/PKGBUILD (from rev 191171, steam-native-runtime/trunk/PKGBUILD) Deleted: steam-native-runtime/repos/community-i686/PKGBUILD steam-native-runtime/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 82 community-i686/PKGBUILD | 41 -- community-x86_64/PKGBUILD | 41 -- 3 files changed, 82 insertions(+), 82 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-10-01 18:58:18 UTC (rev 191171) +++ community-i686/PKGBUILD 2016-10-01 18:58:28 UTC (rev 191172) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Maxime Gauduin -# Maintainer: Levente Polyak - -pkgname=steam-native-runtime -pkgver=1.0.0.52 -pkgrel=3 -pkgdesc='Native replacement for the Steam runtime' -arch=('i686' 'x86_64') -url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime' -license=('None') -depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib' - 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10' - 'glib2' 'glu' 'gtk2' 'libcaca' 'libcanberra' 'libcups' - 'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm' 'libice' - 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse' 'libsm' 'libtheora' - 'libtiff4' 'libudev0-shim' 'libusb' 'libvorbis' 'libxcomposite' - 'libxcursor' 'libxft' 'libxi' 'libxinerama' 'libxmu' 'libxrandr' - 'libxrender' 'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal' 'pango' - 'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image' - 'sdl_mixer' 'sdl_ttf' 'libappindicator-gtk2' 'vulkan-icd-loader') -depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo' -'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig' -'lib32-freetype2' 'lib32-gconf' 'lib32-gdk-pixbuf2' -'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2' -'lib32-libcaca' 'lib32-libcanberra' 'lib32-libcups' -'lib32-libcurl-compat' 'lib32-libcurl-gnutls' 'lib32-libdbus' -'lib32-libdrm' 'lib32-libice' 'lib32-libjpeg6' -'lib32-libnm-glib' 'lib32-libpng12' 'lib32-libpulse' -'lib32-libsm' 'lib32-libtheora' 'lib32-libtiff4' -'lib32-libudev0-shim' 'lib32-libusb' 'lib32-libvorbis' -'lib32-libxcomposite' 'lib32-libxcursor' 'lib32-libxft' -'lib32-libxi' 'lib32-libxinerama' 'lib32-libxmu' -'lib32-libxrandr' 'lib32-libxrender' 'lib32-libxtst' -'lib32-libxxf86vm' 'lib32-nspr' 'lib32-nss' 'lib32-openal' -'lib32-pango' 'lib32-sdl' 'lib32-sdl2' 'lib32-sdl2_image' -'lib32-sdl2_mixer' 'lib32-sdl2_ttf' 'lib32-sdl_image' -'lib32-sdl_mixer' 'lib32-sdl_ttf' 'lib32-libappindicator-gtk2') -replaces=('steam-libs') - -# vim: ts=2 sw=2 et: Copied: steam-native-runtime/repos/community-i686/PKGBUILD (from rev 191171, steam-native-runtime/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-10-01 18:58:28 UTC (rev 191172) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Maintainer: Levente Polyak + +pkgname=steam-native-runtime +pkgver=1.0.0.52 +pkgrel=4 +pkgdesc='Native replacement for the Steam runtime' +arch=('i686' 'x86_64') +url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime' +license=('None') +depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib' + 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10' + 'glib2' 'glu' 'gtk2' 'libcaca' 'libcanberra' 'libcups' + 'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm' 'libgcrypt11' + 'libice' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse' 'libsm' + 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb' 'libvorbis' + 'libxcomposite' 'libxcursor' 'libxft' 'libxi' 'libxinerama' 'libxmu' + 'libxrandr' 'libxrender' 'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal' + 'pango' 'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image' + 'sdl_mixer' 'sdl_ttf' 'libappindicator-gtk2' 'vulkan-icd-loader') +depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo' +'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig' +'lib32-freetype2' 'lib32-gconf' 'lib32-gdk-pixbuf2' +'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2' +
[arch-commits] Commit in steam-native-runtime/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 18:58:18 Author: alucryd Revision: 191171 FS#51152: steam-native-runtime 1.0.0.52-4 Modified: steam-native-runtime/trunk/PKGBUILD --+ PKGBUILD | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 18:53:09 UTC (rev 191170) +++ PKGBUILD2016-10-01 18:58:18 UTC (rev 191171) @@ -4,7 +4,7 @@ pkgname=steam-native-runtime pkgver=1.0.0.52 -pkgrel=3 +pkgrel=4 pkgdesc='Native replacement for the Steam runtime' arch=('i686' 'x86_64') url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime' @@ -12,12 +12,12 @@ depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib' 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10' 'glib2' 'glu' 'gtk2' 'libcaca' 'libcanberra' 'libcups' - 'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm' 'libice' - 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse' 'libsm' 'libtheora' - 'libtiff4' 'libudev0-shim' 'libusb' 'libvorbis' 'libxcomposite' - 'libxcursor' 'libxft' 'libxi' 'libxinerama' 'libxmu' 'libxrandr' - 'libxrender' 'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal' 'pango' - 'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image' + 'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm' 'libgcrypt11' + 'libice' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse' 'libsm' + 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb' 'libvorbis' + 'libxcomposite' 'libxcursor' 'libxft' 'libxi' 'libxinerama' 'libxmu' + 'libxrandr' 'libxrender' 'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal' + 'pango' 'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image' 'sdl_mixer' 'sdl_ttf' 'libappindicator-gtk2' 'vulkan-icd-loader') depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo' 'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig' @@ -25,12 +25,12 @@ 'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2' 'lib32-libcaca' 'lib32-libcanberra' 'lib32-libcups' 'lib32-libcurl-compat' 'lib32-libcurl-gnutls' 'lib32-libdbus' -'lib32-libdrm' 'lib32-libice' 'lib32-libjpeg6' -'lib32-libnm-glib' 'lib32-libpng12' 'lib32-libpulse' -'lib32-libsm' 'lib32-libtheora' 'lib32-libtiff4' -'lib32-libudev0-shim' 'lib32-libusb' 'lib32-libvorbis' -'lib32-libxcomposite' 'lib32-libxcursor' 'lib32-libxft' -'lib32-libxi' 'lib32-libxinerama' 'lib32-libxmu' +'lib32-libdrm' 'lib32-libice' 'lib32-libgcrypt11' +'lib32-libjpeg6' 'lib32-libnm-glib' 'lib32-libpng12' +'lib32-libpulse' 'lib32-libsm' 'lib32-libtheora' +'lib32-libtiff4' 'lib32-libudev0-shim' 'lib32-libusb' +'lib32-libvorbis' 'lib32-libxcomposite' 'lib32-libxcursor' +'lib32-libxft' 'lib32-libxi' 'lib32-libxinerama' 'lib32-libxmu' 'lib32-libxrandr' 'lib32-libxrender' 'lib32-libxtst' 'lib32-libxxf86vm' 'lib32-nspr' 'lib32-nss' 'lib32-openal' 'lib32-pango' 'lib32-sdl' 'lib32-sdl2' 'lib32-sdl2_image'
[arch-commits] Commit in lib32-libgcrypt11/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 18:53:04 Author: alucryd Revision: 191169 upgpkg: lib32-libgcrypt11 1.5.6-1 Modified: lib32-libgcrypt11/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 18:51:55 UTC (rev 191168) +++ PKGBUILD2016-10-01 18:53:04 UTC (rev 191169) @@ -13,7 +13,7 @@ source=("ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${pkgver}.tar.bz2"{,.sig}) sha256sums=('301826b5e521c867056fd630aad6f0a60e176d18a017da6bc24b1695df3abe79' 'SKIP') -validgpgkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') +validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch prepare() { cd libgcrypt-${pkgver}
[arch-commits] Commit in lib32-libgcrypt11 (3 files)
Date: Saturday, October 1, 2016 @ 18:53:09 Author: alucryd Revision: 191170 archrelease: copy trunk to multilib-x86_64 Added: lib32-libgcrypt11/repos/ lib32-libgcrypt11/repos/multilib-x86_64/ lib32-libgcrypt11/repos/multilib-x86_64/PKGBUILD (from rev 191169, lib32-libgcrypt11/trunk/PKGBUILD) --+ PKGBUILD | 46 ++ 1 file changed, 46 insertions(+) Copied: lib32-libgcrypt11/repos/multilib-x86_64/PKGBUILD (from rev 191169, lib32-libgcrypt11/trunk/PKGBUILD) === --- repos/multilib-x86_64/PKGBUILD (rev 0) +++ repos/multilib-x86_64/PKGBUILD 2016-10-01 18:53:09 UTC (rev 191170) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Contributor: Andreas Radke + +pkgname=lib32-libgcrypt11 +pkgver=1.5.6 +pkgrel=1 +pkgdesc='General purpose cryptographic library based on the code from GnuPG' +arch=('x86_64') +url='http://www.gnupg.org' +license=('LGPL') +depends=('lib32-glibc' 'lib32-libgpg-error') +source=("ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${pkgver}.tar.bz2"{,.sig}) +sha256sums=('301826b5e521c867056fd630aad6f0a60e176d18a017da6bc24b1695df3abe79' +'SKIP') +validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch + +prepare() { + cd libgcrypt-${pkgver} + + sed 's/path="amd64"/path="i586 i386"/' -i mpi/config.links +} + +build() { + cd libgcrypt-${pkgver} + + export CC='gcc -m32' + export CXX='g++ -m32' + export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' + + ./configure \ +--prefix='/usr' \ +--libdir='/usr/lib32' \ +--disable-static \ +--disable-padlock-support + make +} + +package() { + cd libgcrypt-${pkgver} + + make DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}"/usr/{bin,include,lib32/libgcrypt.so,share} +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in libgcrypt11/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 18:51:46 Author: alucryd Revision: 191167 upgpkg: libgcrypt11 1.5.6-1 Modified: libgcrypt11/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 18:48:18 UTC (rev 191166) +++ PKGBUILD2016-10-01 18:51:46 UTC (rev 191167) @@ -13,7 +13,7 @@ source=("ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${pkgver}.tar.bz2"{,.sig}) sha256sums=('301826b5e521c867056fd630aad6f0a60e176d18a017da6bc24b1695df3abe79' 'SKIP') -validgpgkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') +validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch build() { cd libgcrypt-${pkgver}
[arch-commits] Commit in libgcrypt11 (5 files)
Date: Saturday, October 1, 2016 @ 18:51:55 Author: alucryd Revision: 191168 archrelease: copy trunk to community-i686, community-x86_64 Added: libgcrypt11/repos/ libgcrypt11/repos/community-i686/ libgcrypt11/repos/community-i686/PKGBUILD (from rev 191167, libgcrypt11/trunk/PKGBUILD) libgcrypt11/repos/community-x86_64/ libgcrypt11/repos/community-x86_64/PKGBUILD (from rev 191167, libgcrypt11/trunk/PKGBUILD) ---+ community-i686/PKGBUILD | 35 +++ community-x86_64/PKGBUILD | 35 +++ 2 files changed, 70 insertions(+) Copied: libgcrypt11/repos/community-i686/PKGBUILD (from rev 191167, libgcrypt11/trunk/PKGBUILD) === --- repos/community-i686/PKGBUILD (rev 0) +++ repos/community-i686/PKGBUILD 2016-10-01 18:51:55 UTC (rev 191168) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Contributor: Andreas Radke + +pkgname=libgcrypt11 +pkgver=1.5.6 +pkgrel=1 +pkgdesc='General purpose cryptographic library based on the code from GnuPG' +arch=('i686' 'x86_64') +url='http://www.gnupg.org' +license=('LGPL') +depends=('glibc' 'libgpg-error') +source=("ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${pkgver}.tar.bz2"{,.sig}) +sha256sums=('301826b5e521c867056fd630aad6f0a60e176d18a017da6bc24b1695df3abe79' +'SKIP') +validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch + +build() { + cd libgcrypt-${pkgver} + + ./configure \ +--prefix='/usr' \ +--disable-static \ +--disable-padlock-support + make +} + +package() { + cd libgcrypt-${pkgver} + + make DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}"/usr/{bin,include,lib/libgcrypt.so,share} +} + +# vim: ts=2 sw=2 et: Copied: libgcrypt11/repos/community-x86_64/PKGBUILD (from rev 191167, libgcrypt11/trunk/PKGBUILD) === --- repos/community-x86_64/PKGBUILD (rev 0) +++ repos/community-x86_64/PKGBUILD 2016-10-01 18:51:55 UTC (rev 191168) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Contributor: Andreas Radke + +pkgname=libgcrypt11 +pkgver=1.5.6 +pkgrel=1 +pkgdesc='General purpose cryptographic library based on the code from GnuPG' +arch=('i686' 'x86_64') +url='http://www.gnupg.org' +license=('LGPL') +depends=('glibc' 'libgpg-error') +source=("ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${pkgver}.tar.bz2"{,.sig}) +sha256sums=('301826b5e521c867056fd630aad6f0a60e176d18a017da6bc24b1695df3abe79' +'SKIP') +validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch + +build() { + cd libgcrypt-${pkgver} + + ./configure \ +--prefix='/usr' \ +--disable-static \ +--disable-padlock-support + make +} + +package() { + cd libgcrypt-${pkgver} + + make DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}"/usr/{bin,include,lib/libgcrypt.so,share} +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in (6 files)
Date: Saturday, October 1, 2016 @ 18:48:18 Author: alucryd Revision: 191166 FS#51152 - Add libgcrypt11 and lib32-libgcrypt11 Added: lib32-libgcrypt11/ lib32-libgcrypt11/trunk/ lib32-libgcrypt11/trunk/PKGBUILD libgcrypt11/ libgcrypt11/trunk/ libgcrypt11/trunk/PKGBUILD --+ lib32-libgcrypt11/trunk/PKGBUILD | 46 + libgcrypt11/trunk/PKGBUILD | 35 2 files changed, 81 insertions(+) Added: lib32-libgcrypt11/trunk/PKGBUILD === --- lib32-libgcrypt11/trunk/PKGBUILD(rev 0) +++ lib32-libgcrypt11/trunk/PKGBUILD2016-10-01 18:48:18 UTC (rev 191166) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Contributor: Andreas Radke + +pkgname=lib32-libgcrypt11 +pkgver=1.5.6 +pkgrel=1 +pkgdesc='General purpose cryptographic library based on the code from GnuPG' +arch=('x86_64') +url='http://www.gnupg.org' +license=('LGPL') +depends=('lib32-glibc' 'lib32-libgpg-error') +source=("ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${pkgver}.tar.bz2"{,.sig}) +sha256sums=('301826b5e521c867056fd630aad6f0a60e176d18a017da6bc24b1695df3abe79' +'SKIP') +validgpgkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') + +prepare() { + cd libgcrypt-${pkgver} + + sed 's/path="amd64"/path="i586 i386"/' -i mpi/config.links +} + +build() { + cd libgcrypt-${pkgver} + + export CC='gcc -m32' + export CXX='g++ -m32' + export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' + + ./configure \ +--prefix='/usr' \ +--libdir='/usr/lib32' \ +--disable-static \ +--disable-padlock-support + make +} + +package() { + cd libgcrypt-${pkgver} + + make DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}"/usr/{bin,include,lib32/libgcrypt.so,share} +} + +# vim: ts=2 sw=2 et: Property changes on: lib32-libgcrypt11/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: libgcrypt11/trunk/PKGBUILD === --- libgcrypt11/trunk/PKGBUILD (rev 0) +++ libgcrypt11/trunk/PKGBUILD 2016-10-01 18:48:18 UTC (rev 191166) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Contributor: Andreas Radke + +pkgname=libgcrypt11 +pkgver=1.5.6 +pkgrel=1 +pkgdesc='General purpose cryptographic library based on the code from GnuPG' +arch=('i686' 'x86_64') +url='http://www.gnupg.org' +license=('LGPL') +depends=('glibc' 'libgpg-error') +source=("ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${pkgver}.tar.bz2"{,.sig}) +sha256sums=('301826b5e521c867056fd630aad6f0a60e176d18a017da6bc24b1695df3abe79' +'SKIP') +validgpgkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') + +build() { + cd libgcrypt-${pkgver} + + ./configure \ +--prefix='/usr' \ +--disable-static \ +--disable-padlock-support + make +} + +package() { + cd libgcrypt-${pkgver} + + make DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}"/usr/{bin,include,lib/libgcrypt.so,share} +} + +# vim: ts=2 sw=2 et: Property changes on: libgcrypt11/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
[arch-commits] Commit in pluma/repos (4 files)
Date: Saturday, October 1, 2016 @ 18:45:18 Author: arojas Revision: 191164 archrelease: copy trunk to community-i686, community-x86_64 Added: pluma/repos/community-i686/PKGBUILD (from rev 191163, pluma/trunk/PKGBUILD) pluma/repos/community-x86_64/PKGBUILD (from rev 191163, pluma/trunk/PKGBUILD) Deleted: pluma/repos/community-i686/PKGBUILD pluma/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 84 community-i686/PKGBUILD | 42 -- community-x86_64/PKGBUILD | 42 -- 3 files changed, 84 insertions(+), 84 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-10-01 18:44:49 UTC (rev 191163) +++ community-i686/PKGBUILD 2016-10-01 18:45:18 UTC (rev 191164) @@ -1,42 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=pluma -pkgname=${_pkgbase} -pkgver=${_ver}.0 -pkgrel=1 -pkgdesc="A powerful text editor for MATE (GTK2 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('iso-codes' 'pygtksourceview2' 'zenity') -makedepends=('intltool' 'itstool') -groups=('mate-extra') -conflicts=("${_pkgbase}-gtk3") -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('14a0497fade1e3fd40a39eafb28390975abd12a6') - -prepare() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in -} - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -PYTHON=/usr/bin/python2 ./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---with-gtk=2.0 \ ---enable-gtk-doc=no \ ---enable-python - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install -} Copied: pluma/repos/community-i686/PKGBUILD (from rev 191163, pluma/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-10-01 18:45:18 UTC (rev 191164) @@ -0,0 +1,42 @@ +# Contributor: Martin Wimpress + +_ver=1.16 +_pkgbase=pluma +pkgname=${_pkgbase} +pkgver=${_ver}.0 +pkgrel=2 +pkgdesc="A powerful text editor for MATE (GTK2 version)" +url="http://mate-desktop.org"; +arch=('i686' 'x86_64') +license=('GPL') +depends=('iso-codes' 'pygtksourceview2' 'zenity' 'mate-desktop') +makedepends=('intltool' 'itstool') +groups=('mate-extra') +conflicts=("${_pkgbase}-gtk3") +source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) +sha1sums=('14a0497fade1e3fd40a39eafb28390975abd12a6') + +prepare() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in +} + +build() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +PYTHON=/usr/bin/python2 ./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${_pkgbase} \ +--with-gtk=2.0 \ +--enable-gtk-doc=no \ +--enable-python + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + +make +} + +package() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +make DESTDIR="${pkgdir}" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-10-01 18:44:49 UTC (rev 191163) +++ community-x86_64/PKGBUILD 2016-10-01 18:45:18 UTC (rev 191164) @@ -1,42 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=pluma -pkgname=${_pkgbase} -pkgver=${_ver}.0 -pkgrel=1 -pkgdesc="A powerful text editor for MATE (GTK2 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('iso-codes' 'pygtksourceview2' 'zenity') -makedepends=('intltool' 'itstool') -groups=('mate-extra') -conflicts=("${_pkgbase}-gtk3") -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('14a0497fade1e3fd40a39eafb28390975abd12a6') - -prepare() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in -} - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -PYTHON=/usr/bin/python2 ./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---with-gtk=2.0 \ ---enable-gtk-doc=no \ ---enable-python - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install -} Copied: pluma/repos/community-x86_64/PKGBUILD (fro
[arch-commits] Commit in pluma-gtk3/repos (4 files)
Date: Saturday, October 1, 2016 @ 18:45:53 Author: arojas Revision: 191165 archrelease: copy trunk to community-i686, community-x86_64 Added: pluma-gtk3/repos/community-i686/PKGBUILD (from rev 191164, pluma-gtk3/trunk/PKGBUILD) pluma-gtk3/repos/community-x86_64/PKGBUILD (from rev 191164, pluma-gtk3/trunk/PKGBUILD) Deleted: pluma-gtk3/repos/community-i686/PKGBUILD pluma-gtk3/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 84 community-i686/PKGBUILD | 42 -- community-x86_64/PKGBUILD | 42 -- 3 files changed, 84 insertions(+), 84 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-10-01 18:45:18 UTC (rev 191164) +++ community-i686/PKGBUILD 2016-10-01 18:45:53 UTC (rev 191165) @@ -1,42 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=pluma -pkgname=${_pkgbase}-gtk3 -pkgver=${_ver}.0 -pkgrel=1 -pkgdesc="A powerful text editor for MATE (GTK3 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('gtksourceview3' 'iso-codes' 'zenity') -makedepends=('intltool' 'itstool') -groups=('mate-extra-gtk3') -conflicts=("${_pkgbase}") -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('14a0497fade1e3fd40a39eafb28390975abd12a6') - -prepare() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in -} - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -PYTHON=/usr/bin/python2 ./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---with-gtk=3.0 \ ---enable-gtk-doc=no \ ---disable-python - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" install -} Copied: pluma-gtk3/repos/community-i686/PKGBUILD (from rev 191164, pluma-gtk3/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-10-01 18:45:53 UTC (rev 191165) @@ -0,0 +1,42 @@ +# Contributor: Martin Wimpress + +_ver=1.16 +_pkgbase=pluma +pkgname=${_pkgbase}-gtk3 +pkgver=${_ver}.0 +pkgrel=2 +pkgdesc="A powerful text editor for MATE (GTK3 version)" +url="http://mate-desktop.org"; +arch=('i686' 'x86_64') +license=('GPL') +depends=('gtksourceview3' 'iso-codes' 'zenity' 'mate-desktop-gtk3') +makedepends=('intltool' 'itstool') +groups=('mate-extra-gtk3') +conflicts=("${_pkgbase}") +source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) +sha1sums=('14a0497fade1e3fd40a39eafb28390975abd12a6') + +prepare() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in +} + +build() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +PYTHON=/usr/bin/python2 ./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${_pkgbase} \ +--with-gtk=3.0 \ +--enable-gtk-doc=no \ +--disable-python + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + +make +} + +package() { +cd "${srcdir}/${_pkgbase}-${pkgver}" +make DESTDIR="${pkgdir}" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-10-01 18:45:18 UTC (rev 191164) +++ community-x86_64/PKGBUILD 2016-10-01 18:45:53 UTC (rev 191165) @@ -1,42 +0,0 @@ -# Contributor: Martin Wimpress - -_ver=1.16 -_pkgbase=pluma -pkgname=${_pkgbase}-gtk3 -pkgver=${_ver}.0 -pkgrel=1 -pkgdesc="A powerful text editor for MATE (GTK3 version)" -url="http://mate-desktop.org"; -arch=('i686' 'x86_64') -license=('GPL') -depends=('gtksourceview3' 'iso-codes' 'zenity') -makedepends=('intltool' 'itstool') -groups=('mate-extra-gtk3') -conflicts=("${_pkgbase}") -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";) -sha1sums=('14a0497fade1e3fd40a39eafb28390975abd12a6') - -prepare() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in -} - -build() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -PYTHON=/usr/bin/python2 ./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---with-gtk=3.0 \ ---enable-gtk-doc=no \ ---disable-python - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd "${srcdir}/${_pkgbase}-${pkgver}" -make DESTDIR="${pkgdir}" insta
[arch-commits] Commit in pluma-gtk3/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 18:44:49 Author: arojas Revision: 191163 mate-desktop is still needed (FS#51159) Modified: pluma-gtk3/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 18:43:51 UTC (rev 191162) +++ PKGBUILD2016-10-01 18:44:49 UTC (rev 191163) @@ -4,12 +4,12 @@ _pkgbase=pluma pkgname=${_pkgbase}-gtk3 pkgver=${_ver}.0 -pkgrel=1 +pkgrel=2 pkgdesc="A powerful text editor for MATE (GTK3 version)" url="http://mate-desktop.org"; arch=('i686' 'x86_64') license=('GPL') -depends=('gtksourceview3' 'iso-codes' 'zenity') +depends=('gtksourceview3' 'iso-codes' 'zenity' 'mate-desktop-gtk3') makedepends=('intltool' 'itstool') groups=('mate-extra-gtk3') conflicts=("${_pkgbase}")
[arch-commits] Commit in simple-scan/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 18:43:51 Author: heftig Revision: 191162 3.22.0.1-1 Modified: simple-scan/trunk/PKGBUILD --+ PKGBUILD | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 18:28:48 UTC (rev 191161) +++ PKGBUILD2016-10-01 18:43:51 UTC (rev 191162) @@ -1,19 +1,19 @@ # $Id$ -# Maintainer: Thomas Dziedzic < gostrc at gmail > +# Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Jaroslav Lichtblau # Contributor: Joeny Ang pkgname=simple-scan -pkgver=3.20.0 -pkgrel=2 -pkgdesc='Simple scanning utility' -arch=('i686' 'x86_64') -url='http://launchpad.net/simple-scan' -license=('GPL3') -depends=('sane' 'dconf' 'gtk3' 'colord' 'libgusb' 'packagekit') -makedepends=('yelp-tools' 'intltool' 'vala') +pkgver=3.22.0.1 +pkgrel=1 +pkgdesc="Simple scanning utility" +url="http://launchpad.net/simple-scan"; +arch=(i686 x86_64) +license=(GPL3) +depends=(sane dconf gtk3 colord libgusb packagekit) +makedepends=(yelp-tools intltool vala) source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz) -sha256sums=('8df5a5a5b06220e98770f11c53db8fc5d0d8d675d1c395f2bcd19fc8656eb62c') +sha256sums=('c505b6e63379c9256fbeaa4def3e595fd063d46a8a852ed90218d336291d2b50') build() { cd $pkgname-$pkgver
[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 18:44:07 Author: heftig Revision: 277520 0.18.3+5+gfe084b7-1 Modified: telepathy-gabble/trunk/PKGBUILD --+ PKGBUILD | 50 +++--- 1 file changed, 35 insertions(+), 15 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 18:29:06 UTC (rev 277519) +++ PKGBUILD2016-10-01 18:44:07 UTC (rev 277520) @@ -1,31 +1,51 @@ # $Id$ -# Maintainer : Ionut Biru +# Contributor: Ionut Biru # Contributor: Daniel Balieiro # Contributor: Rodrigo L. M. Flores + pkgname=telepathy-gabble -pkgver=0.18.3 -pkgrel=3 +pkgver=0.18.3+5+gfe084b7 +pkgrel=1 pkgdesc="A Jabber/XMPP connection manager for Telepathy" -arch=('i686' 'x86_64') +arch=(i686 x86_64) url="http://telepathy.freedesktop.org"; -groups=('telepathy') -license=('LGPL2.1') -depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite') -makedepends=('libxslt' 'python2') -options=('!emptydirs') -source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) +groups=(telepathy) +license=(LGPL2.1) +depends=(telepathy-glib libsoup libnice sqlite) +makedepends=(libxslt python2 gnome-common git) +_commit=fe084b7ef77184927e7740583a395eb5106f0151 # telepathy-gabble-0.18 +source=("git://anongit.freedesktop.org/telepathy/telepathy-gabble#commit=$_commit" +"git://anongit.freedesktop.org/wocky") install=telepathy-gabble.install -md5sums=('40f2fbabc4e6e147258c83ed697f2fcf') +sha256sums=('SKIP' +'SKIP') +pkgver() { + cd $pkgname + git describe --tags | sed 's/^telepathy-gabble-//;s/-/+/g' +} + +prepare() { + cd $pkgname + + git submodule init + git config --local submodule.lib/ext/wocky.url "$srcdir/wocky" + git submodule update + + sed -i '1s/python$/&2/' plugins/telepathy-gabble-xmpp-console + NOCONFIGURE=1 ./autogen.sh +} + build() { - cd $pkgname-$pkgver + cd $pkgname PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ - --libexecdir=/usr/lib/telepathy +--libexecdir=/usr/lib/telepathy \ +--disable-Werror --enable-gtk-doc + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make } package() { - cd $pkgname-$pkgver + cd $pkgname make DESTDIR="$pkgdir" install - sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" "$pkgdir/usr/bin/telepathy-gabble-xmpp-console" }
[arch-commits] Commit in nspr/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 18:29:06 Author: heftig Revision: 277519 4.13-1 Modified: nspr/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 18:20:49 UTC (rev 277518) +++ PKGBUILD2016-10-01 18:29:06 UTC (rev 277519) @@ -3,7 +3,7 @@ # Contributor: Alexander Baldeck pkgname=nspr -pkgver=4.12 +pkgver=4.13 pkgrel=1 pkgdesc="Netscape Portable Runtime" arch=(i686 x86_64) @@ -13,8 +13,8 @@ makedepends=('zip') options=('!emptydirs') source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz) -sha1sums=('14fb67a0e686a5c662f92e7f59dfd10053f327dd') -sha256sums=('e0b10a1e569153668ff8bdea6c7e491b389fab69c2f18285a1ebf7c2ea4269de') +sha1sums=('c9274bb5cc33a388a7e8cd9b378873c59190f74b') +sha256sums=('19c4bb3fa6d24800ffa65d7d806c54ad5f8c3758a5c11352ad43212ab181') build() { cd $pkgname-$pkgver
[arch-commits] Commit in jruby/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 18:28:48 Author: heftig Revision: 191161 9.1.5.0-1 Modified: jruby/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 18:27:06 UTC (rev 191160) +++ PKGBUILD2016-10-01 18:28:48 UTC (rev 191161) @@ -3,7 +3,7 @@ # Contributor: FaziBear pkgname=jruby -pkgver=9.1.4.0 +pkgver=9.1.5.0 pkgrel=1 pkgdesc="100% pure-Java implementation of the Ruby programming language" arch=(any) @@ -12,7 +12,7 @@ options=(!strip) noextract=($pkgname-bin-${pkgver}.tar.gz) source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz) -sha256sums=('cde189a22f6b93a439873e4130fc2c73f07554d4f9c415adef2dd8429626be67') +sha256sums=('28e4f3aefbb4497c5c5edc04246778b3305105c3d3d6de11be067826cc5bb766') package() { depends=(java-runtime-headless bash)
[arch-commits] Commit in pluma/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 18:27:06 Author: arojas Revision: 191160 mate-desktop is still needed (FS#51159) Modified: pluma/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 16:52:48 UTC (rev 191159) +++ PKGBUILD2016-10-01 18:27:06 UTC (rev 191160) @@ -4,12 +4,12 @@ _pkgbase=pluma pkgname=${_pkgbase} pkgver=${_ver}.0 -pkgrel=1 +pkgrel=2 pkgdesc="A powerful text editor for MATE (GTK2 version)" url="http://mate-desktop.org"; arch=('i686' 'x86_64') license=('GPL') -depends=('iso-codes' 'pygtksourceview2' 'zenity') +depends=('iso-codes' 'pygtksourceview2' 'zenity' 'mate-desktop') makedepends=('intltool' 'itstool') groups=('mate-extra') conflicts=("${_pkgbase}-gtk3")
[arch-commits] Commit in nss/trunk (PKGBUILD legacy-certs.patch)
Date: Saturday, October 1, 2016 @ 18:20:49 Author: heftig Revision: 277518 3.27-1 Modified: nss/trunk/PKGBUILD Deleted: nss/trunk/legacy-certs.patch + PKGBUILD | 13 legacy-certs.patch | 1089 --- 2 files changed, 4 insertions(+), 1098 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 18:15:37 UTC (rev 277517) +++ PKGBUILD2016-10-01 18:20:49 UTC (rev 277518) @@ -3,7 +3,7 @@ pkgbase=nss pkgname=(nss ca-certificates-mozilla) -pkgver=3.26 +pkgver=3.27 pkgrel=1 pkgdesc="Network Security Services" url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS"; @@ -14,14 +14,13 @@ makedepends=('perl' 'python2' 'xmlto' 'docbook-xsl') options=('!strip' '!makeflags' 'staticlibs') source=("https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${pkgbase}-${pkgver}.tar.gz"; -certdata2pem.py bundle.sh nss.pc.in nss-config.in nss-config.xml legacy-certs.patch) -sha256sums=('91783a570ab953693eb977ce47c501f04c104cec287fa011c91bcc8970d1c564' +certdata2pem.py bundle.sh nss.pc.in nss-config.in nss-config.xml) +sha256sums=('021aa936b06f5815474dd5c137f2325b3fe06caa38d9798ca53ec30b537301fa' '2a2ff9131c21fa3b23ad7c7a2f069eabc783e56c6eb05419ac5f365f48dea0fc' '045f520403f715a4cc7f3607b4e2c9bcc88fee5bce58d462fddaa2fdb0e4c180' 'f2208c4f70373ff9b60f53d733f8071d4e390c384b776dfc04bf26c306882faf' 'e44ac5095b4d88f24ec7b2e6a9f1581560bd3ad41a3d198596d67ef22f67adb9' -'98ace873c63e8e870286bce3ed53249aa2655cc1f53e7049061476e650ab06f1' -'5f793af9c8558324e4188163862e0e70a5b069a44ad9e7817e0767093739f2a0') +'98ace873c63e8e870286bce3ed53249aa2655cc1f53e7049061476e650ab06f1') prepare() { mkdir certs @@ -31,10 +30,6 @@ cd nss-$pkgver - # Still needed - Evolution (Camel) and Telepathy-Gabble (Wocky) use - # their own validation which doesn't work with trusted intermediates - patch nss/lib/ckfw/builtins/certdata.txt ../legacy-certs.patch - # Respect LDFLAGS sed -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/' \ -i nss/coreconf/rules.mk Deleted: legacy-certs.patch === --- legacy-certs.patch 2016-10-01 18:15:37 UTC (rev 277517) +++ legacy-certs.patch 2016-10-01 18:20:49 UTC (rev 277518) @@ -1,1089 +0,0 @@ certdata.txt 2016-02-26 22:21:17.016942918 +0100 -+++ certdata-legacy.txt2016-03-21 10:47:41.022763306 +0100 -@@ -70,6 +70,421 @@ - CKA_LABEL UTF8 "Mozilla Builtin Roots" - - # -+# Certificate "GTE CyberTrust Global Root" -+# -+# Issuer: CN=GTE CyberTrust Global Root,OU="GTE CyberTrust Solutions, Inc.",O=GTE Corporation,C=US -+# Serial Number: 421 (0x1a5) -+# Subject: CN=GTE CyberTrust Global Root,OU="GTE CyberTrust Solutions, Inc.",O=GTE Corporation,C=US -+# Not Valid Before: Thu Aug 13 00:29:00 1998 -+# Not Valid After : Mon Aug 13 23:59:00 2018 -+# Fingerprint (MD5): CA:3D:D3:68:F1:03:5C:D0:32:FA:B8:2B:59:E8:5A:DB -+# Fingerprint (SHA1): 97:81:79:50:D8:1C:96:70:CC:34:D8:09:CF:79:44:31:36:7E:F4:74 -+CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE -+CKA_TOKEN CK_BBOOL CK_TRUE -+CKA_PRIVATE CK_BBOOL CK_FALSE -+CKA_MODIFIABLE CK_BBOOL CK_FALSE -+CKA_LABEL UTF8 "GTE CyberTrust Global Root" -+CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509 -+CKA_SUBJECT MULTILINE_OCTAL -+\060\165\061\013\060\011\006\003\125\004\006\023\002\125\123\061 -+\030\060\026\006\003\125\004\012\023\017\107\124\105\040\103\157 -+\162\160\157\162\141\164\151\157\156\061\047\060\045\006\003\125 -+\004\013\023\036\107\124\105\040\103\171\142\145\162\124\162\165 -+\163\164\040\123\157\154\165\164\151\157\156\163\054\040\111\156 -+\143\056\061\043\060\041\006\003\125\004\003\023\032\107\124\105 -+\040\103\171\142\145\162\124\162\165\163\164\040\107\154\157\142 -+\141\154\040\122\157\157\164 -+END -+CKA_ID UTF8 "0" -+CKA_ISSUER MULTILINE_OCTAL -+\060\165\061\013\060\011\006\003\125\004\006\023\002\125\123\061 -+\030\060\026\006\003\125\004\012\023\017\107\124\105\040\103\157 -+\162\160\157\162\141\164\151\157\156\061\047\060\045\006\003\125 -+\004\013\023\036\107\124\105\040\103\171\142\145\162\124\162\165 -+\163\164\040\123\157\154\165\164\151\157\156\163\054\040\111\156 -+\143\056\061\043\060\041\006\003\125\004\003\023\032\107\124\105 -+\040\103\171\142\145\162\124\162\165\163\164\040\107\154\157\142 -+\141\154\040\122\157\157\164 -+END -+CKA_SERIAL_NUMBER MULTILINE_OCTAL -+\002\002\001\245 -+END -+CKA_VALUE MULTILINE_OCTAL -+\060\202\002\132\060\202\001\303\002\002\001\245\060\015\006\011 -+\052\206\110\206\367\015\001\001\004\005\000\060\165\061\013\060 -+\011\006\003\125\004\006\023\002\125\123\061\030\060\026\006\003 -+\125\004\012\023\017\107\124\105\040\103\157\162\160\157\162\141 -+\164\151\157\156\061\047\060\045\006\003\125\004\013\02
[arch-commits] Commit in eclipse/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 18:15:37 Author: heftig Revision: 277517 4.6.1-1 Modified: eclipse/trunk/PKGBUILD --+ PKGBUILD | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 18:04:43 UTC (rev 277516) +++ PKGBUILD2016-10-01 18:15:37 UTC (rev 277517) @@ -8,9 +8,9 @@ pkgbase=eclipse pkgname=(eclipse-{common,java,jee,cpp,php}) -pkgver=4.6.0 +pkgver=4.6.1 pkgrel=1 -_release=neon-R +_release=neon-1 pkgdesc="Highly extensible IDE" license=("EPL") arch=(i686 x86_64) @@ -33,14 +33,14 @@ sha256sums=('9f8980078c97fb3020ba2e9c6c07eac077b932406aba3e2d6a4763a5d299290d' '04e789fb695d5f95d09ddb994ae30397b39aee35f11997465dd91d129c41b2ed' '57559c2548ae463089acb3c2825ebc002ed83067ddc953b23d36a7b5a02deaf3') -sha256sums_i686=('3e09e203e0a8682bc3d6ddf218df788e2b9dc064b370a980f63e3e2fa4ae2e3f' - '6689bab833e854b3ef619e181587eaa823b2dc7498fea730bedbf568d0f24391' - 'b0d85ed3612a6928a96c552ae01631b7cecc7ed81206cbebd2670b8171c52228' - '05130e4f1c9f55410f80d1d1e603318550276d7cf19f7d26cd2e6dbed9dd7fd5') -sha256sums_x86_64=('ca06e10df42eab462f130aa89658f9c75f1df61ba79ede02fb7bb748f4544c34' - '3a97e2b9e99b09cb6b18bc22fab05977838618999fe62051e52352ae9f00b8f1' - 'd54430fb0ae4a01591c1e2084fc6d28b7c32629c990df08fddb839b9f6d3d825' - '0fe0d9735816d9106ca800a13c581aae7ad52566a06862f2f2dd92c873859d3c') +sha256sums_i686=('52459af264024860bffa868a06eef2a33a2365f194aae0e64f54a0a785ec2b38' + '43a6b561b842d29d48ecb082f66e6d5caa3ed5866b4250800a2e5fe306a705e6' + '528b98dae92e89afb5dd75d3644e1da4794076db2292b9b0b2745e479625f0f6' + 'ce9615843d532eafe07beeaba8ea2dc592f4bb8800ed8ed7c427108c6cbef1a1') +sha256sums_x86_64=('d26f669b7b919062c24811fb9ef4d408a9d94912350c7fc991898ace42f6333e' + 'ac93d53f138920bbdc08580945eac3c3751d550154fc17149bf4f46d5ca24a44' + '33b23c82c9ffece9f32775a04883107ee920b0fbbe373b0ff40b61b03a6a6e5a' + 'cf147e1cd29d24944797d0b3fa21395ec196a560476f6417108b2b28a5044270') prepare() { mkdir eclipse-common
[arch-commits] Commit in gtk3/repos (24 files)
Date: Saturday, October 1, 2016 @ 18:04:43 Author: heftig Revision: 277516 archrelease: copy trunk to testing-i686, testing-x86_64 Added: gtk3/repos/testing-i686/PKGBUILD (from rev 277515, gtk3/trunk/PKGBUILD) gtk3/repos/testing-i686/gtk-query-immodules-3.0.hook (from rev 277515, gtk3/trunk/gtk-query-immodules-3.0.hook) gtk3/repos/testing-i686/gtk-update-icon-cache.hook (from rev 277515, gtk3/trunk/gtk-update-icon-cache.hook) gtk3/repos/testing-i686/gtk-update-icon-cache.script (from rev 277515, gtk3/trunk/gtk-update-icon-cache.script) gtk3/repos/testing-i686/gtk3.install (from rev 277515, gtk3/trunk/gtk3.install) gtk3/repos/testing-i686/settings.ini (from rev 277515, gtk3/trunk/settings.ini) gtk3/repos/testing-x86_64/PKGBUILD (from rev 277515, gtk3/trunk/PKGBUILD) gtk3/repos/testing-x86_64/gtk-query-immodules-3.0.hook (from rev 277515, gtk3/trunk/gtk-query-immodules-3.0.hook) gtk3/repos/testing-x86_64/gtk-update-icon-cache.hook (from rev 277515, gtk3/trunk/gtk-update-icon-cache.hook) gtk3/repos/testing-x86_64/gtk-update-icon-cache.script (from rev 277515, gtk3/trunk/gtk-update-icon-cache.script) gtk3/repos/testing-x86_64/gtk3.install (from rev 277515, gtk3/trunk/gtk3.install) gtk3/repos/testing-x86_64/settings.ini (from rev 277515, gtk3/trunk/settings.ini) Deleted: gtk3/repos/testing-i686/PKGBUILD gtk3/repos/testing-i686/gtk-query-immodules-3.0.hook gtk3/repos/testing-i686/gtk-update-icon-cache.hook gtk3/repos/testing-i686/gtk-update-icon-cache.script gtk3/repos/testing-i686/gtk3.install gtk3/repos/testing-i686/settings.ini gtk3/repos/testing-x86_64/PKGBUILD gtk3/repos/testing-x86_64/gtk-query-immodules-3.0.hook gtk3/repos/testing-x86_64/gtk-update-icon-cache.hook gtk3/repos/testing-x86_64/gtk-update-icon-cache.script gtk3/repos/testing-x86_64/gtk3.install gtk3/repos/testing-x86_64/settings.ini -+ /PKGBUILD | 202 ++ /gtk-query-immodules-3.0.hook | 22 ++ /gtk-update-icon-cache.hook | 26 +++ /gtk-update-icon-cache.script | 20 ++ /gtk3.install |6 /settings.ini |8 + testing-i686/PKGBUILD | 101 - testing-i686/gtk-query-immodules-3.0.hook | 11 - testing-i686/gtk-update-icon-cache.hook | 13 - testing-i686/gtk-update-icon-cache.script | 10 - testing-i686/gtk3.install |3 testing-i686/settings.ini |4 testing-x86_64/PKGBUILD | 101 - testing-x86_64/gtk-query-immodules-3.0.hook | 11 - testing-x86_64/gtk-update-icon-cache.hook | 13 - testing-x86_64/gtk-update-icon-cache.script | 10 - testing-x86_64/gtk3.install |3 testing-x86_64/settings.ini |4 18 files changed, 284 insertions(+), 284 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2016-10-01 18:01:58 UTC (rev 277515) +++ testing-i686/PKGBUILD 2016-10-01 18:04:43 UTC (rev 277516) @@ -1,101 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru -# Maintainer: Jan Alexander Steffens (heftig) - -pkgbase=gtk3 -pkgname=(gtk3 gtk-update-icon-cache gtk3-print-backends) -pkgver=3.22.0+29+gfa23641 -pkgrel=1 -pkgdesc="GObject-based multi-platform GUI toolkit" -arch=(i686 x86_64) -url="http://www.gtk.org/"; -depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 dconf - libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland libxkbcommon - adwaita-icon-theme json-glib librsvg wayland-protocols desktop-file-utils mesa) -makedepends=(gobject-introspection libcanberra gtk-doc git colord rest libcups) -license=(LGPL) -_commit=fa23641992e0fc1e7ec64c56975d7b13d7d0de1b -source=("git://git.gnome.org/gtk+#commit=$_commit" -settings.ini -gtk-query-immodules-3.0.hook -gtk-update-icon-cache.hook -gtk-update-icon-cache.script) -sha256sums=('SKIP' -'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202' -'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845' -'496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308' -'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541') - -pkgver() { - cd gtk+ - git describe --tags | sed 's/-/+/g' -} - -prepare() { -mkdir print-backends -cd gtk+ -NOCONFIGURE=1 ./autogen.sh -} - -build() { -cd gtk+ - -CXX=/bin/false ./configure --prefix=/usr \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---disable-schemas-compile \ ---enable-x11-backend \ ---enable-broadway-backend \ ---enable-wayland-backend \ ---enab
[arch-commits] Commit in gtk3/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 18:01:58 Author: heftig Revision: 277515 3.22.1-1 Modified: gtk3/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 17:57:38 UTC (rev 277514) +++ PKGBUILD2016-10-01 18:01:58 UTC (rev 277515) @@ -4,7 +4,7 @@ pkgbase=gtk3 pkgname=(gtk3 gtk-update-icon-cache gtk3-print-backends) -pkgver=3.22.0+29+gfa23641 +pkgver=3.22.1 pkgrel=1 pkgdesc="GObject-based multi-platform GUI toolkit" arch=(i686 x86_64) @@ -14,7 +14,7 @@ adwaita-icon-theme json-glib librsvg wayland-protocols desktop-file-utils mesa) makedepends=(gobject-introspection libcanberra gtk-doc git colord rest libcups) license=(LGPL) -_commit=fa23641992e0fc1e7ec64c56975d7b13d7d0de1b +_commit=ae7a1e0d08a19184b659ca38623431b210d0f84a # tags/3.22.1^0 source=("git://git.gnome.org/gtk+#commit=$_commit" settings.ini gtk-query-immodules-3.0.hook
[arch-commits] Commit in networkmanager/repos (8 files)
Date: Saturday, October 1, 2016 @ 17:57:38 Author: heftig Revision: 277514 archrelease: copy trunk to extra-i686, extra-x86_64 Added: networkmanager/repos/extra-i686/NetworkManager.conf (from rev 277513, networkmanager/trunk/NetworkManager.conf) networkmanager/repos/extra-i686/PKGBUILD (from rev 277513, networkmanager/trunk/PKGBUILD) networkmanager/repos/extra-x86_64/NetworkManager.conf (from rev 277513, networkmanager/trunk/NetworkManager.conf) networkmanager/repos/extra-x86_64/PKGBUILD (from rev 277513, networkmanager/trunk/PKGBUILD) Deleted: networkmanager/repos/extra-i686/NetworkManager.conf networkmanager/repos/extra-i686/PKGBUILD networkmanager/repos/extra-x86_64/NetworkManager.conf networkmanager/repos/extra-x86_64/PKGBUILD --+ /NetworkManager.conf | 16 ++ /PKGBUILD| 248 + extra-i686/NetworkManager.conf |8 - extra-i686/PKGBUILD | 124 -- extra-x86_64/NetworkManager.conf |8 - extra-x86_64/PKGBUILD| 124 -- 6 files changed, 264 insertions(+), 264 deletions(-) Deleted: extra-i686/NetworkManager.conf === --- extra-i686/NetworkManager.conf 2016-10-01 17:56:20 UTC (rev 277513) +++ extra-i686/NetworkManager.conf 2016-10-01 17:57:38 UTC (rev 277514) @@ -1,8 +0,0 @@ -[main] -plugins=keyfile -dns=default - -## HTTP-based connectivity check -#[connectivity] -#uri=http://nmcheck.gnome.org/check_network_status.txt -#interval=100 Copied: networkmanager/repos/extra-i686/NetworkManager.conf (from rev 277513, networkmanager/trunk/NetworkManager.conf) === --- extra-i686/NetworkManager.conf (rev 0) +++ extra-i686/NetworkManager.conf 2016-10-01 17:57:38 UTC (rev 277514) @@ -0,0 +1,8 @@ +[main] +plugins=keyfile +dns=default + +## HTTP-based connectivity check +#[connectivity] +#uri=http://nmcheck.gnome.org/check_network_status.txt +#interval=100 Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-10-01 17:56:20 UTC (rev 277513) +++ extra-i686/PKGBUILD 2016-10-01 17:57:38 UTC (rev 277514) @@ -1,124 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Maintainer: Jan de Groot -# Contributor: Wael Nasreddine -# Contributor: Tor Krill -# Contributor: Will Rea -# Contributor: Valentine Sinitsyn - -pkgbase=networkmanager -pkgname=(networkmanager libnm-glib) -pkgver=1.4.1dev+33+gc87b89b -pkgrel=1 -pkgdesc="Network connection manager and user applications" -arch=(i686 x86_64) -license=(GPL2 LGPL2.1) -url="https://wiki.gnome.org/Projects/NetworkManager"; -_pppver=2.4.7 -makedepends=(intltool dhclient iptables gobject-introspection gtk-doc - "ppp=$_pppver" modemmanager dbus-glib iproute2 nss polkit - wpa_supplicant libsoup systemd libgudev libmm-glib rp-pppoe - libnewt libndp libteam vala perl-yaml python-gobject git) -checkdepends=(libx11 python-dbus) -_commit=c87b89bf8f7d0e45df08e84503eb16f5ef2ce3c6 -source=("git://anongit.freedesktop.org/NetworkManager/NetworkManager#commit=$_commit" -NetworkManager.conf) -sha256sums=('SKIP' -'67f112c1ac8ee3726eb229f5cd783de19f09cc252af49e157343d82b324b923f') - -prepare() { - cd NetworkManager - - 2to3 -w libnm src tools - - NOCONFIGURE=1 ./autogen.sh -} - -pkgver() { - cd NetworkManager - git describe | sed 's/-dev/dev/;s/-/+/g' -} - -build() { - cd NetworkManager - ./configure --prefix=/usr \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---sbindir=/usr/bin \ ---libexecdir=/usr/lib/networkmanager \ ---with-crypto=nss \ ---with-dhclient=/usr/bin/dhclient \ ---without-dhcpcd \ ---with-dnsmasq=/usr/bin/dnsmasq \ ---with-iptables=/usr/bin/iptables \ ---with-systemdsystemunitdir=/usr/lib/systemd/system \ ---with-udev-dir=/usr/lib/udev \ ---with-resolvconf=/usr/bin/resolvconf \ ---with-pppd=/usr/bin/pppd \ ---with-pppd-plugin-dir=/usr/lib/pppd/$_pppver \ ---with-pppoe=/usr/bin/pppoe \ ---with-kernel-firmware-dir=/usr/lib/firmware \ ---with-session-tracking=systemd \ ---with-modem-manager-1 \ ---disable-static \ ---enable-more-warnings=no \ ---disable-wimax \ ---enable-modify-system \ ---enable-doc \ ---enable-gtk-doc - - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool - - make -} - -check() { - cd NetworkManager - make -k check -} - -package_networkmanager() { - depends=(libnm-glib iproute2 polkit wpa_supplicant libsoup libmm-glib -
[arch-commits] Commit in networkmanager/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 17:56:20 Author: heftig Revision: 277513 1.4.2-1 Modified: networkmanager/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 17:49:45 UTC (rev 277512) +++ PKGBUILD2016-10-01 17:56:20 UTC (rev 277513) @@ -8,7 +8,7 @@ pkgbase=networkmanager pkgname=(networkmanager libnm-glib) -pkgver=1.4.1dev+33+gc87b89b +pkgver=1.4.2 pkgrel=1 pkgdesc="Network connection manager and user applications" arch=(i686 x86_64) @@ -20,7 +20,7 @@ wpa_supplicant libsoup systemd libgudev libmm-glib rp-pppoe libnewt libndp libteam vala perl-yaml python-gobject git) checkdepends=(libx11 python-dbus) -_commit=c87b89bf8f7d0e45df08e84503eb16f5ef2ce3c6 +_commit=c2c006fca869fccf9ce8c2a63a738174269872e2 # tags/1.4.2^0 source=("git://anongit.freedesktop.org/NetworkManager/NetworkManager#commit=$_commit" NetworkManager.conf) sha256sums=('SKIP'
[arch-commits] Commit in steam-native-runtime/repos/community-i686 (PKGBUILD PKGBUILD)
Date: Saturday, October 1, 2016 @ 16:52:31 Author: anthraxx Revision: 191158 archrelease: copy trunk to community-i686 Added: steam-native-runtime/repos/community-i686/PKGBUILD (from rev 191157, steam-native-runtime/trunk/PKGBUILD) Deleted: steam-native-runtime/repos/community-i686/PKGBUILD --+ PKGBUILD | 82 ++--- 1 file changed, 41 insertions(+), 41 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-10-01 16:52:19 UTC (rev 191157) +++ PKGBUILD2016-10-01 16:52:31 UTC (rev 191158) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Maxime Gauduin -# Maintainer: Levente Polyak - -pkgname=steam-native-runtime -pkgver=1.0.0.52 -pkgrel=2 -pkgdesc='Native replacement for the Steam runtime' -arch=('i686' 'x86_64') -url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime' -license=('None') -depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib' - 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10' - 'glib2' 'glu' 'gtk2' 'libcaca' 'libcanberra' 'libcups' - 'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm' 'libice' - 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse' 'libsm' 'libtheora' - 'libtiff4' 'libudev0-shim' 'libusb' 'libvorbis' 'libxcomposite' - 'libxcursor' 'libxft' 'libxi' 'libxinerama' 'libxmu' 'libxrandr' - 'libxrender' 'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal' 'pango' - 'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl_image' 'sdl_mixer' - 'sdl_ttf') -depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo' -'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig' -'lib32-freetype2' 'lib32-gconf' 'lib32-gdk-pixbuf2' -'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2' -'lib32-libcaca' 'lib32-libcanberra' 'lib32-libcups' -'lib32-libcurl-compat' 'lib32-libcurl-gnutls' 'lib32-libdbus' -'lib32-libdrm' 'lib32-libice' 'lib32-libjpeg6' -'lib32-libnm-glib' 'lib32-libpng12' 'lib32-libpulse' -'lib32-libsm' 'lib32-libtheora' 'lib32-libtiff4' -'lib32-libudev0-shim' 'lib32-libusb' 'lib32-libvorbis' -'lib32-libxcomposite' 'lib32-libxcursor' 'lib32-libxft' -'lib32-libxi' 'lib32-libxinerama' 'lib32-libxmu' -'lib32-libxrandr' 'lib32-libxrender' 'lib32-libxtst' -'lib32-libxxf86vm' 'lib32-nspr' 'lib32-nss' 'lib32-openal' -'lib32-pango' 'lib32-sdl' 'lib32-sdl2' 'lib32-sdl2_image' -'lib32-sdl2_mixer' 'lib32-sdl_image' 'lib32-sdl_mixer' -'lib32-sdl_ttf') -replaces=('steam-libs') - -# vim: ts=2 sw=2 et: Copied: steam-native-runtime/repos/community-i686/PKGBUILD (from rev 191157, steam-native-runtime/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-10-01 16:52:31 UTC (rev 191158) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Maintainer: Levente Polyak + +pkgname=steam-native-runtime +pkgver=1.0.0.52 +pkgrel=3 +pkgdesc='Native replacement for the Steam runtime' +arch=('i686' 'x86_64') +url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime' +license=('None') +depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib' + 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10' + 'glib2' 'glu' 'gtk2' 'libcaca' 'libcanberra' 'libcups' + 'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm' 'libice' + 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse' 'libsm' 'libtheora' + 'libtiff4' 'libudev0-shim' 'libusb' 'libvorbis' 'libxcomposite' + 'libxcursor' 'libxft' 'libxi' 'libxinerama' 'libxmu' 'libxrandr' + 'libxrender' 'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal' 'pango' + 'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image' + 'sdl_mixer' 'sdl_ttf' 'libappindicator-gtk2' 'vulkan-icd-loader') +depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo' +'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig' +'lib32-freetype2' 'lib32-gconf' 'lib32-gdk-pixbuf2' +'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2' +'lib32-libcaca' 'lib32-libcanberra' 'lib32-libcups' +'lib32-libcurl-compat' 'lib32-libcurl-gnutls' 'lib32-libdbus' +'lib32-libdrm' 'lib32-libice' 'lib32-libjpeg6' +'lib32-libnm-glib' 'lib32-libpng12' 'lib32-libpulse' +'lib32-libsm' 'lib32-libtheora' 'lib32-libtiff4' +'lib32-libudev0-shim' 'lib32-libusb' 'lib32-libvorbis' +'lib32-libxcomposite' 'lib32-libxcursor' 'lib32-libxft' +'lib32-libx
[arch-commits] Commit in steam-native-runtime/repos/multilib-x86_64 (2 files)
Date: Saturday, October 1, 2016 @ 16:52:48 Author: anthraxx Revision: 191159 archrelease: copy trunk to multilib-x86_64 Added: steam-native-runtime/repos/multilib-x86_64/PKGBUILD (from rev 191158, steam-native-runtime/trunk/PKGBUILD) Deleted: steam-native-runtime/repos/multilib-x86_64/PKGBUILD --+ PKGBUILD | 82 ++--- 1 file changed, 41 insertions(+), 41 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-10-01 16:52:31 UTC (rev 191158) +++ PKGBUILD2016-10-01 16:52:48 UTC (rev 191159) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Maxime Gauduin -# Maintainer: Levente Polyak - -pkgname=steam-native-runtime -pkgver=1.0.0.52 -pkgrel=2 -pkgdesc='Native replacement for the Steam runtime' -arch=('i686' 'x86_64') -url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime' -license=('None') -depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib' - 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10' - 'glib2' 'glu' 'gtk2' 'libcaca' 'libcanberra' 'libcups' - 'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm' 'libice' - 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse' 'libsm' 'libtheora' - 'libtiff4' 'libudev0-shim' 'libusb' 'libvorbis' 'libxcomposite' - 'libxcursor' 'libxft' 'libxi' 'libxinerama' 'libxmu' 'libxrandr' - 'libxrender' 'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal' 'pango' - 'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl_image' 'sdl_mixer' - 'sdl_ttf') -depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo' -'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig' -'lib32-freetype2' 'lib32-gconf' 'lib32-gdk-pixbuf2' -'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2' -'lib32-libcaca' 'lib32-libcanberra' 'lib32-libcups' -'lib32-libcurl-compat' 'lib32-libcurl-gnutls' 'lib32-libdbus' -'lib32-libdrm' 'lib32-libice' 'lib32-libjpeg6' -'lib32-libnm-glib' 'lib32-libpng12' 'lib32-libpulse' -'lib32-libsm' 'lib32-libtheora' 'lib32-libtiff4' -'lib32-libudev0-shim' 'lib32-libusb' 'lib32-libvorbis' -'lib32-libxcomposite' 'lib32-libxcursor' 'lib32-libxft' -'lib32-libxi' 'lib32-libxinerama' 'lib32-libxmu' -'lib32-libxrandr' 'lib32-libxrender' 'lib32-libxtst' -'lib32-libxxf86vm' 'lib32-nspr' 'lib32-nss' 'lib32-openal' -'lib32-pango' 'lib32-sdl' 'lib32-sdl2' 'lib32-sdl2_image' -'lib32-sdl2_mixer' 'lib32-sdl_image' 'lib32-sdl_mixer' -'lib32-sdl_ttf') -replaces=('steam-libs') - -# vim: ts=2 sw=2 et: Copied: steam-native-runtime/repos/multilib-x86_64/PKGBUILD (from rev 191158, steam-native-runtime/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-10-01 16:52:48 UTC (rev 191159) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Maintainer: Levente Polyak + +pkgname=steam-native-runtime +pkgver=1.0.0.52 +pkgrel=3 +pkgdesc='Native replacement for the Steam runtime' +arch=('i686' 'x86_64') +url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime' +license=('None') +depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib' + 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10' + 'glib2' 'glu' 'gtk2' 'libcaca' 'libcanberra' 'libcups' + 'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm' 'libice' + 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse' 'libsm' 'libtheora' + 'libtiff4' 'libudev0-shim' 'libusb' 'libvorbis' 'libxcomposite' + 'libxcursor' 'libxft' 'libxi' 'libxinerama' 'libxmu' 'libxrandr' + 'libxrender' 'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal' 'pango' + 'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image' + 'sdl_mixer' 'sdl_ttf' 'libappindicator-gtk2' 'vulkan-icd-loader') +depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo' +'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig' +'lib32-freetype2' 'lib32-gconf' 'lib32-gdk-pixbuf2' +'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2' +'lib32-libcaca' 'lib32-libcanberra' 'lib32-libcups' +'lib32-libcurl-compat' 'lib32-libcurl-gnutls' 'lib32-libdbus' +'lib32-libdrm' 'lib32-libice' 'lib32-libjpeg6' +'lib32-libnm-glib' 'lib32-libpng12' 'lib32-libpulse' +'lib32-libsm' 'lib32-libtheora' 'lib32-libtiff4' +'lib32-libudev0-shim' 'lib32-libusb' 'lib32-libvorbis' +'lib32-libxcomposite' 'lib32-libxcursor' 'lib32-libxft' +'lib32-
[arch-commits] Commit in steam-native-runtime/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 16:52:19 Author: anthraxx Revision: 191157 upgpkg: steam-native-runtime 1.0.0.52-3 (new dependencies) - adding missing dependencies for system tray as its a fundamental part of Steam and without those libs it even results in defunc and hangs under certain circumstances. Modified: steam-native-runtime/trunk/PKGBUILD --+ PKGBUILD | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 16:43:17 UTC (rev 191156) +++ PKGBUILD2016-10-01 16:52:19 UTC (rev 191157) @@ -1,10 +1,10 @@ # $Id$ # Maintainer: Maxime Gauduin -# Maintainer: Levente Polyak +# Maintainer: Levente Polyak pkgname=steam-native-runtime pkgver=1.0.0.52 -pkgrel=2 +pkgrel=3 pkgdesc='Native replacement for the Steam runtime' arch=('i686' 'x86_64') url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime' @@ -17,8 +17,8 @@ 'libtiff4' 'libudev0-shim' 'libusb' 'libvorbis' 'libxcomposite' 'libxcursor' 'libxft' 'libxi' 'libxinerama' 'libxmu' 'libxrandr' 'libxrender' 'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal' 'pango' - 'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl_image' 'sdl_mixer' - 'sdl_ttf') + 'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image' + 'sdl_mixer' 'sdl_ttf' 'libappindicator-gtk2' 'vulkan-icd-loader') depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo' 'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig' 'lib32-freetype2' 'lib32-gconf' 'lib32-gdk-pixbuf2' @@ -34,8 +34,8 @@ 'lib32-libxrandr' 'lib32-libxrender' 'lib32-libxtst' 'lib32-libxxf86vm' 'lib32-nspr' 'lib32-nss' 'lib32-openal' 'lib32-pango' 'lib32-sdl' 'lib32-sdl2' 'lib32-sdl2_image' -'lib32-sdl2_mixer' 'lib32-sdl_image' 'lib32-sdl_mixer' -'lib32-sdl_ttf') +'lib32-sdl2_mixer' 'lib32-sdl2_ttf' 'lib32-sdl_image' +'lib32-sdl_mixer' 'lib32-sdl_ttf' 'lib32-libappindicator-gtk2') replaces=('steam-libs') # vim: ts=2 sw=2 et:
[arch-commits] Commit in lib32-sdl2_ttf/repos (2 files)
Date: Saturday, October 1, 2016 @ 16:43:17 Author: anthraxx Revision: 191156 archrelease: copy trunk to multilib-x86_64 Added: lib32-sdl2_ttf/repos/multilib-x86_64/ lib32-sdl2_ttf/repos/multilib-x86_64/PKGBUILD (from rev 191155, lib32-sdl2_ttf/trunk/PKGBUILD) --+ PKGBUILD | 32 1 file changed, 32 insertions(+) Copied: lib32-sdl2_ttf/repos/multilib-x86_64/PKGBUILD (from rev 191155, lib32-sdl2_ttf/trunk/PKGBUILD) === --- multilib-x86_64/PKGBUILD(rev 0) +++ multilib-x86_64/PKGBUILD2016-10-01 16:43:17 UTC (rev 191156) @@ -0,0 +1,32 @@ +# Maintainer: Levente Polyak +# Contributor: Sven-Hendrik Haase +# Contributor: carstene1ns + +pkgname=lib32-sdl2_ttf +pkgver=2.0.14 +pkgrel=2 +pkgdesc='Library that allows you to use TrueType fonts in your SDL applications (Version 2) (32-bit)' +url='https://www.libsdl.org/projects/SDL_ttf' +arch=('x86_64') +license=('MIT') +depends=('lib32-sdl2' 'lib32-freetype2') +source=(https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-${pkgver}.tar.gz) +sha512sums=('4db817573fd216e26180f4c401cc869ce407589a461032fd7167dc612d35e038cca1ab67be7909b6b49c741581a68125ab46362ad8e3c0a2cdd39624ad847099') + +build() { + cd SDL2_ttf-${pkgver} + export CC='gcc -m32' + export CXX='g++ -m32' + export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' + ./configure --disable-static --prefix=/usr --libdir=/usr/lib32 + make +} + +package() { + cd SDL2_ttf-${pkgver} + make DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}/usr/include" + install -Dm 644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in (4 files)
Date: Saturday, October 1, 2016 @ 16:42:50 Author: anthraxx Revision: 191155 addpkg: lib32-sdl2_ttf 2.0.14-2 Added: lib32-sdl2_ttf/ lib32-sdl2_ttf/repos/ lib32-sdl2_ttf/trunk/ lib32-sdl2_ttf/trunk/PKGBUILD --+ PKGBUILD | 32 1 file changed, 32 insertions(+) Added: lib32-sdl2_ttf/trunk/PKGBUILD === --- lib32-sdl2_ttf/trunk/PKGBUILD (rev 0) +++ lib32-sdl2_ttf/trunk/PKGBUILD 2016-10-01 16:42:50 UTC (rev 191155) @@ -0,0 +1,32 @@ +# Maintainer: Levente Polyak +# Contributor: Sven-Hendrik Haase +# Contributor: carstene1ns + +pkgname=lib32-sdl2_ttf +pkgver=2.0.14 +pkgrel=2 +pkgdesc='Library that allows you to use TrueType fonts in your SDL applications (Version 2) (32-bit)' +url='https://www.libsdl.org/projects/SDL_ttf' +arch=('x86_64') +license=('MIT') +depends=('lib32-sdl2' 'lib32-freetype2') +source=(https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-${pkgver}.tar.gz) +sha512sums=('4db817573fd216e26180f4c401cc869ce407589a461032fd7167dc612d35e038cca1ab67be7909b6b49c741581a68125ab46362ad8e3c0a2cdd39624ad847099') + +build() { + cd SDL2_ttf-${pkgver} + export CC='gcc -m32' + export CXX='g++ -m32' + export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' + ./configure --disable-static --prefix=/usr --libdir=/usr/lib32 + make +} + +package() { + cd SDL2_ttf-${pkgver} + make DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}/usr/include" + install -Dm 644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in lib32-libappindicator/repos (4 files)
Date: Saturday, October 1, 2016 @ 15:30:15 Author: anthraxx Revision: 191154 archrelease: copy trunk to multilib-x86_64 Added: lib32-libappindicator/repos/multilib-x86_64/ lib32-libappindicator/repos/multilib-x86_64/PKGBUILD (from rev 191153, lib32-libappindicator/trunk/PKGBUILD) lib32-libappindicator/repos/multilib-x86_64/improved-plasma.patch (from rev 191153, lib32-libappindicator/trunk/improved-plasma.patch) lib32-libappindicator/repos/multilib-x86_64/no-python.patch (from rev 191153, lib32-libappindicator/trunk/no-python.patch) ---+ PKGBUILD | 102 improved-plasma.patch | 59 +++ no-python.patch | 81 ++ 3 files changed, 242 insertions(+) Copied: lib32-libappindicator/repos/multilib-x86_64/PKGBUILD (from rev 191153, lib32-libappindicator/trunk/PKGBUILD) === --- multilib-x86_64/PKGBUILD(rev 0) +++ multilib-x86_64/PKGBUILD2016-10-01 15:30:15 UTC (rev 191154) @@ -0,0 +1,102 @@ +# Maintainer: Levente Polyak +# Contributor: Manuel Hüsers +# Contributor: Jameson Pugh +# Contributor: Swift Geek < swift geek ât gmail døt cøm> + +_pkgbase=libappindicator +pkgbase=lib32-${_pkgbase} +pkgname=("${pkgbase}-gtk"{2,3} "${pkgbase}-sharp") +pkgver=12.10.0 +pkgrel=9 +pkgdesc='Allow applications to extend a menu via Ayatana indicators in Unity, KDE or Systray (32-bit)' +url='https://launchpad.net/libappindicator' +arch=('i686' 'x86_64') +license=('LGPL2.1' 'GPL3') +makedepends=('dbus-glib' 'gobject-introspection' 'gtk-doc' 'gtk-sharp-2' + 'lib32-libdbusmenu-gtk'{2,3} 'lib32-libindicator-gtk'{2,3} + 'mono' 'perl-xml-libxml' 'pygtk' 'vala' 'pkg-config') +options=('!emptydirs') +source=(http://launchpad.net/${_pkgbase}/${pkgver%.*}/${pkgver}/+download/${_pkgbase}-${pkgver}.tar.gz{,.asc} +improved-plasma.patch +no-python.patch) +sha512sums=('317a22a23c8ed84e74207b64b2e9683992d1fb7208176637a051dfe925974f966d1cfa31e650b45eaf839ab61641dee8fbebc8a07882a09b0dd766d88b8d5b9a' +'SKIP' + 'e2930b9942b800a7a14faf4c27d59073c166e24bb1675f8604a0b5ac3fbd101f3642f7221bc8f5219231c8f021a2a8c4aa203f971ea5f2f9225be83d807cb80e' + '891f5097c607770428460fe902214c70fb2a11de9fe1e6d6109ea859b22eda3d7057cab4c5b5444de5f6f3149348c186034dcde8f95c77800bcbd8abcdf7277b') +validpgpkeys=('6FC05581A37D71FCECE165DB5BE41E162CD6358E') # Charles Kerr + +prepare() { + (cd ${_pkgbase}-${pkgver} +sed 's|/cli/|/mono/|' -i bindings/mono/{appindicator-sharp-0.1.pc.in,Makefile.in} +sed 's/example //g' -i Makefile.in +patch -p1 < "${srcdir}/no-python.patch" +patch -p1 < "${srcdir}/improved-plasma.patch" + ) + cp -ra ${_pkgbase}-${pkgver}{,-gtk2} +} + +build() { + export CC='gcc -m32' + export CXX='g++ -m32' + export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' + export CFLAGS="${CFLAGS} -Wno-deprecated-declarations" + export CSC='/usr/bin/mcs' + + msg2 'Building gtk3...' + (cd ${_pkgbase}-${pkgver} +./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-{gtk-doc-html,mono-test,static,tests} \ + --libdir=/usr/lib32 \ + --with-gtk=3 +make + ) + + msg2 'Building gtk2...' + (cd ${_pkgbase}-${pkgver}-gtk2 +./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-{gtk-doc-html,mono-test,static,tests} \ + --libdir=/usr/lib32 \ + --with-gtk=2 +make + ) +} + +package_lib32-libappindicator-gtk2() { + pkgdesc+=" (GTK+ 2 library)" + depends=('lib32-libdbusmenu-gtk2' 'lib32-libindicator-gtk2') + provides=("${pkgbase}") + conflicts=("${pkgbase}") + + cd ${_pkgbase}-${pkgver}-gtk2 + make -j1 DESTDIR="${pkgdir}" install + make -j1 -C 'bindings/mono' DESTDIR="${pkgdir}" uninstall + rm -rf "${pkgdir}"/usr/{include,share} +} + +package_lib32-libappindicator-gtk3() { + pkgdesc+=" (GTK+ 3 library)" + depends=('lib32-libdbusmenu-gtk3' 'lib32-libindicator-gtk3') + provides=("${pkgbase}3") + conflicts=("${pkgbase}3") + + cd ${_pkgbase}-${pkgver} + make -j1 DESTDIR="${pkgdir}" install + make -j1 -C 'bindings/mono' DESTDIR="${pkgdir}" uninstall + rm -rf "${pkgdir}"/usr/{include,share} +} + +package_lib32-libappindicator-sharp() { + depends=("${pkgbase}-gtk2" 'gtk-sharp-2') + + cd ${_pkgbase}-${pkgver}-gtk2 + make -j1 -C 'bindings/mono' DESTDIR="${pkgdir}" install + mv "${pkgdir}/usr/lib/mono/appindicator-sharp" "${pkgdir}/usr/lib32/mono/" + mv "${pkgdir}/usr/lib/mono/gac" "${pkgdir}/usr/lib32/mono/" + rm -rf "${pkgdir}"/usr/{include,share,lib} +} + +# vim: ts=2 sw=2 et: Copied: lib32-libappindicator/repos/multilib-x86_64/improved-plasma.patch (from rev 191153, lib32-libappindicator/trunk/improved-plasma.patch) =
[arch-commits] Commit in (6 files)
Date: Saturday, October 1, 2016 @ 15:29:40 Author: anthraxx Revision: 191153 addpkg: lib32-libappindicator 12.10.0-9 Added: lib32-libappindicator/ lib32-libappindicator/repos/ lib32-libappindicator/trunk/ lib32-libappindicator/trunk/PKGBUILD lib32-libappindicator/trunk/improved-plasma.patch lib32-libappindicator/trunk/no-python.patch ---+ PKGBUILD | 102 improved-plasma.patch | 59 +++ no-python.patch | 81 ++ 3 files changed, 242 insertions(+) Added: lib32-libappindicator/trunk/PKGBUILD === --- lib32-libappindicator/trunk/PKGBUILD(rev 0) +++ lib32-libappindicator/trunk/PKGBUILD2016-10-01 15:29:40 UTC (rev 191153) @@ -0,0 +1,102 @@ +# Maintainer: Levente Polyak +# Contributor: Manuel Hüsers +# Contributor: Jameson Pugh +# Contributor: Swift Geek < swift geek ât gmail døt cøm> + +_pkgbase=libappindicator +pkgbase=lib32-${_pkgbase} +pkgname=("${pkgbase}-gtk"{2,3} "${pkgbase}-sharp") +pkgver=12.10.0 +pkgrel=9 +pkgdesc='Allow applications to extend a menu via Ayatana indicators in Unity, KDE or Systray (32-bit)' +url='https://launchpad.net/libappindicator' +arch=('i686' 'x86_64') +license=('LGPL2.1' 'GPL3') +makedepends=('dbus-glib' 'gobject-introspection' 'gtk-doc' 'gtk-sharp-2' + 'lib32-libdbusmenu-gtk'{2,3} 'lib32-libindicator-gtk'{2,3} + 'mono' 'perl-xml-libxml' 'pygtk' 'vala' 'pkg-config') +options=('!emptydirs') +source=(http://launchpad.net/${_pkgbase}/${pkgver%.*}/${pkgver}/+download/${_pkgbase}-${pkgver}.tar.gz{,.asc} +improved-plasma.patch +no-python.patch) +sha512sums=('317a22a23c8ed84e74207b64b2e9683992d1fb7208176637a051dfe925974f966d1cfa31e650b45eaf839ab61641dee8fbebc8a07882a09b0dd766d88b8d5b9a' +'SKIP' + 'e2930b9942b800a7a14faf4c27d59073c166e24bb1675f8604a0b5ac3fbd101f3642f7221bc8f5219231c8f021a2a8c4aa203f971ea5f2f9225be83d807cb80e' + '891f5097c607770428460fe902214c70fb2a11de9fe1e6d6109ea859b22eda3d7057cab4c5b5444de5f6f3149348c186034dcde8f95c77800bcbd8abcdf7277b') +validpgpkeys=('6FC05581A37D71FCECE165DB5BE41E162CD6358E') # Charles Kerr + +prepare() { + (cd ${_pkgbase}-${pkgver} +sed 's|/cli/|/mono/|' -i bindings/mono/{appindicator-sharp-0.1.pc.in,Makefile.in} +sed 's/example //g' -i Makefile.in +patch -p1 < "${srcdir}/no-python.patch" +patch -p1 < "${srcdir}/improved-plasma.patch" + ) + cp -ra ${_pkgbase}-${pkgver}{,-gtk2} +} + +build() { + export CC='gcc -m32' + export CXX='g++ -m32' + export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' + export CFLAGS="${CFLAGS} -Wno-deprecated-declarations" + export CSC='/usr/bin/mcs' + + msg2 'Building gtk3...' + (cd ${_pkgbase}-${pkgver} +./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-{gtk-doc-html,mono-test,static,tests} \ + --libdir=/usr/lib32 \ + --with-gtk=3 +make + ) + + msg2 'Building gtk2...' + (cd ${_pkgbase}-${pkgver}-gtk2 +./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-{gtk-doc-html,mono-test,static,tests} \ + --libdir=/usr/lib32 \ + --with-gtk=2 +make + ) +} + +package_lib32-libappindicator-gtk2() { + pkgdesc+=" (GTK+ 2 library)" + depends=('lib32-libdbusmenu-gtk2' 'lib32-libindicator-gtk2') + provides=("${pkgbase}") + conflicts=("${pkgbase}") + + cd ${_pkgbase}-${pkgver}-gtk2 + make -j1 DESTDIR="${pkgdir}" install + make -j1 -C 'bindings/mono' DESTDIR="${pkgdir}" uninstall + rm -rf "${pkgdir}"/usr/{include,share} +} + +package_lib32-libappindicator-gtk3() { + pkgdesc+=" (GTK+ 3 library)" + depends=('lib32-libdbusmenu-gtk3' 'lib32-libindicator-gtk3') + provides=("${pkgbase}3") + conflicts=("${pkgbase}3") + + cd ${_pkgbase}-${pkgver} + make -j1 DESTDIR="${pkgdir}" install + make -j1 -C 'bindings/mono' DESTDIR="${pkgdir}" uninstall + rm -rf "${pkgdir}"/usr/{include,share} +} + +package_lib32-libappindicator-sharp() { + depends=("${pkgbase}-gtk2" 'gtk-sharp-2') + + cd ${_pkgbase}-${pkgver}-gtk2 + make -j1 -C 'bindings/mono' DESTDIR="${pkgdir}" install + mv "${pkgdir}/usr/lib/mono/appindicator-sharp" "${pkgdir}/usr/lib32/mono/" + mv "${pkgdir}/usr/lib/mono/gac" "${pkgdir}/usr/lib32/mono/" + rm -rf "${pkgdir}"/usr/{include,share,lib} +} + +# vim: ts=2 sw=2 et: Added: lib32-libappindicator/trunk/improved-plasma.patch === --- lib32-libappindicator/trunk/improved-plasma.patch (rev 0) +++ lib32-libappindicator/trunk/improved-plasma.patch 2016-10-01 15:29:40 UTC (rev 191153) @@ -0,0 +1,59 @@ +From c38d64aa3c12bea271d331b6c52a1130ca758a69 Mon Sep 17 00:00:00 2001 +From: Sebastian Krzyszkowiak +Date: Sun, 12 Jul 20
[arch-commits] Commit in libappindicator/repos (8 files)
Date: Saturday, October 1, 2016 @ 15:21:30 Author: anthraxx Revision: 191152 archrelease: copy trunk to community-i686, community-x86_64 Added: libappindicator/repos/community-i686/ libappindicator/repos/community-i686/PKGBUILD (from rev 191151, libappindicator/trunk/PKGBUILD) libappindicator/repos/community-i686/improved-plasma.patch (from rev 191151, libappindicator/trunk/improved-plasma.patch) libappindicator/repos/community-i686/no-python.patch (from rev 191151, libappindicator/trunk/no-python.patch) libappindicator/repos/community-x86_64/ libappindicator/repos/community-x86_64/PKGBUILD (from rev 191151, libappindicator/trunk/PKGBUILD) libappindicator/repos/community-x86_64/improved-plasma.patch (from rev 191151, libappindicator/trunk/improved-plasma.patch) libappindicator/repos/community-x86_64/no-python.patch (from rev 191151, libappindicator/trunk/no-python.patch) + community-i686/PKGBUILD| 96 +++ community-i686/improved-plasma.patch | 59 +++ community-i686/no-python.patch | 81 ++ community-x86_64/PKGBUILD | 96 +++ community-x86_64/improved-plasma.patch | 59 +++ community-x86_64/no-python.patch | 81 ++ 6 files changed, 472 insertions(+) Copied: libappindicator/repos/community-i686/PKGBUILD (from rev 191151, libappindicator/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-10-01 15:21:30 UTC (rev 191152) @@ -0,0 +1,96 @@ +# Maintainer: Levente Polyak +# Contributor: Llewelyn Trahaearn +# Contributor: FadeMind +# Contributor: Maxime Gauduin +# Contributor: bitwave +# Contributor: willemw +# Contributor: Balló György + +pkgbase=libappindicator +pkgname=("${pkgbase}-gtk"{2,3} "${pkgbase}-sharp") +pkgver=12.10.0 +pkgrel=11 +pkgdesc='Allow applications to extend a menu via Ayatana indicators in Unity, KDE or Systray' +url='https://launchpad.net/libappindicator' +arch=('i686' 'x86_64') +license=('LGPL2.1' 'LGPL3') +makedepends=('dbus-glib' 'gobject-introspection' 'gtk-sharp-2' + 'libdbusmenu-gtk'{2,3} 'libindicator-gtk'{2,3} + 'mono' 'perl-xml-libxml' 'pygtk' 'vala' 'pkg-config') +options=('!emptydirs') +source=(http://launchpad.net/${pkgbase}/${pkgver%.*}/${pkgver}/+download/${pkgbase}-${pkgver}.tar.gz{,.asc} +improved-plasma.patch +no-python.patch) +sha512sums=('317a22a23c8ed84e74207b64b2e9683992d1fb7208176637a051dfe925974f966d1cfa31e650b45eaf839ab61641dee8fbebc8a07882a09b0dd766d88b8d5b9a' +'SKIP' + 'e2930b9942b800a7a14faf4c27d59073c166e24bb1675f8604a0b5ac3fbd101f3642f7221bc8f5219231c8f021a2a8c4aa203f971ea5f2f9225be83d807cb80e' + '891f5097c607770428460fe902214c70fb2a11de9fe1e6d6109ea859b22eda3d7057cab4c5b5444de5f6f3149348c186034dcde8f95c77800bcbd8abcdf7277b') +validpgpkeys=('6FC05581A37D71FCECE165DB5BE41E162CD6358E') # Charles Kerr + +prepare() { + (cd ${pkgbase}-${pkgver} +sed 's|/cli/|/mono/|' -i bindings/mono/{appindicator-sharp-0.1.pc.in,Makefile.in} +sed 's/example //g' -i Makefile.in +patch -p1 < "${srcdir}/no-python.patch" +patch -p1 < "${srcdir}/improved-plasma.patch" + ) + cp -ra ${pkgbase}-${pkgver}{,-gtk2} +} + +build() { + export CFLAGS="${CFLAGS} -Wno-deprecated-declarations" + export CSC='/usr/bin/mcs' + + msg2 'Building gtk3...' + (cd ${pkgbase}-${pkgver} +./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-{gtk-doc-html,mono-test,static,tests} \ + --with-gtk=3 +make + ) + + msg2 'Building gtk2...' + (cd ${pkgbase}-${pkgver}-gtk2 +./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-{gtk-doc-html,mono-test,static,tests} \ + --with-gtk=2 +make + ) +} + +package_libappindicator-gtk2() { + pkgdesc+=' (GTK+ 2 library)' + depends=('libdbusmenu-gtk2' 'libindicator-gtk2') + provides=("${pkgbase}") + conflicts=("${pkgbase}") + + cd ${pkgbase}-${pkgver}-gtk2 + make -j1 DESTDIR="${pkgdir}" install + make -j1 -C bindings/mono DESTDIR="${pkgdir}" uninstall + rm -rf "${pkgdir}"/usr/share/gtk-doc +} + +package_libappindicator-gtk3() { + pkgdesc+=' (GTK+ 3 library)' + depends=('libdbusmenu-gtk3' 'libindicator-gtk3') + provides=("${pkgbase}3") + conflicts=("${pkgbase}3") + + cd ${pkgbase}-${pkgver} + make -j1 DESTDIR="${pkgdir}" install + make -j1 -C bindings/mono DESTDIR="${pkgdir}" uninstall + rm -rf "${pkgdir}"/usr/share/gtk-doc +} + +package_libappindicator-sharp() { + depends=("${pkgbase}-gtk2" 'gtk-sharp-2') + + cd ${pkgbase}-${pkgver}-gtk2 + make -j1 -C bindings/mono DESTDIR="${pkgdir}" install +} + +# vim: ts=2 sw=2 et: Copi
[arch-commits] Commit in (6 files)
Date: Saturday, October 1, 2016 @ 15:20:57 Author: anthraxx Revision: 191151 addpkg: libappindicator 12.10.0-11 Added: libappindicator/ libappindicator/repos/ libappindicator/trunk/ libappindicator/trunk/PKGBUILD libappindicator/trunk/improved-plasma.patch libappindicator/trunk/no-python.patch ---+ PKGBUILD | 96 improved-plasma.patch | 59 + no-python.patch | 81 3 files changed, 236 insertions(+) Added: libappindicator/trunk/PKGBUILD === --- libappindicator/trunk/PKGBUILD (rev 0) +++ libappindicator/trunk/PKGBUILD 2016-10-01 15:20:57 UTC (rev 191151) @@ -0,0 +1,96 @@ +# Maintainer: Levente Polyak +# Contributor: Llewelyn Trahaearn +# Contributor: FadeMind +# Contributor: Maxime Gauduin +# Contributor: bitwave +# Contributor: willemw +# Contributor: Balló György + +pkgbase=libappindicator +pkgname=("${pkgbase}-gtk"{2,3} "${pkgbase}-sharp") +pkgver=12.10.0 +pkgrel=11 +pkgdesc='Allow applications to extend a menu via Ayatana indicators in Unity, KDE or Systray' +url='https://launchpad.net/libappindicator' +arch=('i686' 'x86_64') +license=('LGPL2.1' 'LGPL3') +makedepends=('dbus-glib' 'gobject-introspection' 'gtk-sharp-2' + 'libdbusmenu-gtk'{2,3} 'libindicator-gtk'{2,3} + 'mono' 'perl-xml-libxml' 'pygtk' 'vala' 'pkg-config') +options=('!emptydirs') +source=(http://launchpad.net/${pkgbase}/${pkgver%.*}/${pkgver}/+download/${pkgbase}-${pkgver}.tar.gz{,.asc} +improved-plasma.patch +no-python.patch) +sha512sums=('317a22a23c8ed84e74207b64b2e9683992d1fb7208176637a051dfe925974f966d1cfa31e650b45eaf839ab61641dee8fbebc8a07882a09b0dd766d88b8d5b9a' +'SKIP' + 'e2930b9942b800a7a14faf4c27d59073c166e24bb1675f8604a0b5ac3fbd101f3642f7221bc8f5219231c8f021a2a8c4aa203f971ea5f2f9225be83d807cb80e' + '891f5097c607770428460fe902214c70fb2a11de9fe1e6d6109ea859b22eda3d7057cab4c5b5444de5f6f3149348c186034dcde8f95c77800bcbd8abcdf7277b') +validpgpkeys=('6FC05581A37D71FCECE165DB5BE41E162CD6358E') # Charles Kerr + +prepare() { + (cd ${pkgbase}-${pkgver} +sed 's|/cli/|/mono/|' -i bindings/mono/{appindicator-sharp-0.1.pc.in,Makefile.in} +sed 's/example //g' -i Makefile.in +patch -p1 < "${srcdir}/no-python.patch" +patch -p1 < "${srcdir}/improved-plasma.patch" + ) + cp -ra ${pkgbase}-${pkgver}{,-gtk2} +} + +build() { + export CFLAGS="${CFLAGS} -Wno-deprecated-declarations" + export CSC='/usr/bin/mcs' + + msg2 'Building gtk3...' + (cd ${pkgbase}-${pkgver} +./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-{gtk-doc-html,mono-test,static,tests} \ + --with-gtk=3 +make + ) + + msg2 'Building gtk2...' + (cd ${pkgbase}-${pkgver}-gtk2 +./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-{gtk-doc-html,mono-test,static,tests} \ + --with-gtk=2 +make + ) +} + +package_libappindicator-gtk2() { + pkgdesc+=' (GTK+ 2 library)' + depends=('libdbusmenu-gtk2' 'libindicator-gtk2') + provides=("${pkgbase}") + conflicts=("${pkgbase}") + + cd ${pkgbase}-${pkgver}-gtk2 + make -j1 DESTDIR="${pkgdir}" install + make -j1 -C bindings/mono DESTDIR="${pkgdir}" uninstall + rm -rf "${pkgdir}"/usr/share/gtk-doc +} + +package_libappindicator-gtk3() { + pkgdesc+=' (GTK+ 3 library)' + depends=('libdbusmenu-gtk3' 'libindicator-gtk3') + provides=("${pkgbase}3") + conflicts=("${pkgbase}3") + + cd ${pkgbase}-${pkgver} + make -j1 DESTDIR="${pkgdir}" install + make -j1 -C bindings/mono DESTDIR="${pkgdir}" uninstall + rm -rf "${pkgdir}"/usr/share/gtk-doc +} + +package_libappindicator-sharp() { + depends=("${pkgbase}-gtk2" 'gtk-sharp-2') + + cd ${pkgbase}-${pkgver}-gtk2 + make -j1 -C bindings/mono DESTDIR="${pkgdir}" install +} + +# vim: ts=2 sw=2 et: Added: libappindicator/trunk/improved-plasma.patch === --- libappindicator/trunk/improved-plasma.patch (rev 0) +++ libappindicator/trunk/improved-plasma.patch 2016-10-01 15:20:57 UTC (rev 191151) @@ -0,0 +1,59 @@ +From c38d64aa3c12bea271d331b6c52a1130ca758a69 Mon Sep 17 00:00:00 2001 +From: Sebastian Krzyszkowiak +Date: Sun, 12 Jul 2015 16:25:07 +0200 +Subject: [PATCH] Add support for Activate method for improved Plasma 5 user + experience + +--- + src/app-indicator.c | 3 ++- + src/gen-notification-item.xml.c | 4 + src/notification-item.xml | 4 + 3 files changed, 10 insertions(+), 1 deletion(-) + +diff --git a/src/app-indicator.c b/src/app-indicator.c +index 2e98b48..14be69f 100644 +--- a/src/app-indicator.c b/src/app-indicator.c +@@ -1082,7 +1082,8 @@ bus_method_call (GDBusConnection
[arch-commits] Commit in metasploit/repos (4 files)
Date: Saturday, October 1, 2016 @ 14:23:29 Author: anthraxx Revision: 191150 archrelease: copy trunk to community-i686, community-x86_64 Added: metasploit/repos/community-i686/PKGBUILD (from rev 191149, metasploit/trunk/PKGBUILD) metasploit/repos/community-x86_64/PKGBUILD (from rev 191149, metasploit/trunk/PKGBUILD) Deleted: metasploit/repos/community-i686/PKGBUILD metasploit/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 2016-10-01 14:23:17 UTC (rev 191149) +++ community-i686/PKGBUILD 2016-10-01 14:23:29 UTC (rev 191150) @@ -1,49 +0,0 @@ -# Maintainer: Levente Polyak -# Contributor: Sabart Otto - Seberm -# Contributor: Tobias Veit - nIcE - -pkgname=metasploit -pkgver=4.12.28 -pkgrel=1 -pkgdesc='Advanced open-source platform for developing, testing, and using exploit code' -url='https://www.metasploit.com/' -arch=('i686' 'x86_64') -license=('BSD') -depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 'git') -optdepends=('ruby-pg: database support') -options=('!strip' '!emptydirs') -source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz) -sha512sums=('582b002e78744eb6c5dd70297b30b0f354eb918c3bd837d7b76ff7d99cb3e2b658da750be1c959ba03cb5c621ec3d29be05d8e4f263a7b2601653e3f7e44c7bd') - -prepare() { - cd ${pkgname}-framework-${pkgver} - bundle config build.nokogiri --use-system-libraries - sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec -} - -build() { - cd ${pkgname}-framework-${pkgver} - bundle install -j"$(nproc)" --no-cache --deployment - find vendor/bundle/ruby -exec chmod o+r '{}' \; -} - -package() { - cd ${pkgname}-framework-${pkgver} - - install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin" - cp -r . "${pkgdir}/opt/${pkgname}" - - for f in "${pkgdir}"/opt/${pkgname}/msf*; do -local _msffile="${pkgdir}/usr/bin/`basename "${f}"`" -echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > ${_msffile} -chmod 755 ${_msffile} - done - - install -Dm 644 external/zsh/_* -t "${pkgdir}/usr/share/zsh/site-functions" - install -Dm 644 LICENSE COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}" - install -d "${pkgdir}/usr/share/doc" - mv "${pkgdir}/opt/${pkgname}/documentation" "${pkgdir}/usr/share/doc/${pkgname}" - rm "${pkgdir}/usr/bin/msfupdate" -} - -# vim: ts=2 sw=2 et: Copied: metasploit/repos/community-i686/PKGBUILD (from rev 191149, metasploit/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-10-01 14:23:29 UTC (rev 191150) @@ -0,0 +1,49 @@ +# Maintainer: Levente Polyak +# Contributor: Sabart Otto - Seberm +# Contributor: Tobias Veit - nIcE + +pkgname=metasploit +pkgver=4.12.29 +pkgrel=1 +pkgdesc='Advanced open-source platform for developing, testing, and using exploit code' +url='https://www.metasploit.com/' +arch=('i686' 'x86_64') +license=('BSD') +depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 'git') +optdepends=('ruby-pg: database support') +options=('!strip' '!emptydirs') +source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz) +sha512sums=('298096eca9750f318f1234165730e2ee504e2abd215563cc98c365e3017aeda72bb2a12b5b5c8b250a1611751bf0d2c36e42153afb5018cea8e75889659e30f8') + +prepare() { + cd ${pkgname}-framework-${pkgver} + bundle config build.nokogiri --use-system-libraries + sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec +} + +build() { + cd ${pkgname}-framework-${pkgver} + bundle install -j"$(nproc)" --no-cache --deployment + find vendor/bundle/ruby -exec chmod o+r '{}' \; +} + +package() { + cd ${pkgname}-framework-${pkgver} + + install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin" + cp -r . "${pkgdir}/opt/${pkgname}" + + for f in "${pkgdir}"/opt/${pkgname}/msf*; do +local _msffile="${pkgdir}/usr/bin/`basename "${f}"`" +echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > ${_msffile} +chmod 755 ${_msffile} + done + + install -Dm 644 external/zsh/_* -t "${pkgdir}/usr/share/zsh/site-functions" + install -Dm 644 LICENSE COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}" + install -d "${pkgdir}/usr/share/doc" + mv "${pkgdir}/opt/${pkgname}/documentation" "${pkgdir}/usr/share/doc/${pkgname}" + rm "${pkgdir}/usr/bin/msfupdate" +} + +# vim: ts=2 sw=2 et
[arch-commits] Commit in metasploit/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 14:23:17 Author: anthraxx Revision: 191149 upgpkg: metasploit 4.12.29-1 Modified: metasploit/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 14:11:23 UTC (rev 191148) +++ PKGBUILD2016-10-01 14:23:17 UTC (rev 191149) @@ -3,7 +3,7 @@ # Contributor: Tobias Veit - nIcE pkgname=metasploit -pkgver=4.12.28 +pkgver=4.12.29 pkgrel=1 pkgdesc='Advanced open-source platform for developing, testing, and using exploit code' url='https://www.metasploit.com/' @@ -13,7 +13,7 @@ optdepends=('ruby-pg: database support') options=('!strip' '!emptydirs') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz) -sha512sums=('582b002e78744eb6c5dd70297b30b0f354eb918c3bd837d7b76ff7d99cb3e2b658da750be1c959ba03cb5c621ec3d29be05d8e4f263a7b2601653e3f7e44c7bd') +sha512sums=('298096eca9750f318f1234165730e2ee504e2abd215563cc98c365e3017aeda72bb2a12b5b5c8b250a1611751bf0d2c36e42153afb5018cea8e75889659e30f8') prepare() { cd ${pkgname}-framework-${pkgver}
[arch-commits] Commit in ruby-rspec-core/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, October 1, 2016 @ 14:11:23 Author: anthraxx Revision: 191148 archrelease: copy trunk to community-any Added: ruby-rspec-core/repos/community-any/PKGBUILD (from rev 191147, ruby-rspec-core/trunk/PKGBUILD) Deleted: ruby-rspec-core/repos/community-any/PKGBUILD --+ PKGBUILD | 52 ++-- 1 file changed, 26 insertions(+), 26 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-10-01 14:11:16 UTC (rev 191147) +++ PKGBUILD2016-10-01 14:11:23 UTC (rev 191148) @@ -1,26 +0,0 @@ -# Maintainer: Levente Polyak -# Contributor: Artem Vorotnikov - -_gemname=rspec-core -pkgname=ruby-${_gemname} -pkgver=3.5.3 -pkgrel=1 -pkgdesc='RSpec runner and formatters' -url='https://github.com/rspec/rspec-core' -arch=('any') -license=('MIT') -depends=('ruby-rspec-support') -options=('!emptydirs') -source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem) -noextract=(${_gemname}-${pkgver}.gem) -sha512sums=('1c9e10b7b334543cd42c7539c87cff4eb1fe8a26e10dd821d6246a75d70250d4b652edfa97cd7f7ccd019b0d33cc871756038d3e3ea1ef4f18e6978579b1029c') - -package() { - local _gemdir="$(gem environment gemdir)" - gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem - install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.md" "${pkgdir}/usr/share/doc/${pkgname}/README" - rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem" -} - -# vim: ts=2 sw=2 et: Copied: ruby-rspec-core/repos/community-any/PKGBUILD (from rev 191147, ruby-rspec-core/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-10-01 14:11:23 UTC (rev 191148) @@ -0,0 +1,26 @@ +# Maintainer: Levente Polyak +# Contributor: Artem Vorotnikov + +_gemname=rspec-core +pkgname=ruby-${_gemname} +pkgver=3.5.4 +pkgrel=1 +pkgdesc='RSpec runner and formatters' +url='https://github.com/rspec/rspec-core' +arch=('any') +license=('MIT') +depends=('ruby-rspec-support') +options=('!emptydirs') +source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem) +noextract=(${_gemname}-${pkgver}.gem) +sha512sums=('0d6aa97ff13497dd84c5a1c49c1ebe979bb4237832d090f6c2fc1b07d396712dba407d99d9cbcef129635d518b8f50d269ca47809bff15d365bef0814cae3dd6') + +package() { + local _gemdir="$(gem environment gemdir)" + gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem + install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.md" "${pkgdir}/usr/share/doc/${pkgname}/README" + rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem" +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in ruby-rspec-core/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 14:11:16 Author: anthraxx Revision: 191147 upgpkg: ruby-rspec-core 3.5.4-1 Modified: ruby-rspec-core/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 14:03:07 UTC (rev 191146) +++ PKGBUILD2016-10-01 14:11:16 UTC (rev 191147) @@ -3,7 +3,7 @@ _gemname=rspec-core pkgname=ruby-${_gemname} -pkgver=3.5.3 +pkgver=3.5.4 pkgrel=1 pkgdesc='RSpec runner and formatters' url='https://github.com/rspec/rspec-core' @@ -13,7 +13,7 @@ options=('!emptydirs') source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem) noextract=(${_gemname}-${pkgver}.gem) -sha512sums=('1c9e10b7b334543cd42c7539c87cff4eb1fe8a26e10dd821d6246a75d70250d4b652edfa97cd7f7ccd019b0d33cc871756038d3e3ea1ef4f18e6978579b1029c') +sha512sums=('0d6aa97ff13497dd84c5a1c49c1ebe979bb4237832d090f6c2fc1b07d396712dba407d99d9cbcef129635d518b8f50d269ca47809bff15d365bef0814cae3dd6') package() { local _gemdir="$(gem environment gemdir)"
[arch-commits] Commit in lib32-libindicator/repos (2 files)
Date: Saturday, October 1, 2016 @ 14:03:07 Author: anthraxx Revision: 191146 archrelease: copy trunk to multilib-x86_64 Added: lib32-libindicator/repos/multilib-x86_64/ lib32-libindicator/repos/multilib-x86_64/PKGBUILD (from rev 191145, lib32-libindicator/trunk/PKGBUILD) --+ PKGBUILD | 90 + 1 file changed, 90 insertions(+) Copied: lib32-libindicator/repos/multilib-x86_64/PKGBUILD (from rev 191145, lib32-libindicator/trunk/PKGBUILD) === --- multilib-x86_64/PKGBUILD(rev 0) +++ multilib-x86_64/PKGBUILD2016-10-01 14:03:07 UTC (rev 191146) @@ -0,0 +1,90 @@ +# Maintainer: Levente Polyak +# Contributor: Manuel Hüsers +# Contributor: FadeMind +# Contributor: Jameson Pugh + +_pkgbase=libindicator +pkgbase=lib32-${_pkgbase} +pkgname=("${pkgbase}-gtk"{2,3}) +pkgver=12.10.1 +pkgrel=6 +pkgdesc='Set of symbols and convenience functions for Ayatana indicators (32-bit)' +url='https://launchpad.net/libindicator' +arch=('i686' 'x86_64') +license=('GPL3') +makedepends=("lib32-gtk"{2,3} 'pkg-config') +source=(https://launchpad.net/${_pkgbase}/${pkgver%.*}/${pkgver}/+download/${_pkgbase}-${pkgver}.tar.gz{,.asc}) +sha512sums=('d6d77d0309b15cf6b52539323920ab0c1594cb1c1cef8a8d67cd0f76f8ceeeac28eb6db6227563df1932e6f1fadcffac68d82982182b745257dfaf91f1c945af' +'SKIP') +validpgpkeys=('6FC05581A37D71FCECE165DB5BE41E162CD6358E') # Charles Kerr + +prepare() { + (cd ${_pkgbase}-${pkgver} +sed '/-Werror/s/$/ -Wno-deprecated-declarations/' -i ${_pkgbase}/Makefile.{am,in} +sed 's/LIBINDICATOR_LIBS+="$LIBM"/LIBINDICATOR_LIBS+=" $LIBM"/g' -i configure +sed 's/LIBM="-lmw"/LIBM=" -lmw"/g' -i configure +sed 's/LIBM="-lm"/LIBM=" -lm"/g' -i configure +sed 's/LIBS="-lm $LIBS"/LIBS=" -lm $LIBS"/g' -i configure +sed 's/LIBS="-lmw $LIBS"/LIBS=" -lmw $LIBS"/g' -i configure +sed 's/LIBM="-lm"/LIBM=" -lm"/g' -i m4/libtool.m4 + ) + cp -ra ${_pkgbase}-${pkgver}{,-gtk2} +} + +build() { + export CC='gcc -m32' + export CXX='g++ -m32' + export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' + + msg2 "Building gtk3..." + (cd ${_pkgbase}-${pkgver} +./configure \ + --prefix=/usr \ + --localstatedir=/var \ + --libexecdir=/usr/lib32/libindicator \ + --libdir=/usr/lib32 \ + --sysconfdir=/etc \ + --with-gtk=3 \ + --disable-static \ + --disable-tests +make + ) + + msg2 "Building gtk2..." + (cd ${_pkgbase}-${pkgver}-gtk2 +./configure \ + --prefix=/usr \ + --localstatedir=/var \ + --libexecdir=/usr/lib32/libindicator \ + --libdir=/usr/lib32 \ + --sysconfdir=/etc \ + --with-gtk=2 \ + --disable-static \ + --disable-tests +make + ) +} + +package_lib32-libindicator-gtk2() { + pkgdesc+=" (GTK+ 2 library)" + depends=("${_pkgbase}-gtk2" 'lib32-gtk2') + provides=("${pkgbase}") + conflicts=("${pkgbase}") + + cd ${_pkgbase}-${pkgver}-gtk2 + make -j1 DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}"/usr/{include,share,bin} +} + +package_lib32-libindicator-gtk3() { + pkgdesc+=" (GTK+ 3 library)" + depends=("${_pkgbase}-gtk3" 'lib32-gtk3') + provides=("${pkgbase}3") + conflicts=("${pkgbase}3") + + cd ${_pkgbase}-${pkgver} + make -j1 DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}"/usr/{include,share,bin} +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in (4 files)
Date: Saturday, October 1, 2016 @ 14:02:43 Author: anthraxx Revision: 191145 addpkg: lib32-libindicator 12.10.1-6 Added: lib32-libindicator/ lib32-libindicator/repos/ lib32-libindicator/trunk/ lib32-libindicator/trunk/PKGBUILD --+ PKGBUILD | 90 + 1 file changed, 90 insertions(+) Added: lib32-libindicator/trunk/PKGBUILD === --- lib32-libindicator/trunk/PKGBUILD (rev 0) +++ lib32-libindicator/trunk/PKGBUILD 2016-10-01 14:02:43 UTC (rev 191145) @@ -0,0 +1,90 @@ +# Maintainer: Levente Polyak +# Contributor: Manuel Hüsers +# Contributor: FadeMind +# Contributor: Jameson Pugh + +_pkgbase=libindicator +pkgbase=lib32-${_pkgbase} +pkgname=("${pkgbase}-gtk"{2,3}) +pkgver=12.10.1 +pkgrel=6 +pkgdesc='Set of symbols and convenience functions for Ayatana indicators (32-bit)' +url='https://launchpad.net/libindicator' +arch=('i686' 'x86_64') +license=('GPL3') +makedepends=("lib32-gtk"{2,3} 'pkg-config') +source=(https://launchpad.net/${_pkgbase}/${pkgver%.*}/${pkgver}/+download/${_pkgbase}-${pkgver}.tar.gz{,.asc}) +sha512sums=('d6d77d0309b15cf6b52539323920ab0c1594cb1c1cef8a8d67cd0f76f8ceeeac28eb6db6227563df1932e6f1fadcffac68d82982182b745257dfaf91f1c945af' +'SKIP') +validpgpkeys=('6FC05581A37D71FCECE165DB5BE41E162CD6358E') # Charles Kerr + +prepare() { + (cd ${_pkgbase}-${pkgver} +sed '/-Werror/s/$/ -Wno-deprecated-declarations/' -i ${_pkgbase}/Makefile.{am,in} +sed 's/LIBINDICATOR_LIBS+="$LIBM"/LIBINDICATOR_LIBS+=" $LIBM"/g' -i configure +sed 's/LIBM="-lmw"/LIBM=" -lmw"/g' -i configure +sed 's/LIBM="-lm"/LIBM=" -lm"/g' -i configure +sed 's/LIBS="-lm $LIBS"/LIBS=" -lm $LIBS"/g' -i configure +sed 's/LIBS="-lmw $LIBS"/LIBS=" -lmw $LIBS"/g' -i configure +sed 's/LIBM="-lm"/LIBM=" -lm"/g' -i m4/libtool.m4 + ) + cp -ra ${_pkgbase}-${pkgver}{,-gtk2} +} + +build() { + export CC='gcc -m32' + export CXX='g++ -m32' + export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' + + msg2 "Building gtk3..." + (cd ${_pkgbase}-${pkgver} +./configure \ + --prefix=/usr \ + --localstatedir=/var \ + --libexecdir=/usr/lib32/libindicator \ + --libdir=/usr/lib32 \ + --sysconfdir=/etc \ + --with-gtk=3 \ + --disable-static \ + --disable-tests +make + ) + + msg2 "Building gtk2..." + (cd ${_pkgbase}-${pkgver}-gtk2 +./configure \ + --prefix=/usr \ + --localstatedir=/var \ + --libexecdir=/usr/lib32/libindicator \ + --libdir=/usr/lib32 \ + --sysconfdir=/etc \ + --with-gtk=2 \ + --disable-static \ + --disable-tests +make + ) +} + +package_lib32-libindicator-gtk2() { + pkgdesc+=" (GTK+ 2 library)" + depends=("${_pkgbase}-gtk2" 'lib32-gtk2') + provides=("${pkgbase}") + conflicts=("${pkgbase}") + + cd ${_pkgbase}-${pkgver}-gtk2 + make -j1 DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}"/usr/{include,share,bin} +} + +package_lib32-libindicator-gtk3() { + pkgdesc+=" (GTK+ 3 library)" + depends=("${_pkgbase}-gtk3" 'lib32-gtk3') + provides=("${pkgbase}3") + conflicts=("${pkgbase}3") + + cd ${_pkgbase}-${pkgver} + make -j1 DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}"/usr/{include,share,bin} +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in libindicator/repos (4 files)
Date: Saturday, October 1, 2016 @ 13:55:31 Author: anthraxx Revision: 191144 archrelease: copy trunk to community-i686, community-x86_64 Added: libindicator/repos/community-i686/ libindicator/repos/community-i686/PKGBUILD (from rev 191143, libindicator/trunk/PKGBUILD) libindicator/repos/community-x86_64/ libindicator/repos/community-x86_64/PKGBUILD (from rev 191143, libindicator/trunk/PKGBUILD) ---+ community-i686/PKGBUILD | 85 community-x86_64/PKGBUILD | 85 2 files changed, 170 insertions(+) Copied: libindicator/repos/community-i686/PKGBUILD (from rev 191143, libindicator/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-10-01 13:55:31 UTC (rev 191144) @@ -0,0 +1,85 @@ +# Maintainer: Levente Polyak +# Contributor: Llewelyn Trahaearn +# Contributor: Yurii Kolesnykov +# Contributor: Gustavo +# Contributor: Maxime Gauduin +# Contributor: Balló György + +pkgbase=libindicator +pkgname=("${pkgbase}-gtk"{2,3}) +pkgver=12.10.1 +pkgrel=7 +pkgdesc='Set of symbols and convenience functions for Ayatana indicators' +url='https://launchpad.net/libindicator' +arch=('i686' 'x86_64') +license=('GPL3') +makedepends=('gtk2' 'gtk3' 'pkg-config') +source=(https://launchpad.net/${pkgbase}/${pkgver%.*}/${pkgver}/+download/${pkgbase}-${pkgver}.tar.gz{,.asc}) +sha512sums=('d6d77d0309b15cf6b52539323920ab0c1594cb1c1cef8a8d67cd0f76f8ceeeac28eb6db6227563df1932e6f1fadcffac68d82982182b745257dfaf91f1c945af' +'SKIP') +validpgpkeys=('6FC05581A37D71FCECE165DB5BE41E162CD6358E') # Charles Kerr + +prepare() { + (cd ${pkgbase}-${pkgver} +sed '/-Werror/s/$/ -Wno-deprecated-declarations/' -i ${pkgbase}/Makefile.{am,in} +sed 's/LIBINDICATOR_LIBS+="$LIBM"/LIBINDICATOR_LIBS+=" $LIBM"/g' -i configure +sed 's/LIBM="-lmw"/LIBM=" -lmw"/g' -i configure +sed 's/LIBM="-lm"/LIBM=" -lm"/g' -i configure +sed 's/LIBS="-lm $LIBS"/LIBS=" -lm $LIBS"/g' -i configure +sed 's/LIBS="-lmw $LIBS"/LIBS=" -lmw $LIBS"/g' -i configure +sed 's/LIBM="-lm"/LIBM=" -lm"/g' -i m4/libtool.m4 + ) + cp -ra ${pkgbase}-${pkgver}{,-gtk2} +} + +build() { + msg2 "Building gtk3..." + (cd ${pkgbase}-${pkgver} +./configure \ + --prefix=/usr \ + --localstatedir=/var \ + --libexecdir=/usr/lib/libindicator \ + --sysconfdir=/etc \ + --with-gtk=3 \ + --disable-static \ + --disable-tests +make + ) + + msg2 "Building gtk2..." + (cd ${pkgbase}-${pkgver}-gtk2 +./configure \ + --prefix=/usr \ + --localstatedir=/var \ + --libexecdir=/usr/lib/libindicator \ + --sysconfdir=/etc \ + --with-gtk=2 \ + --disable-static \ + --disable-tests +make + ) +} + +package_libindicator-gtk2() { + pkgdesc+=" (GTK+ 2 library)" + depends=('gtk2') + provides=("${pkgbase}") + conflicts=("${pkgbase}") + + cd ${pkgbase}-${pkgver}-gtk2 + make -j1 DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}"/usr/share +} + +package_libindicator-gtk3() { + pkgdesc+=" (GTK+ 3 library)" + depends=('gtk3') + provides=("${pkgbase}3") + conflicts=("${pkgbase}3") + + cd ${pkgbase}-${pkgver} + make -j1 DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}"/usr/share +} + +# vim: ts=2 sw=2 et: Copied: libindicator/repos/community-x86_64/PKGBUILD (from rev 191143, libindicator/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-10-01 13:55:31 UTC (rev 191144) @@ -0,0 +1,85 @@ +# Maintainer: Levente Polyak +# Contributor: Llewelyn Trahaearn +# Contributor: Yurii Kolesnykov +# Contributor: Gustavo +# Contributor: Maxime Gauduin +# Contributor: Balló György + +pkgbase=libindicator +pkgname=("${pkgbase}-gtk"{2,3}) +pkgver=12.10.1 +pkgrel=7 +pkgdesc='Set of symbols and convenience functions for Ayatana indicators' +url='https://launchpad.net/libindicator' +arch=('i686' 'x86_64') +license=('GPL3') +makedepends=('gtk2' 'gtk3' 'pkg-config') +source=(https://launchpad.net/${pkgbase}/${pkgver%.*}/${pkgver}/+download/${pkgbase}-${pkgver}.tar.gz{,.asc}) +sha512sums=('d6d77d0309b15cf6b52539323920ab0c1594cb1c1cef8a8d67cd0f76f8ceeeac28eb6db6227563df1932e6f1fadcffac68d82982182b745257dfaf91f1c945af' +'SKIP') +validpgpkeys=('6FC05581A37D71FCECE165DB5BE41E162CD6358E') # Charles Kerr + +prepare() { + (cd ${pkgbase}-${pkgver} +sed '/-Werror/s/$/ -Wno-deprecated-declarations/' -i ${pkgbase}/Makefile.{am,in} +sed 's/LIBINDICATOR_LIBS+="$LIBM"/LIBINDICATOR_LIBS+=" $LIBM"/g' -i configure +sed 's/LIBM="-lmw"/LIBM=" -lmw"/g' -i configure +sed 's/LIBM="-lm"/LIBM=" -lm"/g' -i configure +sed 's/LIBS="-lm $LIBS"/LIBS=" -lm $LIBS"/g' -i configure +sed 's/LIBS="-l
[arch-commits] Commit in (4 files)
Date: Saturday, October 1, 2016 @ 13:55:06 Author: anthraxx Revision: 191143 addpkg: libindicator 12.10.1-7 Added: libindicator/ libindicator/repos/ libindicator/trunk/ libindicator/trunk/PKGBUILD --+ PKGBUILD | 85 + 1 file changed, 85 insertions(+) Added: libindicator/trunk/PKGBUILD === --- libindicator/trunk/PKGBUILD (rev 0) +++ libindicator/trunk/PKGBUILD 2016-10-01 13:55:06 UTC (rev 191143) @@ -0,0 +1,85 @@ +# Maintainer: Levente Polyak +# Contributor: Llewelyn Trahaearn +# Contributor: Yurii Kolesnykov +# Contributor: Gustavo +# Contributor: Maxime Gauduin +# Contributor: Balló György + +pkgbase=libindicator +pkgname=("${pkgbase}-gtk"{2,3}) +pkgver=12.10.1 +pkgrel=7 +pkgdesc='Set of symbols and convenience functions for Ayatana indicators' +url='https://launchpad.net/libindicator' +arch=('i686' 'x86_64') +license=('GPL3') +makedepends=('gtk2' 'gtk3' 'pkg-config') +source=(https://launchpad.net/${pkgbase}/${pkgver%.*}/${pkgver}/+download/${pkgbase}-${pkgver}.tar.gz{,.asc}) +sha512sums=('d6d77d0309b15cf6b52539323920ab0c1594cb1c1cef8a8d67cd0f76f8ceeeac28eb6db6227563df1932e6f1fadcffac68d82982182b745257dfaf91f1c945af' +'SKIP') +validpgpkeys=('6FC05581A37D71FCECE165DB5BE41E162CD6358E') # Charles Kerr + +prepare() { + (cd ${pkgbase}-${pkgver} +sed '/-Werror/s/$/ -Wno-deprecated-declarations/' -i ${pkgbase}/Makefile.{am,in} +sed 's/LIBINDICATOR_LIBS+="$LIBM"/LIBINDICATOR_LIBS+=" $LIBM"/g' -i configure +sed 's/LIBM="-lmw"/LIBM=" -lmw"/g' -i configure +sed 's/LIBM="-lm"/LIBM=" -lm"/g' -i configure +sed 's/LIBS="-lm $LIBS"/LIBS=" -lm $LIBS"/g' -i configure +sed 's/LIBS="-lmw $LIBS"/LIBS=" -lmw $LIBS"/g' -i configure +sed 's/LIBM="-lm"/LIBM=" -lm"/g' -i m4/libtool.m4 + ) + cp -ra ${pkgbase}-${pkgver}{,-gtk2} +} + +build() { + msg2 "Building gtk3..." + (cd ${pkgbase}-${pkgver} +./configure \ + --prefix=/usr \ + --localstatedir=/var \ + --libexecdir=/usr/lib/libindicator \ + --sysconfdir=/etc \ + --with-gtk=3 \ + --disable-static \ + --disable-tests +make + ) + + msg2 "Building gtk2..." + (cd ${pkgbase}-${pkgver}-gtk2 +./configure \ + --prefix=/usr \ + --localstatedir=/var \ + --libexecdir=/usr/lib/libindicator \ + --sysconfdir=/etc \ + --with-gtk=2 \ + --disable-static \ + --disable-tests +make + ) +} + +package_libindicator-gtk2() { + pkgdesc+=" (GTK+ 2 library)" + depends=('gtk2') + provides=("${pkgbase}") + conflicts=("${pkgbase}") + + cd ${pkgbase}-${pkgver}-gtk2 + make -j1 DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}"/usr/share +} + +package_libindicator-gtk3() { + pkgdesc+=" (GTK+ 3 library)" + depends=('gtk3') + provides=("${pkgbase}3") + conflicts=("${pkgbase}3") + + cd ${pkgbase}-${pkgver} + make -j1 DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}"/usr/share +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in lib32-libdbusmenu/repos (2 files)
Date: Saturday, October 1, 2016 @ 13:01:15 Author: anthraxx Revision: 191142 archrelease: copy trunk to multilib-x86_64 Added: lib32-libdbusmenu/repos/multilib-x86_64/ lib32-libdbusmenu/repos/multilib-x86_64/PKGBUILD (from rev 191141, lib32-libdbusmenu/trunk/PKGBUILD) --+ PKGBUILD | 88 + 1 file changed, 88 insertions(+) Copied: lib32-libdbusmenu/repos/multilib-x86_64/PKGBUILD (from rev 191141, lib32-libdbusmenu/trunk/PKGBUILD) === --- multilib-x86_64/PKGBUILD(rev 0) +++ multilib-x86_64/PKGBUILD2016-10-01 13:01:15 UTC (rev 191142) @@ -0,0 +1,88 @@ +# Maintainer: Levente Polyak +# Contributor: Manuel Hüsers +# Contributor: Maxime Gauduin +# Contributor: Balló György +# Contributor: Branchini Massimo https://launchpad.net/${_pkgbase}/${pkgver%.?}/${pkgver}/+download/${_pkgbase}-${pkgver}.tar.gz{,.asc}) +sha512sums=('ee9654ac4ed94bdebc94a6db83b126784273a417a645b2881b2ba676a5f67d7fc95dd2bb37bfb0890aa47299ed73cb21ed7de8b75f3fed6b69bfd39065062241' +'SKIP') +validpgpkeys=('45B1103FB93ACBD90296DBCAE83D089481836EBF') # Marco Trevisan (at 3v1n0.net) + +prepare() { + cp -ra ${_pkgbase}-${pkgver}{,-gtk2} +} + +build() { + export CC='gcc -m32' + export CXX='g++ -m32' + export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' + + export HAVE_VALGRIND_TRUE='#' + export HAVE_VALGRIND_FALSE='' + + msg2 "Building gtk3..." + (cd ${_pkgbase}-${pkgver} +./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-{dumper,static,tests} \ + --libdir=/usr/lib32 \ + --with-gtk=3 +make + ) + + msg2 "Building gtk2..." + (cd ${_pkgbase}-${pkgver}-gtk2 +./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-{dumper,static,tests} \ + --libdir=/usr/lib32 \ + --with-gtk=2 +make + ) +} + +package_lib32-libdbusmenu-glib() { + depends=('lib32-glib2' "${_pkgbase}-glib") + + cd ${_pkgbase}-${pkgver} + make -j1 -C libdbusmenu-glib DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}"/usr/{include,share,lib,bin} +} + +package_lib32-libdbusmenu-gtk2() { + pkgdesc+=" (GTK+ 2 library)" + depends=('lib32-gtk2' "${pkgbase}-glib" "${_pkgbase}-gtk2") + + cd ${_pkgbase}-${pkgver}-gtk2 + make -j1 -C libdbusmenu-glib DESTDIR="${pkgdir}" install + make -j1 -C libdbusmenu-gtk DESTDIR="${pkgdir}" install + make -j1 -C libdbusmenu-glib DESTDIR="${pkgdir}" uninstall + rm -rf "${pkgdir}"/usr/{include,share,lib,bin} +} + +package_lib32-libdbusmenu-gtk3() { + pkgdesc+=" (GTK+ 3 library)" + depends=('lib32-gtk3' "${pkgbase}-glib" "${_pkgbase}-gtk3") + + cd ${_pkgbase}-${pkgver} + make -j1 -C libdbusmenu-glib DESTDIR="${pkgdir}" install + make -j1 -C libdbusmenu-gtk DESTDIR="${pkgdir}" install + make -j1 -C libdbusmenu-glib DESTDIR="${pkgdir}" uninstall + rm -rf "${pkgdir}"/usr/{include,share,lib,bin} +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in (4 files)
Date: Saturday, October 1, 2016 @ 13:00:20 Author: anthraxx Revision: 191141 addpkg: lib32-libdbusmenu 16.04.0-2 Added: lib32-libdbusmenu/ lib32-libdbusmenu/repos/ lib32-libdbusmenu/trunk/ lib32-libdbusmenu/trunk/PKGBUILD --+ PKGBUILD | 88 + 1 file changed, 88 insertions(+) Added: lib32-libdbusmenu/trunk/PKGBUILD === --- lib32-libdbusmenu/trunk/PKGBUILD(rev 0) +++ lib32-libdbusmenu/trunk/PKGBUILD2016-10-01 13:00:20 UTC (rev 191141) @@ -0,0 +1,88 @@ +# Maintainer: Levente Polyak +# Contributor: Manuel Hüsers +# Contributor: Maxime Gauduin +# Contributor: Balló György +# Contributor: Branchini Massimo https://launchpad.net/${_pkgbase}/${pkgver%.?}/${pkgver}/+download/${_pkgbase}-${pkgver}.tar.gz{,.asc}) +sha512sums=('ee9654ac4ed94bdebc94a6db83b126784273a417a645b2881b2ba676a5f67d7fc95dd2bb37bfb0890aa47299ed73cb21ed7de8b75f3fed6b69bfd39065062241' +'SKIP') +validpgpkeys=('45B1103FB93ACBD90296DBCAE83D089481836EBF') # Marco Trevisan (at 3v1n0.net) + +prepare() { + cp -ra ${_pkgbase}-${pkgver}{,-gtk2} +} + +build() { + export CC='gcc -m32' + export CXX='g++ -m32' + export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' + + export HAVE_VALGRIND_TRUE='#' + export HAVE_VALGRIND_FALSE='' + + msg2 "Building gtk3..." + (cd ${_pkgbase}-${pkgver} +./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-{dumper,static,tests} \ + --libdir=/usr/lib32 \ + --with-gtk=3 +make + ) + + msg2 "Building gtk2..." + (cd ${_pkgbase}-${pkgver}-gtk2 +./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-{dumper,static,tests} \ + --libdir=/usr/lib32 \ + --with-gtk=2 +make + ) +} + +package_lib32-libdbusmenu-glib() { + depends=('lib32-glib2' "${_pkgbase}-glib") + + cd ${_pkgbase}-${pkgver} + make -j1 -C libdbusmenu-glib DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}"/usr/{include,share,lib,bin} +} + +package_lib32-libdbusmenu-gtk2() { + pkgdesc+=" (GTK+ 2 library)" + depends=('lib32-gtk2' "${pkgbase}-glib" "${_pkgbase}-gtk2") + + cd ${_pkgbase}-${pkgver}-gtk2 + make -j1 -C libdbusmenu-glib DESTDIR="${pkgdir}" install + make -j1 -C libdbusmenu-gtk DESTDIR="${pkgdir}" install + make -j1 -C libdbusmenu-glib DESTDIR="${pkgdir}" uninstall + rm -rf "${pkgdir}"/usr/{include,share,lib,bin} +} + +package_lib32-libdbusmenu-gtk3() { + pkgdesc+=" (GTK+ 3 library)" + depends=('lib32-gtk3' "${pkgbase}-glib" "${_pkgbase}-gtk3") + + cd ${_pkgbase}-${pkgver} + make -j1 -C libdbusmenu-glib DESTDIR="${pkgdir}" install + make -j1 -C libdbusmenu-gtk DESTDIR="${pkgdir}" install + make -j1 -C libdbusmenu-glib DESTDIR="${pkgdir}" uninstall + rm -rf "${pkgdir}"/usr/{include,share,lib,bin} +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in libdbusmenu/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 12:47:15 Author: anthraxx Revision: 191139 upgpkg: libdbusmenu 16.04.0-2 Modified: libdbusmenu/trunk/PKGBUILD --+ PKGBUILD | 72 - 1 file changed, 52 insertions(+), 20 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 12:16:50 UTC (rev 191138) +++ PKGBUILD2016-10-01 12:47:15 UTC (rev 191139) @@ -1,44 +1,76 @@ -# $Id$ -# Maintainer: Maxime Gauduin -# Contributor: Balló György -# Contributor: Branchini Massimo +# Contributor: Llewelyn Trahaearn +# Contributor: Maxime Gauduin +# Contributor: FadeMind +# Contributor: Balló György +# Contributor: Branchini Massimo https://launchpad.net/libdbusmenu"; -license=('GPL3') -makedepends=('gnome-doc-utils' 'gobject-introspection' 'gtk3' 'intltool' 'vala') +license=('GPL3' 'LGPL2.1' 'LGPL3') +makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 'gtk2' 'gtk3' 'intltool' 'vala' 'valgrind' 'pkg-config') options=('!emptydirs') -source=("http://launchpad.net/dbusmenu/${pkgver%.?}/${pkgver}/+download/${pkgbase}-${pkgver}.tar.gz";) -sha256sums=('9d6ad4a0b918b342ad2ee9230cce8a095eb601cb0cee6ddc1122d0481f9d04c9') +source=(https://launchpad.net/${pkgbase}/${pkgver%.?}/${pkgver}/+download/${pkgbase}-${pkgver}.tar.gz{,.asc}) +sha512sums=('ee9654ac4ed94bdebc94a6db83b126784273a417a645b2881b2ba676a5f67d7fc95dd2bb37bfb0890aa47299ed73cb21ed7de8b75f3fed6b69bfd39065062241' +'SKIP') +validpgpkeys=('45B1103FB93ACBD90296DBCAE83D089481836EBF') # Marco Trevisan (at 3v1n0.net) +prepare() { + cp -ra ${pkgbase}-${pkgver}{,-gtk2} +} + build() { - cd ${pkgbase}-${pkgver} - export HAVE_VALGRIND_TRUE='#' export HAVE_VALGRIND_FALSE='' - ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' --disable-{dumper,static,tests} - make + msg2 "Building gtk3..." + (cd ${pkgbase}-${pkgver} +./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-{dumper,static,tests} \ + --with-gtk=3 +make + ) + + msg2 "Building gtk2..." + (cd ${pkgbase}-${pkgver}-gtk2 +./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-{dumper,static,tests} \ + --with-gtk=2 +make + ) } package_libdbusmenu-glib() { -depends=('glib2') + depends=('glib2') cd ${pkgbase}-${pkgver} + make -j1 -C libdbusmenu-glib DESTDIR="${pkgdir}" install +} +package_libdbusmenu-gtk2() { + pkgdesc+=" (GTK+ 2 library)" + depends=("${pkgbase}-glib" 'gtk2') + + cd ${pkgbase}-${pkgver}-gtk2 make -j1 -C libdbusmenu-glib DESTDIR="${pkgdir}" install + make -j1 -C libdbusmenu-gtk DESTDIR="${pkgdir}" install + make -j1 -C libdbusmenu-glib DESTDIR="${pkgdir}" uninstall } package_libdbusmenu-gtk3() { -depends=('gtk3' 'libdbusmenu-glib') + pkgdesc+=" (GTK+ 3 library)" + depends=("${pkgbase}-glib" 'gtk3') cd ${pkgbase}-${pkgver} - make -j1 -C libdbusmenu-glib DESTDIR="${pkgdir}" install make -j1 -C libdbusmenu-gtk DESTDIR="${pkgdir}" install make -j1 -C libdbusmenu-glib DESTDIR="${pkgdir}" uninstall
[arch-commits] Commit in libdbusmenu/repos (4 files)
Date: Saturday, October 1, 2016 @ 12:47:37 Author: anthraxx Revision: 191140 archrelease: copy trunk to community-i686, community-x86_64 Added: libdbusmenu/repos/community-i686/PKGBUILD (from rev 191139, libdbusmenu/trunk/PKGBUILD) libdbusmenu/repos/community-x86_64/PKGBUILD (from rev 191139, libdbusmenu/trunk/PKGBUILD) Deleted: libdbusmenu/repos/community-i686/PKGBUILD libdbusmenu/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 158 community-i686/PKGBUILD | 47 - community-x86_64/PKGBUILD | 47 - 3 files changed, 158 insertions(+), 94 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-10-01 12:47:15 UTC (rev 191139) +++ community-i686/PKGBUILD 2016-10-01 12:47:37 UTC (rev 191140) @@ -1,47 +0,0 @@ -# $Id$ -# Maintainer: Maxime Gauduin -# Contributor: Balló György -# Contributor: Branchini Massimo https://launchpad.net/libdbusmenu"; -license=('GPL3') -makedepends=('gnome-doc-utils' 'gobject-introspection' 'gtk3' 'intltool' 'vala') -options=('!emptydirs') -source=("http://launchpad.net/dbusmenu/${pkgver%.?}/${pkgver}/+download/${pkgbase}-${pkgver}.tar.gz";) -sha256sums=('9d6ad4a0b918b342ad2ee9230cce8a095eb601cb0cee6ddc1122d0481f9d04c9') - -build() { - cd ${pkgbase}-${pkgver} - - export HAVE_VALGRIND_TRUE='#' - export HAVE_VALGRIND_FALSE='' - - ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' --disable-{dumper,static,tests} - make -} - -package_libdbusmenu-glib() { -depends=('glib2') - - cd ${pkgbase}-${pkgver} - - make -j1 -C libdbusmenu-glib DESTDIR="${pkgdir}" install -} - -package_libdbusmenu-gtk3() { -depends=('gtk3' 'libdbusmenu-glib') - - cd ${pkgbase}-${pkgver} - - make -j1 -C libdbusmenu-glib DESTDIR="${pkgdir}" install - make -j1 -C libdbusmenu-gtk DESTDIR="${pkgdir}" install - make -j1 -C libdbusmenu-glib DESTDIR="${pkgdir}" uninstall -} - -# vim: ts=2 sw=2 et: Copied: libdbusmenu/repos/community-i686/PKGBUILD (from rev 191139, libdbusmenu/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-10-01 12:47:37 UTC (rev 191140) @@ -0,0 +1,79 @@ +# Maintainer: Levente Polyak +# Contributor: Llewelyn Trahaearn +# Contributor: Maxime Gauduin +# Contributor: FadeMind +# Contributor: Balló György +# Contributor: Branchini Massimo https://launchpad.net/${pkgbase}/${pkgver%.?}/${pkgver}/+download/${pkgbase}-${pkgver}.tar.gz{,.asc}) +sha512sums=('ee9654ac4ed94bdebc94a6db83b126784273a417a645b2881b2ba676a5f67d7fc95dd2bb37bfb0890aa47299ed73cb21ed7de8b75f3fed6b69bfd39065062241' +'SKIP') +validpgpkeys=('45B1103FB93ACBD90296DBCAE83D089481836EBF') # Marco Trevisan (at 3v1n0.net) + +prepare() { + cp -ra ${pkgbase}-${pkgver}{,-gtk2} +} + +build() { + export HAVE_VALGRIND_TRUE='#' + export HAVE_VALGRIND_FALSE='' + + msg2 "Building gtk3..." + (cd ${pkgbase}-${pkgver} +./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-{dumper,static,tests} \ + --with-gtk=3 +make + ) + + msg2 "Building gtk2..." + (cd ${pkgbase}-${pkgver}-gtk2 +./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-{dumper,static,tests} \ + --with-gtk=2 +make + ) +} + +package_libdbusmenu-glib() { + depends=('glib2') + + cd ${pkgbase}-${pkgver} + make -j1 -C libdbusmenu-glib DESTDIR="${pkgdir}" install +} + +package_libdbusmenu-gtk2() { + pkgdesc+=" (GTK+ 2 library)" + depends=("${pkgbase}-glib" 'gtk2') + + cd ${pkgbase}-${pkgver}-gtk2 + make -j1 -C libdbusmenu-glib DESTDIR="${pkgdir}" install + make -j1 -C libdbusmenu-gtk DESTDIR="${pkgdir}" install + make -j1 -C libdbusmenu-glib DESTDIR="${pkgdir}" uninstall +} + +package_libdbusmenu-gtk3() { + pkgdesc+=" (GTK+ 3 library)" + depends=("${pkgbase}-glib" 'gtk3') + + cd ${pkgbase}-${pkgver} + make -j1 -C libdbusmenu-glib DESTDIR="${pkgdir}" install + make -j1 -C libdbusmenu-gtk DESTDIR="${pkgdir}" install + make -j1 -C libdbusmenu-glib DESTDIR="${pkgdir}" uninstall +} + +# vim: ts=2 sw=2 et: Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-10-01 12:47:15 UTC (rev 191139) +++ community-x86_64/PKGBUILD 2016-10-01 12:47:37 UTC (rev 191140) @@ -1,47 +0,0 @@ -# $Id$ -# Maintainer: Maxime Gauduin -# Contributor: Balló György -# Contributor: Branchini Massimo https://launchpad.net/libdbusmenu"; -license=('GPL3') -makedepends=('gnome-doc-utils' 'gobject-introspection' 'gtk3' 'intltool' 'vala') -options=('!emptydirs') -source=("http://launchpad.net/dbusmenu/${pkgver%.?}/${pkgver}/+download/${pkgbase}-${pkgver}.tar.gz";) -sha256sums=('9d6ad4a0b918
[arch-commits] Commit in steam/repos/community-i686 (12 files)
Date: Saturday, October 1, 2016 @ 12:16:50 Author: anthraxx Revision: 191138 archrelease: copy trunk to community-i686 Added: steam/repos/community-i686/80-steam-controller-permission.rules (from rev 191137, steam/trunk/80-steam-controller-permission.rules) steam/repos/community-i686/PKGBUILD (from rev 191137, steam/trunk/PKGBUILD) steam/repos/community-i686/alsa_sdl_audiodriver.patch (from rev 191137, steam/trunk/alsa_sdl_audiodriver.patch) steam/repos/community-i686/steam-native.desktop (from rev 191137, steam/trunk/steam-native.desktop) steam/repos/community-i686/steam-native.sh (from rev 191137, steam/trunk/steam-native.sh) steam/repos/community-i686/steam.install (from rev 191137, steam/trunk/steam.install) Deleted: steam/repos/community-i686/80-steam-controller-permission.rules steam/repos/community-i686/PKGBUILD steam/repos/community-i686/alsa_sdl_audiodriver.patch steam/repos/community-i686/steam-native.desktop steam/repos/community-i686/steam-native.sh steam/repos/community-i686/steam.install --+ 80-steam-controller-permission.rules |6 PKGBUILD | 106 alsa_sdl_audiodriver.patch | 28 ++-- steam-native.desktop | 214 - steam-native.sh | 12 - steam.install|8 - 6 files changed, 187 insertions(+), 187 deletions(-) Deleted: 80-steam-controller-permission.rules === --- 80-steam-controller-permission.rules2016-10-01 12:16:21 UTC (rev 191137) +++ 80-steam-controller-permission.rules2016-10-01 12:16:50 UTC (rev 191138) @@ -1,3 +0,0 @@ -#USB devices -SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0660", TAG+="uaccess" -KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", TAG+="uaccess" Copied: steam/repos/community-i686/80-steam-controller-permission.rules (from rev 191137, steam/trunk/80-steam-controller-permission.rules) === --- 80-steam-controller-permission.rules(rev 0) +++ 80-steam-controller-permission.rules2016-10-01 12:16:50 UTC (rev 191138) @@ -0,0 +1,3 @@ +#USB devices +SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0660", TAG+="uaccess" +KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", TAG+="uaccess" Deleted: PKGBUILD === --- PKGBUILD2016-10-01 12:16:21 UTC (rev 191137) +++ PKGBUILD2016-10-01 12:16:50 UTC (rev 191138) @@ -1,53 +0,0 @@ -# Maintainer: Levente Polyak -# Contributor: Daniel Wallace -# Contributor: K900 - -pkgname=steam -pkgver=1.0.0.52 -pkgrel=3 -pkgdesc="Valve's digital software delivery system" -url='http://steampowered.com/' -arch=('i686' 'x86_64') -license=('custom') -depends=('bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl' 'dbus' 'freetype2' 'gdk-pixbuf2' 'ttf-font' 'zenity') -optdepends=('steam-native-runtime: steam native runtime support') -depends_x86_64=('lib32-libgl' 'lib32-gcc-libs' 'lib32-libx11' 'lib32-libxss') -optdepends_x86_64=( - 'lib32-mesa-dri: for open source driver users' - 'lib32-catalyst-utils: for AMD Catalyst users' - 'lib32-nvidia-utils: for NVIDIA proprietary blob users' - 'lib32-alsa-plugins: for pulseaudio on some games' -) -install=steam.install -source=(http://repo.steampowered.com/${pkgname}/pool/${pkgname}/s/${pkgname}/${pkgname}_${pkgver}.tar.gz -steam-native.sh -steam-native.desktop -alsa_sdl_audiodriver.patch -80-steam-controller-permission.rules) -sha512sums=('eefff7b2d223305fa8ff8b2419f9806e21784044c2832b42c5583bac4b9391d66444903e2753153842a85eab196418ca47d9b4b3a1daaf839e1eb15edfff891e' - 'fdf7c26e6b9459b6351485df4ff3fe5e0be17d842eda314a77d6537c9efdcc73734cbf0bbb3f70f7a7fc62d591cc7e08425945a1b9059d84b9c182199f2d' - '088db8265e9f35a61c3ff1e26654c1d3d53fe51ca6791f8210db0edc21e8ddc698c4c943895b9682e8d34c93675548d7b6a5bc687f02228e0cc85e267d12df33' - '5c6117d86cb95071246434851bae3bf7d1c2174b0c8744e33e9c98ccc22efae0c956e1d7e3969c572aa96259b1b8164992d265541bce49a24daa12555d825fd5' - 'f2b45659524a23e97ac271629ae525823f3d613e94f3fb72dfb67a21b7edfda6d07bff623187582c6d0888501e98536d114ccb27d9a7d7065c51fc11f7d8b18f') -prepare() { - patch -d "${pkgname}" -Np1 < "${srcdir}/alsa_sdl_audiodriver.patch" -} - -package() { - make -C "${pkgname}" DESTDIR="${pkgdir}" install - - install -Dm 755 "${srcdir}/steam-native.sh" "${pkgdir}/usr/bin/steam-native" - install -Dm 644 "${srcdir}/steam-native.desktop" -t "${pkgdir}/usr/share/applications" - - install -Dm 644 "${pkgdir}/usr/share/doc/steam/steam_install_agreement.txt" \ -"${pkgdir}/usr/share/licenses/steam/LICENSE" - - # blank steamdeps because apt-get -
[arch-commits] Commit in steam/repos/multilib-x86_64 (12 files)
Date: Saturday, October 1, 2016 @ 12:16:21 Author: anthraxx Revision: 191137 archrelease: copy trunk to multilib-x86_64 Added: steam/repos/multilib-x86_64/80-steam-controller-permission.rules (from rev 191136, steam/trunk/80-steam-controller-permission.rules) steam/repos/multilib-x86_64/PKGBUILD (from rev 191136, steam/trunk/PKGBUILD) steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch (from rev 191136, steam/trunk/alsa_sdl_audiodriver.patch) steam/repos/multilib-x86_64/steam-native.desktop (from rev 191136, steam/trunk/steam-native.desktop) steam/repos/multilib-x86_64/steam-native.sh (from rev 191136, steam/trunk/steam-native.sh) steam/repos/multilib-x86_64/steam.install (from rev 191136, steam/trunk/steam.install) Deleted: steam/repos/multilib-x86_64/80-steam-controller-permission.rules steam/repos/multilib-x86_64/PKGBUILD steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch steam/repos/multilib-x86_64/steam-native.desktop steam/repos/multilib-x86_64/steam-native.sh steam/repos/multilib-x86_64/steam.install --+ 80-steam-controller-permission.rules |6 PKGBUILD | 106 alsa_sdl_audiodriver.patch | 28 ++-- steam-native.desktop | 214 - steam-native.sh | 12 - steam.install|8 - 6 files changed, 187 insertions(+), 187 deletions(-) Deleted: 80-steam-controller-permission.rules === --- 80-steam-controller-permission.rules2016-10-01 12:15:48 UTC (rev 191136) +++ 80-steam-controller-permission.rules2016-10-01 12:16:21 UTC (rev 191137) @@ -1,3 +0,0 @@ -#USB devices -SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0660", TAG+="uaccess" -KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", TAG+="uaccess" Copied: steam/repos/multilib-x86_64/80-steam-controller-permission.rules (from rev 191136, steam/trunk/80-steam-controller-permission.rules) === --- 80-steam-controller-permission.rules(rev 0) +++ 80-steam-controller-permission.rules2016-10-01 12:16:21 UTC (rev 191137) @@ -0,0 +1,3 @@ +#USB devices +SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0660", TAG+="uaccess" +KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", TAG+="uaccess" Deleted: PKGBUILD === --- PKGBUILD2016-10-01 12:15:48 UTC (rev 191136) +++ PKGBUILD2016-10-01 12:16:21 UTC (rev 191137) @@ -1,53 +0,0 @@ -# Maintainer: Levente Polyak -# Contributor: Daniel Wallace -# Contributor: K900 - -pkgname=steam -pkgver=1.0.0.52 -pkgrel=3 -pkgdesc="Valve's digital software delivery system" -url='http://steampowered.com/' -arch=('i686' 'x86_64') -license=('custom') -depends=('bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl' 'dbus' 'freetype2' 'gdk-pixbuf2' 'ttf-font' 'zenity') -optdepends=('steam-native-runtime: steam native runtime support') -depends_x86_64=('lib32-libgl' 'lib32-gcc-libs' 'lib32-libx11' 'lib32-libxss') -optdepends_x86_64=( - 'lib32-mesa-dri: for open source driver users' - 'lib32-catalyst-utils: for AMD Catalyst users' - 'lib32-nvidia-utils: for NVIDIA proprietary blob users' - 'lib32-alsa-plugins: for pulseaudio on some games' -) -install=steam.install -source=(http://repo.steampowered.com/${pkgname}/pool/${pkgname}/s/${pkgname}/${pkgname}_${pkgver}.tar.gz -steam-native.sh -steam-native.desktop -alsa_sdl_audiodriver.patch -80-steam-controller-permission.rules) -sha512sums=('eefff7b2d223305fa8ff8b2419f9806e21784044c2832b42c5583bac4b9391d66444903e2753153842a85eab196418ca47d9b4b3a1daaf839e1eb15edfff891e' - 'fdf7c26e6b9459b6351485df4ff3fe5e0be17d842eda314a77d6537c9efdcc73734cbf0bbb3f70f7a7fc62d591cc7e08425945a1b9059d84b9c182199f2d' - '088db8265e9f35a61c3ff1e26654c1d3d53fe51ca6791f8210db0edc21e8ddc698c4c943895b9682e8d34c93675548d7b6a5bc687f02228e0cc85e267d12df33' - '5c6117d86cb95071246434851bae3bf7d1c2174b0c8744e33e9c98ccc22efae0c956e1d7e3969c572aa96259b1b8164992d265541bce49a24daa12555d825fd5' - 'f2b45659524a23e97ac271629ae525823f3d613e94f3fb72dfb67a21b7edfda6d07bff623187582c6d0888501e98536d114ccb27d9a7d7065c51fc11f7d8b18f') -prepare() { - patch -d "${pkgname}" -Np1 < "${srcdir}/alsa_sdl_audiodriver.patch" -} - -package() { - make -C "${pkgname}" DESTDIR="${pkgdir}" install - - install -Dm 755 "${srcdir}/steam-native.sh" "${pkgdir}/usr/bin/steam-native" - install -Dm 644 "${srcdir}/steam-native.desktop" -t "${pkgdir}/usr/share/applications" - - install -Dm 644 "${pkgdir}/usr/share/doc/steam/steam_install_agreement.txt" \ -"${pkgdir}/usr/share/licenses/steam/LICENSE" - - # blank steamdeps bec
[arch-commits] Commit in steam/trunk (PKGBUILD steam-native.sh)
Date: Saturday, October 1, 2016 @ 12:15:48 Author: anthraxx Revision: 191136 upgpkg: steam 1.0.0.52-4 (fix steam-native arg passing) Modified: steam/trunk/PKGBUILD steam/trunk/steam-native.sh -+ PKGBUILD|4 ++-- steam-native.sh |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 12:02:31 UTC (rev 191135) +++ PKGBUILD2016-10-01 12:15:48 UTC (rev 191136) @@ -4,7 +4,7 @@ pkgname=steam pkgver=1.0.0.52 -pkgrel=3 +pkgrel=4 pkgdesc="Valve's digital software delivery system" url='http://steampowered.com/' arch=('i686' 'x86_64') @@ -25,7 +25,7 @@ alsa_sdl_audiodriver.patch 80-steam-controller-permission.rules) sha512sums=('eefff7b2d223305fa8ff8b2419f9806e21784044c2832b42c5583bac4b9391d66444903e2753153842a85eab196418ca47d9b4b3a1daaf839e1eb15edfff891e' - 'fdf7c26e6b9459b6351485df4ff3fe5e0be17d842eda314a77d6537c9efdcc73734cbf0bbb3f70f7a7fc62d591cc7e08425945a1b9059d84b9c182199f2d' + '1fb84e481c6c417cd095f5ae73d04a27936851a6bc60ed39a118173532b697d3bd0cc0adf6ddd746f6791440ab0b36407fb0230b13337bda316bb6d8af5169cd' '088db8265e9f35a61c3ff1e26654c1d3d53fe51ca6791f8210db0edc21e8ddc698c4c943895b9682e8d34c93675548d7b6a5bc687f02228e0cc85e267d12df33' '5c6117d86cb95071246434851bae3bf7d1c2174b0c8744e33e9c98ccc22efae0c956e1d7e3969c572aa96259b1b8164992d265541bce49a24daa12555d825fd5' 'f2b45659524a23e97ac271629ae525823f3d613e94f3fb72dfb67a21b7edfda6d07bff623187582c6d0888501e98536d114ccb27d9a7d7065c51fc11f7d8b18f') Modified: steam-native.sh === --- steam-native.sh 2016-10-01 12:02:31 UTC (rev 191135) +++ steam-native.sh 2016-10-01 12:15:48 UTC (rev 191136) @@ -3,4 +3,4 @@ # Workaround for dbus fatal termination related coredumps (SIGABRT) # https://github.com/ValveSoftware/steam-for-linux/issues/4464 export DBUS_FATAL_WARNINGS=0 -exec /usr/bin/steam $* +exec /usr/bin/steam "$@"
[arch-commits] Commit in qt5dxcb-plugin/repos (4 files)
Date: Saturday, October 1, 2016 @ 12:02:31 Author: felixonmars Revision: 191135 archrelease: copy trunk to community-i686, community-x86_64 Added: qt5dxcb-plugin/repos/community-i686/ qt5dxcb-plugin/repos/community-i686/PKGBUILD (from rev 191134, qt5dxcb-plugin/trunk/PKGBUILD) qt5dxcb-plugin/repos/community-x86_64/ qt5dxcb-plugin/repos/community-x86_64/PKGBUILD (from rev 191134, qt5dxcb-plugin/trunk/PKGBUILD) ---+ community-i686/PKGBUILD | 33 + community-x86_64/PKGBUILD | 33 + 2 files changed, 66 insertions(+) Copied: qt5dxcb-plugin/repos/community-i686/PKGBUILD (from rev 191134, qt5dxcb-plugin/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-10-01 12:02:31 UTC (rev 191135) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgname=qt5dxcb-plugin +pkgver=1.0 +pkgrel=1 +pkgdesc='Deepin Qt5 platform plugin' +arch=('i686' 'x86_64') +url="http://github.com/linuxdeepin/qt5dxcb-plugin"; +license=('GPL3') +depends=('qt5-x11extras') +makedepends=('git' 'qt5-tools') +groups=('deepin') +source=("git+https://cr.deepin.io/qt5dxcb-plugin.git#tag=$pkgver"; +"git+https://github.com/zccrs/libqt5xcbqpa-dev.git";) +sha256sums=('SKIP' +'SKIP') + +prepare() { + cd qt5dxcb-plugin + ln -s ../libqt5xcbqpa-dev ./ +} + +build() { + cd qt5dxcb-plugin + qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr + make +} + +package() { + cd qt5dxcb-plugin + make INSTALL_ROOT="$pkgdir" install +} Copied: qt5dxcb-plugin/repos/community-x86_64/PKGBUILD (from rev 191134, qt5dxcb-plugin/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-10-01 12:02:31 UTC (rev 191135) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgname=qt5dxcb-plugin +pkgver=1.0 +pkgrel=1 +pkgdesc='Deepin Qt5 platform plugin' +arch=('i686' 'x86_64') +url="http://github.com/linuxdeepin/qt5dxcb-plugin"; +license=('GPL3') +depends=('qt5-x11extras') +makedepends=('git' 'qt5-tools') +groups=('deepin') +source=("git+https://cr.deepin.io/qt5dxcb-plugin.git#tag=$pkgver"; +"git+https://github.com/zccrs/libqt5xcbqpa-dev.git";) +sha256sums=('SKIP' +'SKIP') + +prepare() { + cd qt5dxcb-plugin + ln -s ../libqt5xcbqpa-dev ./ +} + +build() { + cd qt5dxcb-plugin + qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr + make +} + +package() { + cd qt5dxcb-plugin + make INSTALL_ROOT="$pkgdir" install +}
[arch-commits] Commit in (4 files)
Date: Saturday, October 1, 2016 @ 12:02:06 Author: felixonmars Revision: 191134 addpkg: qt5dxcb-plugin 1.0-1 Added: qt5dxcb-plugin/ qt5dxcb-plugin/repos/ qt5dxcb-plugin/trunk/ qt5dxcb-plugin/trunk/PKGBUILD --+ PKGBUILD | 33 + 1 file changed, 33 insertions(+) Added: qt5dxcb-plugin/trunk/PKGBUILD === --- qt5dxcb-plugin/trunk/PKGBUILD (rev 0) +++ qt5dxcb-plugin/trunk/PKGBUILD 2016-10-01 12:02:06 UTC (rev 191134) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgname=qt5dxcb-plugin +pkgver=1.0 +pkgrel=1 +pkgdesc='Deepin Qt5 platform plugin' +arch=('i686' 'x86_64') +url="http://github.com/linuxdeepin/qt5dxcb-plugin"; +license=('GPL3') +depends=('qt5-x11extras') +makedepends=('git' 'qt5-tools') +groups=('deepin') +source=("git+https://cr.deepin.io/qt5dxcb-plugin.git#tag=$pkgver"; +"git+https://github.com/zccrs/libqt5xcbqpa-dev.git";) +sha256sums=('SKIP' +'SKIP') + +prepare() { + cd qt5dxcb-plugin + ln -s ../libqt5xcbqpa-dev ./ +} + +build() { + cd qt5dxcb-plugin + qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr + make +} + +package() { + cd qt5dxcb-plugin + make INSTALL_ROOT="$pkgdir" install +} Property changes on: qt5dxcb-plugin/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
[arch-commits] Commit in qt5-base/trunk (rebuild.list)
Date: Saturday, October 1, 2016 @ 12:01:53 Author: felixonmars Revision: 277511 update rebuild.list to include qt5dxcb-plugin Modified: qt5-base/trunk/rebuild.list --+ rebuild.list |1 + 1 file changed, 1 insertion(+) Modified: rebuild.list === --- rebuild.list2016-10-01 11:46:18 UTC (rev 277510) +++ rebuild.list2016-10-01 12:01:53 UTC (rev 277511) @@ -6,3 +6,4 @@ skrooge kwin lxqt-qtplugin +qt5dxcb-plugin
[arch-commits] Commit in mythtv/repos (16 files)
Date: Saturday, October 1, 2016 @ 11:47:09 Author: arojas Revision: 191133 archrelease: copy trunk to community-i686, community-x86_64 Added: mythtv/repos/community-i686/99-mythbackend.rules (from rev 191132, mythtv/trunk/99-mythbackend.rules) mythtv/repos/community-i686/PKGBUILD (from rev 191132, mythtv/trunk/PKGBUILD) mythtv/repos/community-i686/mythbackend.service (from rev 191132, mythtv/trunk/mythbackend.service) mythtv/repos/community-i686/mythtv.install (from rev 191132, mythtv/trunk/mythtv.install) mythtv/repos/community-x86_64/99-mythbackend.rules (from rev 191132, mythtv/trunk/99-mythbackend.rules) mythtv/repos/community-x86_64/PKGBUILD (from rev 191132, mythtv/trunk/PKGBUILD) mythtv/repos/community-x86_64/mythbackend.service (from rev 191132, mythtv/trunk/mythbackend.service) mythtv/repos/community-x86_64/mythtv.install (from rev 191132, mythtv/trunk/mythtv.install) Deleted: mythtv/repos/community-i686/99-mythbackend.rules mythtv/repos/community-i686/PKGBUILD mythtv/repos/community-i686/mythbackend.service mythtv/repos/community-i686/mythtv.install mythtv/repos/community-x86_64/99-mythbackend.rules mythtv/repos/community-x86_64/PKGBUILD mythtv/repos/community-x86_64/mythbackend.service mythtv/repos/community-x86_64/mythtv.install ---+ /99-mythbackend.rules | 12 ++ /PKGBUILD | 168 /mythbackend.service | 32 ++ /mythtv.install | 40 +++ community-i686/99-mythbackend.rules |6 - community-i686/PKGBUILD | 84 community-i686/mythbackend.service| 15 -- community-i686/mythtv.install | 20 --- community-x86_64/99-mythbackend.rules |6 - community-x86_64/PKGBUILD | 84 community-x86_64/mythbackend.service | 15 -- community-x86_64/mythtv.install | 20 --- 12 files changed, 252 insertions(+), 250 deletions(-) Deleted: community-i686/99-mythbackend.rules === --- community-i686/99-mythbackend.rules 2016-10-01 11:45:53 UTC (rev 191132) +++ community-i686/99-mythbackend.rules 2016-10-01 11:47:09 UTC (rev 191133) @@ -1,6 +0,0 @@ -# -# Create systemd device units for capture devices -# -SUBSYSTEM=="video4linux", TAG+="systemd" -SUBSYSTEM=="dvb", TAG+="systemd" -SUBSYSTEM=="firewire", TAG+="systemd" Copied: mythtv/repos/community-i686/99-mythbackend.rules (from rev 191132, mythtv/trunk/99-mythbackend.rules) === --- community-i686/99-mythbackend.rules (rev 0) +++ community-i686/99-mythbackend.rules 2016-10-01 11:47:09 UTC (rev 191133) @@ -0,0 +1,6 @@ +# +# Create systemd device units for capture devices +# +SUBSYSTEM=="video4linux", TAG+="systemd" +SUBSYSTEM=="dvb", TAG+="systemd" +SUBSYSTEM=="firewire", TAG+="systemd" Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-10-01 11:45:53 UTC (rev 191132) +++ community-i686/PKGBUILD 2016-10-01 11:47:09 UTC (rev 191133) @@ -1,84 +0,0 @@ -# $Id$ -# Maintainer: Jonathan Conder -# Contributor: Giovanni Scafora -# Contributor: Juergen Hoetzel -# Contributor: -# Contributor: dorphell - -pkgname=mythtv -pkgver=0.28 -pkgrel=6 -epoch=1 -pkgdesc="A Homebrew PVR project" -arch=('i686' 'x86_64') -url="http://www.mythtv.org/"; -license=('GPL') -depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883' - 'libgl' 'libpulse' 'libva' 'libvpx' 'libxinerama' 'lirc' 'mariadb-clients' - 'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' 'perl-libwww' - 'perl-net-upnp' 'python2-lxml' 'qt5-webkit' 'qt5-script' 'taglib' 'urlgrabber' - 'libx264' 'libvdpau' 'exiv2' 'libxrandr') -makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm' 'x264' 'gdb') -optdepends=('glew: for GPU commercial flagging' -'libcec: for consumer electronics control capabilities' -'libxml2: to read blu-ray metadata' -'openssl: for AirTunes (RAOP) support') -conflicts=('myththemes' 'mythplugins-mythvideo') -replaces=('myththemes' 'mythplugins-mythvideo') -install='mythtv.install' -source=("$pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$pkgver.tar.gz"; - mythtv-fix-segfault.patch::"https://github.com/MythTV/mythtv/commit/c3a79298.patch"; - mythtv-gcc6.patch::"https://github.com/MythTV/mythtv/commit/e4f6e011.patch"; -'mythbackend.service' '99-mythbackend.rules') -sha256sums=('7b3476c0ec0fc17d6b734f0440383815e81850a70b78c12ee40d61a408eba340' -'60696991fcaa24fb61392401bd27cfa35a15b54f4bcc01aee54dc84440c6df99' -'d35c4738f3317d26d4cb98965689bdc72bd5b9776c1b3
[arch-commits] Commit in mythtv/trunk (PKGBUILD mythbackend.service)
Date: Saturday, October 1, 2016 @ 11:45:53 Author: arojas Revision: 191132 Add Restart=on-failure to systemd service (FS#51129) Modified: mythtv/trunk/PKGBUILD mythtv/trunk/mythbackend.service -+ PKGBUILD|4 ++-- mythbackend.service |1 + 2 files changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 11:05:54 UTC (rev 191131) +++ PKGBUILD2016-10-01 11:45:53 UTC (rev 191132) @@ -7,7 +7,7 @@ pkgname=mythtv pkgver=0.28 -pkgrel=6 +pkgrel=7 epoch=1 pkgdesc="A Homebrew PVR project" arch=('i686' 'x86_64') @@ -33,7 +33,7 @@ sha256sums=('7b3476c0ec0fc17d6b734f0440383815e81850a70b78c12ee40d61a408eba340' '60696991fcaa24fb61392401bd27cfa35a15b54f4bcc01aee54dc84440c6df99' 'd35c4738f3317d26d4cb98965689bdc72bd5b9776c1b31e5d97d06be724e' -'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302' +'ed5ca54de26b7cd8a64e09626eed6e09f35d677daf88c530bb24cc4252bcce6d' 'ecfd02bbbef5de9773f4de2c52e9b2b382ce8137735f249d7900270d304fd333') prepare() { Modified: mythbackend.service === --- mythbackend.service 2016-10-01 11:05:54 UTC (rev 191131) +++ mythbackend.service 2016-10-01 11:45:53 UTC (rev 191132) @@ -10,6 +10,7 @@ ExecStart=/usr/bin/mythbackend --logpath /var/log/mythtv ExecStop=/usr/bin/mythshutdown --setscheduledwakeup #ExecStop=/usr/bin/mythshutdown --shutdown +Restart=on-failure [Install] WantedBy=multi-user.target
[arch-commits] Commit in qt4/trunk (PKGBUILD qt4-gcc6.patch)
Date: Saturday, October 1, 2016 @ 11:44:49 Author: arojas Revision: 277509 Drop qtchooser optdepend, fix build with GCC6 Added: qt4/trunk/qt4-gcc6.patch Modified: qt4/trunk/PKGBUILD + PKGBUILD | 18 +++--- qt4-gcc6.patch | 36 2 files changed, 47 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 09:04:24 UTC (rev 277508) +++ PKGBUILD2016-10-01 11:44:49 UTC (rev 277509) @@ -5,18 +5,16 @@ pkgname=qt4 pkgver=4.8.7 -pkgrel=9 +pkgrel=10 arch=('i686' 'x86_64') url='http://www.qt.io' license=('GPL3' 'LGPL' 'FDL' 'custom') pkgdesc='A cross-platform application and UI framework' -depends=('libtiff' 'libpng' 'sqlite' 'ca-certificates' 'dbus' -'fontconfig' 'libgl' 'libxrandr' 'libxv' 'libxi' 'alsa-lib' +depends=('sqlite' 'ca-certificates' 'fontconfig' 'libgl' 'libxrandr' 'libxv' 'libxi' 'alsa-lib' 'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils' 'libmng') makedepends=('postgresql-libs' 'mariadb' 'unixodbc' 'cups' 'gtk2' 'libfbclient' 'mesa') -optdepends=('qtchooser: set the default Qt toolkit' -'postgresql-libs: PostgreSQL driver' +optdepends=('postgresql-libs: PostgreSQL driver' 'libmariadbclient: MariaDB driver' 'unixodbc: ODBC driver' 'libfbclient: Firebird/iBase driver' @@ -38,7 +36,8 @@ 'glib-honor-ExcludeSocketNotifiers-flag.diff' 'disable-sslv3.patch' 'l-qclipboard_fix_recursive.patch' -'l-qclipboard_delay.patch') +'l-qclipboard_delay.patch' +'qt4-gcc6.patch') md5sums=('d990ee66bf7ab0c785589776f35ba6ad' 'a16638f4781e56e7887ff8212a322ecc' '8a28b3f52dbeb685d4b69440b520a3e1' @@ -52,7 +51,8 @@ '85679531c8a7310317adfb7002d9f99a' '1803ab6313df762d807678e58fc85f53' '009de09b4e589a7770fba74405656c99' - 'addc5e88d538ee55e17bd49ba337ca67') + 'addc5e88d538ee55e17bd49ba337ca67' + '98e00c5c7e5fee12e11ecbedd03f01ff') prepare() { cd ${_pkgfqn} @@ -87,11 +87,15 @@ cp mkspecs/common/linux{,32}.conf sed -i "/^QMAKE_LIBDIR\s/s|=|= /usr/lib32|g" mkspecs/common/linux32.conf sed -i "s|common/linux.conf|common/linux32.conf|" mkspecs/linux-g++-32/qmake.conf + + # Fix build with GCC6 (Fedora) + patch -p1 -i "$srcdir"/qt4-gcc6.patch } build() { export QT4DIR="${srcdir}"/${_pkgfqn} export LD_LIBRARY_PATH=${QT4DIR}/lib:${LD_LIBRARY_PATH} + export CXXFLAGS+=" -std=gnu++98" # Fix build with GCC 6 cd ${_pkgfqn} Added: qt4-gcc6.patch === --- qt4-gcc6.patch (rev 0) +++ qt4-gcc6.patch 2016-10-01 11:44:49 UTC (rev 277509) @@ -0,0 +1,36 @@ +diff -up qt-everywhere-opensource-src-4.8.7/configure.gcc6 qt-everywhere-opensource-src-4.8.7/configure +--- qt-everywhere-opensource-src-4.8.7/configure.gcc6 2016-04-15 07:04:19.430268222 -0500 qt-everywhere-opensource-src-4.8.7/configure 2016-04-15 07:05:22.157568689 -0500 +@@ -7744,7 +7744,7 @@ case "$XPLATFORM" in + *-g++*) + # Check gcc's version + case "$(${QMAKE_CONF_COMPILER} -dumpversion)" in +- 5*|4*|3.4*) ++ 8*|7*|6*|5*|4*|3.4*) + ;; + 3.3*) + canBuildWebKit="no" +@@ -8060,7 +8060,7 @@ g++*) + 3.*) + COMPILER_VERSION="3.*" + ;; +-5*|4.*) ++8*|7*|6*|5*|4.*) + COMPILER_VERSION="4" + ;; + *) +diff -up qt-everywhere-opensource-src-4.8.7/src/xmlpatterns/api/qcoloroutput_p.h.gcc6 +qt-everywhere-opensource-src-4.8.7/src/xmlpatterns/api/qcoloroutput_p.h +--- qt-everywhere-opensource-src-4.8.7/src/xmlpatterns/api/qcoloroutput_p.h.gcc6 2015-05-07 09:14:48.0 -0500 qt-everywhere-opensource-src-4.8.7/src/xmlpatterns/api/qcoloroutput_p.h 2016-04-15 07:04:19.431268227 -0500 +@@ -70,8 +70,8 @@ namespace QPatternist + ForegroundShift = 10, + BackgroundShift = 20, + SpecialShift= 20, +-ForegroundMask = ((1 << ForegroundShift) - 1) << ForegroundShift, +-BackgroundMask = ((1 << BackgroundShift) - 1) << BackgroundShift ++ForegroundMask = 0x1f << ForegroundShift, ++BackgroundMask = 0x7 << BackgroundShift + }; + + public:
[arch-commits] Commit in converseen/repos (4 files)
Date: Saturday, October 1, 2016 @ 11:05:54 Author: arojas Revision: 191131 archrelease: copy trunk to community-i686, community-x86_64 Added: converseen/repos/community-i686/PKGBUILD (from rev 191130, converseen/trunk/PKGBUILD) converseen/repos/community-x86_64/PKGBUILD (from rev 191130, converseen/trunk/PKGBUILD) Deleted: converseen/repos/community-i686/PKGBUILD converseen/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 60 community-i686/PKGBUILD | 30 -- community-x86_64/PKGBUILD | 30 -- 3 files changed, 60 insertions(+), 60 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-10-01 11:05:25 UTC (rev 191130) +++ community-i686/PKGBUILD 2016-10-01 11:05:54 UTC (rev 191131) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: archtux - -pkgname=converseen -pkgver=0.9.5.1 -pkgrel=1 -pkgdesc="The batch image converter and resizer" -arch=('i686' 'x86_64') -url="http://converseen.fasterland.net/"; -license=('GPL3') -depends=('imagemagick' 'qt5-base' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 'librsvg' 'ghostscript') -makedepends=('cmake' 'qt5-tools') -source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2";) -md5sums=('ab0cef042e4bfa024e1211b3671d27d1') - -build() { - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - - make DESTDIR="${pkgdir}" install -} Copied: converseen/repos/community-i686/PKGBUILD (from rev 191130, converseen/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-10-01 11:05:54 UTC (rev 191131) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: archtux + +pkgname=converseen +pkgver=0.9.5.2 +pkgrel=1 +pkgdesc="The batch image converter and resizer" +arch=('i686' 'x86_64') +url="http://converseen.fasterland.net/"; +license=('GPL3') +depends=('imagemagick' 'qt5-base' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 'librsvg' 'ghostscript') +makedepends=('cmake' 'qt5-tools') +source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2";) +md5sums=('f2b9e921ccd8a8e002419a329d86c38c') + +build() { + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + + make DESTDIR="${pkgdir}" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-10-01 11:05:25 UTC (rev 191130) +++ community-x86_64/PKGBUILD 2016-10-01 11:05:54 UTC (rev 191131) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: archtux - -pkgname=converseen -pkgver=0.9.5.1 -pkgrel=1 -pkgdesc="The batch image converter and resizer" -arch=('i686' 'x86_64') -url="http://converseen.fasterland.net/"; -license=('GPL3') -depends=('imagemagick' 'qt5-base' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 'librsvg' 'ghostscript') -makedepends=('cmake' 'qt5-tools') -source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2";) -md5sums=('ab0cef042e4bfa024e1211b3671d27d1') - -build() { - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - - make DESTDIR="${pkgdir}" install -} Copied: converseen/repos/community-x86_64/PKGBUILD (from rev 191130, converseen/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-10-01 11:05:54 UTC (rev 191131) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: archtux + +pkgname=converseen +pkgver=0.9.5.2 +pkgrel=1 +pkgdesc="The batch image converter and resizer" +arch=('i686' 'x86_64') +url="http://converseen.fasterland.net/"; +license=('GPL3') +depends=('imagemagick' 'qt5-base' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 'librsvg' 'ghostscript') +makedepends=('cmake' 'qt5-tools') +source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2";) +md5sums=('f2b9e921ccd8a8e002419a329d86c38c') + +build() { + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in converseen/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 11:05:25 Author: arojas Revision: 191130 Update to 0.9.5.2 Modified: converseen/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 10:01:41 UTC (rev 191129) +++ PKGBUILD2016-10-01 11:05:25 UTC (rev 191130) @@ -3,7 +3,7 @@ # Contributor: archtux pkgname=converseen -pkgver=0.9.5.1 +pkgver=0.9.5.2 pkgrel=1 pkgdesc="The batch image converter and resizer" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('imagemagick' 'qt5-base' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 'librsvg' 'ghostscript') makedepends=('cmake' 'qt5-tools') source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2";) -md5sums=('ab0cef042e4bfa024e1211b3671d27d1') +md5sums=('f2b9e921ccd8a8e002419a329d86c38c') build() { mkdir build
[arch-commits] Commit in qtav/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 10:01:14 Author: arojas Revision: 191128 Install binaries to the standard location Modified: qtav/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 09:08:15 UTC (rev 191127) +++ PKGBUILD2016-10-01 10:01:14 UTC (rev 191128) @@ -3,7 +3,7 @@ pkgname=qtav pkgver=1.11.0 -pkgrel=1 +pkgrel=2 pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg" arch=('i686' 'x86_64') url="http://www.qtav.org/"; @@ -16,6 +16,9 @@ prepare() { cd QtAV git submodule update --init + + # fix mkspecs install dir + sed -e 's|\$\$\[QT_INSTALL_BINS\]\/\.\.\/mkspecs|\$\$\[QT_INSTALL_ARCHDATA\]\/mkspecs|g' -i tools/install_sdk/install_sdk.pro } build() { @@ -29,7 +32,4 @@ cd QtAV make INSTALL_ROOT="${pkgdir}" install - - mkdir "$pkgdir/usr/bin" - ln -s ../lib/qt/bin/QMLPlayer "$pkgdir/usr/bin/QMLPlayer" }
[arch-commits] Commit in qtav/repos (4 files)
Date: Saturday, October 1, 2016 @ 10:01:41 Author: arojas Revision: 191129 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: qtav/repos/community-testing-i686/ qtav/repos/community-testing-i686/PKGBUILD (from rev 191128, qtav/trunk/PKGBUILD) qtav/repos/community-testing-x86_64/ qtav/repos/community-testing-x86_64/PKGBUILD (from rev 191128, qtav/trunk/PKGBUILD) ---+ community-testing-i686/PKGBUILD | 35 +++ community-testing-x86_64/PKGBUILD | 35 +++ 2 files changed, 70 insertions(+) Copied: qtav/repos/community-testing-i686/PKGBUILD (from rev 191128, qtav/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2016-10-01 10:01:41 UTC (rev 191129) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgname=qtav +pkgver=1.11.0 +pkgrel=2 +pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg" +arch=('i686' 'x86_64') +url="http://www.qtav.org/"; +license=('LGPL') +depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'portaudio' 'desktop-file-utils') +makedepends=('git') +source=("git+https://github.com/wang-bin/QtAV.git#tag=v$pkgver";) +sha256sums=('SKIP') + +prepare() { + cd QtAV + git submodule update --init + + # fix mkspecs install dir + sed -e 's|\$\$\[QT_INSTALL_BINS\]\/\.\.\/mkspecs|\$\$\[QT_INSTALL_ARCHDATA\]\/mkspecs|g' -i tools/install_sdk/install_sdk.pro +} + +build() { + cd QtAV + + qmake-qt5 "CONFIG+=no_rpath recheck" + make +} + +package() { + cd QtAV + + make INSTALL_ROOT="${pkgdir}" install +} Copied: qtav/repos/community-testing-x86_64/PKGBUILD (from rev 191128, qtav/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2016-10-01 10:01:41 UTC (rev 191129) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgname=qtav +pkgver=1.11.0 +pkgrel=2 +pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg" +arch=('i686' 'x86_64') +url="http://www.qtav.org/"; +license=('LGPL') +depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'portaudio' 'desktop-file-utils') +makedepends=('git') +source=("git+https://github.com/wang-bin/QtAV.git#tag=v$pkgver";) +sha256sums=('SKIP') + +prepare() { + cd QtAV + git submodule update --init + + # fix mkspecs install dir + sed -e 's|\$\$\[QT_INSTALL_BINS\]\/\.\.\/mkspecs|\$\$\[QT_INSTALL_ARCHDATA\]\/mkspecs|g' -i tools/install_sdk/install_sdk.pro +} + +build() { + cd QtAV + + qmake-qt5 "CONFIG+=no_rpath recheck" + make +} + +package() { + cd QtAV + + make INSTALL_ROOT="${pkgdir}" install +}
[arch-commits] Commit in qt5-systems/repos (4 files)
Date: Saturday, October 1, 2016 @ 09:08:15 Author: arojas Revision: 191127 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: qt5-systems/repos/community-testing-i686/ qt5-systems/repos/community-testing-i686/PKGBUILD (from rev 191126, qt5-systems/trunk/PKGBUILD) qt5-systems/repos/community-testing-x86_64/ qt5-systems/repos/community-testing-x86_64/PKGBUILD (from rev 191126, qt5-systems/trunk/PKGBUILD) ---+ community-testing-i686/PKGBUILD | 31 +++ community-testing-x86_64/PKGBUILD | 31 +++ 2 files changed, 62 insertions(+) Copied: qt5-systems/repos/community-testing-i686/PKGBUILD (from rev 191126, qt5-systems/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2016-10-01 09:08:15 UTC (rev 191127) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgname=qt5-systems +pkgver=5.4.0.20160303 +_commit=236b6b544fd2049eb46e8f79d13bb7aa35ba002f +pkgrel=2 +pkgdesc="Qt Publish and Subscribe Add-on Module" +arch=('i686' 'x86_64') +url="https://github.com/qtproject/qtsystems"; +license=('GPL3' 'LGPL' 'FDL' 'custom') +depends=('qt5-declarative') +makedepends=('git') +source=("git+https://github.com/qtproject/qtsystems.git#commit=$_commit";) +sha256sums=('SKIP') + +build() { + cd qtsystems + + qmake-qt5 + make +} + +package() { + cd qtsystems + + make INSTALL_ROOT="${pkgdir}" install + + install -D -m644 LGPL_EXCEPTION.txt \ +"${pkgdir}"/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt +} Copied: qt5-systems/repos/community-testing-x86_64/PKGBUILD (from rev 191126, qt5-systems/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2016-10-01 09:08:15 UTC (rev 191127) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgname=qt5-systems +pkgver=5.4.0.20160303 +_commit=236b6b544fd2049eb46e8f79d13bb7aa35ba002f +pkgrel=2 +pkgdesc="Qt Publish and Subscribe Add-on Module" +arch=('i686' 'x86_64') +url="https://github.com/qtproject/qtsystems"; +license=('GPL3' 'LGPL' 'FDL' 'custom') +depends=('qt5-declarative') +makedepends=('git') +source=("git+https://github.com/qtproject/qtsystems.git#commit=$_commit";) +sha256sums=('SKIP') + +build() { + cd qtsystems + + qmake-qt5 + make +} + +package() { + cd qtsystems + + make INSTALL_ROOT="${pkgdir}" install + + install -D -m644 LGPL_EXCEPTION.txt \ +"${pkgdir}"/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt +}
[arch-commits] Commit in qt5-systems/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 09:07:36 Author: arojas Revision: 191126 Install binaries to the standard location Modified: qt5-systems/trunk/PKGBUILD --+ PKGBUILD |6 +- 1 file changed, 1 insertion(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 03:25:52 UTC (rev 191125) +++ PKGBUILD2016-10-01 09:07:36 UTC (rev 191126) @@ -4,7 +4,7 @@ pkgname=qt5-systems pkgver=5.4.0.20160303 _commit=236b6b544fd2049eb46e8f79d13bb7aa35ba002f -pkgrel=1 +pkgrel=2 pkgdesc="Qt Publish and Subscribe Add-on Module" arch=('i686' 'x86_64') url="https://github.com/qtproject/qtsystems"; @@ -26,10 +26,6 @@ make INSTALL_ROOT="${pkgdir}" install - mkdir "$pkgdir/usr/bin" - ln -s ../lib/qt/bin/servicefw "$pkgdir/usr/bin/servicefw" - ln -s ../lib/qt/bin/sfwlisten "$pkgdir/usr/bin/sfwlisten" - install -D -m644 LGPL_EXCEPTION.txt \ "${pkgdir}"/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt }
[arch-commits] Commit in qca/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 09:03:56 Author: arojas Revision: 277507 Install binaries to the standard location Modified: qca/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 08:59:39 UTC (rev 277506) +++ PKGBUILD2016-10-01 09:03:56 UTC (rev 277507) @@ -6,7 +6,7 @@ pkgbase=qca pkgname=(qca-qt4 qca-qt5) pkgver=2.1.1 -pkgrel=5 +pkgrel=6 pkgdesc="Qt Cryptographic Architecture" arch=(i686 x86_64) url="http://delta.affinix.com/qca/";
[arch-commits] Commit in qca/repos (6 files)
Date: Saturday, October 1, 2016 @ 09:04:24 Author: arojas Revision: 277508 archrelease: copy trunk to testing-i686, testing-x86_64 Added: qca/repos/testing-i686/ qca/repos/testing-i686/PKGBUILD (from rev 277507, qca/trunk/PKGBUILD) qca/repos/testing-i686/no-ssl3.patch (from rev 277507, qca/trunk/no-ssl3.patch) qca/repos/testing-x86_64/ qca/repos/testing-x86_64/PKGBUILD (from rev 277507, qca/trunk/PKGBUILD) qca/repos/testing-x86_64/no-ssl3.patch (from rev 277507, qca/trunk/no-ssl3.patch) --+ testing-i686/PKGBUILD| 66 + testing-i686/no-ssl3.patch | 29 ++ testing-x86_64/PKGBUILD | 66 + testing-x86_64/no-ssl3.patch | 29 ++ 4 files changed, 190 insertions(+) Copied: qca/repos/testing-i686/PKGBUILD (from rev 277507, qca/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-10-01 09:04:24 UTC (rev 277508) @@ -0,0 +1,66 @@ +# $Id$ +# Maintainer: Antonio Rojas +# Contributor: Andrea Scarpino +# Contributor: Pierre Schmitz + +pkgbase=qca +pkgname=(qca-qt4 qca-qt5) +pkgver=2.1.1 +pkgrel=6 +pkgdesc="Qt Cryptographic Architecture" +arch=(i686 x86_64) +url="http://delta.affinix.com/qca/"; +license=(LGPL) +makedepends=(qt4 qt5-base cmake doxygen nss pkcs11-helper) +source=("http://download.kde.org/stable/$pkgbase/$pkgver/src/$pkgbase-$pkgver.tar.xz"; +no-ssl3.patch) +md5sums=('657cc701316600199199a6b6cb2c73c9' + '209f9187209d255fc3468ffeb26302e0') + +prepare() { + mkdir -p build{4,5} + cd $pkgbase-$pkgver + patch -Np1 < "${srcdir}/no-ssl3.patch" +} + +build() { + cd build4 + cmake ../$pkgbase-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=Release \ +-DBUILD_TESTS=OFF \ +-DQCA_LIBRARY_INSTALL_DIR=/usr/lib \ +-DQCA_FEATURE_INSTALL_DIR=/usr/share/qt4/mkspecs/features/ \ +-DQT4_BUILD=ON + make + + cd ../build5 + cmake ../$pkgbase-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=Release \ +-DBUILD_TESTS=OFF \ +-DQCA_INSTALL_IN_QT_PREFIX=ON \ +-DQCA_MAN_INSTALL_DIR=/usr/share/man + make +} + +package_qca-qt4() { + depends=(qt4 nss) + optdepends=('pkcs11-helper: PKCS-11 plugin') + conflicts=(qca qca-gnupg qca-ossl) + provides=(qca qca-gnupg qca-ossl) + replaces=(qca qca-gnupg qca-ossl) + + cd build4 + make DESTDIR="$pkgdir" install +} + +package_qca-qt5() { + depends=(qt5-base nss ca-certificates) + optdepends=('pkcs11-helper: PKCS-11 plugin') + + cd build5 + make DESTDIR="$pkgdir" install +} + + Copied: qca/repos/testing-i686/no-ssl3.patch (from rev 277507, qca/trunk/no-ssl3.patch) === --- testing-i686/no-ssl3.patch (rev 0) +++ testing-i686/no-ssl3.patch 2016-10-01 09:04:24 UTC (rev 277508) @@ -0,0 +1,29 @@ +From: Heiko Becker +Date: Thu, 24 Sep 2015 20:54:41 + +Subject: qca-ossl: Fix build without SSLv3 +X-Git-Url: http://quickgit.kde.org/?p=qca.git&a=commitdiff&h=20a587d77636186edb044cd2b71d6d90fe98d232 +--- +qca-ossl: Fix build without SSLv3 + +This fixes building with LibreSSL >= 2.3.0 which has removed support +for SSLv3 completely. As far as I know OpenSSL can be configured to +build without it, so it might be helpful there as well. + +REVIEW: 125386 +--- + + +--- a/plugins/qca-ossl/qca-ossl.cpp b/plugins/qca-ossl/qca-ossl.cpp +@@ -5403,9 +5403,11 @@ + ctx = SSL_CTX_new(SSLv2_client_method()); + break; + #endif ++#ifndef OPENSSL_NO_SSL3_METHOD + case TLS::SSL_v3: + ctx = SSL_CTX_new(SSLv3_client_method()); + break; ++#endif + case TLS::TLS_v1: + ctx = SSL_CTX_new(TLSv1_client_method()); + break; Copied: qca/repos/testing-x86_64/PKGBUILD (from rev 277507, qca/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-10-01 09:04:24 UTC (rev 277508) @@ -0,0 +1,66 @@ +# $Id$ +# Maintainer: Antonio Rojas +# Contributor: Andrea Scarpino +# Contributor: Pierre Schmitz + +pkgbase=qca +pkgname=(qca-qt4 qca-qt5) +pkgver=2.1.1 +pkgrel=6 +pkgdesc="Qt Cryptographic Architecture" +arch=(i686 x86_64) +url="http://delta.affinix.com/qca/"; +license=(LGPL) +makedepends=(qt4 qt5-base cmake doxygen nss pkcs11-helper) +source=("http://download.kde.org/stable/$pkgbase/$pkgver/src/$pkgbase-$pkgver.tar.xz"; +no-ssl3.patch) +md5sums=('657cc701316600199199a6b6cb2c73c9' + '209f9187209d255fc3468ffeb26302e0') + +prepare() { + mkdir -p build{4,5} + cd $pkgbase-$pkgver + patch -Np1 < "${srcdir}/no-ssl3.patch"
[arch-commits] Commit in qt5-xmlpatterns/repos (4 files)
Date: Saturday, October 1, 2016 @ 08:59:39 Author: arojas Revision: 277506 archrelease: copy trunk to testing-i686, testing-x86_64 Added: qt5-xmlpatterns/repos/testing-i686/ qt5-xmlpatterns/repos/testing-i686/PKGBUILD (from rev 277505, qt5-xmlpatterns/trunk/PKGBUILD) qt5-xmlpatterns/repos/testing-x86_64/ qt5-xmlpatterns/repos/testing-x86_64/PKGBUILD (from rev 277505, qt5-xmlpatterns/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 42 ++ testing-x86_64/PKGBUILD | 42 ++ 2 files changed, 84 insertions(+) Copied: qt5-xmlpatterns/repos/testing-i686/PKGBUILD (from rev 277505, qt5-xmlpatterns/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-10-01 08:59:39 UTC (rev 277506) @@ -0,0 +1,42 @@ +# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=qt5-xmlpatterns +_qtver=5.7.0 +pkgver=${_qtver/-/} +pkgrel=2 +arch=('i686' 'x86_64') +url='http://qt-project.org/' +license=('GPL3' 'LGPL3' 'FDL' 'custom') +pkgdesc='Support for XPath, XQuery, XSLT and XML schema validation' +depends=('qt5-base') +makedepends=() +conflicts=('qtchooser') +groups=('qt' 'qt5') +_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}" +source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";) +md5sums=('97e447995e9741325ca8da6cff8f882a') + +prepare() { + mkdir -p build +} + +build() { + cd build + + qmake ../${_pkgfqn} + make +} + +package() { + cd build + make INSTALL_ROOT="$pkgdir" install + + # Drop QMAKE_PRL_BUILD_DIR because reference the build dir + find "$pkgdir/usr/lib" -type f -name '*.prl' \ +-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \; + + install -d "$pkgdir"/usr/share/licenses + ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname} +} Copied: qt5-xmlpatterns/repos/testing-x86_64/PKGBUILD (from rev 277505, qt5-xmlpatterns/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-10-01 08:59:39 UTC (rev 277506) @@ -0,0 +1,42 @@ +# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=qt5-xmlpatterns +_qtver=5.7.0 +pkgver=${_qtver/-/} +pkgrel=2 +arch=('i686' 'x86_64') +url='http://qt-project.org/' +license=('GPL3' 'LGPL3' 'FDL' 'custom') +pkgdesc='Support for XPath, XQuery, XSLT and XML schema validation' +depends=('qt5-base') +makedepends=() +conflicts=('qtchooser') +groups=('qt' 'qt5') +_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}" +source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";) +md5sums=('97e447995e9741325ca8da6cff8f882a') + +prepare() { + mkdir -p build +} + +build() { + cd build + + qmake ../${_pkgfqn} + make +} + +package() { + cd build + make INSTALL_ROOT="$pkgdir" install + + # Drop QMAKE_PRL_BUILD_DIR because reference the build dir + find "$pkgdir/usr/lib" -type f -name '*.prl' \ +-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \; + + install -d "$pkgdir"/usr/share/licenses + ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname} +}
[arch-commits] Commit in qt5-xmlpatterns/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 08:59:14 Author: arojas Revision: 277505 Install binaries to the standard location Modified: qt5-xmlpatterns/trunk/PKGBUILD --+ PKGBUILD |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 08:51:48 UTC (rev 277504) +++ PKGBUILD2016-10-01 08:59:14 UTC (rev 277505) @@ -5,7 +5,7 @@ pkgname=qt5-xmlpatterns _qtver=5.7.0 pkgver=${_qtver/-/} -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url='http://qt-project.org/' license=('GPL3' 'LGPL3' 'FDL' 'custom') @@ -12,6 +12,7 @@ pkgdesc='Support for XPath, XQuery, XSLT and XML schema validation' depends=('qt5-base') makedepends=() +conflicts=('qtchooser') groups=('qt' 'qt5') _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}" source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
[arch-commits] Commit in qt5-wayland/repos (4 files)
Date: Saturday, October 1, 2016 @ 08:51:48 Author: arojas Revision: 277504 archrelease: copy trunk to testing-i686, testing-x86_64 Added: qt5-wayland/repos/testing-i686/ qt5-wayland/repos/testing-i686/PKGBUILD (from rev 277503, qt5-wayland/trunk/PKGBUILD) qt5-wayland/repos/testing-x86_64/ qt5-wayland/repos/testing-x86_64/PKGBUILD (from rev 277503, qt5-wayland/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 47 ++ testing-x86_64/PKGBUILD | 47 ++ 2 files changed, 94 insertions(+) Copied: qt5-wayland/repos/testing-i686/PKGBUILD (from rev 277503, qt5-wayland/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-10-01 08:51:48 UTC (rev 277504) @@ -0,0 +1,47 @@ +# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=qt5-wayland +_qtver=5.7.0 +pkgver=${_qtver/-/} +pkgrel=3 +arch=('i686' 'x86_64') +url='http://qt-project.org/' +license=('GPL3' 'LGPL3' 'FDL' 'custom') +pkgdesc='Provides APIs for Wayland' +depends=('qt5-declarative' 'libxcomposite' 'wayland') # namcap note: wayland is needed for nvidia-libgl users +groups=('qt' 'qt5') +_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}" +source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"; + qtbug-53945.patch::"https://github.com/qtproject/qtwayland/commit/75294be3.patch";) +md5sums=('2d2543a2564ee1b5db9f25dca9cc2e3b' + '887f656b651e230169ce02753f14d746') + +prepare() { + mkdir -p build + + cd ${_pkgfqn} +# Fix out-of-tree build + patch -p1 -i ../qtbug-53945.patch +} + +build() { + cd build + + qmake ../${_pkgfqn} + make +} + +package() { + cd build + + make INSTALL_ROOT="$pkgdir" install + + # Drop QMAKE_PRL_BUILD_DIR because reference the build dir + find "$pkgdir/usr/lib" -type f -name '*.prl' \ +-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \; + + install -d "$pkgdir"/usr/share/licenses + ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname} +} Copied: qt5-wayland/repos/testing-x86_64/PKGBUILD (from rev 277503, qt5-wayland/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-10-01 08:51:48 UTC (rev 277504) @@ -0,0 +1,47 @@ +# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=qt5-wayland +_qtver=5.7.0 +pkgver=${_qtver/-/} +pkgrel=3 +arch=('i686' 'x86_64') +url='http://qt-project.org/' +license=('GPL3' 'LGPL3' 'FDL' 'custom') +pkgdesc='Provides APIs for Wayland' +depends=('qt5-declarative' 'libxcomposite' 'wayland') # namcap note: wayland is needed for nvidia-libgl users +groups=('qt' 'qt5') +_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}" +source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"; + qtbug-53945.patch::"https://github.com/qtproject/qtwayland/commit/75294be3.patch";) +md5sums=('2d2543a2564ee1b5db9f25dca9cc2e3b' + '887f656b651e230169ce02753f14d746') + +prepare() { + mkdir -p build + + cd ${_pkgfqn} +# Fix out-of-tree build + patch -p1 -i ../qtbug-53945.patch +} + +build() { + cd build + + qmake ../${_pkgfqn} + make +} + +package() { + cd build + + make INSTALL_ROOT="$pkgdir" install + + # Drop QMAKE_PRL_BUILD_DIR because reference the build dir + find "$pkgdir/usr/lib" -type f -name '*.prl' \ +-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \; + + install -d "$pkgdir"/usr/share/licenses + ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname} +}
[arch-commits] Commit in qt5-wayland/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 08:51:22 Author: arojas Revision: 277503 Install binaries to the standard location Modified: qt5-wayland/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 08:46:42 UTC (rev 277502) +++ PKGBUILD2016-10-01 08:51:22 UTC (rev 277503) @@ -5,7 +5,7 @@ pkgname=qt5-wayland _qtver=5.7.0 pkgver=${_qtver/-/} -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') url='http://qt-project.org/' license=('GPL3' 'LGPL3' 'FDL' 'custom')
[arch-commits] Commit in qt5-tools/repos (12 files)
Date: Saturday, October 1, 2016 @ 08:46:42 Author: arojas Revision: 277502 archrelease: copy trunk to testing-i686, testing-x86_64 Added: qt5-tools/repos/testing-i686/ qt5-tools/repos/testing-i686/PKGBUILD (from rev 277501, qt5-tools/trunk/PKGBUILD) qt5-tools/repos/testing-i686/assistant.desktop (from rev 277501, qt5-tools/trunk/assistant.desktop) qt5-tools/repos/testing-i686/designer.desktop (from rev 277501, qt5-tools/trunk/designer.desktop) qt5-tools/repos/testing-i686/linguist.desktop (from rev 277501, qt5-tools/trunk/linguist.desktop) qt5-tools/repos/testing-i686/qdbusviewer.desktop (from rev 277501, qt5-tools/trunk/qdbusviewer.desktop) qt5-tools/repos/testing-x86_64/ qt5-tools/repos/testing-x86_64/PKGBUILD (from rev 277501, qt5-tools/trunk/PKGBUILD) qt5-tools/repos/testing-x86_64/assistant.desktop (from rev 277501, qt5-tools/trunk/assistant.desktop) qt5-tools/repos/testing-x86_64/designer.desktop (from rev 277501, qt5-tools/trunk/designer.desktop) qt5-tools/repos/testing-x86_64/linguist.desktop (from rev 277501, qt5-tools/trunk/linguist.desktop) qt5-tools/repos/testing-x86_64/qdbusviewer.desktop (from rev 277501, qt5-tools/trunk/qdbusviewer.desktop) + testing-i686/PKGBUILD | 75 +++ testing-i686/assistant.desktop |8 +++ testing-i686/designer.desktop | 10 testing-i686/linguist.desktop |9 testing-i686/qdbusviewer.desktop |9 testing-x86_64/PKGBUILD| 75 +++ testing-x86_64/assistant.desktop |8 +++ testing-x86_64/designer.desktop| 10 testing-x86_64/linguist.desktop|9 testing-x86_64/qdbusviewer.desktop |9 10 files changed, 222 insertions(+) Copied: qt5-tools/repos/testing-i686/PKGBUILD (from rev 277501, qt5-tools/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-10-01 08:46:42 UTC (rev 277502) @@ -0,0 +1,75 @@ +# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=qt5-tools +_qtver=5.7.0 +pkgver=${_qtver/-/} +pkgrel=2 +arch=('i686' 'x86_64') +url='http://qt-project.org/' +license=('GPL3' 'LGPL3' 'FDL' 'custom') +pkgdesc='A cross-platform application and UI framework (Development Tools, QtHelp)' +depends=('qt5-base') +makedepends=('qt5-declarative' 'qt5-webkit') +optdepends=('qt5-doc: documentation' 'qt5-webkit: for Qt Assistant') +groups=('qt' 'qt5') +conflicts=('qtchooser') +_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}" +source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"; +{assistant,designer,linguist,qdbusviewer}.desktop) +md5sums=('29eb3fd31582b5801e264c62d1158553' + '4d5108891a3c0255af29e7640a29caed' + 'f9a33d1e43ebf4ee9c6feda68feba64a' + '521eff2020e1397aa9b22caa17d4ee4b' + '05a8324f294da817b2fd3a59863a06f1') + +prepare() { + mkdir -p build +} + +build() { + cd build + + qmake ../${_pkgfqn} + make +} + +package() { + cd build + make INSTALL_ROOT="${pkgdir}" install + + cd ../${_pkgfqn} + # install missing icons and desktop files + for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do +size=$(echo $(basename ${icon}) | cut -d- -f2) +install -p -D -m644 ${icon} \ + "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png" + done + + install -D -m644 src/assistant/assistant/images/assistant.png \ +"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png" + install -D -m644 src/assistant/assistant/images/assistant-128.png \ +"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png" + install -D -m644 src/designer/src/designer/images/designer.png \ +"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png" + install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \ +"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png" + install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \ +"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png" + install -d "${pkgdir}/usr/share/applications" + install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \ +"${pkgdir}/usr/share/applications/" + + # Symlinks for backwards compatibility + for b in "${pkgdir}"/usr/bin/*; do +ln -s /usr/bin/$(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5 + done + + # Drop QMAKE_PRL_BUILD_DIR because reference the build dir + find "${pkgdir}/usr/lib" -type f -name '*.prl' \ +-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \; + + install -d "$pkgdir"/usr/share/licenses + ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname} +} Copied: qt5-tools/repos/testing-i686/a
[arch-commits] Commit in qt5-tools/trunk (5 files)
Date: Saturday, October 1, 2016 @ 08:46:05 Author: arojas Revision: 277501 Install binaries to the standard location Modified: qt5-tools/trunk/PKGBUILD qt5-tools/trunk/assistant.desktop qt5-tools/trunk/designer.desktop qt5-tools/trunk/linguist.desktop qt5-tools/trunk/qdbusviewer.desktop -+ PKGBUILD| 18 +- assistant.desktop |2 +- designer.desktop|2 +- linguist.desktop|2 +- qdbusviewer.desktop |2 +- 5 files changed, 13 insertions(+), 13 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 08:42:34 UTC (rev 277500) +++ PKGBUILD2016-10-01 08:46:05 UTC (rev 277501) @@ -5,7 +5,7 @@ pkgname=qt5-tools _qtver=5.7.0 pkgver=${_qtver/-/} -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url='http://qt-project.org/' license=('GPL3' 'LGPL3' 'FDL' 'custom') @@ -14,14 +14,15 @@ makedepends=('qt5-declarative' 'qt5-webkit') optdepends=('qt5-doc: documentation' 'qt5-webkit: for Qt Assistant') groups=('qt' 'qt5') +conflicts=('qtchooser') _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}" source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"; {assistant,designer,linguist,qdbusviewer}.desktop) md5sums=('29eb3fd31582b5801e264c62d1158553' - 'b2897dd6a2967bccf8f10e397aafee55' - '76e150b20178d2d43801f7367232e5f7' - '188da8f4c87316e730ebf1c6217bf5a0' - '322b419b16c75d4de0ee7ad0a246caa1') + '4d5108891a3c0255af29e7640a29caed' + 'f9a33d1e43ebf4ee9c6feda68feba64a' + '521eff2020e1397aa9b22caa17d4ee4b' + '05a8324f294da817b2fd3a59863a06f1') prepare() { mkdir -p build @@ -60,10 +61,9 @@ install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \ "${pkgdir}/usr/share/applications/" - # Useful symlinks - install -d "${pkgdir}"/usr/bin - for b in "${pkgdir}"/usr/lib/qt/bin/*; do -ln -s /usr/lib/qt/bin/$(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5 + # Symlinks for backwards compatibility + for b in "${pkgdir}"/usr/bin/*; do +ln -s /usr/bin/$(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5 done # Drop QMAKE_PRL_BUILD_DIR because reference the build dir Modified: assistant.desktop === --- assistant.desktop 2016-10-01 08:42:34 UTC (rev 277500) +++ assistant.desktop 2016-10-01 08:46:05 UTC (rev 277501) @@ -1,7 +1,7 @@ [Desktop Entry] Name=Qt Assistant Comment=Shows Qt documentation and examples -Exec=/usr/lib/qt/bin/assistant +Exec=assistant Icon=assistant Terminal=false Type=Application Modified: designer.desktop === --- designer.desktop2016-10-01 08:42:34 UTC (rev 277500) +++ designer.desktop2016-10-01 08:46:05 UTC (rev 277501) @@ -2,7 +2,7 @@ Name=Qt Designer GenericName=Interface Designer Comment=Design GUIs for Qt applications -Exec=/usr/lib/qt/bin/designer +Exec=designer Icon=QtProject-designer MimeType=application/x-designer; Terminal=false Modified: linguist.desktop === --- linguist.desktop2016-10-01 08:42:34 UTC (rev 277500) +++ linguist.desktop2016-10-01 08:46:05 UTC (rev 277501) @@ -1,7 +1,7 @@ [Desktop Entry] Name=Qt Linguist Comment=Add translations to Qt applications -Exec=/usr/lib/qt/bin/linguist +Exec=linguist Icon=linguist MimeType=text/vnd.trolltech.linguist;application/x-linguist; Terminal=false Modified: qdbusviewer.desktop === --- qdbusviewer.desktop 2016-10-01 08:42:34 UTC (rev 277500) +++ qdbusviewer.desktop 2016-10-01 08:46:05 UTC (rev 277501) @@ -2,7 +2,7 @@ Name=Qt QDbusViewer GenericName=D-Bus Debugger Comment=Debug D-Bus applications -Exec=/usr/lib/qt/bin/qdbusviewer +Exec=qdbusviewer Icon=qdbusviewer Terminal=false Type=Application
[arch-commits] Commit in tzdata/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 08:42:28 Author: andyrtr Revision: 277499 upgpkg: tzdata 2016g-1 upstream update 2016g Modified: tzdata/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 08:37:07 UTC (rev 277498) +++ PKGBUILD2016-10-01 08:42:28 UTC (rev 277499) @@ -2,7 +2,7 @@ # Maintainer: Andreas Radke pkgname=tzdata -pkgver=2016f +pkgver=2016g pkgrel=1 pkgdesc="Sources for time zone and daylight saving time data" arch=('any') @@ -11,7 +11,7 @@ options=('!emptydirs') # new signing key is not available via public keyservers source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz) #{,.asc}) -sha512sums=('0472f9516b6c3d83c0a5d0953a5535f4c48d9b9171e125f528188dac512f3556bc1805b7029c4f467a122cbce1beb4e804dd4ae63b259952de3bb217f8e8941d') +sha512sums=('7b414c1af80faed335a59f40a18931265b71f8dacc3a5f3bd93e8ea0e3d6416a6839dfb88c64b04df3c728c4fb44105503ddb6e87f317dbff29e43c491c2fb3d') #'SKIP') #validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert
[arch-commits] Commit in tzdata/repos (testing-any testing-any/PKGBUILD)
Date: Saturday, October 1, 2016 @ 08:42:34 Author: andyrtr Revision: 277500 archrelease: copy trunk to testing-any Added: tzdata/repos/testing-any/ tzdata/repos/testing-any/PKGBUILD (from rev 277499, tzdata/trunk/PKGBUILD) --+ PKGBUILD | 31 +++ 1 file changed, 31 insertions(+) Copied: tzdata/repos/testing-any/PKGBUILD (from rev 277499, tzdata/trunk/PKGBUILD) === --- testing-any/PKGBUILD(rev 0) +++ testing-any/PKGBUILD2016-10-01 08:42:34 UTC (rev 277500) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andreas Radke + +pkgname=tzdata +pkgver=2016g +pkgrel=1 +pkgdesc="Sources for time zone and daylight saving time data" +arch=('any') +url="http://www.iana.org/time-zones"; +license=('GPL') +options=('!emptydirs') +# new signing key is not available via public keyservers +source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz) #{,.asc}) +sha512sums=('7b414c1af80faed335a59f40a18931265b71f8dacc3a5f3bd93e8ea0e3d6416a6839dfb88c64b04df3c728c4fb44105503ddb6e87f317dbff29e43c491c2fb3d') +#'SKIP') +#validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert + +timezones=('africa' 'antarctica' 'asia' 'australasia' + 'europe' 'northamerica' 'southamerica' + 'pacificnew' 'etcetera' 'backward' + 'systemv' 'factory') + +package() { + cd ${srcdir} + zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]} + zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]} + zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds ${timezones[@]} + + zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York + install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone1970.tab zone.tab # zone.tab is depricated and will go soon +}
[arch-commits] Commit in xf86-input-evdev/trunk (PKGBUILD)
Date: Saturday, October 1, 2016 @ 08:36:57 Author: andyrtr Revision: 277497 upgpkg: xf86-input-evdev 2.10.4-1 upstream update 2.10.4 Modified: xf86-input-evdev/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-01 08:31:34 UTC (rev 277496) +++ PKGBUILD2016-10-01 08:36:57 UTC (rev 277497) @@ -3,7 +3,7 @@ # Contributor: Alexander Baldeck
[arch-commits] Commit in xf86-input-evdev/repos (4 files)
Date: Saturday, October 1, 2016 @ 08:37:07 Author: andyrtr Revision: 277498 archrelease: copy trunk to extra-i686, extra-x86_64 Added: xf86-input-evdev/repos/extra-i686/PKGBUILD (from rev 277497, xf86-input-evdev/trunk/PKGBUILD) xf86-input-evdev/repos/extra-x86_64/PKGBUILD (from rev 277497, xf86-input-evdev/trunk/PKGBUILD) Deleted: xf86-input-evdev/repos/extra-i686/PKGBUILD xf86-input-evdev/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 76 extra-i686/PKGBUILD | 38 extra-x86_64/PKGBUILD | 38 3 files changed, 76 insertions(+), 76 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-10-01 08:36:57 UTC (rev 277497) +++ extra-i686/PKGBUILD 2016-10-01 08:37:07 UTC (rev 277498) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot -# Contributor: Alexander Baldeck http://xorg.freedesktop.org/"; -license=('custom') -depends=('glibc' 'systemd' 'mtdev' 'libevdev') -makedepends=('xorg-server-devel' 'resourceproto' 'scrnsaverproto') -provides=('xf86-input-driver') -conflicts=('xorg-server<1.18.0' 'X-ABI-XINPUT_VERSION<22' 'X-ABI-XINPUT_VERSION>=23') -options=('!makeflags') -groups=('xorg-drivers' 'xorg') -source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}) -sha256sums=('5aa21ba4be8df927e5676a99c7f4f0343abc089f5451b7e73e39536f29b332a2' -'SKIP') -validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) - -prepare() { - cd ${pkgname}-${pkgver} -} - -build() { - cd ${pkgname}-${pkgver} - ./configure --prefix=/usr - make -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install - install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" - install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" -} Copied: xf86-input-evdev/repos/extra-i686/PKGBUILD (from rev 277497, xf86-input-evdev/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-10-01 08:37:07 UTC (rev 277498) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Alexander Baldeck http://xorg.freedesktop.org/"; +license=('custom') +depends=('glibc' 'systemd' 'mtdev' 'libevdev') +makedepends=('xorg-server-devel' 'resourceproto' 'scrnsaverproto') +provides=('xf86-input-driver') +conflicts=('xorg-server<1.18.0' 'X-ABI-XINPUT_VERSION<22' 'X-ABI-XINPUT_VERSION>=23') +options=('!makeflags') +groups=('xorg-drivers' 'xorg') +source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}) +sha256sums=('bbf6a03fbce1a6c0c7d874eef519fd0a854bf01b515c745d41fa551ce6490cc2' +'SKIP') +validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) + +prepare() { + cd ${pkgname}-${pkgver} +} + +build() { + cd ${pkgname}-${pkgver} + ./configure --prefix=/usr + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install + install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" + install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-10-01 08:36:57 UTC (rev 277497) +++ extra-x86_64/PKGBUILD 2016-10-01 08:37:07 UTC (rev 277498) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot -# Contributor: Alexander Baldeck http://xorg.freedesktop.org/"; -license=('custom') -depends=('glibc' 'systemd' 'mtdev' 'libevdev') -makedepends=('xorg-server-devel' 'resourceproto' 'scrnsaverproto') -provides=('xf86-input-driver') -conflicts=('xorg-server<1.18.0' 'X-ABI-XINPUT_VERSION<22' 'X-ABI-XINPUT_VERSION>=23') -options=('!makeflags') -groups=('xorg-drivers' 'xorg') -source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}) -sha256sums=('5aa21ba4be8df927e5676a99c7f4f0343abc089f5451b7e73e39536f29b332a2' -'SKIP') -validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) - -prepare() { - cd ${pkgname}-${pkgver} -} - -build() { - cd ${pkgname}-${pkgver} - ./configure --prefix=/usr - make -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install - install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" - install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" -} Copied: xf86-input-evdev/repos/extra-x86_64/PKGBUILD (from rev 277497, xf86-input-evdev/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-10-01 08:37:07 UTC (rev 277498) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Alexander Baldeck http://xorg.freedesktop.org/"; +license=('