summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-08 03:57:26 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-08 03:57:26 +0000
commit2f1decd3dde75b8ed601dfdca2833879703012c8 (patch)
tree0516712500d0595136e9a1da4ece6cf04c22606c /community
parentd44823e5676f0edd0e259c7c33d5640a043748ac (diff)
Sat Mar 8 03:54:50 UTC 2014
Diffstat (limited to 'community')
-rw-r--r--community/caps/PKGBUILD6
-rw-r--r--community/gnome-main-menu/PKGBUILD34
-rw-r--r--community/gnome-main-menu/gnome-main-menu.install13
-rw-r--r--community/java-atk-wrapper/PKGBUILD26
-rw-r--r--community/mate-applet-lockkeys/PKGBUILD6
-rw-r--r--community/mate-applet-softupd/PKGBUILD6
-rw-r--r--community/mate-applet-streamer/PKGBUILD6
-rw-r--r--community/mate-disk-utility/PKGBUILD18
-rw-r--r--community/minidlna/PKGBUILD8
-rw-r--r--community/mod_itk/PKGBUILD6
-rw-r--r--community/python-pygit2/PKGBUILD6
-rw-r--r--community/qt-at-spi/PKGBUILD (renamed from community/qt-at-api/PKGBUILD)5
-rwxr-xr-xcommunity/qt-at-spi/qt-accessibility.sh (renamed from community/qt-at-api/qt-accessibility.sh)0
13 files changed, 106 insertions, 34 deletions
diff --git a/community/caps/PKGBUILD b/community/caps/PKGBUILD
index ed8be7116..d005a1651 100644
--- a/community/caps/PKGBUILD
+++ b/community/caps/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 104536 2014-01-22 13:01:55Z speps $
+# $Id: PKGBUILD 106751 2014-03-07 08:56:06Z speps $
# Maintainer : speps <speps at aur dot archlinux dot org>
# Contributor: DonVla <donvla@users.sourceforge.net>
pkgname=caps
-pkgver=0.9.16
+pkgver=0.9.21
pkgrel=1
pkgdesc="The LADSPA C* Audio Plugin Suite"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL3')
groups=('ladspa-plugins')
depends=('ladspa')
source=("http://quitte.de/dsp/caps_$pkgver.tar.bz2")
-md5sums=('85e79596f22636b154b152efe54d05ce')
+md5sums=('8d1fb8fa5d185a348bde14c88102ffc2')
prepare() {
cd $pkgname-$pkgver
diff --git a/community/gnome-main-menu/PKGBUILD b/community/gnome-main-menu/PKGBUILD
new file mode 100644
index 000000000..c29788b7f
--- /dev/null
+++ b/community/gnome-main-menu/PKGBUILD
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 106799 2014-03-07 18:24:00Z flexiondotorg $
+# Maintainer : Martin Wimpress <code@flexion.org>
+
+pkgname=gnome-main-menu
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="A mate-panel applet similar to the traditional main-menu, but with a few additions."
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja' 'libunique' 'mate-control-center' 'mate-desktop' 'mate-panel')
+makedepends=('mate-common' 'yelp-tools')
+options=('!emptydirs')
+source=("http://pub.mate-desktop.org/releases/1.7/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('ac6ce5dcd9433d798d9de3c311127a20084fc00c')
+install=${pkgname}.install
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/${pkgname} \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --enable-caja-extension \
+ --without-html-dir \
+ --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
diff --git a/community/gnome-main-menu/gnome-main-menu.install b/community/gnome-main-menu/gnome-main-menu.install
new file mode 100644
index 000000000..64a763d48
--- /dev/null
+++ b/community/gnome-main-menu/gnome-main-menu.install
@@ -0,0 +1,13 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas/
+ #gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+ #update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
diff --git a/community/java-atk-wrapper/PKGBUILD b/community/java-atk-wrapper/PKGBUILD
new file mode 100644
index 000000000..0727d1640
--- /dev/null
+++ b/community/java-atk-wrapper/PKGBUILD
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 106769 2014-03-07 12:34:59Z flexiondotorg $
+# Maintainer: Martin Wimpress <code@flexion.org>
+# Contributor: Kyle <kyle@gmx.ca>
+
+pkgname=java-atk-wrapper
+pkgver=0.30.4
+pkgrel=3
+pkgdesc="ATK wrapper for screen reader access to Java Swing applications"
+arch=(i686 x86_64)
+url="https://git.gnome.org/browse/java-atk-wrapper/"
+license=('LGPL')
+depends=('gconf' 'gtk2' 'java-runtime' 'xorg-xprop')
+makedepends=('java-environment')
+source=("http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.30/$pkgname-$pkgver.tar.bz2")
+md5sums=('45b7aafdc4b9fd1c3dd0a39485df5dfa')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}
diff --git a/community/mate-applet-lockkeys/PKGBUILD b/community/mate-applet-lockkeys/PKGBUILD
index 190ad0bb5..55a2a2400 100644
--- a/community/mate-applet-lockkeys/PKGBUILD
+++ b/community/mate-applet-lockkeys/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 104265 2014-01-16 18:34:55Z flexiondotorg $
+# $Id: PKGBUILD 106790 2014-03-07 16:52:11Z flexiondotorg $
# Maintainer : Martin Wimpress <code@flexion.org>
pkgname=mate-applet-lockkeys
pkgver=0.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="A MATE panel applet that shows which of the CapsLock, NumLock and ScrollLock keys are on and which are off."
url="http://www.zavedil.com/mate-lock-keys-applet/"
arch=('i686' 'x86_64')
license=('GPL')
depends=('gtk2' 'mate-panel')
-makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
source=("http://www.zavedil.com/wp-content/uploads/2013/12/${pkgname}-${pkgver}.tar.gz")
md5sums=('84515b805609daf1998590ee5f1fcb6a')
install=${pkgname}.install
diff --git a/community/mate-applet-softupd/PKGBUILD b/community/mate-applet-softupd/PKGBUILD
index 962ac9b1f..e89f34b39 100644
--- a/community/mate-applet-softupd/PKGBUILD
+++ b/community/mate-applet-softupd/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 104262 2014-01-16 18:29:31Z flexiondotorg $
+# $Id: PKGBUILD 106793 2014-03-07 16:58:27Z flexiondotorg $
# Maintainer : Martin Wimpress <code@flexion.org>
pkgname=mate-applet-softupd
pkgver=0.2.10
-pkgrel=2
+pkgrel=3
pkgdesc="A MATE panel applet to notify when software updates become available."
url="http://www.zavedil.com/mate-software-updates-applet/"
arch=('i686' 'x86_64')
license=('GPL')
depends=('gnome-packagekit' 'gtk2' 'libnotify' 'mate-panel')
-makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
source=("http://www.zavedil.com/wp-content/uploads/2013/10/${pkgname}-${pkgver}.tar.gz")
md5sums=('f15f61c05a6701d8f987179f61c7bc0f')
install=${pkgname}.install
diff --git a/community/mate-applet-streamer/PKGBUILD b/community/mate-applet-streamer/PKGBUILD
index a50677f44..a50d0def7 100644
--- a/community/mate-applet-streamer/PKGBUILD
+++ b/community/mate-applet-streamer/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 104264 2014-01-16 18:30:19Z flexiondotorg $
+# $Id: PKGBUILD 106795 2014-03-07 17:03:21Z flexiondotorg $
# Maintainer : Martin Wimpress <code@flexion.org>
pkgname=mate-applet-streamer
pkgver=0.0.5
-pkgrel=1
+pkgrel=2
pkgdesc="A MATE panel applet to let you play your favourite online radio station with a single click."
url="http://www.zavedil.com/online-radio-applet/"
arch=('i686' 'x86_64')
license=('GPL')
depends=('gst-plugins-base' 'gtk2' 'libnotify' 'mate-panel' 'sqlite')
-makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
source=("http://www.zavedil.com/wp-content/uploads/2013/12/${pkgname}-${pkgver}.tar.gz")
md5sums=('c974612d6ef8138c472511dbc6587013')
install=${pkgname}.install
diff --git a/community/mate-disk-utility/PKGBUILD b/community/mate-disk-utility/PKGBUILD
index e1dedca5f..cb88bec56 100644
--- a/community/mate-disk-utility/PKGBUILD
+++ b/community/mate-disk-utility/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 105605 2014-02-11 17:24:56Z flexiondotorg $
+# $Id: PKGBUILD 106759 2014-03-07 09:44:14Z flexiondotorg $
# Maintainer : Martin Wimpress <code@flexion.org>
pkgname=mate-disk-utility
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
pkgdesc="Disk management application for MATE."
url="https://github.com/NiceandGently/mate-disk-utility"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('avahi' 'dbus' 'gtk2' 'libatasmart' 'libgnome-keyring' 'libnotify'
- 'libunique' 'mate-file-manager' 'udisks')
-makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+depends=('avahi' 'caja' 'dbus' 'gtk2' 'libatasmart' 'libsecret' 'libnotify'
+ 'libunique' 'udisks')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
options=('!emptydirs')
source=("https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('ff3b520a06c367124558cdd252f1956d')
+sha1sums=('c00e4af7dbe0a6c2ae51c761ae7a9daaf87ef061')
install=${pkgname}.install
prepare() {
@@ -27,9 +27,7 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/${pkgname} \
- --enable-gnome-keyring \
- --disable-static \
- --disable-scrollkeeper
+ --disable-static
make
}
diff --git a/community/minidlna/PKGBUILD b/community/minidlna/PKGBUILD
index 8716ee72d..923a09716 100644
--- a/community/minidlna/PKGBUILD
+++ b/community/minidlna/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 101843 2013-12-02 10:48:01Z spupykin $
+# $Id: PKGBUILD 106753 2014-03-07 09:09:10Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer:Biginoz < biginoz AT free point fr>
# Contributor: Ignacio Galmarino <igalmarino@gmail.com>
@@ -6,8 +6,8 @@
# Contributor: Kamil Kaminski <kyle@kkaminsk.com>
pkgname=minidlna
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
pkgdesc="A DLNA/UPnP-AV Media server (aka ReadyDLNA)"
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/minidlna/"
@@ -20,7 +20,7 @@ changelog=changelog
source=(http://downloads.sourceforge.net/project/minidlna/minidlna/$pkgver/minidlna-$pkgver.tar.gz
minidlna.service
minidlna.tmpfiles)
-md5sums=('653405555ac3f8eb4aacc54c1be7b5fa'
+md5sums=('65cebffaf9b57bf30fbfcf2a3a3253e6'
'7e3890ee50aa4dfa4d1754261e6cc965'
'26de27b12d6a37c47d9714107d07aac9')
diff --git a/community/mod_itk/PKGBUILD b/community/mod_itk/PKGBUILD
index 036613baa..7a53679d1 100644
--- a/community/mod_itk/PKGBUILD
+++ b/community/mod_itk/PKGBUILD
@@ -1,7 +1,7 @@
-# $Id: PKGBUILD 106741 2014-03-06 21:44:30Z anatolik $
+# $Id: PKGBUILD 106797 2014-03-07 17:53:31Z anatolik $
# Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
-_version=2.4.7-01
+_version=2.4.7-02
pkgname=mod_itk
pkgver=${_version//-/.r}
pkgrel=1
@@ -11,7 +11,7 @@ url='http://mpm-itk.sesse.net/'
license=(APACHE)
depends=(apache)
source=(http://mpm-itk.sesse.net/mpm-itk-$_version.tar.gz)
-sha256sums=('7cd2f6c08ff3872c472a88794161a6bbe9d7166eb3f6ffda4d1b5239f6d39004')
+sha256sums=('f12656326a1d3b92fefe63446032f0939ed9c803d4d9a1f89bae318eb3432e75')
build() {
cd mpm-itk-$_version
diff --git a/community/python-pygit2/PKGBUILD b/community/python-pygit2/PKGBUILD
index 13968cc59..17bbc9c04 100644
--- a/community/python-pygit2/PKGBUILD
+++ b/community/python-pygit2/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 104863 2014-01-27 17:34:04Z thestinger $
+# $Id: PKGBUILD 106787 2014-03-07 16:41:06Z thestinger $
# Maintainer: Daniel Micay <danielmicay@gmail.com>
pkgbase=python-pygit2
pkgname=(python-pygit2 python2-pygit2)
-pkgver=0.20.0
+pkgver=0.20.2
pkgrel=1
pkgdesc='Python bindings for libgit2'
url="https://github.com/libgit2/pygit2"
@@ -12,7 +12,7 @@ makedepends=(python python2)
arch=(i686 x86_64)
license=('GPL2')
source=(https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz)
-md5sums=('3b8cba0ad69bcb2e1aa73d325dcdf53b')
+md5sums=('97631fd2b468fa91a2f6f771ce95f242')
package_python-pygit2() {
cd "$srcdir/pygit2-$pkgver"
diff --git a/community/qt-at-api/PKGBUILD b/community/qt-at-spi/PKGBUILD
index f5c380be0..7057d1d12 100644
--- a/community/qt-at-api/PKGBUILD
+++ b/community/qt-at-spi/PKGBUILD
@@ -1,15 +1,16 @@
-# $Id: PKGBUILD 106680 2014-03-06 13:50:43Z flexiondotorg $
+# $Id: PKGBUILD 106767 2014-03-07 12:04:16Z flexiondotorg $
# Maintainer : Martin Wimpress <code@flexion.org>
# Contributor: Kyle <kyle@gmx.ca>
pkgname=qt-at-spi
pkgver=0.3.1
-pkgrel=3
+pkgrel=2
pkgdesc="A Qt plugin that bridges the QAccessible API’s to the AT-SPI 2 protocol, giving blind and visually impaired users access to qt applications."
arch=(i686 x86_64)
url="http://projects.kde.org/qtatspi"
license=('LGPL')
depends=('at-spi2-core' 'qt4>=4.8')
+options=('!libtool')
source=(https://gitorious.org/$pkgname/$pkgname/archive-tarball/v$pkgver
qt-accessibility.sh)
md5sums=('cc749ef766f8a199b603a7d5fb723006'
diff --git a/community/qt-at-api/qt-accessibility.sh b/community/qt-at-spi/qt-accessibility.sh
index d7c67d605..d7c67d605 100755
--- a/community/qt-at-api/qt-accessibility.sh
+++ b/community/qt-at-spi/qt-accessibility.sh