diff options
Diffstat (limited to 'abs/extra/community')
-rw-r--r-- | abs/extra/community/firefox/browser-app-makefile.patch | 11 | ||||
-rw-r--r-- | abs/extra/community/python-beaker/PKGBUILD | 21 | ||||
-rw-r--r-- | abs/extra/community/python-beaker/__changelog | 1 | ||||
-rw-r--r-- | abs/extra/community/python-chardet/PKGBUILD | 20 | ||||
-rw-r--r-- | abs/extra/community/python-mako/PKGBUILD | 21 | ||||
-rw-r--r-- | abs/extra/community/python-markupsafe/PKGBUILD | 23 | ||||
-rw-r--r-- | abs/extra/community/pyxdg/PKGBUILD | 20 | ||||
-rw-r--r-- | abs/extra/community/transmission-cli/PKGBUILD | 4 |
8 files changed, 2 insertions, 119 deletions
diff --git a/abs/extra/community/firefox/browser-app-makefile.patch b/abs/extra/community/firefox/browser-app-makefile.patch deleted file mode 100644 index 9a02c40..0000000 --- a/abs/extra/community/firefox/browser-app-makefile.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- browser/app/Makefile 2009-07-27 22:41:13.000000000 +0930 -+++ browser-new/app/Makefile 2009-07-27 22:42:51.000000000 +0930 -@@ -279,7 +279,7 @@ - - ifneq (,$(filter-out OS2 WINNT WINCE,$(OS_ARCH))) - --$(MOZ_APP_NAME):: $(topsrcdir)/build/unix/mozilla.in $(GLOBAL_DEPS) -+$(MOZ_APP_NAME): $(topsrcdir)/build/unix/mozilla.in $(GLOBAL_DEPS) - cat $< | sed -e "s|%MOZAPPDIR%|$(installdir)|" \ - -e "s|%MOZ_APP_DISPLAYNAME%|$(MOZ_APP_DISPLAYNAME)|" > $@ - chmod +x $@ diff --git a/abs/extra/community/python-beaker/PKGBUILD b/abs/extra/community/python-beaker/PKGBUILD deleted file mode 100644 index 6cf06b4..0000000 --- a/abs/extra/community/python-beaker/PKGBUILD +++ /dev/null @@ -1,21 +0,0 @@ -# $Id: PKGBUILD 87715 2010-08-18 03:37:40Z allan $ -# Maintainer : Ionut Biru <ibiru@archlinux.org> -# Contributor: Massimiliano Torromeo < massimiliano DOT torromeo AT gmail DOT com > -pkgname=python-beaker -pkgver=1.5.4 -pkgrel=2 -arch=('any') -license=('custom') -pkgdesc="Caching and sessions WSGI middleware for use with web applications and stand-alone Python scripts and applications" -url="http://beaker.groovie.org/" -depends=('python2') -makedepends=('python2-distribute') -source=("http://cheeseshop.python.org/packages/source/B/Beaker/Beaker-$pkgver.tar.gz") -md5sums=('de84e7511119dc0b8eb4ac177d3e2512') - -build() { - cd ${srcdir}/Beaker-${pkgver} - sed -i "s#/usr/bin/python#/usr/bin/python2#" beaker/crypto/pbkdf2.py - python2 setup.py install --root=${pkgdir} --optimize=1 - install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE -} diff --git a/abs/extra/community/python-beaker/__changelog b/abs/extra/community/python-beaker/__changelog deleted file mode 100644 index 9e2b603..0000000 --- a/abs/extra/community/python-beaker/__changelog +++ /dev/null @@ -1 +0,0 @@ -makedepends=('setuptools') -> makedepends=('python2-distribute') diff --git a/abs/extra/community/python-chardet/PKGBUILD b/abs/extra/community/python-chardet/PKGBUILD deleted file mode 100644 index 6ed1086..0000000 --- a/abs/extra/community/python-chardet/PKGBUILD +++ /dev/null @@ -1,20 +0,0 @@ -# $Id: PKGBUILD 87872 2010-08-18 15:26:20Z ibiru $ -# Maintainer : Ionut Biru <ibiru@archlinux.org> -# Contributor: William Rea <sillywilly@gmail.com> -pkgname=python-chardet -_pkgnamebase=python2-chardet -pkgver=2.0.1 -pkgrel=2 -pkgdesc="Python module for character encoding auto-detection" -arch=('any') -url="http://chardet.feedparser.org" -license=('LGPL') -depends=('python2') -source=(http://chardet.feedparser.org/download/${_pkgnamebase}-${pkgver}.tgz) -sha256sums=('56fa0c37189b0a5f082d064dec59d69a044aaa3eeb7acb9b3081e2ba306deaa4') - -build() { - cd "${srcdir}/${_pkgnamebase}-${pkgver}" - python2 setup.py install --root="${pkgdir}" --optimize=1 -} - diff --git a/abs/extra/community/python-mako/PKGBUILD b/abs/extra/community/python-mako/PKGBUILD deleted file mode 100644 index 8d68c9b..0000000 --- a/abs/extra/community/python-mako/PKGBUILD +++ /dev/null @@ -1,21 +0,0 @@ -# $Id: PKGBUILD 87883 2010-08-18 15:32:33Z ibiru $ -# Maintainer : Ionut Biru <ibiru@archlinux.org> -# Contributor: Roberto Alsina <ralsina@kde.org> -pkgname=python-mako -pkgver=0.3.4 -pkgrel=4 -pkgdesc="Hyperfast and lightweight templating for the Python platform." -arch=('any') -url="http://www.makotemplates.org/" -license=('custom') -depends=('python2' 'python-markupsafe>=0.9.2' 'python-beaker>=1.5.4') -makedepends=('setuptools') -source=(http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz) -md5sums=('2ae56ccc6c9b5c4e2e67f42b69475009') - -build() { - cd "$srcdir/Mako-$pkgver" - python2 setup.py install --root="$pkgdir" --optimize=1 || return 1 - install -D LICENSE "$pkgdir/usr/share/licenses/python-mako/COPYING" || return 1 -} - diff --git a/abs/extra/community/python-markupsafe/PKGBUILD b/abs/extra/community/python-markupsafe/PKGBUILD deleted file mode 100644 index 92c9282..0000000 --- a/abs/extra/community/python-markupsafe/PKGBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# $Id: PKGBUILD 87877 2010-08-18 15:28:18Z ibiru $ -# Maintainer : Ionut Biru <ibiru@archlinux.org> -# Contributor: Alex Anthony <alex.anthony28991@gmail.com> - -pkgname=python-markupsafe -pkgver=0.9.2 -pkgrel=2 -pkgdesc="Implements a XML/HTML/XHTML Markup safe string for Python" -arch=('i686' 'x86_64') -url="http://pypi.python.org/pypi/MarkupSafe" -license=('custom') -depends=('python2') -makedepends=('setuptools') -source=(http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${pkgver}.tar.gz) -md5sums=('69b72d1afdd9e808f9c1ef65f819c7a6') - -build() { - cd ${srcdir}/MarkupSafe-${pkgver} - python2 setup.py install --root=${pkgdir} --optimize=1 - - install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE -} - diff --git a/abs/extra/community/pyxdg/PKGBUILD b/abs/extra/community/pyxdg/PKGBUILD deleted file mode 100644 index 8c3d7bc..0000000 --- a/abs/extra/community/pyxdg/PKGBUILD +++ /dev/null @@ -1,20 +0,0 @@ -# $Id: PKGBUILD 89531 2010-09-01 15:23:06Z remy $ -# Maintainer: Hugo Doria <hugo@archlinux.org> -# Contributor: Mario A. Vazquez <mario_vazq@hotmail.com> - -pkgname=pyxdg -pkgver=0.19 -pkgrel=2 -pkgdesc="Python library to access freedesktop.org standards." -arch=('any') -url="http://freedesktop.org/Software/pyxdg" -license=("LGPL") -depends=('python2') -source=(http://www.freedesktop.org/~lanius/${pkgname}-${pkgver}.tar.gz) - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - python2 setup.py install --prefix=/usr --root=${pkgdir} || return 1 -} -md5sums=('9f33542e846d0fc1e0bfa992a8555b0a') - diff --git a/abs/extra/community/transmission-cli/PKGBUILD b/abs/extra/community/transmission-cli/PKGBUILD index 11dbf60..eaa1c08 100644 --- a/abs/extra/community/transmission-cli/PKGBUILD +++ b/abs/extra/community/transmission-cli/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com> pkgname=transmission-cli -pkgver=2.12 +pkgver=2.13 pkgrel=1 pkgdesc="Fast, easy, and free BitTorrent client (CLI tools, daemon and web client)" arch=('i686' 'x86_64') @@ -38,7 +38,7 @@ package() { install -D -m644 "$srcdir/transmission.include" "$pkgdir/etc/transmission/transmission.include" || return 1 install -D -m644 COPYING "$pkgdir/usr/share/licenses/transmission-cli/COPYING" || return 1 } -md5sums=('f3d34fdbbf3ae25635f9e7bf7e662cd9' +md5sums=('eb126ae88b80487f2840896939019421' 'b91534aaf2e403331c611c615ab2c03d' 'ff22c13dbd52565f9e88b1de22514eb9' 'b5a49ea375333cd0fee40f70dbac4c2e' |