summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-19 03:55:19 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-19 03:55:19 +0000
commita7868499c166c245f671318faaaf777a802fbefe (patch)
tree802e518096f9a58e8ff77373555f361560a2cee1
parentf4cbb127d45017c14988b232dbae02bc2858c6df (diff)
Sun Jan 19 03:51:11 UTC 2014
-rw-r--r--community/dart/PKGBUILD24
-rw-r--r--community/ibus-chewing/PKGBUILD7
-rw-r--r--community/pcurses/PKGBUILD29
-rw-r--r--extra/snd/PKGBUILD6
-rw-r--r--libre/cups-filters-libre/PKGBUILD6
-rw-r--r--pcr/youtube-dl-current/PKGBUILD4
6 files changed, 53 insertions, 23 deletions
diff --git a/community/dart/PKGBUILD b/community/dart/PKGBUILD
index 3aee78290..cf803512e 100644
--- a/community/dart/PKGBUILD
+++ b/community/dart/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 104299 2014-01-17 11:19:01Z arodseth $
+# $Id: PKGBUILD 104347 2014-01-18 17:45:23Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: T. Jameson Little <t.jameson.little at gmail dot com>
# Contributor: Usagi Ito <usagi@WonderRabbitProject.net>
@@ -6,7 +6,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=dart
-pkgver=1.1
+pkgver=1.1.1
pkgrel=1
pkgdesc='The dart programming language SDK'
arch=('x86_64' 'i686')
@@ -16,17 +16,17 @@ optdepends=('java-runtime: for dartanalyzer')
makedepends=('setconf')
options=('!strip')
-#if [[ $CARCH == x86_64 ]]; then
-# source=("http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip"
-# "license.html::https://code.google.com/intl/no/google_bsd_license.html")
-# sha256sums=('baf8afd92642da97ec5b13d645e37226d1a20447cad7f2b06f8bb07417219d42'
-# 'de16a5ac94310b1bdfc27a2a6d620531172bb31af894caeced37af41fb8e2650')
-#else
- source=("http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip"
- "license.html::https://code.google.com/intl/no/google_bsd_license.html")
+if [[ $CARCH == x86_64 ]]; then
+ source=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip"
+ 'license.html::https://code.google.com/intl/no/google_bsd_license.html')
+ sha256sums=('baf8afd92642da97ec5b13d645e37226d1a20447cad7f2b06f8bb07417219d42'
+ 'de16a5ac94310b1bdfc27a2a6d620531172bb31af894caeced37af41fb8e2650')
+else
+ source=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip"
+ 'license.html::https://code.google.com/intl/no/google_bsd_license.html')
sha256sums=('50863be94cff179588aca084a4f40ebd23514447cffd73679b5850e7c6fc768c'
- 'de16a5ac94310b1bdfc27a2a6d620531172bb31af894caeced37af41fb8e2650')
-#fi
+ 'de16a5ac94310b1bdfc27a2a6d620531172bb31af894caeced37af41fb8e2650')
+fi
prepare() {
# Fix permissions
diff --git a/community/ibus-chewing/PKGBUILD b/community/ibus-chewing/PKGBUILD
index 7c49d25c4..3e6ca0984 100644
--- a/community/ibus-chewing/PKGBUILD
+++ b/community/ibus-chewing/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 102761 2013-12-19 11:22:34Z fyan $
+# $Id: PKGBUILD 104344 2014-01-18 10:47:03Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Rainy <rainylau(at)gmail(dot)com>
@@ -6,7 +6,7 @@
# Contributor: Hiroshi Yui <hiroshiyui@gmail.com>
pkgname=ibus-chewing
-pkgver=1.4.4
+pkgver=1.4.7
pkgrel=1
pkgdesc='Chinese Chewing Engine for IBus Framework'
arch=('i686' 'x86_64')
@@ -23,6 +23,7 @@ build() {
-DSYSCONF_INSTALL_DIR=/usr/share \
-DLIBEXEC_DIR=/usr/lib/ibus
make
+ make translations
}
package() {
@@ -34,4 +35,4 @@ package() {
rm -r "$pkgdir/etc"
}
-sha512sums=('47581bca46d1a8f0f10f13887d5db37cf1ca3531e1a05fea516ea10fec59d4b0c2f629b5a291b1aed77e642efa3d456670c8f7fcaff460b187e3b7fc8220f2d6')
+sha512sums=('70e9c4950ac846c2f0087200d3b42f845ef8f911962d3f6bf37a3a0054606fa0fc061daa5dac390d022dbd29801fbcae596d2c5126270eb6e9843a9e0af4486e')
diff --git a/community/pcurses/PKGBUILD b/community/pcurses/PKGBUILD
new file mode 100644
index 000000000..1cc5e1827
--- /dev/null
+++ b/community/pcurses/PKGBUILD
@@ -0,0 +1,29 @@
+# Maintainer: schuay <jakob.gruber@gmail.com>
+
+pkgname=pcurses
+pkgver=3
+pkgrel=2
+pkgdesc='A curses package management tool using libalpm'
+arch=('x86_64' 'i686')
+url="https://github.com/schuay/$pkgname"
+license=('GPL')
+depends=('ncurses' 'pacman>=4.1.2')
+makedepends=('boost' 'cmake' 'git')
+source=("git://github.com/schuay/pcurses.git#tag=pcurses-$pkgver")
+md5sums=('SKIP')
+
+build() {
+ rm -rf "$srcdir/$pkgname-build"
+ mkdir "$srcdir/$pkgname-build"
+ cd "$srcdir/$pkgname-build"
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname"
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-build"
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
diff --git a/extra/snd/PKGBUILD b/extra/snd/PKGBUILD
index a08c7a03b..d057ea480 100644
--- a/extra/snd/PKGBUILD
+++ b/extra/snd/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 203030 2014-01-02 06:24:42Z schiv $
+# $Id: PKGBUILD 204379 2014-01-18 15:41:07Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
# Contributor: see .contrib
pkgname=snd
-pkgver=14.2
+pkgver=14.3
pkgrel=1
pkgdesc="An advanced sound editor"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'gmp'
optdepends=('wavpack' 'flac' 'speex' 'mpg123'
'timidity++' 'vorbis-tools')
source=("ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz")
-md5sums=('a442b98c75043bc8a4b9b50ba0c2b5b7')
+md5sums=('817e1da8fe471e817b1ac4b1203925cd')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/libre/cups-filters-libre/PKGBUILD b/libre/cups-filters-libre/PKGBUILD
index 528649cb4..6302e95ff 100644
--- a/libre/cups-filters-libre/PKGBUILD
+++ b/libre/cups-filters-libre/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 202372 2013-12-21 13:31:03Z andyrtr $
+# $Id: PKGBUILD 204359 2014-01-17 21:38:41Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgname=cups-filters-libre
_pkgname=cups-filters
-pkgver=1.0.43
+pkgver=1.0.44
pkgrel=1
pkgdesc="OpenPrinting CUPS Filters, without foomatic-db-nonfree recommendation"
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ source=(http://www.openprinting.org/download/cups-filters/$_pkgname-$pkgver.tar.
provides=("${_pkgname}=${pkgver}" 'foomatic-filters')
replaces=("${_pkgname}" 'foomatic-filters')
conflicts=("${_pkgname}" 'foomatic-filters')
-md5sums=('d1dbd200845db729bf18817f3a49c2c1')
+md5sums=('41d853788cf8e176f952136549488d34')
build() {
cd $_pkgname-$pkgver
diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD
index 7d4a90a37..cb75f9bd3 100644
--- a/pcr/youtube-dl-current/PKGBUILD
+++ b/pcr/youtube-dl-current/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=youtube-dl-current
_pkgname=youtube-dl
provides=(youtube-dl)
-pkgver=2014.01.08
+pkgver=2014.01.17.2
pkgrel=1
pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites"
arch=('any')
@@ -28,5 +28,5 @@ package() {
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
}
-md5sums=('bb3e523b7e4e59ac64ce9a48fda86de7'
+md5sums=('7b508642c3703f117bd6a5d9cf324356'
'SKIP')