summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-17 03:23:13 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-17 03:23:13 +0000
commitd9e3d7066ad07c8dd884792dd90fecb9f5971ab2 (patch)
tree576dd0e595b65810f7f19ae8b9e9617a52831dec /community
parentc78a18750fc2b9df6ea94089159f4176a1f9198d (diff)
Thu Apr 17 03:20:20 UTC 2014
Diffstat (limited to 'community')
-rw-r--r--community/arpack/PKGBUILD13
-rw-r--r--community/bip/PKGBUILD15
-rw-r--r--community/bip/bip.install11
-rw-r--r--community/bip/bip.service3
-rw-r--r--community/crash/PKGBUILD8
-rw-r--r--community/geany/PKGBUILD6
-rw-r--r--community/gnome-boxes/PKGBUILD30
-rw-r--r--community/gnome-boxes/gnome-boxes.install12
-rw-r--r--community/gource/PKGBUILD13
-rw-r--r--community/gpsbabel/PKGBUILD15
-rw-r--r--community/jansson/PKGBUILD8
-rw-r--r--community/libgexiv2/PKGBUILD17
-rw-r--r--community/libosinfo/PKGBUILD36
-rw-r--r--community/lxc/PKGBUILD5
-rw-r--r--community/mtd-utils/PKGBUILD8
-rw-r--r--community/mx/PKGBUILD36
-rw-r--r--community/notion/PKGBUILD34
-rw-r--r--community/opendkim/PKGBUILD6
-rwxr-xr-xcommunity/plank-config/PKGBUILD34
-rwxr-xr-xcommunity/plank-config/plank-config.install12
-rw-r--r--community/zathura-pdf-mupdf/PKGBUILD8
21 files changed, 261 insertions, 69 deletions
diff --git a/community/arpack/PKGBUILD b/community/arpack/PKGBUILD
index 6655c1ce5..8f93e5ef8 100644
--- a/community/arpack/PKGBUILD
+++ b/community/arpack/PKGBUILD
@@ -1,22 +1,23 @@
-# $Id: PKGBUILD 99686 2013-10-30 23:01:28Z allan $
+# $Id: PKGBUILD 109613 2014-04-16 18:15:26Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=arpack
-pkgver=3.1.2
-pkgrel=2
+pkgver=3.1.5
+pkgrel=1
arch=('x86_64' 'i686')
pkgdesc='Fortran77 subroutines designed to solve large scale eigenvalue problems'
url='http://forge.scilab.org/index.php/p/arpack-ng/'
license=('BSD')
depends=('lapack' 'openmpi')
+makedepends=('openmpi' 'gcc-fortran')
provides=('arpack-ng')
source=("http://forge.scilab.org/upload/$pkgname-ng/files/$pkgname-ng_$pkgver.tar.gz")
-sha256sums=('9338bda5bef5a4bafd99c18f327acb54f8be4ffc5c53d0a186e4aa27db3260f2')
+sha256sums=('a269ce7806bc77ced31ef794d23c3e3aff8543b65550fd7e3e24660f2a79d515')
build() {
- cd "$pkgname-ng_$pkgver"
+ cd "$pkgname-ng-$pkgver"
./configure --prefix=/usr --enable-mpi
make \
@@ -26,7 +27,7 @@ build() {
}
package() {
- cd "$pkgname-ng_$pkgver"
+ cd "$pkgname-ng-$pkgver"
make DESTDIR="$pkgdir/" install
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
diff --git a/community/bip/PKGBUILD b/community/bip/PKGBUILD
index 52879dd91..a27bcbe38 100644
--- a/community/bip/PKGBUILD
+++ b/community/bip/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 104918 2014-01-28 11:06:38Z flexiondotorg $
+# $Id: PKGBUILD 109598 2014-04-16 15:09:29Z flexiondotorg $
# Maintainer: Martin Wimpress <code@flexion.org>
pkgname=bip
pkgver=0.8.9
-pkgrel=1
+pkgrel=4
pkgdesc="Multiuser IRC proxy that supports replaying of logged conversations."
arch=('i686' 'x86_64')
url="http://bip.milkypond.org/"
license=('GPL')
depends=('openssl')
-source=("http://pkgs.fedoraproject.org/repo/pkgs/${pkgname}/${pkgname}-${pkgver}.tar.gz/04158ad020db221ed87cdc03660ef6c9//$pkgname-$pkgver.tar.gz"
- ${pkgname}.service)
+source=("http://pkgs.fedoraproject.org/repo/pkgs/${pkgname}/${pkgname}-${pkgver}.tar.gz/04158ad020db221ed87cdc03660ef6c9/${pkgname}-${pkgver}.tar.gz"
+ "${pkgname}.service")
md5sums=('04158ad020db221ed87cdc03660ef6c9'
- 'e9a445ed7b0cf12e57d77cf42021160c')
+ 'a716f77fc40573cd359d9984a9cc8a66')
install=${pkgname}.install
prepare() {
@@ -25,7 +25,8 @@ prepare() {
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
+ ./configure \
+ --prefix=/usr
make
}
@@ -35,5 +36,5 @@ package() {
install -D -m755 ${srcdir}/${pkgname}-${pkgver}/scripts/bipgenconfig "${pkgdir}"/usr/bin/bipgenconfig
install -D -m644 ${srcdir}/${pkgname}-${pkgver}/samples/$pkgname.conf "${pkgdir}"/usr/share/$pkgname/$pkgname.conf.sample
install -D -m644 ${srcdir}/${pkgname}-${pkgver}/samples/$pkgname.vim "${pkgdir}"/usr/share/vim/syntax/$pkgname.vim
- install -D -m 0644 ../${pkgname}.service "${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
+ install -D -m 0644 ${srcdir}/${pkgname}.service "${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
}
diff --git a/community/bip/bip.install b/community/bip/bip.install
index 5c7857aff..53ec9ac10 100644
--- a/community/bip/bip.install
+++ b/community/bip/bip.install
@@ -1,15 +1,14 @@
post_install() {
if ! getent passwd bip > /dev/null; then
echo "==> Creating bip user"
- usr/bin/useradd --comment "Bip IRC Proxy" --shell /bin/sh --home /var/lib/bip --system --user-group bip
+ /usr/bin/useradd --comment "Bip IRC Proxy" --shell /bin/sh --home /var/lib/bip --system --user-group bip
fi
-
- mkdir -p /var/run/bip 2 > /dev/null
+ mkdir -p /var/run/bip 2>/dev/null
chown -R bip:bip /var/run/bip
-
- mkdir -p /var/log/bip 2 > /dev/null
+ mkdir -p /var/lib/bip 2>/dev/null
+ chown -R bip:bip /var/lib/bip
+ mkdir -p /var/log/bip 2>/dev/null
chown -R bip:bip /var/log/bip
- systemctl daemon-reload
}
post_upgrade() {
diff --git a/community/bip/bip.service b/community/bip/bip.service
index 299866088..520e31420 100644
--- a/community/bip/bip.service
+++ b/community/bip/bip.service
@@ -1,13 +1,12 @@
[Unit]
Description=Bip IRC Proxy Server
After=network.target
-ConditionPathExists=/etc/bip.conf
[Service]
User=bip
Type=forking
PIDFile=/var/run/bip/bip.pid
-ExecStart=/usr/bin/bip -f /etc/bip.conf
+ExecStart=/usr/bin/bip -f /etc/bip.conf -s /var/lib/bip
[Install]
WantedBy=multi-user.target
diff --git a/community/crash/PKGBUILD b/community/crash/PKGBUILD
index 850df9fe9..3cf37fa71 100644
--- a/community/crash/PKGBUILD
+++ b/community/crash/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 106055 2014-02-21 18:36:18Z anatolik $
+# $Id: PKGBUILD 109605 2014-04-16 17:01:53Z anatolik $
# Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
# Contributor: Bernhard Walle <bernhard.walle@gmx.de>
# Contributor: Michael Eckert <michael.eckert@linuxmail.org>
# Contributor: Mathieu Pasquet <mathieui@mathieui.net>
pkgname=crash
-pkgver=7.0.5
-pkgrel=2
+pkgver=7.0.6
+pkgrel=1
pkgdesc='Linux kernel crashdump analysis tool'
url='http://people.redhat.com/~anderson'
arch=(i686 x86_64)
license=(GPL)
depends=(xz ncurses zlib)
source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
-sha256sums=('d5c5b2c8a5dc1e85d38d847cdfea1aa37a58ad38711bc3727c28f22618bfe64c')
+sha256sums=('c347c44c9a69f914de2192b3b1ba48b9a6c5fcbd4e2de909d00d176f2ea0ed29')
prepare() {
cd crash-$pkgver
diff --git a/community/geany/PKGBUILD b/community/geany/PKGBUILD
index 5f8af80f5..a7a8a9ef5 100644
--- a/community/geany/PKGBUILD
+++ b/community/geany/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 109346 2014-04-13 17:45:28Z arodseth $
+# $Id: PKGBUILD 109615 2014-04-16 19:38:06Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Ionut Biru <ibiru@archlinux.ro>
@@ -6,7 +6,7 @@
# Contributor: Allan McRae <mcrae_allan@hotmail.com>
pkgname=geany
-pkgver=1.24
+pkgver=1.24.1
pkgrel=1
pkgdesc='Fast and lightweight IDE'
arch=('x86_64' 'i686')
@@ -19,7 +19,7 @@ optdepends=('geany-plugins: various extra features'
'python2')
install="$pkgname.install"
source=("http://download.geany.org/$pkgname-$pkgver.tar.bz2")
-sha256sums=('51c37690fea9b7a9baaf7f9158c5d88d86ae81d44409ec0460aa0445fe0a039f')
+sha256sums=('7fb505d9b01fe6874890525f837644a6a38c23a372bb068c65ef3673108a8c33')
prepare() {
cd "$pkgname-$pkgver"
diff --git a/community/gnome-boxes/PKGBUILD b/community/gnome-boxes/PKGBUILD
new file mode 100644
index 000000000..238fdd0fa
--- /dev/null
+++ b/community/gnome-boxes/PKGBUILD
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 109559 2014-04-15 23:29:54Z bgyorgy $
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Stefano Facchini <stefano.facchini@gmail.com>
+
+pkgname=gnome-boxes
+pkgver=3.12.1
+pkgrel=1
+pkgdesc="Simple GNOME 3 application to access remote or virtual systems"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Apps/Boxes"
+license=('LGPL')
+depends=('clutter-gtk' 'gtk-vnc' 'libosinfo' 'libsoup' 'libvirt-glib' 'spice-gtk3'
+ 'libtracker-sparql' 'qemu' 'cdrkit' 'libcdio' 'mtools' 'dconf'
+ 'gnome-icon-theme' 'gnome-themes-standard')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 'vala')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b5e27756a9c485ce2dea3f8eae867b6c7be70862b16cc44f9b55d86dd633bb83')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+ --disable-static --disable-schemas-compile --enable-smartcard
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
diff --git a/community/gnome-boxes/gnome-boxes.install b/community/gnome-boxes/gnome-boxes.install
new file mode 100644
index 000000000..c0ed9a0d7
--- /dev/null
+++ b/community/gnome-boxes/gnome-boxes.install
@@ -0,0 +1,12 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
diff --git a/community/gource/PKGBUILD b/community/gource/PKGBUILD
index dd6510a37..661d4325e 100644
--- a/community/gource/PKGBUILD
+++ b/community/gource/PKGBUILD
@@ -1,23 +1,22 @@
-# $Id: PKGBUILD 102252 2013-12-07 10:36:37Z bpiotrowski $
+# $Id: PKGBUILD 109602 2014-04-16 16:51:36Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Jose Valecillos <valecillosjg (at) gmail (dot) com>
# Contributor: Olivier Ramonat <olivier at ramonat dot fr>
pkgname=gource
-pkgver=0.40
-pkgrel=4
+pkgver=0.41
+pkgrel=2
pkgdesc="software version control visualization"
license=(GPL3)
arch=(i686 x86_64)
url=http://code.google.com/p/gource/
-depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
makedepends=('boost' 'glm' 'mesa')
-source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('89c608a7aa3c901661eb1f2db6117492')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
+md5sums=('3d8e0b6588878554e11bc03d19d517c9')
build() {
cd "$srcdir/$pkgname-$pkgver"
- sed -i "s/filesystem3/filesystem/g" src/logmill.cpp
./configure --prefix=/usr
make
}
diff --git a/community/gpsbabel/PKGBUILD b/community/gpsbabel/PKGBUILD
index 58865408f..e46ba9f37 100644
--- a/community/gpsbabel/PKGBUILD
+++ b/community/gpsbabel/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 85355 2013-03-01 10:32:31Z andrea $
+# $Id: PKGBUILD 109584 2014-04-16 10:40:49Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=gpsbabel
-pkgver=1.4.4
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
pkgdesc="Reads, writes, and manipulates GPS waypoints in a variety of formats"
arch=('i686' 'x86_64')
url="http://www.gpsbabel.org"
@@ -14,15 +14,15 @@ depends=('libusb-compat' 'expat')
makedepends=('fop' 'qt4' 'libxml2' 'libxslt' 'gtk2' 'lcms2' 'qtwebkit' 'java-environment' 'docbook-xsl')
optdepends=('qt4' 'qtwebkit')
options=('docs')
-source=("gpsbabel-$pkgver.tar.gz::http://archlinux-stuff.googlecode.com/files/gpsbabel-$pkgver.tar.gz")
-md5sums=('6c4c8f0cb9fcf9f8302585148878f174')
+source=("http://arch.p5n.pp.ru/~sergej/dl/2014/gpsbabel-$pkgver.tar.gz")
+md5sums=('fe536f1e091522a4bb0676700f195187')
build() {
cd $srcdir/gpsbabel-$pkgver
./configure --prefix=/usr
make
make doc
- (cd gui && qmake && make)
+ (cd gui && qmake-qt4 && make)
}
package() {
@@ -36,8 +36,7 @@ package() {
# Header install
mkdir -p $pkgdir/usr/include/gpsbabel
- cp {defs.h,queue.h,gbtypes.h,filterdefs.h,cet.h,cet_util.h,garmin_tables.h} \
- $pkgdir/usr/include/gpsbabel
+ cp *.h $pkgdir/usr/include/gpsbabel
# Doc install
mkdir -p $pkgdir/usr/share/doc/$pkgname
diff --git a/community/jansson/PKGBUILD b/community/jansson/PKGBUILD
index b93245670..99a53594d 100644
--- a/community/jansson/PKGBUILD
+++ b/community/jansson/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 99106 2013-10-24 13:00:22Z kkeen $
+# $Id: PKGBUILD 109562 2014-04-16 05:20:43Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Dave Reisner <d@falconindy.com>
pkgname=jansson
-pkgver=2.5
-pkgrel=2
+pkgver=2.6
+pkgrel=1
pkgdesc='C library for encoding, decoding and manipulating JSON data'
arch=('i686' 'x86_64')
url='http://www.digip.org/jansson/'
@@ -12,7 +12,7 @@ depends=('glibc')
license=('MIT')
options=('staticlibs')
source=("http://www.digip.org/$pkgname/releases/$pkgname-$pkgver.tar.bz2")
-md5sums=('ab239be8c08871c8463b27cf7610947c')
+md5sums=('c70a52488db623a26f7213c7c6b7c878')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/libgexiv2/PKGBUILD b/community/libgexiv2/PKGBUILD
index 109e89635..d90f65601 100644
--- a/community/libgexiv2/PKGBUILD
+++ b/community/libgexiv2/PKGBUILD
@@ -1,22 +1,21 @@
-# $Id: PKGBUILD 108412 2014-03-27 14:47:20Z fyan $
+# $Id: PKGBUILD 109607 2014-04-16 17:10:16Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=libgexiv2
-pkgver=0.7.0
-pkgrel=3
+pkgver=0.10.0
+pkgrel=1
pkgdesc='GObject-based wrapper around the Exiv2 library'
+url='https://wiki.gnome.org/Projects/gexiv2'
arch=('x86_64' 'i686')
-# http://yorba.org/download/gexiv2/
-url='http://redmine.yorba.org/projects/gexiv2/roadmap'
license=('GPL2')
depends=('exiv2' 'glib2')
makedepends=('python-gobject' 'python2-gobject')
-source=("http://yorba.org/download/gexiv2/${pkgver%.0}/$pkgname-$pkgver.tar.xz")
-sha256sums=('44ae5e74ec82a6b19e366cf6877ce34693ace85c5cb519a7158bdcfcb7e28e64')
+source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname/lib/}/${pkgver%.0}/${pkgname/lib/}-$pkgver.tar.xz")
+sha256sums=('9c8c97b36a0d4ca6656488b88908e4c94efb0dfc1b0e3e0850e38b90a9a30031')
build() {
- cd "$pkgname-$pkgver"
+ cd "${pkgname/lib/}-$pkgver"
# In order for the build process to include any python-related files,
# 'import gi; print(gi._overridesdir)' must work with either python or
@@ -26,7 +25,7 @@ build() {
}
package() {
- make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+ make -C "${pkgname/lib/}-$pkgver" DESTDIR="$pkgdir" install
}
# vim:set ts=2 sw=2 et:
diff --git a/community/libosinfo/PKGBUILD b/community/libosinfo/PKGBUILD
new file mode 100644
index 000000000..89f6da3cc
--- /dev/null
+++ b/community/libosinfo/PKGBUILD
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 109558 2014-04-15 23:25:50Z bgyorgy $
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Stefano Facchini <stefano.facchini@gmail.com>
+
+pkgname=libosinfo
+pkgver=0.2.10
+pkgrel=2
+pkgdesc="GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support"
+arch=('i686' 'x86_64')
+url="http://libosinfo.org/"
+license=('GPL' 'LGPL')
+depends=('glib2' 'libxslt')
+makedepends=('check' 'gobject-introspection' 'intltool' 'libsoup' 'vala')
+options=('!libtool')
+source=(https://fedorahosted.org/releases/l/i/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('564bd487a39dc09a10917c1d7a95f739ee7701d9cd0fbabcacea64f615e20a2d')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-static --enable-udev \
+ --with-udev-rulesdir=/usr/lib/udev/rules.d \
+ --with-usb-ids-path=/usr/share/hwdata/usb.ids \
+ --with-pci-ids-path=/usr/share/hwdata/pci.ids
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
diff --git a/community/lxc/PKGBUILD b/community/lxc/PKGBUILD
index 569061e50..093d47373 100644
--- a/community/lxc/PKGBUILD
+++ b/community/lxc/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 109402 2014-04-14 14:53:46Z spupykin $
+# $Id: PKGBUILD 109576 2014-04-16 10:24:47Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Andrea Zucchelli <zukka77@gmail.com>
# Contributor: Daniel Micay <danielmicay@gmail.com>
@@ -8,7 +8,7 @@
pkgname=lxc
pkgver=1.0.3
epoch=1
-pkgrel=2
+pkgrel=3
pkgdesc="Linux Containers"
arch=('i686' 'x86_64')
url="http://linuxcontainers.org"
@@ -38,6 +38,7 @@ build() {
./autogen.sh
./configure \
--prefix=/usr \
+ --sbindir=/usr/bin \
--localstatedir=/var \
--libexecdir=/usr/lib \
--sysconfdir=/etc \
diff --git a/community/mtd-utils/PKGBUILD b/community/mtd-utils/PKGBUILD
index 5e98e0d9c..f0712a219 100644
--- a/community/mtd-utils/PKGBUILD
+++ b/community/mtd-utils/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 107779 2014-03-19 14:32:31Z bpiotrowski $
+# $Id: PKGBUILD 109566 2014-04-16 07:29:14Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: Phil Pirozhkov <pirjsuka@gmail.com>
pkgname=mtd-utils
pkgver=1.5.0
-pkgrel=3
+pkgrel=4
pkgdesc='Utilities for dealing with MTD devices'
arch=('i686' 'x86_64')
url='http://www.linux-mtd.infradead.org/'
@@ -13,6 +13,10 @@ depends=('lzo2' 'util-linux')
source=(ftp://ftp.infradead.org/pub/mtd-utils/$pkgname-$pkgver.tar.bz2)
md5sums=('7332f1143be4ba8ee2de3096cbd3b03b')
+prepare() {
+ sed -i 's/sbin/bin/' $pkgname-$pkgver/common.mk
+}
+
build() {
make -C $pkgname-$pkgver
}
diff --git a/community/mx/PKGBUILD b/community/mx/PKGBUILD
new file mode 100644
index 000000000..df67a31db
--- /dev/null
+++ b/community/mx/PKGBUILD
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 109568 2014-04-16 08:58:05Z flexiondotorg $
+# Maintainer : Martin Wimpress <code@flexion.org>
+# Contributor: GGR <gaby.greboval at yahoo dot com>
+
+pkgname=mx
+pkgver=1.4.7
+pkgrel=3
+pkgdesc="A widget toolkit using Clutter"
+arch=('i686' 'x86_64')
+url="http://www.clutter-project.org"
+license=('LGPL')
+depends=('clutter' 'dbus-glib' 'gtk2' 'startup-notification')
+makedepends=('gobject-introspection' 'gtk-doc' 'intltool' 'libtool' 'vala')
+source=("https://github.com/clutter-project/${pkgname}/archive/${pkgver}.tar.gz")
+sha256sums=('8a7514ea33c1dec7251d0141e24a702e7701dc9f00348cbcf1816925b7f74dbc')
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ NOCONFIGURE=1 ./autogen.sh
+ # patch to resolv GL errors
+ # source : https://github.com/clutter-project/mx/pull/62
+ sed -i 's/GLushort/gushort/g' mx/mx-deform-texture.c
+ sed -i 's/GLfloat/gfloat/g' mx/mx-texture-frame.c
+}
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure \
+ --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
diff --git a/community/notion/PKGBUILD b/community/notion/PKGBUILD
index 87ab1d721..56b97d14c 100644
--- a/community/notion/PKGBUILD
+++ b/community/notion/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 105675 2014-02-13 14:16:41Z spupykin $
+# $Id: PKGBUILD 109578 2014-04-16 10:25:03Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Eugen Zagorodniy e dot zagorodniy at gmail dot com
# Contributor: aunoor
pkgname=notion
-pkgver=20140213
+pkgver=20140416
pkgrel=1
pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
url="http://sourceforge.net/projects/notion/"
@@ -14,6 +14,36 @@ depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm')
optdepends=('libxinerama' 'libxrandr')
makedepends=('git' 'pkgconfig' 'libxinerama' 'libxrandr'
'rubber' 'latex2html' 'texlive-htmlxml' 'texlive-latexextra')
+backup=("etc/notion/cfg_defaults.lua"
+ "etc/notion/cfg_dock.lua"
+ "etc/notion/cfg_kludges.lua"
+ "etc/notion/cfg_layouts.lua"
+ "etc/notion/cfg_menu.lua"
+ "etc/notion/cfg_notion.lua"
+ "etc/notion/cfg_notioncore.lua"
+ "etc/notion/cfg_query.lua"
+ "etc/notion/cfg_sp.lua"
+ "etc/notion/cfg_statusbar.lua"
+ "etc/notion/cfg_tiling.lua"
+ "etc/notion/cfg_xrandr.lua"
+ "etc/notion/look.lua"
+ "etc/notion/look_brownsteel.lua"
+ "etc/notion/look_clean.lua"
+ "etc/notion/look_cleanios.lua"
+ "etc/notion/look_cleanviolet.lua"
+ "etc/notion/look_dusky.lua"
+ "etc/notion/look_greenlight.lua"
+ "etc/notion/look_greyviolet.lua"
+ "etc/notion/look_ios.lua"
+ "etc/notion/look_newviolet.lua"
+ "etc/notion/look_simpleblue.lua"
+ "etc/notion/lookcommon_clean.lua"
+ "etc/notion/lookcommon_emboss.lua"
+ "etc/notion/mod_xinerama.lua"
+ "etc/notion/statusbar_xkbgroup.lua"
+ "etc/notion/test_xinerama.lua"
+ "etc/notion/xkbbell.lua"
+ "etc/notion/xkbion.lua")
provides=('libtu' 'libextl')
changelog=ChangleLog
source=("notion::git://notion.git.sourceforge.net/gitroot/notion/notion"
diff --git a/community/opendkim/PKGBUILD b/community/opendkim/PKGBUILD
index 8830e4cf8..ac943c80e 100644
--- a/community/opendkim/PKGBUILD
+++ b/community/opendkim/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 107380 2014-03-17 09:30:35Z spupykin $
+# $Id: PKGBUILD 109574 2014-04-16 10:04:50Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Thomas Jost <schnouki@schnouki.net>
pkgname=opendkim
-pkgver=2.9.1
+pkgver=2.9.2
pkgrel=1
pkgdesc="An open source implementation of the DKIM sender authentication system. Based on a fork of dkim-milter."
arch=(i686 x86_64)
@@ -17,7 +17,7 @@ install=opendkim.install
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
opendkim.conf
opendkim.service)
-md5sums=('77f688f648026b042fc8a07e725e5358'
+md5sums=('08cc80a2aedec62b0444d8d6af24a155'
'3e2bb1058ac0662f01e675aa6ac7ee8f'
'85010750a21954e2d3cf5d57fe210d3f')
diff --git a/community/plank-config/PKGBUILD b/community/plank-config/PKGBUILD
new file mode 100755
index 000000000..ad8e621f4
--- /dev/null
+++ b/community/plank-config/PKGBUILD
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 109586 2014-04-16 10:47:58Z flexiondotorg $
+# Maintainer : Martin Wimpress <code@flexion.org>
+# Contributor: Ernesto Ricart <ernest2193@gmail.com>
+
+_pkgname=Plank-Config
+# Convert to lowercase
+pkgname=${_pkgname,,}
+pkgver=1.2
+pkgrel=3
+pkgdesc="A tool to configure Plank Dock"
+arch=('i686' 'x86_64')
+url="https://github.com/ernest21/Plank-Config/"
+license=('GPL')
+depends=('plank')
+makedepends=('vala')
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/ernest21/${_pkgname}/archive/v${pkgver}.tar.gz")
+md5sums=('7b5ee3842c079166d70aadb9eb14fd77')
+install=${pkgname}.install
+
+prepare() {
+ cd "${srcdir}/${_pkgname}-${pkgver}"
+ chmod +x ./autogen.sh
+ NOCONFIGURE=1 ./autogen.sh
+}
+build() {
+ cd "${srcdir}/${_pkgname}-${pkgver}"
+ ./configure \
+ --prefix=/usr
+ make
+}
+package() {
+ cd "${srcdir}/${_pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
diff --git a/community/plank-config/plank-config.install b/community/plank-config/plank-config.install
new file mode 100755
index 000000000..27f359d34
--- /dev/null
+++ b/community/plank-config/plank-config.install
@@ -0,0 +1,12 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+} \ No newline at end of file
diff --git a/community/zathura-pdf-mupdf/PKGBUILD b/community/zathura-pdf-mupdf/PKGBUILD
index 5ddffef37..24f11e2a6 100644
--- a/community/zathura-pdf-mupdf/PKGBUILD
+++ b/community/zathura-pdf-mupdf/PKGBUILD
@@ -5,19 +5,19 @@
pkgname=zathura-pdf-mupdf
pkgver=0.2.6
-pkgrel=1
+pkgrel=2
pkgdesc="Adds pdf support to zathura by using the mupdf library"
arch=('i686' 'x86_64')
url="https://pwmt.org/projects/zathura/plugins/zathura-pdf-mupdf/"
license=('custom')
-depends=('mupdf>=1.3' 'zathura'
- 'jbig2dec' 'openjpeg2')
+depends=('zathura' 'jbig2dec' 'openjpeg2')
conflicts=('zathura-pdf-poppler')
+makedepends=('mupdf>=1.4')
source=("https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz")
md5sums=('5102e416aecc2a14d78cc9c83d529b39')
build() {
- make -C "${srcdir}/$pkgname-$pkgver"
+ make -C "${srcdir}/$pkgname-$pkgver" MUPDF_LIB=-lmupdf
}
package(){