summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-02 03:22:51 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-02 03:22:51 +0000
commit20baa30c3c0e442a770f2906d12784ab7ef719ec (patch)
tree556ba62fdd6b003ab007c814825e00ed1d3f9e44 /community
parente326bc7715fc98496e1c1c7bf8335d93b83f1ffa (diff)
Sun Mar 2 03:20:04 UTC 2014
Diffstat (limited to 'community')
-rw-r--r--community/canorus/PKGBUILD8
-rw-r--r--community/djview4/PKGBUILD7
-rw-r--r--community/gitg/PKGBUILD14
-rw-r--r--community/monit/PKGBUILD16
-rw-r--r--community/monit/monit.changelog3
-rw-r--r--community/pam_mysql/PKGBUILD28
-rw-r--r--community/simplescreenrecorder/PKGBUILD10
7 files changed, 31 insertions, 55 deletions
diff --git a/community/canorus/PKGBUILD b/community/canorus/PKGBUILD
index 9ea89a79a..459d17891 100644
--- a/community/canorus/PKGBUILD
+++ b/community/canorus/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 85336 2013-03-01 10:28:57Z andrea $
+# $Id: PKGBUILD 106369 2014-03-01 08:32:49Z andrea $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Arch Linux Pro Audio <dev@archaudio.org>
# Contributor: Coenraad van der Westhuizen <chwesthuizen@gmail.com>
@@ -13,13 +13,11 @@ url="http://www.canorus.org/"
license=('GPL')
depends=('qt4' 'alsa-lib' 'python2' 'swig' 'zlib')
makedepends=('cmake')
-options=('strip')
source=(http://download.berlios.de/$pkgname/$pkgname\_$pkgver\_source.tar.bz2)
md5sums=('5575b7c54633056a463177579a390318')
build() {
- cd $srcdir/$pkgname-$pkgver
- source /etc/profile.d/qt4.sh
+ cd $pkgname-$pkgver
export LDFLAGS="-lz -lpthread"
cmake . -DCMAKE_INSTALL_PREFIX=$pkgdir/usr \
-DDEFAULT_DATA_DIR="/usr/share/canorus" \
@@ -27,7 +25,7 @@ build() {
}
package() {
- cd $srcdir/$pkgname-$pkgver
+ cd $pkgname-$pkgver
make install
install -d $pkgdir/usr/share/{applications,pixmaps}
cp canorus.desktop $pkgdir/usr/share/applications
diff --git a/community/djview4/PKGBUILD b/community/djview4/PKGBUILD
index 0125231f5..86eb5c241 100644
--- a/community/djview4/PKGBUILD
+++ b/community/djview4/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 85340 2013-03-01 10:29:36Z andrea $
+# $Id: PKGBUILD 106366 2014-03-01 08:29:34Z andrea $
# Contributor: Paulo Matias <matias.archlinux-br.org>
# Contributor: Leslie P. Polzer <polzer.gnu.org>
# Contributor: erm67 <erm67.yahoo.it>
@@ -19,15 +19,14 @@ sha1sums=('07f97e32919bfb34ff2d59b928c47ffbc96dcfc5')
install=install
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- source /etc/profile.d/qt4.sh
+ cd ${pkgname}-${pkgver}
./configure --prefix=/usr
sed 's/netscape/mozilla/g' -i nsdejavu/Makefile
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install-djview install-nsdejavu
cd desktopfiles
diff --git a/community/gitg/PKGBUILD b/community/gitg/PKGBUILD
index ab5e6a1c4..90acc7100 100644
--- a/community/gitg/PKGBUILD
+++ b/community/gitg/PKGBUILD
@@ -1,18 +1,20 @@
-# $Id: PKGBUILD 99215 2013-10-25 20:50:04Z eric $
+# $Id: PKGBUILD 106380 2014-03-01 19:26:09Z bpiotrowski $
# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgname=gitg
-pkgver=0.2.7
-pkgrel=2
+pkgver=0.3.2
+pkgrel=1
pkgdesc='A GIT repository viewer based on GTK+'
arch=('i686' 'x86_64')
url='https://git.gnome.org/browse/gitg/'
license=('GPL')
-depends=('gtksourceview3' 'git' 'desktop-file-utils' 'gsettings-desktop-schemas')
-makedepends=('intltool')
+depends=('gtksourceview3' 'git' 'desktop-file-utils' 'gsettings-desktop-schemas'
+ 'libgit2-glib' 'gobject-introspection' 'libgee' 'json-glib' 'webkitgtk'
+ 'libpeas' 'gtkspell3')
+makedepends=('intltool' 'vala')
install=gitg.install
source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('7b1428819666e4797d64dc94bb1624d5e7b75e6a')
+sha1sums=('01dc89fab5b66a6917755ae9ded20e923290353f')
build() {
cd ${pkgname}-${pkgver}
diff --git a/community/monit/PKGBUILD b/community/monit/PKGBUILD
index 763238050..a23703217 100644
--- a/community/monit/PKGBUILD
+++ b/community/monit/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 97739 2013-09-28 07:54:08Z jlichtblau $
+# $Id: PKGBUILD 106371 2014-03-01 12:19:21Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org>
# Contributor: Marco Bartholomew <marco@marcobartholomew.com>
pkgname=monit
-pkgver=5.6
+pkgver=5.7
pkgrel=1
pkgdesc="Utility for managing and monitoring, processes, files, directories and devices on a *NIX system"
arch=('i686' 'x86_64')
@@ -19,16 +19,18 @@ sha256sums=('38e09bd8b39abc59e6b9a9bb7a78f7eac2b02a92f4de1f3a6dc24e84dfedae0d'
'cf607209e9e5d39e708152dc181525570371fab750f828e890e2b6a00b81ebc4')
build() {
- cd ${srcdir}/$pkgname-$pkgver
+ cd "${srcdir}"/$pkgname-$pkgver
./configure --prefix=/usr
make
}
package() {
- cd ${srcdir}/$pkgname-$pkgver
+ cd "${srcdir}"/$pkgname-$pkgver
- make DESTDIR=${pkgdir} install
- install -D -m700 monitrc ${pkgdir}/etc/monitrc
- install -D -m644 ${srcdir}/$pkgname.service ${pkgdir}/usr/lib/systemd/system/$pkgname.service
+ make DESTDIR="${pkgdir}" install
+ install -D -m700 monitrc "${pkgdir}"/etc/monitrc
+ install -D -m644 "${srcdir}"/$pkgname.service "${pkgdir}"/usr/lib/systemd/system/$pkgname.service
}
+sha256sums=('bb250ab011d805b5693972afdf95509e79bb3b390caa763275c9501f74b598a2'
+ 'cf607209e9e5d39e708152dc181525570371fab750f828e890e2b6a00b81ebc4')
diff --git a/community/monit/monit.changelog b/community/monit/monit.changelog
index ddc3eac05..0d2459695 100644
--- a/community/monit/monit.changelog
+++ b/community/monit/monit.changelog
@@ -1,3 +1,6 @@
+2014-03-01 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * monit 5.7-1
+
2013-09-28 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* monit 5.6-1
diff --git a/community/pam_mysql/PKGBUILD b/community/pam_mysql/PKGBUILD
deleted file mode 100644
index 5493e6b7e..000000000
--- a/community/pam_mysql/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 99946 2013-10-31 02:37:33Z allan $
-# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
-# Contributor: Arjan Timmerman<arjan@archlinux.org>
-# Contributor: Manolis Tzanidakis
-pkgname=pam_mysql
-pkgver=0.7RC1
-pkgrel=7
-pkgdesc="A PAM module to authenticate users against mysql."
-arch=(i686 x86_64)
-license=('GPL')
-url="http://pam-mysql.sourceforge.net"
-depends=('pam' 'mariadb' 'openssl')
-source=(http://sourceforge.net/projects/pam-mysql/files/pam-mysql/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('6177183d7e98dc12f2e444c9fbd4f13c')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
-
- sed -i 's/pam_mysql_la_LIBADD = /pam_mysql_la_LIBADD = -lpam/g' Makefile.in
- ./configure --prefix=/usr --with-pam-mods-dir=/usr/lib/security
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
-
- make DESTDIR=$pkgdir install
-}
diff --git a/community/simplescreenrecorder/PKGBUILD b/community/simplescreenrecorder/PKGBUILD
index 49aa26559..58676420c 100644
--- a/community/simplescreenrecorder/PKGBUILD
+++ b/community/simplescreenrecorder/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 106080 2014-02-22 04:33:02Z kkeen $
+# $Id: PKGBUILD 106356 2014-02-28 23:38:25Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Maarten Baert
pkgname=simplescreenrecorder
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.2.1
+pkgrel=1
pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
arch=("i686" "x86_64")
url="http://www.maartenbaert.be/simplescreenrecorder/"
license=("GPL3")
-depends=("qt4" "ffmpeg" "ffmpeg-compat" "alsa-lib" "libpulse" "jack" "libgl" "glu" "libx11" "libxext" "libxfixes")
+depends=("qt4" "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu" "libx11" "libxext" "libxfixes")
optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit applications")
makedepends=("git")
-source=("git+https://github.com/MaartenBaert/ssr.git#tag=0.2.0")
+source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver")
md5sums=("SKIP")
options=("!libtool")