summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-27 03:37:05 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-27 03:37:05 +0000
commit4534f7b3a3b58171148c3c50d6d067b3ae069b9e (patch)
tree4eb0be83f53384877369fec34d68a39ce18d4e45
parentbec32799094d2ee07f46a6c5d369603a79438ce6 (diff)
Sun Apr 27 03:34:14 UTC 2014
-rw-r--r--community/gnuradio/PKGBUILD10
-rw-r--r--community/redshift/PKGBUILD8
-rw-r--r--community/smtube/PKGBUILD9
-rw-r--r--community/uwsgi/PKGBUILD10
-rw-r--r--community/uwsgi/uwsgi@.service2
-rw-r--r--community/uwsgi/uwsgi@.socket2
-rw-r--r--community/xssstate/PKGBUILD25
-rw-r--r--extra/libkpeople/PKGBUILD6
-rw-r--r--extra/mkvtoolnix/PKGBUILD6
-rw-r--r--extra/telepathy-kde-accounts-kcm/PKGBUILD6
-rw-r--r--extra/telepathy-kde-approver/PKGBUILD6
-rw-r--r--extra/telepathy-kde-auth-handler/PKGBUILD6
-rw-r--r--extra/telepathy-kde-common-internals/PKGBUILD6
-rw-r--r--extra/telepathy-kde-contact-list/PKGBUILD6
-rw-r--r--extra/telepathy-kde-contact-runner/PKGBUILD6
-rw-r--r--extra/telepathy-kde-desktop-applets/PKGBUILD6
-rw-r--r--extra/telepathy-kde-filetransfer-handler/PKGBUILD6
-rw-r--r--extra/telepathy-kde-integration-module/PKGBUILD6
-rw-r--r--extra/telepathy-kde-send-file/PKGBUILD6
-rw-r--r--extra/telepathy-kde-text-ui/PKGBUILD9
-rw-r--r--extra/thin-provisioning-tools/PKGBUILD6
21 files changed, 88 insertions, 65 deletions
diff --git a/community/gnuradio/PKGBUILD b/community/gnuradio/PKGBUILD
index d466baf48..0882d17d7 100644
--- a/community/gnuradio/PKGBUILD
+++ b/community/gnuradio/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 110006 2014-04-22 23:18:22Z kkeen $
+# $Id: PKGBUILD 110200 2014-04-26 20:06:48Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Dominik Heidler <dheidler@gmail.com>
# Contributor: Jonatan Sastre <jsastreh [ at ] hotmail.com>
pkgname=gnuradio
pkgver=3.7.3
-pkgrel=2
+pkgrel=3
pkgdesc="General purpose DSP and SDR toolkit. With drivers for usrp and fcd."
arch=('i686' 'x86_64')
url="http://gnuradio.org"
license=('GPL')
-depends=('fftw' 'python2-numpy' 'cppunit' 'swig' 'gsl' 'blas' 'guile' 'boost-libs>=1.53' 'libusbx' 'portaudio' 'libuhd' 'libsm')
-makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 'python2-cheetah' 'glu')
+depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'guile' 'boost-libs>=1.53' 'libusbx' 'portaudio' 'libuhd')
+makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 'python2-cheetah' 'glu' 'swig')
optdepends=('python2-cheetah: gnuradio-companion'
'python2-lxml: gnuradio-companion'
'pygtk: gnuradio-companion'
@@ -29,12 +29,10 @@ install=gnuradio.install
# 'qwtplot3d'
# todo
-# fix FS#38293
# add gr-osmosdr-git to optdepends
# split the gui components?
# build doxygen docs?
# icons
-# remove libsm dep when FS#40047 is fixed
# comedilib: gr-comedi
# zeroc-ice: gr-ctrlport
diff --git a/community/redshift/PKGBUILD b/community/redshift/PKGBUILD
index b20a13e2a..34e8973f5 100644
--- a/community/redshift/PKGBUILD
+++ b/community/redshift/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 109421 2014-04-14 19:00:06Z lfleischer $
+# $Id: PKGBUILD 110190 2014-04-26 13:10:26Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Geoffrey Teale <tealeg@stop-squark>
# Contributor: Mark, Huo Mian <markhuomian[at]gmail[dot]com>
@@ -6,8 +6,8 @@
# Contributor: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
pkgname=redshift
-pkgver=1.9
-pkgrel=3
+pkgver=1.9.1
+pkgrel=1
pkgdesc='Adjusts the color temperature of your screen according to your surroundings.'
arch=('i686' 'x86_64')
url='http://jonls.dk/redshift/'
@@ -19,7 +19,7 @@ optdepends=('python-gobject: for redshift-gtk'
makedepends=('python')
install='redshift.install'
source=("https://github.com/jonls/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('9640218cd9ba88f6d10b347b2277c415')
+md5sums=('4c5dd6ea043116f9c15a9d5ec4c608de')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/smtube/PKGBUILD b/community/smtube/PKGBUILD
index 8013b0072..30d8cbec4 100644
--- a/community/smtube/PKGBUILD
+++ b/community/smtube/PKGBUILD
@@ -1,15 +1,16 @@
-# $Id: PKGBUILD 108589 2014-03-29 05:10:53Z speps $
+# $Id: PKGBUILD 110192 2014-04-26 13:30:11Z speps $
# Maintainer : speps <speps at aur dot archlinux dot org>
# Contributor: Andreas Schnaiter <rc.poison@gmail.com>
pkgname=smtube
pkgver=2.1
-pkgrel=1
+pkgrel=2
pkgdesc="A small youtube browser"
arch=('i686' 'x86_64')
url="http://smplayer.sourceforge.net"
license=('GPL')
-depends=('qt4')
+depends=('qt5-script' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
optdepends=('mplayer: play videos with MPlayer'
'smplayer: play videos with SMPlayer'
'gnome-mplayer: play videos with GNOME MPlayer'
@@ -22,7 +23,7 @@ md5sums=('9cd034d5abcbc66445478b5824af50f1')
build() {
cd $pkgname-$pkgver
- make PREFIX=/usr QMAKE=qmake-qt4 LRELEASE=lrelease-qt4
+ make PREFIX=/usr
}
package() {
diff --git a/community/uwsgi/PKGBUILD b/community/uwsgi/PKGBUILD
index 55879f1b2..88162a474 100644
--- a/community/uwsgi/PKGBUILD
+++ b/community/uwsgi/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 108645 2014-03-31 03:17:02Z dwallace $
+# $Id: PKGBUILD 110184 2014-04-25 23:44:06Z dwallace $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor: Valentin Hăloiu <vially.ichb+aur@gmail.com>
# Contributor: Angel Velasquez <angvp@archlinux.org>
@@ -23,7 +23,7 @@ pkgname=(uwsgi
)
#uwsgi-plugin-erlang
#uwsgi-plugin-admin
-pkgver=2.0.3
+pkgver=2.0.4
pkgrel=1
arch=(i686 x86_64)
url="http://projects.unbit.it/$pkgbase"
@@ -45,11 +45,11 @@ source=(http://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz
emperor.uwsgi.service
emperor.uwsgi.socket)
-md5sums=('3d27176082aba18d13871aa89d2610af'
+md5sums=('fc37eeb58bd215fa0ed2c97cfe436ff4'
'a0749da07b545efcbb0276f52be22652'
'752475ee32286acfbafa49b898616817'
- '740a7718bd341b03d916a13ddbbbe694'
- 'db70315bbc8cb886a278ba59d5fd8d57'
+ 'c54a60431d8d81c1a65b9f4b271ac718'
+ 'ea381549fe65a5d72fa1abb5ceb7d3ef'
'1a4516d5cdcf5b95b036f4eae2d0c152'
'4d09535ce379c8acd76160f35d5d6b55'
'0c09a52fdb88f08c36a8b380f451ce6d'
diff --git a/community/uwsgi/uwsgi@.service b/community/uwsgi/uwsgi@.service
index 08941b507..2d4bfcc4e 100644
--- a/community/uwsgi/uwsgi@.service
+++ b/community/uwsgi/uwsgi@.service
@@ -1,5 +1,5 @@
[Unit]
-Description=uWSGI Emperor
+Description=uWSGI service unit
After=syslog.target
[Service]
diff --git a/community/uwsgi/uwsgi@.socket b/community/uwsgi/uwsgi@.socket
index 012b33a7a..641182e9a 100644
--- a/community/uwsgi/uwsgi@.socket
+++ b/community/uwsgi/uwsgi@.socket
@@ -1,5 +1,5 @@
[Unit]
-Description=Socket for uWSGI Cgit
+Description=Socket for uWSGI %I
[Socket]
# Change this to your uwsgi application port or unix socket location
diff --git a/community/xssstate/PKGBUILD b/community/xssstate/PKGBUILD
new file mode 100644
index 000000000..8b5f36a3a
--- /dev/null
+++ b/community/xssstate/PKGBUILD
@@ -0,0 +1,25 @@
+pkgname=xssstate
+pkgver=1.1
+pkgrel=1
+pkgdesc='A simple tool to retrieve the X screensaver state'
+arch=('i686' 'x86_64')
+url="http://tools.suckless.org/$pkgname"
+license=('MIT')
+depends=('libxss' 'sh')
+source=("http://dl.suckless.org/tools/$pkgname-1.1.tar.gz")
+md5sums=('7d4935bc17b6f01afa12e420331fa688')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make PREFIX=/usr DESTDIR="$pkgdir"
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make PREFIX="/usr" DESTDIR="$pkgdir" install
+
+ install -Dm0644 README "$pkgdir/usr/share/doc/xssstate/README"
+ install -Dm0644 xsidle.sh "$pkgdir/usr/share/doc/xssstate/xsidle.sh"
+ install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
diff --git a/extra/libkpeople/PKGBUILD b/extra/libkpeople/PKGBUILD
index b3f701271..a9859617b 100644
--- a/extra/libkpeople/PKGBUILD
+++ b/extra/libkpeople/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 207577 2014-03-12 12:15:54Z andrea $
+# $Id: PKGBUILD 211757 2014-04-26 06:59:43Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
pkgname=libkpeople
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc="A contact aggregation library for KDE"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('LGPL')
depends=('kdepimlibs')
makedepends=('cmake' 'automoc4' 'boost')
source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('41d054aca63b667683e3d8eea789347c39a4894e')
+sha1sums=('67610bbd4232918fb9168849d58f051e9600560a')
prepare() {
mkdir build
diff --git a/extra/mkvtoolnix/PKGBUILD b/extra/mkvtoolnix/PKGBUILD
index ca089edd6..0dc6f95cb 100644
--- a/extra/mkvtoolnix/PKGBUILD
+++ b/extra/mkvtoolnix/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 206674 2014-03-04 17:57:38Z giovanni $
+# $Id: PKGBUILD 211782 2014-04-26 08:25:50Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: xduugu <xduugu@gmx.com>
pkgbase=mkvtoolnix
pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=6.8.0
+pkgver=6.9.1
pkgrel=1
arch=('i686' 'x86_64')
license=('GPL')
@@ -12,7 +12,7 @@ url="http://www.bunkus.org/videotools/mkvtoolnix/index.html"
makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
source=("http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz")
-md5sums=('4315d48d0b8227fc246ecefa1d927a6a')
+md5sums=('428e4609aabfe2f967e8ae4d7be55e15')
prepare() {
cd "${srcdir}/${pkgbase}-${pkgver}"
diff --git a/extra/telepathy-kde-accounts-kcm/PKGBUILD b/extra/telepathy-kde-accounts-kcm/PKGBUILD
index 8fb2ff46a..53b995b10 100644
--- a/extra/telepathy-kde-accounts-kcm/PKGBUILD
+++ b/extra/telepathy-kde-accounts-kcm/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 207567 2014-03-12 12:13:57Z andrea $
+# $Id: PKGBUILD 211759 2014-04-26 07:05:40Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Laurent Carlier <lordheavym@gmail.com>
pkgname=telepathy-kde-accounts-kcm
_pkgname=ktp-accounts-kcm
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc="KCM Module for configuring Telepathy Instant Messaging Accounts"
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ groups=('kde-telepathy')
conflicts=('telepathy-kde-accounts-kcm-plugins')
replaces=('telepathy-kde-accounts-kcm-plugins')
source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
-sha1sums=('212da3c79ffb9df092e200c7168a4a4264c54962')
+sha1sums=('00af82ef26ed69f13e1a0a4d9f3cd1c1b928a6c9')
prepare() {
mkdir build
diff --git a/extra/telepathy-kde-approver/PKGBUILD b/extra/telepathy-kde-approver/PKGBUILD
index 5f00251e7..f3bf9b209 100644
--- a/extra/telepathy-kde-approver/PKGBUILD
+++ b/extra/telepathy-kde-approver/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 207568 2014-03-12 12:14:05Z andrea $
+# $Id: PKGBUILD 211761 2014-04-26 07:05:54Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Laurent Carlier <lordheavym@gmail.com>
pkgname=telepathy-kde-approver
_pkgname=ktp-approver
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc="KDE Channel Approver for Telepathy"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ depends=('telepathy-kde-common-internals' 'telepathy-kde-contact-list')
makedepends=('cmake' 'automoc4')
groups=('kde-telepathy')
source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
-sha1sums=('5807922c3a522a89911a4fc89b0093afc1b71b31')
+sha1sums=('b4a6f3158556c315504705c98e4f30846db880a5')
prepare() {
mkdir build
diff --git a/extra/telepathy-kde-auth-handler/PKGBUILD b/extra/telepathy-kde-auth-handler/PKGBUILD
index 4f0914907..1acd27e69 100644
--- a/extra/telepathy-kde-auth-handler/PKGBUILD
+++ b/extra/telepathy-kde-auth-handler/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 207569 2014-03-12 12:14:13Z andrea $
+# $Id: PKGBUILD 211763 2014-04-26 07:06:07Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=telepathy-kde-auth-handler
_pkgname=ktp-auth-handler
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc="Provide UI/KWallet Integration For Passwords and SSL Errors on Account Connect"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('telepathy-kde-common-internals' 'qjson' 'qca-ossl' 'libaccounts-qt' 's
makedepends=('cmake' 'automoc4')
groups=('kde-telepathy')
source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
-sha1sums=('f22ba7113e02de07774f178589d45e56e0975d89')
+sha1sums=('7367ec0fd76f4abc894bc0db25f2b5364aa500ad')
prepare() {
mkdir build
diff --git a/extra/telepathy-kde-common-internals/PKGBUILD b/extra/telepathy-kde-common-internals/PKGBUILD
index 310ac1bcb..ed9598405 100644
--- a/extra/telepathy-kde-common-internals/PKGBUILD
+++ b/extra/telepathy-kde-common-internals/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 207579 2014-03-12 12:15:55Z andrea $
+# $Id: PKGBUILD 211765 2014-04-26 07:06:20Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=telepathy-kde-common-internals
_pkgname=ktp-common-internals
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc="Common components for KDE-Telepathy"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('libkpeople' 'telepathy-logger-qt' 'telepathy-mission-control')
makedepends=('cmake' 'automoc4' 'boost' 'doxygen')
install=${pkgname}.install
source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
-sha1sums=('549d78a7e8c3611e338c597937fe03153274d12d')
+sha1sums=('ffd42fd3c3a72ab7969c6a917524b59bf5c03a86')
prepare() {
mkdir build
diff --git a/extra/telepathy-kde-contact-list/PKGBUILD b/extra/telepathy-kde-contact-list/PKGBUILD
index 43fb61e4e..7dfb31e81 100644
--- a/extra/telepathy-kde-contact-list/PKGBUILD
+++ b/extra/telepathy-kde-contact-list/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 207570 2014-03-12 12:14:27Z andrea $
+# $Id: PKGBUILD 211767 2014-04-26 07:06:34Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Laurent Carlier <lordheavym@gmail.com>
pkgname=telepathy-kde-contact-list
_pkgname=ktp-contact-list
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc="Telepathy contact list application"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ makedepends=('cmake' 'automoc4' 'boost')
groups=('kde-telepathy')
install=${pkgname}.install
source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
-sha1sums=('6c7bb327bcfb4c1d8eddc3752c88411365752ead')
+sha1sums=('d8ac89630ae7c44800b2bcb87b307d4ccf323b99')
prepare() {
mkdir build
diff --git a/extra/telepathy-kde-contact-runner/PKGBUILD b/extra/telepathy-kde-contact-runner/PKGBUILD
index b037e8c6b..aa533efdd 100644
--- a/extra/telepathy-kde-contact-runner/PKGBUILD
+++ b/extra/telepathy-kde-contact-runner/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 207571 2014-03-12 12:14:35Z andrea $
+# $Id: PKGBUILD 211769 2014-04-26 07:06:56Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=telepathy-kde-contact-runner
_pkgname=ktp-contact-runner
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc="KRunner plugin for KDE Telepathy"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('telepathy-kde-common-internals')
makedepends=('cmake' 'automoc4')
groups=('kde-telepathy')
source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
-sha1sums=('e280af80956214e2ce5ce4851ce78d51793eb325')
+sha1sums=('2d5fdc0dc467dfe852480aaad1ee96151befb988')
prepare() {
mkdir build
diff --git a/extra/telepathy-kde-desktop-applets/PKGBUILD b/extra/telepathy-kde-desktop-applets/PKGBUILD
index c325236a5..7af3062a8 100644
--- a/extra/telepathy-kde-desktop-applets/PKGBUILD
+++ b/extra/telepathy-kde-desktop-applets/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 207572 2014-03-12 12:14:42Z andrea $
+# $Id: PKGBUILD 211771 2014-04-26 07:07:14Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=telepathy-kde-desktop-applets
_pkgname=ktp-desktop-applets
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc="The KDE-Telepathy Plasma desktop applets"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ groups=('kde-telepathy')
conflicts=('telepathy-kde-contact-applet' 'telepathy-kde-presence-applet')
replaces=('telepathy-kde-contact-applet' 'telepathy-kde-presence-applet')
source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
-sha1sums=('4890593b26a2ad684deb0727b2530e0c85272527')
+sha1sums=('6721198e066f70a8ef3ce3f08e8cbfed5f61493b')
prepare() {
mkdir build
diff --git a/extra/telepathy-kde-filetransfer-handler/PKGBUILD b/extra/telepathy-kde-filetransfer-handler/PKGBUILD
index d8053e8c7..90399a009 100644
--- a/extra/telepathy-kde-filetransfer-handler/PKGBUILD
+++ b/extra/telepathy-kde-filetransfer-handler/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 207573 2014-03-12 12:14:51Z andrea $
+# $Id: PKGBUILD 211773 2014-04-26 07:07:27Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=telepathy-kde-filetransfer-handler
_pkgname=ktp-filetransfer-handler
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc="Telepathy file transfer handler"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('telepathy-kde-common-internals')
makedepends=('cmake' 'automoc4')
groups=('kde-telepathy')
source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
-sha1sums=('2563f17721700a39ee60e581f3763bc52b1a87b3')
+sha1sums=('714a1ba70f7bf3d18fb930aaff448439f60aa72a')
prepare() {
mkdir build
diff --git a/extra/telepathy-kde-integration-module/PKGBUILD b/extra/telepathy-kde-integration-module/PKGBUILD
index 09e5306c4..c334723c7 100644
--- a/extra/telepathy-kde-integration-module/PKGBUILD
+++ b/extra/telepathy-kde-integration-module/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 207574 2014-03-12 12:14:58Z andrea $
+# $Id: PKGBUILD 211775 2014-04-26 07:07:40Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=telepathy-kde-integration-module
_pkgname=ktp-kded-integration-module
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc="Sits in KDED and takes care of various bits of system integration like setting user to auto-away or handling connection errors"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('telepathy-kde-common-internals')
makedepends=('cmake' 'automoc4')
groups=('kde-telepathy')
source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
-sha1sums=('cbd25fb6050f335cf8c2dc75b626f5c46d746ddb')
+sha1sums=('54cdffad34bf01ad6e883b54a3296094bffde98c')
prepare() {
mkdir build
diff --git a/extra/telepathy-kde-send-file/PKGBUILD b/extra/telepathy-kde-send-file/PKGBUILD
index a7d64872b..a1d6fcae2 100644
--- a/extra/telepathy-kde-send-file/PKGBUILD
+++ b/extra/telepathy-kde-send-file/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 207575 2014-03-12 12:15:11Z andrea $
+# $Id: PKGBUILD 211777 2014-04-26 07:07:53Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=telepathy-kde-send-file
_pkgname=ktp-send-file
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc="A File manager plugin to launch a file transfer job with a specified contact"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4')
groups=('kde-telepathy')
install=${pkgname}.install
source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
-sha1sums=('5483f9a7a1da5aa65b5442b12218252ac71cae9a')
+sha1sums=('72027c2efdceef957ee2e6c4ef1260304d341f04')
prepare() {
mkdir build
diff --git a/extra/telepathy-kde-text-ui/PKGBUILD b/extra/telepathy-kde-text-ui/PKGBUILD
index 87ad9cd4a..cce8c030b 100644
--- a/extra/telepathy-kde-text-ui/PKGBUILD
+++ b/extra/telepathy-kde-text-ui/PKGBUILD
@@ -1,11 +1,10 @@
-# $Id: PKGBUILD 207681 2014-03-13 08:16:44Z andrea $
+# $Id: PKGBUILD 211779 2014-04-26 07:08:06Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Laurent Carlier <lordheavym@gmail.com>
pkgname=telepathy-kde-text-ui
_pkgname=ktp-text-ui
-pkgver=0.8.0.1
-_pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc="Telepathy handler for Text Chats"
arch=('i686' 'x86_64')
@@ -14,8 +13,8 @@ license=('GPL')
depends=('telepathy-kde-contact-list' 'qjson')
makedepends=('cmake' 'automoc4' 'boost')
groups=('kde-telepathy')
-source=("http://download.kde.org/stable/kde-telepathy/${_pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
-sha1sums=('f10f79cc7a19def9a4d4db5e6f9664a46c8101a3')
+source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
+sha1sums=('a66d9e61a12255ac999eeb28d1d1537db1ff7875')
prepare() {
mkdir build
diff --git a/extra/thin-provisioning-tools/PKGBUILD b/extra/thin-provisioning-tools/PKGBUILD
index a57b84756..53e899836 100644
--- a/extra/thin-provisioning-tools/PKGBUILD
+++ b/extra/thin-provisioning-tools/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 195238 2013-09-28 21:28:47Z thomas $
+# $Id: PKGBUILD 211793 2014-04-26 12:34:07Z thomas $
# Maintainer: Eric Bélanger <eric@archlinux.org>
# Contributor: Jason Hall <cakersq@gmail.com>
pkgname=thin-provisioning-tools
-pkgver=0.2.7
+pkgver=0.3.2
pkgrel=1
pkgdesc="A suite of tools for manipulating the metadata of the dm-thin device-mapper target"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL3')
depends=('expat' 'gcc-libs')
makedepends=('boost')
source=(https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz)
-sha1sums=('23ce1110899adce9406aa614a4ee19950e00ee7a')
+sha1sums=('42a9f57a34bb7b11edb6f21805e64d18c546927d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"