Merge pull request #230 from wertyi48/master

Various update
This commit is contained in:
Juan RP 2013-12-17 10:17:37 -08:00
commit e7b3118755
10 changed files with 26 additions and 22 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'chromaprint' # Template file for 'chromaprint'
pkgname=chromaprint pkgname=chromaprint
version=1.0 version=1.1
revision=1 revision=1
build_style=cmake build_style=cmake
hostmakedepends="cmake" hostmakedepends="cmake"
@ -10,7 +10,7 @@ homepage="http://acoustid.org/chromaprint/"
license="LGPL" license="LGPL"
short_desc="Library that implements a custom algorithm for extracting fingerprints from any audio source" short_desc="Library that implements a custom algorithm for extracting fingerprints from any audio source"
distfiles="https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-${version}.tar.gz" distfiles="https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-${version}.tar.gz"
checksum="af4f780e587ebd7e61a8d175db3bbd63ee644a960bd75e52407a28fd83089f1e" checksum="6b14d7ea4964581b73bd3f8038c8857c01e446421c1ae99cbbf64de26b47cd12"
chromaprint-devel_package() { chromaprint-devel_package() {
short_desc+=" - development files" short_desc+=" - development files"

View file

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

View file

@ -1,9 +1,9 @@
# Template build file for 'exiftool'. # Template build file for 'exiftool'.
pkgname=exiftool pkgname=exiftool
version=9.41 version=9.44
revision=2 revision=1
distfiles="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-${version}.tar.gz" distfiles="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-${version}.tar.gz"
checksum="6f9d1e1503c8ffba90485a7aef0685771ff162461ef1d928c7f27977a1ca1132" checksum="e16964aee84531aa8f97250f0ea3adfc210a744603e369f02bebc2941da6f380"
build_style=perl-module build_style=perl-module
makedepends="perl>=5.18" makedepends="perl>=5.18"
hostmakedepends="${makedepends}" hostmakedepends="${makedepends}"

View file

@ -1,9 +1,9 @@
# Template file for 'glances' # Template file for 'glances'
pkgname=glances pkgname=glances
version=1.7.2 version=1.7.3
revision=1 revision=1
distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz" distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz"
checksum="9bf0b615d546b7ad11d0588cf3e675472612d448fa3acd3ad28f6e1cae20bdf0" checksum="03a5c8193fd3c91b8249c2501bc612008fa81861c14f82464a10b45d08c4ca4f"
build_style=python-module build_style=python-module
hostmakedepends="python-devel" hostmakedepends="python-devel"
makedepends="python-distribute" makedepends="python-distribute"
@ -12,6 +12,8 @@ homepage="https://github.com/nicolargo/glances"
license="LGPL3" license="LGPL3"
short_desc="Cross-platform curses-based monitoring tool written in Python." short_desc="Cross-platform curses-based monitoring tool written in Python."
create_srcdir=yes
glances_package() { glances_package() {
noarch="yes" noarch="yes"
depends="python python-psutil ${makedepends}" depends="python python-psutil ${makedepends}"

View file

@ -1,9 +1,9 @@
# Template file for 'gtk-sharp' # Template file for 'gtk-sharp'
pkgname=gtk-sharp pkgname=gtk-sharp
version=2.99.1 version=2.99.2
revision=1 revision=1
distfiles="https://github.com/mono/gtk-sharp/archive/${version}.tar.gz" distfiles="https://github.com/mono/gtk-sharp/archive/${version}.tar.gz"
checksum="652f11ee424e893b3514055b4eb4a6a23fbd53c761dcfd7951962a90ddc9cd54" checksum="a2f143cfa9a33f7249770b13086e9cfb9c122d8a8b91a231f9343dd91bdb3a0b"
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config autoconf automake" hostmakedepends="pkg-config autoconf automake"
makedepends="mono gtk+3-devel libglade-devel libtool which" makedepends="mono gtk+3-devel libglade-devel libtool which"
@ -12,6 +12,8 @@ homepage="http://www.mono-project.com/GtkSharp"
license="LGPL" license="LGPL"
short_desc="Gtk# is a Graphical User Interface Toolkit for mono and .Net" short_desc="Gtk# is a Graphical User Interface Toolkit for mono and .Net"
create_srcdir=yes
pre_configure() { pre_configure() {
./autogen.sh ./autogen.sh
} }

View file

@ -1,9 +1,9 @@
# Template file for 'python-psutil' # Template file for 'python-psutil'
pkgname=python-psutil pkgname=python-psutil
version=1.1.3 version=1.2.1
revision=1 revision=1
distfiles="https://pypi.python.org/packages/source/p/psutil/psutil-${version}.tar.gz" distfiles="https://pypi.python.org/packages/source/p/psutil/psutil-${version}.tar.gz"
checksum="5e1164086a7ed3b863ebd12315d35086e22252b328401fce901a0862050ef98c" checksum="508e4a44c8253a386a0f86d9c9bd4a1b4cbb2f94e88d49a19c1513653ca66c45"
build_style=python-module build_style=python-module
hostmakedepends="python-devel python-distribute" hostmakedepends="python-devel python-distribute"
makedepends="python-devel" makedepends="python-devel"

View file

@ -1,9 +1,9 @@
# Template file for 'python-requests' # Template file for 'python-requests'
pkgname=python-requests pkgname=python-requests
version=2.0.1 version=2.1.0
revision=1 revision=1
distfiles="https://pypi.python.org/packages/source/r/requests/requests-${version}.tar.gz" distfiles="https://pypi.python.org/packages/source/r/requests/requests-${version}.tar.gz"
checksum="8cfddb97667c2a9edaf28b506d2479f1b8dc0631cbdcd0ea8c8864def59c698b" checksum="a57307f3a5f35ec9e1254aaf3e0484063ee3ee6b5f123fb35c5b2673492efa71"
build_style=python-module build_style=python-module
hostmakedepends="python-distribute" hostmakedepends="python-distribute"
makedepends="python-devel" makedepends="python-devel"

View file

@ -1,6 +1,6 @@
# Template file for 'shorewall' # Template file for 'shorewall'
pkgname=shorewall pkgname=shorewall
version=4.5.21.3 version=4.5.21.4
revision=2 revision=2
_disturl="http://www.shorewall.net/pub/${pkgname}/4.5/${pkgname}-4.5.21" _disturl="http://www.shorewall.net/pub/${pkgname}/4.5/${pkgname}-4.5.21"
distfiles=" distfiles="
@ -8,9 +8,9 @@ distfiles="
${_disturl}/${pkgname}6-${version}.tar.bz2 ${_disturl}/${pkgname}6-${version}.tar.bz2
${_disturl}/${pkgname}-core-${version}.tar.bz2" ${_disturl}/${pkgname}-core-${version}.tar.bz2"
checksum=" checksum="
dd1160c077112264094478ee81d83c2757d6d72d0d8e7fe6bf000427282a8356 297aa07e793e40b8c2a7ce45789e865b54bd53166303aa0baddd937894d50cc9
2eccf072ffb83733e73697f425cfd832de91ec70cb19231bb9f88a461790c0da 32c76e983c3f5c559a9de29cecfa9e918ed3f242d7bd4c1d49c4dfe5fff49a5f
220725caf825ff0df7c7cf8e78866ec80c847e8b9160cdb8fbc19613248bdc2a" f4a0c6b4789be28ac20ea3a0b8136f9aab72ad1399afa84714097fc6ad66dd1c"
maintainer="Steven R <strob AT styez DOT com>" maintainer="Steven R <strob AT styez DOT com>"
homepage="http://www.shorewall.net/" homepage="http://www.shorewall.net/"
license="GPL" license="GPL"

View file

@ -1,9 +1,9 @@
# Template file for 'sublime-text3' # Template file for 'sublime-text3'
pkgname=sublime-text3 pkgname=sublime-text3
version=3057 version=3058
revision=1 revision=1
distfiles="http://c758482.r82.cf2.rackcdn.com/sublime_text_3_build_${version}_x64.tar.bz2" distfiles="http://c758482.r82.cf2.rackcdn.com/sublime_text_3_build_${version}_x64.tar.bz2"
checksum="7ef7926759f3ddbc56e7ddf2d5dac18001ed11419dbfb407cc405ef61690024f" checksum="500ffa2b17b8febdffa3a32aadce02484bccbcea502937479815241031a1ea57"
wrksrc="sublime_text_3" wrksrc="sublime_text_3"
only_for_archs="x86_64" only_for_archs="x86_64"
maintainer="Steven R <strob AT styez DOT com>" maintainer="Steven R <strob AT styez DOT com>"

View file

@ -1,6 +1,6 @@
# Template file for 'youtube-dl' # Template file for 'youtube-dl'
pkgname=youtube-dl pkgname=youtube-dl
version=2013.12.03 version=2013.12.17.2
revision=1 revision=1
wrksrc="${pkgname}" wrksrc="${pkgname}"
makedepends="python" makedepends="python"
@ -9,7 +9,7 @@ maintainer="pancake <pancake@nopcode.org>"
license="Public Domain" license="Public Domain"
homepage="http://rg3.github.com/youtube-dl/" homepage="http://rg3.github.com/youtube-dl/"
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz" distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
checksum=0d8a4e66971949645aedfdef8c9a1b3010aa6abea19875571040eca228fabecf checksum=bbf98e81921adbba383caf11f9dcb33aa4d6dc0b3c03ebba53690f613609bbb6
do_install() { do_install() {
vinstall ${pkgname} 755 usr/bin vinstall ${pkgname} 755 usr/bin