diff options
author | root <root@rshg054.dnsready.net> | 2013-08-25 01:38:48 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-25 01:38:48 -0700 |
commit | eed3b2a218be9aa9d9d8256f6b8ccd06d04b8804 (patch) | |
tree | 2404ba9a8a5481c0a2e700ca72d9657f6c393a64 /community | |
parent | 49e0f6ae5dad013852999f497117d6798b2fb085 (diff) |
Sun Aug 25 01:38:43 PDT 2013
Diffstat (limited to 'community')
-rw-r--r-- | community/fcitx-mozc/PKGBUILD | 41 | ||||
-rw-r--r-- | community/fcitx-mozc/mozc_1.10.1390.102_remove_warn_as_error.patch | 12 | ||||
-rw-r--r-- | community/mesa-dri1/LICENSE | 82 | ||||
-rw-r--r-- | community/mesa-dri1/PKGBUILD | 24 | ||||
-rw-r--r-- | community/pragha/PKGBUILD | 8 | ||||
-rw-r--r-- | community/python-openbabel/PKGBUILD | 9 | ||||
-rw-r--r-- | community/virtualbox-modules/PKGBUILD | 4 | ||||
-rw-r--r-- | community/zsync/PKGBUILD | 31 |
8 files changed, 164 insertions, 47 deletions
diff --git a/community/fcitx-mozc/PKGBUILD b/community/fcitx-mozc/PKGBUILD index daad24122..8c83d8e8e 100644 --- a/community/fcitx-mozc/PKGBUILD +++ b/community/fcitx-mozc/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 88241 2013-04-15 00:59:54Z fyan $ +# $Id: PKGBUILD 96289 2013-08-24 08:49:00Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com> ## Mozc compile option _bldtype=Release -_zipcoderel=201303 +_zipcoderel=201306 _protobuf_ver=2.5.0 _pkgbase=mozc pkgname=fcitx-mozc pkgdesc="Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input)" -pkgver=1.10.1390.102 -_patchver=${pkgver}.2 -pkgrel=3 +pkgver=1.11.1502.102 +_patchver=${pkgver}.1 +pkgrel=1 arch=('i686' 'x86_64') url="http://code.google.com/p/mozc/" license=('custom') @@ -25,9 +25,9 @@ source=(http://mozc.googlecode.com/files/mozc-${pkgver}.tar.bz2 http://downloads.sourceforge.net/pnsft-aur/ken_all-${_zipcoderel}.zip http://downloads.sourceforge.net/pnsft-aur/jigyosyo-${_zipcoderel}.zip http://protobuf.googlecode.com/files/protobuf-${_protobuf_ver}.tar.bz2 - http://fcitx.googlecode.com/files/fcitx-mozc-${_patchver}.patch - http://fcitx.googlecode.com/files/fcitx-mozc-icon.tar.gz - mozc_1.10.1390.102_remove_warn_as_error.patch + http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-${_patchver}.patch + http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-icon.tar.gz + #mozc_1.10.1390.102_remove_warn_as_error.patch ) build() { @@ -53,7 +53,7 @@ build() { sed -i 's|(qt_dir_env)/bin|(qt_dir_env)/lib/qt4/bin|' gui/*.gyp{,i} # Patch for gcc>=4.8 - patch -p0 -i "${srcdir}/mozc_1.10.1390.102_remove_warn_as_error.patch" + #patch -p0 -i "${srcdir}/mozc_1.10.1390.102_remove_warn_as_error.patch" # Adjust to use python2 find . -name \*.py -type f -exec sed -i -e "1s|python.*$|python2|" {} + @@ -71,22 +71,21 @@ build() { _targets="server/server.gyp:mozc_server gui/gui.gyp:mozc_tool unix/fcitx/fcitx.gyp:fcitx-mozc" - QTDIR=/usr python2 build_mozc.py gyp --channel_dev=0 + QTDIR=/usr GYP_DEFINES="document_dir=/usr/share/licenses/$pkgname" python2 build_mozc.py gyp --channel_dev=0 python2 build_mozc.py build_tools -c $_bldtype python2 build_mozc.py build -c $_bldtype $_targets # Extract license part of mozc - head -n 28 server/mozc_server.cc > LICENSE + head -n 29 server/mozc_server.cc > LICENSE } package() { cd "${srcdir}/${_pkgbase}-${pkgver}" install -D -m 755 out_linux/${_bldtype}/mozc_server "${pkgdir}/usr/lib/mozc/mozc_server" install -m 755 out_linux/${_bldtype}/mozc_tool "${pkgdir}/usr/lib/mozc/mozc_tool" - install -d "${pkgdir}/usr/lib/mozc/documents/" - install -m 644 data/installer/*.html "${pkgdir}/usr/lib/mozc/documents/" - install -D -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + install -d "${pkgdir}/usr/share/licenses/$pkgname/" + install -m 644 LICENSE data/installer/*.html "${pkgdir}/usr/share/licenses/${pkgname}/" for mofile in out_linux/${_bldtype}/obj/gen/unix/fcitx/po/*.mo do @@ -111,10 +110,10 @@ package() { install -m 644 "$srcdir/fcitx-mozc-icons/mozc-properties.png" "${pkgdir}/usr/share/fcitx/mozc/icon/mozc-properties.png" install -m 644 "$srcdir/fcitx-mozc-icons/mozc-tool.png" "${pkgdir}/usr/share/fcitx/mozc/icon/mozc-tool.png" } -md5sums=('ff1611354703cbaa76cd562007ba57e9' - '63310f8bad30f528ba10a6574b807952' - 'bb9fa83c00dece4de5f92ca1773e2bc5' - 'a72001a9067a4c2c4e0e836d0f92ece4' - '1d94b16b5379f0ccd9f4e372c59b8190' - '80fe2ef127b70649df22d133822ac8a7' - '36689e236c97e570c1a8c98f947755bb') + +sha512sums=('a88c98822d4eeefab2d50b760f3a161deecff5664837d4758652f61996dc7c78fe4ff278f93445810d905b2deb16d50aee02c4a8d64e19a47c7b1389ab03e746' + '1e2ad1c68c2a1e85cfbc8d171e81cf33d9c1905bcb952eb0f2ff19cf114b569438a75ec88b7737af4446e33374f3f543bea8061a18d415f1e86dd3b7a5207148' + '181adbee2d5090b3821d7472a35cd8e2b7d0ee1df4ba7e22acc9181b405c7707e67ba314b7d7dc2af006e42febb3ad1b55d244a2447d49649d775274c6785263' + '5994b3669808b82fef5c860ecad36358c0767f84acac877e7bfcf722e59d972835a955714149bdd4158fbd1328a51d01397a563991d26475351ee72be48142ee' + 'd2935578c2eb76fa9d30f5eb689cbc04b95a38c94082216f752178f82ff63e409acfe22f345b9714db9434243c403f155fa574817e196bb86c4bc7dac1eb5b75' + '5507c637e5a65c44ccf6e32118b6d16647ece865171b9a77dd3c78e6790fbd97e6b219e68d2e27750e22074eb536bccf8d553c295d939066b72994b86b2f251a') diff --git a/community/fcitx-mozc/mozc_1.10.1390.102_remove_warn_as_error.patch b/community/fcitx-mozc/mozc_1.10.1390.102_remove_warn_as_error.patch deleted file mode 100644 index ff6e9f09b..000000000 --- a/community/fcitx-mozc/mozc_1.10.1390.102_remove_warn_as_error.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: gyp/common.gypi
-===================================================================
---- gyp/common.gypi (revision 151)
-+++ gyp/common.gypi (working copy)
-@@ -58,7 +58,6 @@
- # warning_cflags will be shared with Mac and Linux. - 'warning_cflags': [ - '-Wall', -- '-Werror', - '-Wno-char-subscripts', - '-Wno-sign-compare', - '-Wno-deprecated-declarations', diff --git a/community/mesa-dri1/LICENSE b/community/mesa-dri1/LICENSE new file mode 100644 index 000000000..ae33d2709 --- /dev/null +++ b/community/mesa-dri1/LICENSE @@ -0,0 +1,82 @@ +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 code src/mesa/ Brian Paul Mesa (MIT) + +Device drivers src/mesa/drivers/* See drivers See drivers + +Ext headers include/GL/glext.h SGI SGI Free B + include/GL/glxext.h + +GLUT src/glut/ Mark Kilgard Mark'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 diff --git a/community/mesa-dri1/PKGBUILD b/community/mesa-dri1/PKGBUILD index 3fa2266bf..a4bf95a06 100644 --- a/community/mesa-dri1/PKGBUILD +++ b/community/mesa-dri1/PKGBUILD @@ -4,14 +4,16 @@ pkgbase=mesa-dri1 pkgname=('unichrome-dri' 'i810-dri' 'mach64-dri' 'mga-dri' 'r128-dri' 'savage-dri' 'sis-dri' 'tdfx-dri') pkgver=7.11.2 -pkgrel=4 +pkgrel=5 arch=('i686' 'x86_64') makedepends=('glproto>=1.4.14' 'dri2proto' 'libdrm>=2.4.26' 'libxxf86vm>=1.1.1' 'libxdamage>=1.1.3' 'expat>=2.0.1' 'libx11>=1.4.3' 'libxt>=1.1.1' 'gcc-libs>=4.6.1' 'python2' 'libxml2' 'imake' 'llvm' 'udev') url="http://mesa3d.sourceforge.net" license=('custom') -source=("ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2") -md5sums=('0837c52698fe3252369c3fdb5195afcc') +source=("ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2" + LICENSE) +md5sums=('0837c52698fe3252369c3fdb5195afcc' + '5c65a0fe315dd347e09b1f2826a1df5a') build() { cd ${srcdir}/?esa-* @@ -39,6 +41,8 @@ package_unichrome-dri() { pkgdesc="Mesa DRI drivers for S3 Graphics/VIA Unichrome" make -C ${srcdir}/?esa-*/src/mesa/drivers/dri/unichrome DESTDIR="${pkgdir}" install + install -m755 -d "${pkgdir}/usr/share/licenses/unichrome-dri" + install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/unichrome-dri/" } package_i810-dri() { @@ -46,6 +50,8 @@ package_i810-dri() { pkgdesc="Mesa DRI drivers for Intel i810" make -C ${srcdir}/?esa-*/src/mesa/drivers/dri/i810 DESTDIR="${pkgdir}" install + install -m755 -d "${pkgdir}/usr/share/licenses/i810-dri" + install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/i810-dri/" } package_mach64-dri() { @@ -54,6 +60,8 @@ package_mach64-dri() { conflicts=('xf86-video-mach64<6.8.2') make -C ${srcdir}/?esa-*/src/mesa/drivers/dri/mach64 DESTDIR="${pkgdir}" install + install -m755 -d "${pkgdir}/usr/share/licenses/mach64-dri" + install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/mach64-dri/" } package_mga-dri() { @@ -62,6 +70,8 @@ package_mga-dri() { conflicts=('xf86-video-mga<1.4.11') make -C ${srcdir}/?esa-*/src/mesa/drivers/dri/mga DESTDIR="${pkgdir}" install + install -m755 -d "${pkgdir}/usr/share/licenses/mga-dri" + install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/mga-dri/" } package_r128-dri() { @@ -70,6 +80,8 @@ package_r128-dri() { conflicts=('xf86-video-r128<6.8.1') make -C ${srcdir}/?esa-*/src/mesa/drivers/dri/r128 DESTDIR="${pkgdir}" install + install -m755 -d "${pkgdir}/usr/share/licenses/r128-dri" + install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/r128-dri/" } package_savage-dri() { @@ -78,6 +90,8 @@ package_savage-dri() { conflicts=('xf86-video-savage<2.3.1') make -C ${srcdir}/?esa-*/src/mesa/drivers/dri/savage DESTDIR="${pkgdir}" install + install -m755 -d "${pkgdir}/usr/share/licenses/savage-dri" + install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/savage-dri/" } package_sis-dri() { @@ -86,6 +100,8 @@ package_sis-dri() { conflicts=('xf86-video-sis<0.10.2') make -C ${srcdir}/?esa-*/src/mesa/drivers/dri/sis DESTDIR="${pkgdir}" install + install -m755 -d "${pkgdir}/usr/share/licenses/sis-dri" + install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/sis-dri/" } package_tdfx-dri() { @@ -94,4 +110,6 @@ package_tdfx-dri() { conflicts=('xf86-video-tdfx<1.4.3') make -C ${srcdir}/?esa-*/src/mesa/drivers/dri/tdfx DESTDIR="${pkgdir}" install + install -m755 -d "${pkgdir}/usr/share/licenses/tdfx-dri" + install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/tdfx-dri/" } diff --git a/community/pragha/PKGBUILD b/community/pragha/PKGBUILD index 2fb995e37..1bf363351 100644 --- a/community/pragha/PKGBUILD +++ b/community/pragha/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 94432 2013-07-24 19:06:38Z ttoepper $ +# $Id: PKGBUILD 96288 2013-08-24 07:44:52Z ttoepper $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> # Contributor: J0k3r <moebius282 e4a t gmail D0_T com> # Contributor: Alois Nespor <alois.nespor@gmail.com> # Contributor: JerichoKru <jerichokru(AT)hotmail.com> pkgname=pragha -pkgver=1.1.2 -pkgrel=2 +pkgver=1.1.2.1 +pkgrel=1 pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager." arch=('i686' 'x86_64') url="http://pragha.wikispaces.com/" @@ -23,7 +23,7 @@ makedepends=('intltool') replaces=('dissonance') install=pragha.install source=("http://dissonance.googlecode.com/files/pragha-$pkgver.tar.bz2") -sha1sums=('3e6456275a216110bd6942b2dc19b1120f4d14e5') +sha1sums=('f8fe9f1f6fa89b6d9657dedad26a90db494b200b') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/python-openbabel/PKGBUILD b/community/python-openbabel/PKGBUILD index a826601e6..44fe7ff50 100644 --- a/community/python-openbabel/PKGBUILD +++ b/community/python-openbabel/PKGBUILD @@ -1,24 +1,23 @@ -# $Id: PKGBUILD 80457 2012-11-22 01:42:13Z arodseth $ +# $Id: PKGBUILD 96310 2013-08-24 20:06:01Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Michal Bozon <bozonm@vscht.cz> pkgname=('python-openbabel' 'python2-openbabel') pkgver=2.3.2 -pkgrel=1 +pkgrel=2 pkgdesc='Python bindings for the openbabel library' arch=('x86_64' 'i686') url='http://openbabel.org/wiki/Python' license=('GPL') depends=('gcc-libs' "openbabel=${pkgver}" 'eigen2') -makedepends=('swig' 'cmake' 'python-distribute' 'python2-distribute') +makedepends=('swig' 'cmake' 'python-setuptools' 'python2-setuptools') options=('!libtool') source=("http://downloads.sourceforge.net/openbabel/openbabel-$pkgver.tar.gz") sha256sums=('4eaca26679aa6cc85ebf96af19191472ac63ca442c36b0427b369c3a25705188') build() { cp -r openbabel-$pkgver python2-openbabel-$pkgver - cd $srcdir/openbabel-$pkgver # Create babelconfig.h @@ -26,7 +25,7 @@ build() { # Regenerate interface with the patched swig 2.0.2 cd scripts - swig -I../include/ -python -py3 -c++ openbabel-python.i + swig -O -I../include/ -python -py3 -c++ openbabel-python.i mv openbabel-python_wrap.cxx python/openbabel-python.cpp mv openbabel.py python/ diff --git a/community/virtualbox-modules/PKGBUILD b/community/virtualbox-modules/PKGBUILD index ec39ecbe7..e2d517a01 100644 --- a/community/virtualbox-modules/PKGBUILD +++ b/community/virtualbox-modules/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 95968 2013-08-19 07:51:31Z tpowa $ +# $Id: PKGBUILD 96298 2013-08-24 12:18:47Z tpowa $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Maintainer: Sébastien Luttringer pkgbase=virtualbox-modules pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules') pkgver=4.2.16 -pkgrel=7 +pkgrel=8 arch=('i686' 'x86_64') url='http://virtualbox.org' license=('GPL') diff --git a/community/zsync/PKGBUILD b/community/zsync/PKGBUILD new file mode 100644 index 000000000..5835bdad1 --- /dev/null +++ b/community/zsync/PKGBUILD @@ -0,0 +1,31 @@ +# $Id: PKGBUILD 96292 2013-08-24 09:07:29Z fyan $ +# Maintainer: Felix Yan <felixonmars@gmail.com> +# Contributor: Xavion <Xavion (dot) 0 (at) Gmail (dot) com> +# Contributor: damir <damir@archlinux.org> + +pkgname=zsync +pkgver=0.6.2 +pkgrel=2 +pkgdesc="A file transfer program that's able to connect to rsync servers" +arch=("i686" "x86_64") +url="http://zsync.moria.org.uk/" +depends=("glibc") +license=("custom:Artistic") +#source=(http://belnet.dl.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz) +source=(http://${pkgname}.moria.org.uk/download/${pkgname}-${pkgver}.tar.bz2) + +build() { + cd "${srcdir}"/${pkgname}-${pkgver} + + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}"/${pkgname}-${pkgver} + + make prefix="${pkgdir}"/usr install + install -Dm644 COPYING "$pkgdir/usr/share/licenses/common/$pkgname/COPYING" +} + +sha1sums=('5e69f084c8adaad6a677b68f7388ae0f9507617a') |