summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-07-07 03:58:37 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-07-07 03:58:37 +0000
commitecc0814f13d77a15db732a279e7bcc143f403683 (patch)
tree92a57200b161e25a20db8760051501241ee3a418 /extra
parentb464c2860e91a60ffce805697b504bfbf7715148 (diff)
Mon Jul 7 03:55:45 UTC 2014
Diffstat (limited to 'extra')
-rw-r--r--extra/fluxbox/PKGBUILD5
-rw-r--r--extra/imlib2/PKGBUILD5
-rw-r--r--extra/kdeplasma-applets-plasma-nm/PKGBUILD4
-rw-r--r--extra/libnm-qt/PKGBUILD6
-rw-r--r--extra/mercurial/PKGBUILD6
-rw-r--r--extra/pixman/PKGBUILD6
-rw-r--r--extra/python-cffi/PKGBUILD6
-rw-r--r--extra/uim/PKGBUILD8
8 files changed, 23 insertions, 23 deletions
diff --git a/extra/fluxbox/PKGBUILD b/extra/fluxbox/PKGBUILD
index fae0959a7..dead7c328 100644
--- a/extra/fluxbox/PKGBUILD
+++ b/extra/fluxbox/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 216535 2014-07-05 02:17:29Z eric $
+# $Id: PKGBUILD 216579 2014-07-06 19:40:32Z eric $
# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgname=fluxbox
pkgver=1.3.5
-pkgrel=3
+pkgrel=4
pkgdesc="A lightweight and highly-configurable window manager"
arch=('i686' 'x86_64')
url="http://www.fluxbox.org"
@@ -26,7 +26,6 @@ build() {
./configure --prefix=/usr \
--enable-xft --enable-xinerama \
--enable-imlib2 --enable-nls
- sed -i 's/@my_libs@//' {,*/,*/*/}Makefile
make
}
diff --git a/extra/imlib2/PKGBUILD b/extra/imlib2/PKGBUILD
index 3c7d08d5f..60b25b067 100644
--- a/extra/imlib2/PKGBUILD
+++ b/extra/imlib2/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 215162 2014-06-14 19:17:11Z andyrtr $
+# $Id: PKGBUILD 216572 2014-07-06 18:47:23Z eric $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Arjan Timmerman <arjan.archlinux.org>
# Contributor: Tom Newsom <Jeepster.gmx.co.uk>
pkgname=imlib2
pkgver=1.4.6
-pkgrel=2
+pkgrel=3
pkgdesc="Library that does image file loading and saving as well as rendering, manipulation, arbitrary polygon support"
url="http://sourceforge.net/projects/enlightenment/"
arch=('i686' 'x86_64')
@@ -19,6 +19,7 @@ sha1sums=('20e111d822074593e8d657ecf8aafe504e9e2967'
prepare() {
cd $pkgname-$pkgver
patch -Np1 -i ../imlib2-giflib51.patch
+ sed -i 's/@my_libs@//' imlib2-config.in
}
build() {
diff --git a/extra/kdeplasma-applets-plasma-nm/PKGBUILD b/extra/kdeplasma-applets-plasma-nm/PKGBUILD
index f3026262f..5a0ecf698 100644
--- a/extra/kdeplasma-applets-plasma-nm/PKGBUILD
+++ b/extra/kdeplasma-applets-plasma-nm/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 206457 2014-02-26 20:10:01Z andrea $
+# $Id: PKGBUILD 216582 2014-07-06 19:41:27Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Antonio Rojas < nqn1976 @ gmail.com >
pkgname=kdeplasma-applets-plasma-nm
pkgver=0.9.3.3
-pkgrel=1
+pkgrel=2
pkgdesc="Plasma applet written in QML for managing network connections"
arch=('i686' 'x86_64')
url="https://projects.kde.org/projects/playground/network/plasma-nm"
diff --git a/extra/libnm-qt/PKGBUILD b/extra/libnm-qt/PKGBUILD
index 9c4ac31fe..2b64cee27 100644
--- a/extra/libnm-qt/PKGBUILD
+++ b/extra/libnm-qt/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 205986 2014-02-15 12:57:42Z andrea $
+# $Id: PKGBUILD 216580 2014-07-06 19:40:41Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=libnm-qt
-pkgver=0.9.8.1
+pkgver=0.9.8.2
pkgrel=1
pkgdesc='Qt-only wrapper for NetworkManager DBus API'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('LGPL')
depends=('libmm-qt' 'networkmanager')
makedepends=('cmake' 'doxygen')
source=("http://download.kde.org/unstable/networkmanager-qt/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('cde8bed2beb57015cb5f6772c1fe0843aab299b9529578c5406ba7fe614af23d')
+sha256sums=('118fa4732536677f889b2776ec45bd0c726f26abcb8e8b6f8dfcaee265475f33')
prepare() {
mkdir -p build
diff --git a/extra/mercurial/PKGBUILD b/extra/mercurial/PKGBUILD
index f4d592619..f588860df 100644
--- a/extra/mercurial/PKGBUILD
+++ b/extra/mercurial/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 214103 2014-06-03 16:14:00Z giovanni $
+# $Id: PKGBUILD 216559 2014-07-06 06:22:32Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
pkgname=mercurial
-pkgver=3.0.1
+pkgver=3.0.2
pkgrel=1
pkgdesc="A scalable distributed SCM tool"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ optdepends=('tk: for the hgk GUI')
backup=('etc/mercurial/hgrc')
source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz"
'mercurial.profile')
-md5sums=('15de301a673b77f839325dba10ed4fc0'
+md5sums=('c5be4265745a8140fec777a4dfc40e0e'
'43e1d36564d4c7fbe9a091d3ea370a44')
package() {
diff --git a/extra/pixman/PKGBUILD b/extra/pixman/PKGBUILD
index d37c4b105..684a2a09e 100644
--- a/extra/pixman/PKGBUILD
+++ b/extra/pixman/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 199934 2013-11-19 19:10:39Z andyrtr $
+# $Id: PKGBUILD 216565 2014-07-06 13:22:44Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Alexander Baldeck <alexander@archlinux.org>
pkgname=pixman
-pkgver=0.32.4
+pkgver=0.32.6
pkgrel=1
pkgdesc="The pixel-manipulation library for X and cairo"
arch=(i686 x86_64)
@@ -12,7 +12,7 @@ url="http://xorg.freedesktop.org"
license=('custom')
depends=('glibc')
source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('e2708db16595412e5aaf21a66b6f18b7223eb6c3')
+sha1sums=('5b730399e1e212e5acaa69a4f1a2c7be1af1cdc4')
build() {
cd $pkgname-$pkgver
diff --git a/extra/python-cffi/PKGBUILD b/extra/python-cffi/PKGBUILD
index a898f3c5d..aa1025087 100644
--- a/extra/python-cffi/PKGBUILD
+++ b/extra/python-cffi/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 216549 2014-07-05 16:05:54Z fyan $
+# $Id: PKGBUILD 216569 2014-07-06 14:57:20Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: lilydjwg <lilydjwg@gmail.com>
_name=cffi
pkgbase=python-$_name
pkgname=(python-$_name python2-$_name)
-pkgver=0.8.3
+pkgver=0.8.6
pkgrel=1
pkgdesc="Foreign Function Interface for Python calling C code"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 'python2-pycparser')
checkdepends=('python-pytest' 'python2-pytest')
source=("http://pypi.python.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz")
-md5sums=('57e140a7d475f58bada8f2ada3f5749e')
+sha512sums=('b913d459bf0d355f0cb42fa0587a940c227d6765450033b14ab4d5281173cd1875cd6872911bb4f0b567cc1c5b0ca330615ec5f6ba205b25c41b683ae8c77790')
prepare() {
cp -a $_name-$pkgver{,-py2}
diff --git a/extra/uim/PKGBUILD b/extra/uim/PKGBUILD
index 386667bf5..a7505263b 100644
--- a/extra/uim/PKGBUILD
+++ b/extra/uim/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 198469 2013-10-30 15:03:50Z allan $
+# $Id: PKGBUILD 216557 2014-07-06 05:48:13Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: damir <damir@archlinux.org>
pkgname=uim
pkgver=1.8.6
-pkgrel=2
+pkgrel=3
pkgdesc='Multilingual input method library'
url='http://code.google.com/p/uim/'
license=('custom:BSD')
arch=('i686' 'x86_64')
-depends=('libxft' 'libedit' 'anthy' 'm17n-lib')
-makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3')
+depends=('libxft' 'libedit' 'm17n-lib')
+makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3' 'anthy')
optdepends=('qt4: immodule and helper applications'
'gtk2: immodule and helper applications'
'gtk3: immodules and helper applications')