diff options
author | root <root@rshg054.dnsready.net> | 2012-11-13 01:32:19 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-13 01:32:19 -0800 |
commit | a29329c38e50afd28d28c3a99e35d8774b9b19f8 (patch) | |
tree | 42f4b2e44d0f2fcce6dff4f44ba48e623437b16e /community | |
parent | b863c91c6c9218e2ad9458231b24385be177ed08 (diff) |
Tue Nov 13 01:32:13 PST 2012
Diffstat (limited to 'community')
-rw-r--r-- | community/converseen/PKGBUILD | 8 | ||||
-rw-r--r-- | community/fcitx-libpinyin/PKGBUILD | 34 | ||||
-rw-r--r-- | community/fcitx-libpinyin/fcitx-libpinyin.install | 11 | ||||
-rw-r--r-- | community/filezilla/PKGBUILD | 8 | ||||
-rw-r--r-- | community/glfw/PKGBUILD | 8 | ||||
-rw-r--r-- | community/ibus-libpinyin/PKGBUILD | 47 | ||||
-rw-r--r-- | community/irrlicht/PKGBUILD | 25 | ||||
-rw-r--r-- | community/libgooglepinyin/PKGBUILD | 34 | ||||
-rw-r--r-- | community/libmicrohttpd/PKGBUILD | 6 | ||||
-rw-r--r-- | community/libpinyin/PKGBUILD | 34 | ||||
-rw-r--r-- | community/lilypond/PKGBUILD | 13 | ||||
-rw-r--r-- | community/lxc/PKGBUILD | 8 | ||||
-rw-r--r-- | community/pdns/PKGBUILD | 10 |
13 files changed, 197 insertions, 49 deletions
diff --git a/community/converseen/PKGBUILD b/community/converseen/PKGBUILD index 3a37fbbae..2646818bf 100644 --- a/community/converseen/PKGBUILD +++ b/community/converseen/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 78924 2012-10-27 23:44:03Z ebelanger $ +# $Id: PKGBUILD 79808 2012-11-12 22:07:56Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: archtux <antonio.arias99999 at gmail.com> pkgname=converseen -pkgver=0.5.1 -pkgrel=2 +pkgver=0.5.2 +pkgrel=1 pkgdesc="The batch image converter and resizer" arch=('i686' 'x86_64') url="http://converseen.sourceforge.net/" @@ -13,7 +13,7 @@ depends=('imagemagick' 'qt' 'libwmf' 'openexr') makedepends=('cmake') install=converseen.install source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('db00c0cf86977494effa971fd238c786') +md5sums=('7d0c4b73676d2939ba6230eaad3f6f55') build() { cd "${srcdir}" diff --git a/community/fcitx-libpinyin/PKGBUILD b/community/fcitx-libpinyin/PKGBUILD new file mode 100644 index 000000000..3bf6506ee --- /dev/null +++ b/community/fcitx-libpinyin/PKGBUILD @@ -0,0 +1,34 @@ +# Maintainer: Felix Yan <felixonmars@gmail.com> +# Contributor: poplarch <poplarch@gmail.com> + +pkgname=fcitx-libpinyin +pkgver=0.2.1 +pkgrel=1 +pkgdesc="Libpinyin Wrapper for Fcitx." +arch=('i686' 'x86_64') +url="https://github.com/fcitx/fcitx-libpinyin" +license=('GPL') +depends=('fcitx>=4.2.0' 'libpinyin>=0.3.0') +makedepends=('cmake' 'intltool' 'wget') +provides=('fcitx-libpinyin') +source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") +install='fcitx-libpinyin.install' + +build() { + cd "$srcdir"/${pkgname}-${pkgver} + + rm -rf build + mkdir build + cd build + + msg "Starting make..." + + cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .. + make +} + +package() { + cd "$srcdir"/${pkgname}-${pkgver}/build + make DESTDIR="${pkgdir}" install +} +md5sums=('9ff621f6f16ab426ff01652b1ffc06a7') diff --git a/community/fcitx-libpinyin/fcitx-libpinyin.install b/community/fcitx-libpinyin/fcitx-libpinyin.install new file mode 100644 index 000000000..c0797237a --- /dev/null +++ b/community/fcitx-libpinyin/fcitx-libpinyin.install @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} diff --git a/community/filezilla/PKGBUILD b/community/filezilla/PKGBUILD index f495f7475..04215a50a 100644 --- a/community/filezilla/PKGBUILD +++ b/community/filezilla/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 61830 2012-01-08 19:17:47Z bluewind $ +# $Id: PKGBUILD 79793 2012-11-12 19:21:34Z bluewind $ # Contributor: Alexander Fehr <pizzapunk gmail com> # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=filezilla -pkgver=3.5.3 +pkgver=3.6.0 pkgrel=1 pkgdesc="Fast and reliable FTP, FTPS and SFTP client" arch=('i686' 'x86_64') url="http://filezilla-project.org/" license=('GPL') -depends=('dbus-core' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite3') +depends=('dbus-core' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite') install=filezilla.install source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2") -md5sums=('a1a2848db0c5c8f3321ebe4ee3842e31') +md5sums=('02efc41e87ff4abe1e6ec07ae5bd4d83') build() { cd "${pkgname}-${pkgver}" diff --git a/community/glfw/PKGBUILD b/community/glfw/PKGBUILD index 9196fda8f..de84ce1e3 100644 --- a/community/glfw/PKGBUILD +++ b/community/glfw/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 73522 2012-07-09 01:16:26Z svenstaro $ +# $Id: PKGBUILD 79769 2012-11-12 09:00:25Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: philefou <tuxication AT gmail DOT com> # Contributor: lindquist <tomas@famolsen.dk> @@ -7,16 +7,16 @@ # Contributor: SpepS <dreamspepser at yahoo dot it> pkgname=glfw -pkgver=2.7.6 +pkgver=2.7.7 pkgrel=1 pkgdesc="A free, open source, portable framework for OpenGL application development" arch=('i686' 'x86_64') url="http://www.glfw.org/" license=('custom:ZLIB') -depends=('libgl' 'libxrandr') +depends=('libgl' 'libxrandr' 'glu') makedepends=('mesa') source=("http://switch.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2") -md5sums=('d76512d292d91782487f6e2d4a43e7bc') +md5sums=('873a721fc415268e2b794d4dd08c558f') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/ibus-libpinyin/PKGBUILD b/community/ibus-libpinyin/PKGBUILD new file mode 100644 index 000000000..151ca40c4 --- /dev/null +++ b/community/ibus-libpinyin/PKGBUILD @@ -0,0 +1,47 @@ +# $Id: PKGBUILD 79787 2012-11-12 15:24:58Z fyan $ +# Maintainer: Felix Yan <felixonmars@gmail.com> +# Contributor: Yangtse Su<yangtsesu@gmail.com> +# Contributor: Jekyll Wu<adaptee [at] gmail [dot] com> +# Contributor: riverscn<riverscn at gmail.com> +# Contributor: rainy<rainylau at gmail.com> +# Contributor: Lee.MaRS<leemars at gmail.com> + +pkgname=ibus-libpinyin +pkgver=1.4.93 +pkgrel=1 +pkgdesc="Intelligent Pinyin engine based on libpinyin for IBus" +arch=('i686' 'x86_64') +license=('LGPL') +url="https://github.com/libpinyin" +depends=('ibus>=1.4' 'libpinyin') +makedepends=('git' 'intltool' 'gnome-common') +source=(https://github.com/downloads/libpinyin/ibus-libpinyin/${pkgname}-${pkgver}.tar.gz) +md5sums=("95f6143323deddaf6d82020dcc14a1af") + +build() { + cd ${srcdir} + rm -rf "${srcdir}/${pkgname}-build" + cp -r "${srcdir}/${pkgname}-${pkgver}" "${srcdir}/${pkgname}-build" + cd "${srcdir}/${pkgname}-build" + + msg "Starting make..." + cd "${srcdir}/${pkgname}-build" + + # python2 fix + for file in $(find . -name '*.py' -print); do + sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file + sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file + done + + for file in setup/ibus-setup-libpinyin.in; do + sed -i 's_exec python_exec python2_' $file + done + + ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/$pkgname + make +} + +package() { + cd "${srcdir}/${pkgname}-build" + make NO_INDEX=true DESTDIR=${pkgdir} install +} diff --git a/community/irrlicht/PKGBUILD b/community/irrlicht/PKGBUILD index ca166de12..53ac71ce8 100644 --- a/community/irrlicht/PKGBUILD +++ b/community/irrlicht/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 66356 2012-02-23 23:04:08Z svenstaro $ +# $Id: PKGBUILD 79765 2012-11-12 07:14:50Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Hilton Medeiros <medeiros.hilton AT gmail DOT com> # Contributor: Ali H. Caliskan <ali.h.caliskan AT gmail DOT com> @@ -6,40 +6,31 @@ # Contributor: Lukas Kropatschek <lukas.krop AT gmail DOT com> pkgname=irrlicht -pkgver=1.7.3 +pkgver=1.8 pkgrel=1 pkgdesc="An open source high performance realtime 3D graphics engine." arch=('i686' 'x86_64') url="http://irrlicht.sourceforge.net/" license=('ZLIB') depends=('libgl' 'libjpeg' 'bzip2' 'libpng') -makedepends=('mesa' 'unzip') -source=("http://downloads.sourceforge.net/irrlicht/$pkgname-$pkgver.zip" - "irrlicht-1.7.2-libpng15.patch") +makedepends=('mesa' 'unzip' 'libxcursor') +optdepends=('libxcursor: run examples') +source=("http://downloads.sourceforge.net/irrlicht/$pkgname-$pkgver.zip") noextract=($pkgname-$pkgver.zip) -md5sums=('cfbdc8c68fbca544c7c8dfb3623ae086' - 'a7f8d4aa1bc2880bbeaf3449e09f69a5') +md5sums=('d06329d8f466658caaf4838ba349e393') build() { unzip $pkgname-$pkgver.zip cd $srcdir/$pkgname-$pkgver - patch -Np0 < $srcdir/irrlicht-1.7.2-libpng15.patch - - sed -i -e '/^#.*NON_SYSTEM_ZLIB/d' \ - -e '/^#.*NON_SYSTEM_JPEG/d' \ - -e '/^#.*NON_SYSTEM_LIB_PNG/d' \ - -e '/^#.*NON_SYSTEM_BZLIB/d' \ - include/IrrCompileConfig.h - cd source/Irrlicht sed -i "/^INSTALL_DIR/s:=.*:=$pkgdir/usr/lib:" \ Makefile - make sharedlib + make NDEBUG=1 sharedlib - make + make NDEBUG=1 install -d $pkgdir/usr/lib \ $pkgdir/usr/share/licenses/$pkgname \ diff --git a/community/libgooglepinyin/PKGBUILD b/community/libgooglepinyin/PKGBUILD new file mode 100644 index 000000000..bac38b86c --- /dev/null +++ b/community/libgooglepinyin/PKGBUILD @@ -0,0 +1,34 @@ +# Maintainer: Felix Yan <felixonmars@gmail.com> +# Author: CSSlayer <wengxt@gmail.com> +# Contributor: Yangtse <yangtsesu@gmail.com> + +pkgname=libgooglepinyin +pkgver=0.1.2 +pkgrel=1 +pkgdesc="A fork from google pinyin on android" +arch=('i686' 'x86_64') +url="http://code.google.com/p/libgooglepinyin" +license=('APACHE') +depends=('gcc-libs') +makedepends=('cmake') +source=(http://libgooglepinyin.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2) + +build() { + cd "${srcdir}" + + msg "Starting make..." + + rm -rf "${srcdir}/build" + cp -rf "${srcdir}/${pkgname}-${pkgver}" "$srcdir/build" + cd "${srcdir}/build" + + cmake -DCMAKE_INSTALL_PREFIX=/usr . \ + -DENABLE_STATIC=Off +} + +package() { + cd "${srcdir}/build" + make DESTDIR="${pkgdir}" install +} + +md5sums=('d697aba08fdc0fe15c9d7b6096ca3b28') diff --git a/community/libmicrohttpd/PKGBUILD b/community/libmicrohttpd/PKGBUILD index 2f145b403..731237742 100644 --- a/community/libmicrohttpd/PKGBUILD +++ b/community/libmicrohttpd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 75878 2012-09-04 15:29:17Z spupykin $ +# $Id: PKGBUILD 79771 2012-11-12 09:04:51Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Norberto Lopes <shelika@mail.telepac.pt> # Contributor: Kao Dome <kaodome@gmail.com> @@ -6,7 +6,7 @@ # Contributor: Mathias Rohnstock <linksoft@gmx.de> pkgname=libmicrohttpd -pkgver=0.9.22 +pkgver=0.9.23 pkgrel=1 pkgdesc="a small C library that is supposed to make it easy to run an HTTP server as part of another application." arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ options=('!libtool') depends=('gnutls' 'libgcrypt') install=libmicrohttpd.install source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz) -md5sums=('a90cb23e3087146fabc49a370c192de2') +md5sums=('efd038d93836adc0149beaa1c2927f61') build() { cd ${pkgname}-${pkgver} diff --git a/community/libpinyin/PKGBUILD b/community/libpinyin/PKGBUILD new file mode 100644 index 000000000..106e8fe20 --- /dev/null +++ b/community/libpinyin/PKGBUILD @@ -0,0 +1,34 @@ +# $Id: PKGBUILD 79781 2012-11-12 13:17:19Z fyan $ +# Maintainer: Felix Yan <felixonmars@gmail.com> +# Contributor: Yangtse <yangtsesu@gmail.com> +# Contributor: WU Jun <quark at lihdd dot net> + +pkgname=libpinyin +pkgver=0.7.92 +pkgrel=1 +pkgdesc="Library to deal with pinyin." +arch=('i686' 'x86_64') +url="https://github.com/libpinyin/libpinyin" +license=('GPL') +depends=('db' 'glib2') +options=(!libtool) +source=("https://github.com/downloads/libpinyin/libpinyin/${pkgname}-lite-${pkgver}.tar.gz" + 'https://github.com/downloads/libpinyin/libpinyin/model.text.tar.gz') +noextract=("model.text.tar.gz") + +md5sums=('697778a2164f0176add124788b1c85bb' + '59be0e37b0834e41be9786d3b2fcc129') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + cp "${srcdir}/model.text.tar.gz" "${srcdir}/${pkgname}-${pkgver}/data/" + sed -i '/wget.*model\.text\.tar\.gz/ d' ${srcdir}/${pkgname}-${pkgver}/data/Makefile.am + + aclocal && libtoolize --force && autoheader && automake -a && autoconf + ./configure --prefix=/usr && make +} + +package() { + cd "${srcdir}/libpinyin-$pkgver" + make DESTDIR="${pkgdir}" install +} diff --git a/community/lilypond/PKGBUILD b/community/lilypond/PKGBUILD index 4a58cd269..9ef7f5192 100644 --- a/community/lilypond/PKGBUILD +++ b/community/lilypond/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 77506 2012-10-11 12:11:13Z spupykin $ +# $Id: PKGBUILD 79775 2012-11-12 09:26:01Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Geoffroy Carrier <geoffroy@archlinux.org> # Contributor: William Rea <sillywilly@gmail.com> # Contributor: Robert Emil Berge <filoktetes@linuxophic.org> pkgname=lilypond -pkgver=2.16.0 -pkgrel=2 +pkgver=2.16.1 +pkgrel=1 pkgdesc="An automated music engraving system" arch=('i686' 'x86_64') url="http://lilypond.org" @@ -16,10 +16,8 @@ makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils' 'gsfonts' 'texi2html') options=('emptydirs') install=lilypond.install -source=(http://download.linuxaudio.org/lilypond/sources/v2.16/$pkgname-$pkgver.tar.gz - texlive-workaround.patch) -md5sums=('c4637d5f3e485c529c2d98fe372c41fe' - 'ff32863f3eed67ac744e50bc4fc67a87') +source=(http://download.linuxaudio.org/lilypond/sources/v2.16/$pkgname-$pkgver.tar.gz) +md5sums=('3a87363ba287d2958ee9414c3c16bbb2') build() { cd "$srcdir/$pkgname-$pkgver" @@ -31,7 +29,6 @@ build() { done rm -rf python/out/ -# patch -p1 <$srcdir/texlive-workaround.patch PYTHON=/usr/bin/python2 ./configure --prefix=/usr make diff --git a/community/lxc/PKGBUILD b/community/lxc/PKGBUILD index 994da5cf7..fa045d9a2 100644 --- a/community/lxc/PKGBUILD +++ b/community/lxc/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 74427 2012-07-28 09:35:36Z spupykin $ +# $Id: PKGBUILD 79773 2012-11-12 09:05:42Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Andrea Zucchelli <zukka77@gmail.com> # Contributor: Jonathan Liu <net147@gmail.com> # Maintainer: Jon Nordby <jononor@gmail.com> pkgname=lxc -pkgver=0.8.0_rc2 +pkgver=0.8.0 pkgrel=1 pkgdesc="Linux Containers" arch=('i686' 'x86_64') @@ -13,16 +13,16 @@ url="http://lxc.sourceforge.net/" depends=('bash' 'perl') license=('LGPL') source=("http://lxc.sourceforge.net/download/lxc/$pkgname-${pkgver/_/-}.tar.gz") -md5sums=('9bd6988542fd7dd198d056ef3a2db9f6') +md5sums=('7304fa57146ce687f749b5df876bb20d') build() { cd "$srcdir/$pkgname-${pkgver/_/-}" - ./configure \ --prefix=/usr \ --localstatedir=/var \ --libexecdir=/usr/bin \ --sysconfdir=/etc \ + --disable-apparmor \ --disable-doc make } diff --git a/community/pdns/PKGBUILD b/community/pdns/PKGBUILD index 1f2e15ba5..ca1450341 100644 --- a/community/pdns/PKGBUILD +++ b/community/pdns/PKGBUILD @@ -1,15 +1,16 @@ -# $Id: PKGBUILD 79756 2012-11-12 00:04:11Z arodseth $ +# $Id: PKGBUILD 79811 2012-11-12 22:20:45Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> +# Contributor: Kevin Mihelich <kevin@archlinuxarm.org> pkgname=pdns pkgver=3.1 -pkgrel=2 +pkgrel=3 pkgdesc="Modern, advanced and high performance authoritative-only nameserver" arch=('x86_64' 'i686') url='http://www.powerdns.com/' license=('GPL') -depends=('gcc-libs' 'zlib' 'postgresql-libs' 'libmysqlclient' 'sqlite' 'libldap' 'lua' 'boost-libs' 'openmpi' 'hwloc') +depends=('gcc-libs' 'zlib' 'postgresql-libs' 'libmysqlclient' 'sqlite' 'libldap' 'lua' 'boost-libs') makedepends=('boost') provides=('pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql') replaces=('pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql') @@ -37,7 +38,6 @@ build() { sed -i 's/BOOST/#BOOST/g' configure ./configure --prefix=/usr \ --sysconfdir=/etc/powerdns \ - --with-boost \ --libexecdir=/usr/lib \ --libdir=/usr/lib/powerdns \ --mandir=/usr/share/man \ @@ -46,7 +46,7 @@ build() { --disable-recursor \ --disable-static make \ - CXXFLAGS="-lboost_graph_parallel -lboost_serialization -lboost_program_options $CXXFLAGS" + CXXFLAGS=" -lboost_serialization -lboost_program_options $CXXFLAGS" } package() { |