Merge pull request #381 from wertyi48/master

New package: python-enum34 -> missing rdepends; updating usual packages.
This commit is contained in:
Juan RP 2014-05-07 08:36:31 +02:00
commit e02a0571b7
5 changed files with 24 additions and 9 deletions

View File

@ -1,14 +1,14 @@
# Template file for 'beets'
pkgname=beets
version=1.3.5
revision=1
revision=2
distfiles="https://github.com/sampsyo/beets/archive/v${version}.tar.gz"
checksum=8f44882fa0674a028a97b896c360aac9c3d783bca34b8dcdb35be67b1ca81207
build_style="python-module"
pycompile_module="beets beetsplug"
hostmakedepends="python-devel python-distribute"
makedepends="${hostmakedepends}"
depends="python pyyaml python-Unidecode python-musicbrainzngs mutagen>=1.22 python-munkres python-distribute"
depends="python pyyaml python-Unidecode python-musicbrainzngs mutagen>=1.22 python-munkres python-distribute python-enum34"
maintainer="Steven R <dev@styez.com>"
homepage="https://github.com/sampsyo/beets"
license="GPL"

View File

@ -1,6 +1,6 @@
# Template file for 'compton-git'
pkgname=compton-git
version=20140418
version=20140506
revision=1
build_style="gnu-makefile"
hostmakedepends="pkg-config asciidoc"

View File

@ -1,9 +1,9 @@
# Template build file for 'exiftool'
pkgname=exiftool
version=9.57
version=9.59
revision=1
distfiles="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-${version}.tar.gz"
checksum="97066a6c5adab14628aa4571d1caa09eb95cb07022b4448fffda61e274e70745"
checksum="9b7fdf499e34d80f2e130df1fba3b2040194d62ce06ca9a752548002caf56be7"
build_style="perl-module"
hostmakedepends="perl"
makedepends="${hostmakedepends}"

View File

@ -0,0 +1,15 @@
# Template file for 'python-enum34'
pkgname=python-enum34
version=1.0
revision=1
distfiles="https://pypi.python.org/packages/source/e/enum34/enum34-${version}.tar.gz"
checksum="384b593703b057e0b19d90ff62844b1c8796da2e6bd9957d6ce9119bdeade635"
build_style="python-module"
pycompile_module="enum34"
hostmakedepends="python-devel python-distribute"
makedepends="${hostmakedepends}"
maintainer="Steven R <dev@styez.com>"
homepage="http://pypi.python.org/pypi/enum34"
license="BSD"
short_desc="Python 3.4 Enum backported"
wrksrc="enum34-${version}"

View File

@ -1,13 +1,13 @@
# Template file for 'sublime-text3'
pkgname=sublime-text3
version=3061
revision=2
version=3062
revision=1
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
distfiles="http://c758482.r82.cf2.rackcdn.com/sublime_text_3_build_${version}_x64.tar.bz2"
checksum="498a398f14d09e1c319fc2bb1e14d33573ca118d70c351e546912aaf1e22a419"
checksum="3b3245124e72042d6968477b81788c09d0b8ce93fda6b29bda81974f9c63edc2"
else
distfiles="http://c758482.r82.cf2.rackcdn.com/sublime_text_3_build_${version}_x32.tar.bz2"
checksum="cf6d9a590cdd24a7b5012f8604bd5f776b800042feaaf17cfa587798bdd7b3f9"
checksum="e80dad09096450f4d12f0ff22fa52fe082579a912e5c2870602ffb05a2902f87"
fi
depends="libpng gtk+ hicolor-icon-theme desktop-file-utils"
maintainer="Steven R <dev@styez.com>"