From 5077e205a00f5babff7ecf515d82b1a0bac4379e Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sun, 30 Mar 2014 03:52:21 +0000 Subject: Sun Mar 30 03:44:10 UTC 2014 --- community/autofs/PKGBUILD | 15 ++---- community/awesome/PKGBUILD | 26 +++++----- .../awesome/awesome-3.5.2-naughty-fix-ldoc.patch | 27 ----------- community/optipng/PKGBUILD | 6 +-- community/pdnsd/PKGBUILD | 6 +-- community/python-pmw/LICENSE.txt | 21 ++++++++ community/python-pmw/PKGBUILD | 56 ++++++++++++++++++++++ community/python2-pmw/LICENSE.txt | 21 -------- community/python2-pmw/PKGBUILD | 37 -------------- community/qtractor/PKGBUILD | 39 ++++++++++----- community/smtube/PKGBUILD | 10 ++-- 11 files changed, 133 insertions(+), 131 deletions(-) delete mode 100644 community/awesome/awesome-3.5.2-naughty-fix-ldoc.patch create mode 100644 community/python-pmw/LICENSE.txt create mode 100644 community/python-pmw/PKGBUILD delete mode 100644 community/python2-pmw/LICENSE.txt delete mode 100644 community/python2-pmw/PKGBUILD (limited to 'community') diff --git a/community/autofs/PKGBUILD b/community/autofs/PKGBUILD index 8c949954e..83adc360a 100644 --- a/community/autofs/PKGBUILD +++ b/community/autofs/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 103697 2014-01-10 07:48:01Z bgyorgy $ +# $Id: PKGBUILD 108593 2014-03-29 12:43:06Z lfleischer $ # Maintainer: Lukas Fleischer # Contributor: Andrea Scarpino # Contributor: Dale Blount # Contributor: Manolis Tzanidakis pkgname=autofs -pkgver=5.0.8 -pkgrel=2 +pkgver=5.0.9 +pkgrel=1 pkgdesc='A kernel-based automounter for Linux.' arch=('i686' 'x86_64') url='http://freshmeat.net/projects/autofs' @@ -21,17 +21,12 @@ backup=('etc/autofs/auto.master' 'etc/autofs/autofs_ldap_auth.conf' 'etc/default/autofs') options=(!makeflags) -source=("http://www.kernel.org/pub/linux/daemons/${pkgname}/v5/${pkgname}-${pkgver}.tar.xz" - "git-fixes.patch") -sha256sums=('32c41fb4e3439f18400468e84dc82fbbd4b14156bef6b9a7f09196ecd9299d52' - '09c41a73db6a352cb04b51795591e5ae1c4a3fff37257fc8bb117020fa0e2724') +source=("http://www.kernel.org/pub/linux/daemons/${pkgname}/v5/${pkgname}-${pkgver}.tar.xz") +sha256sums=('81ab99ee1656a10ecaffe7933c26e8fc720f0b639ed47ab52adc66cdd868fd5c') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" - # Apply fixes from git - patch -Np1 -i "${srcdir}/git-fixes.patch" - sed -i -e 's|/etc/auto.misc|/etc/autofs/auto.misc|' \ -e 's|/etc/auto.master.d|/etc/autofs/auto.master.d|' samples/auto.master } diff --git a/community/awesome/PKGBUILD b/community/awesome/PKGBUILD index 0f7907838..d0dab9fce 100644 --- a/community/awesome/PKGBUILD +++ b/community/awesome/PKGBUILD @@ -1,12 +1,13 @@ -# $Id: PKGBUILD 106980 2014-03-11 09:59:18Z bpiotrowski $ -# Maintainer: Bartłomiej Piotrowski +# $Id: PKGBUILD 108601 2014-03-29 18:25:09Z andrea $ +# Maintainer: Bartłomiej Piotrowski +# Maintainer: Andrea Scarpino # Contributor: Sébastien Luttringer # Contributor: xduugu # Contributor: Ronald van Haren # Contributor: Vesa Kaihlavirta pkgname=awesome -pkgver=3.5.2 +pkgver=3.5.3 pkgrel=1 pkgdesc='Highly configurable framework window manager' arch=('i686' 'x86_64') @@ -21,19 +22,16 @@ optdepends=('rlwrap: readline support for awesome-client' 'vicious: widgets for the Awesome window manager') provides=('notification-daemon') backup=('etc/xdg/awesome/rc.lua') -source=($url/download/$pkgname-$pkgver.tar.xz - awesome-3.5.2-naughty-fix-ldoc.patch) -md5sums=('c16eaaaddf6f56b4e041007952e2a4fe' - 'f4ed09b1e75e191e503f482575bf640e') +source=("$url/download/$pkgname-$pkgver.tar.xz") +md5sums=('730a5852cc61f5561588a1b788ec861e') prepare() { - cd $pkgname-$pkgver - patch -p1 -i ../awesome-3.5.2-naughty-fix-ldoc.patch + mkdir -p build } build() { - cd $pkgname-$pkgver - cmake \ + cd build + cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=RELEASE \ -DCMAKE_INSTALL_PREFIX=/usr \ -DSYSCONFDIR=/etc \ @@ -42,7 +40,9 @@ build() { } package() { - cd $pkgname-$pkgver + cd build make DESTDIR="$pkgdir" install - install -Dm644 awesome.desktop "$pkgdir/usr/share/xsessions/awesome.desktop" + + install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/awesome.desktop \ + "$pkgdir/usr/share/xsessions/awesome.desktop" } diff --git a/community/awesome/awesome-3.5.2-naughty-fix-ldoc.patch b/community/awesome/awesome-3.5.2-naughty-fix-ldoc.patch deleted file mode 100644 index ba9a2e7d3..000000000 --- a/community/awesome/awesome-3.5.2-naughty-fix-ldoc.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 019f55a1daabb4b15632f3b49aceaa03a2b93c89 Mon Sep 17 00:00:00 2001 -From: Uli Schlachter -Date: Sat, 22 Feb 2014 16:35:17 +0100 -Subject: [PATCH] naughty: fix ldoc - -lib/naughty.lua:65: ?: 'class' cannot have multiple values; {table,table} - -Signed-off-by: Uli Schlachter ---- - lib/naughty.lua.in | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/lib/naughty.lua.in b/lib/naughty.lua.in -index 6e77b5f..16dc384 100644 ---- a/lib/naughty.lua.in -+++ b/lib/naughty.lua.in -@@ -61,7 +61,6 @@ naughty.config.notify_callback = nil - -- @field low The preset for notifications with low urgency level - -- @field normal The default preset for every notification without a preset that will also be used for normal urgency level - -- @field critical The preset for notifications with a critical urgency level ---- @class table - naughty.config.presets = { - normal = {}, - low = { --- -1.9.0 - diff --git a/community/optipng/PKGBUILD b/community/optipng/PKGBUILD index 59583d22b..23a5b0c66 100644 --- a/community/optipng/PKGBUILD +++ b/community/optipng/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 79534 2012-11-06 20:25:17Z lfleischer $ +# $Id: PKGBUILD 108595 2014-03-29 12:46:22Z lfleischer $ # Maintainer: Lukas Fleischer # Contributor: Stefan Husmann # Contributor: Aaron Schaefer pkgname=optipng -pkgver=0.7.4 +pkgver=0.7.5 pkgrel=1 pkgdesc='Compresses PNG files to a smaller size, without losing any information.' arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ url='http://optipng.sourceforge.net/' license=('ZLIB') depends=('glibc') source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('8853d89aaf859065e95dcdf98b6bed73') +md5sums=('90ac1ec7945d48c0e9859b977b5df411') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/pdnsd/PKGBUILD b/community/pdnsd/PKGBUILD index 1a78a20c1..da23ae6cb 100644 --- a/community/pdnsd/PKGBUILD +++ b/community/pdnsd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 108298 2014-03-26 11:09:31Z thestinger $ +# $Id: PKGBUILD 108591 2014-03-29 12:01:04Z thestinger $ # Maintainer: Sergej Pupykin # Contributor: Daniel Micay # Contributor: Henrik Nymann Jensen @@ -6,7 +6,7 @@ pkgname=pdnsd pkgver=1.2.9.a _pkgver=${pkgver/.a/a} -pkgrel=6 +pkgrel=7 pkgdesc="Proxy DNS server with permanent caching" arch=(i686 x86_64) url="http://members.home.nl/p.a.rombouts/pdnsd/" @@ -35,5 +35,5 @@ package() { sed -i 's/"nobody"/"pdnsd"/' "$pkgdir/etc/pdnsd.conf" - chown 184:184 "$pkgdir/var/cache/pdnsd" + chown -R 184:184 "$pkgdir/var/cache/pdnsd" } diff --git a/community/python-pmw/LICENSE.txt b/community/python-pmw/LICENSE.txt new file mode 100644 index 000000000..de9a58260 --- /dev/null +++ b/community/python-pmw/LICENSE.txt @@ -0,0 +1,21 @@ +Copyright (c) 2007,2008 David M. Cooke +Copyright (c) 2009,2010 Francesc Alted +Copyright (c) 2011- See AUTHORS.txt + +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 THE +AUTHORS OR COPYRIGHT HOLDERS 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. diff --git a/community/python-pmw/PKGBUILD b/community/python-pmw/PKGBUILD new file mode 100644 index 000000000..d220c84b8 --- /dev/null +++ b/community/python-pmw/PKGBUILD @@ -0,0 +1,56 @@ +# $Id: PKGBUILD 108607 2014-03-29 19:51:02Z arcanis $ +# Maintainer: Evgeniy Alekseev +# Contributor: kfgz +# Contributor: Michael Krauss +# Contributor: dsa + +pkgbase=python-pmw +pkgname=('python2-pmw' 'python-pmw') +pkgver=2.0.0 +pkgrel=1 +pkgdesc="A toolkit for high-level compound widgets in Python using the Tkinter module" +arch=('i686' 'x86_64') +url="http://pmw.sourceforge.net/" +license=('MIT') +depends=('python' 'python2' 'tk') +source=(${pkgname}-${pkgver}.tar.gz::http://sourceforge.net/projects/pmw/files/Pmw-${pkgver}.tar.gz/download + "LICENSE.txt") +md5sums=('c7c3f26c4f5abaa99807edefee578fc0' + '28b047a148c1780eddcf4bed6b150123') + +prepare() { + cp -r "Pmw-${pkgver}" "Pmw-${pkgver}-py2" + # change python to python2 + cd "${srcdir}/Pmw-${pkgver}-py2" + sed -i "s|python|python2|g" "Pmw/Pmw_2_0_0/tests/All.py" + sed -i "s|python|python2|g" "Pmw/Pmw_2_0_0/bin/bundlepmw.py" + sed -i "s|python|python2|g" "Pmw/Pmw_2_0_0/demos/All.py" + sed -i "s|python|python2|g" "Pmw/Pmw_1_3_3/tests/ManualTests.py" + sed -i "s|python|python2|g" "Pmw/Pmw_1_3_3/tests/All.py" + sed -i "s|python|python2|g" "Pmw/Pmw_1_3_3/bin/bundlepmw.py" + sed -i "s|python|python2|g" "Pmw/Pmw_1_3_3/demos/All.py" +} + +build() { + cd "${srcdir}/Pmw-${pkgver}" + python setup.py build + + cd "${srcdir}/Pmw-${pkgver}-py2" + python2 setup.py build +} + +package_python-pmw() { + depends=('python' 'tk') + + cd "Pmw-${pkgver}" + python setup.py install --prefix=/usr --root="${pkgdir}" + install -Dm644 "${srcdir}/LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} + +package_python2-pmw() { + depends=('python2' 'tk') + + cd "Pmw-${pkgver}-py2" + python2 setup.py install --prefix=/usr --root="${pkgdir}" + install -Dm644 "${srcdir}/LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} diff --git a/community/python2-pmw/LICENSE.txt b/community/python2-pmw/LICENSE.txt deleted file mode 100644 index de9a58260..000000000 --- a/community/python2-pmw/LICENSE.txt +++ /dev/null @@ -1,21 +0,0 @@ -Copyright (c) 2007,2008 David M. Cooke -Copyright (c) 2009,2010 Francesc Alted -Copyright (c) 2011- See AUTHORS.txt - -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 THE -AUTHORS OR COPYRIGHT HOLDERS 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. diff --git a/community/python2-pmw/PKGBUILD b/community/python2-pmw/PKGBUILD deleted file mode 100644 index 739d1cfd3..000000000 --- a/community/python2-pmw/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# $Id: PKGBUILD 105149 2014-02-01 19:59:28Z arcanis $ -# Maintainer: Evgeniy Alekseev -# Contributor: kfgz -# Contributor: Michael Krauss -# Contributor: dsa - -pkgname=python2-pmw -pkgver=1.3.3b -pkgrel=1 -pkgdesc="A toolkit for high-level compound widgets in Python using the Tkinter module" -arch=('i686' 'x86_64') -url="http://pmw.sourceforge.net/doc/index.html" -license=('MIT') -depends=('python2' 'tk') -source=(${pkgname}-${pkgver}.tar.gz::http://sourceforge.net/projects/pmw/files/Pmw/Pmw.1.3.3/Pmw_1_3_3b.tar.gz/download - "LICENSE.txt") -md5sums=('d8b998b921584db32a5eeeddc6bc606c' - '28b047a148c1780eddcf4bed6b150123') - -prepare() { - # change python to python2 - sed -i "s|python|python2|g" "${srcdir}/Pmw/Pmw/Pmw_1_3_3/tests/ManualTests.py" - sed -i "s|python|python2|g" "${srcdir}/Pmw/Pmw/Pmw_1_3_3/demos/All.py" - sed -i "s|python|python2|g" "${srcdir}/Pmw/Pmw/Pmw_1_3_3/tests/All.py" - sed -i "s|python|python2|g" "${srcdir}/Pmw/Pmw/Pmw_1_3_3/bin/bundlepmw.py" -} - -build() { - cd "Pmw" - python2 setup.py build -} - -package() { - cd "Pmw" - python2 setup.py install --prefix=/usr --root="${pkgdir}" - install -D -m644 "${srcdir}/LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} diff --git a/community/qtractor/PKGBUILD b/community/qtractor/PKGBUILD index 3d4452d35..792661509 100644 --- a/community/qtractor/PKGBUILD +++ b/community/qtractor/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 105622 2014-02-12 07:14:10Z schiv $ -# Maintainer: Ray Rashif +# $Id: PKGBUILD 108587 2014-03-29 04:59:10Z speps $ +# Maintainer : Ray Rashif +# Maintainer : speps # Contributor: Philipp Überbacher pkgname=qtractor -pkgver=0.5.12 -pkgrel=2 +pkgver=0.6.0 +pkgrel=1 pkgdesc="Audio/MIDI multitrack sequencer" arch=('i686' 'x86_64') url="http://qtractor.sourceforge.net/" @@ -12,21 +13,35 @@ license=('GPL') depends=('qt4' 'suil' 'lilv' 'libmad' 'liblo>=0.28' 'rubberband' 'shared-mime-info') makedepends=('ladspa' 'dssi') -[ "$CARCH" = "i686" ] && optdepends=('dssi-vst: win32 VST support') -install=qtractor.install +optdepends=('dssi-vst: win32 VST support') +install="$pkgname.install" source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('f26691f70c4cd4b89bc4369a579f291f') +md5sums=('95eeb8a1f6d08645d8f9f606f0c04f15') -build() { - cd "$srcdir/$pkgname-$pkgver" +prepare() { + cd $pkgname-$pkgver + + # do not look for /usr/lib64/lv2 + # prevent to load lv2 plugins twice + sed -i '/__x86_64__/,/#endif/d' src/qtractorPlugin.cpp + + # force qt4 + export ac_qmake=/usr/bin/qmake-qt4 \ + ac_moc=/usr/bin/moc-qt4 \ + ac_uic=/usr/bin/uic-qt4 \ + ac_lupdate=/usr/bin/lupdate-qt4 \ + ac_lrelease=/usr/bin/lrelease-qt4 \ + QMAKE=qmake-qt4 +} +build() { + cd $pkgname-$pkgver ./configure --prefix=/usr make } -package () { - cd "$srcdir/$pkgname-$pkgver" - +package() { + cd $pkgname-$pkgver make DESTDIR="$pkgdir" install } diff --git a/community/smtube/PKGBUILD b/community/smtube/PKGBUILD index 6fe793d98..8013b0072 100644 --- a/community/smtube/PKGBUILD +++ b/community/smtube/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 95598 2013-08-14 21:47:33Z speps $ +# $Id: PKGBUILD 108589 2014-03-29 05:10:53Z speps $ # Maintainer : speps # Contributor: Andreas Schnaiter pkgname=smtube -pkgver=1.8 +pkgver=2.1 pkgrel=1 pkgdesc="A small youtube browser" arch=('i686' 'x86_64') @@ -18,14 +18,14 @@ optdepends=('mplayer: play videos with MPlayer' 'vlc: play videos with VLC') install="$pkgname.install" source=("http://downloads.sourceforge.net/smplayer/$pkgname-$pkgver.tar.bz2") -md5sums=('b80d4d085a8e7350619d65f0f0786037') +md5sums=('9cd034d5abcbc66445478b5824af50f1') build() { - cd "$srcdir/$pkgname-$pkgver" + cd $pkgname-$pkgver make PREFIX=/usr QMAKE=qmake-qt4 LRELEASE=lrelease-qt4 } package() { - cd "$srcdir/$pkgname-$pkgver" + cd $pkgname-$pkgver make PREFIX=/usr DESTDIR="$pkgdir/" install } -- cgit v1.2.3-54-g00ecf