summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/audacity/PKGBUILD15
-rw-r--r--extra/enlightenment17/PKGBUILD10
-rw-r--r--extra/libreoffice/PKGBUILD14
-rw-r--r--extra/libreoffice/PKGBUILD.4010
-rw-r--r--extra/oxygen-gtk2/PKGBUILD6
-rw-r--r--extra/oxygen-gtk3/PKGBUILD6
-rw-r--r--extra/samba/PKGBUILD6
-rw-r--r--extra/samba/nmbd.service2
-rw-r--r--extra/xorg-xev/PKGBUILD7
9 files changed, 36 insertions, 40 deletions
diff --git a/extra/audacity/PKGBUILD b/extra/audacity/PKGBUILD
index 9b58f78d7..54f5df4d0 100644
--- a/extra/audacity/PKGBUILD
+++ b/extra/audacity/PKGBUILD
@@ -1,15 +1,16 @@
-# $Id: PKGBUILD 175820 2013-01-22 06:29:20Z eric $
+# $Id: PKGBUILD 176352 2013-01-30 20:25:49Z eric $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=audacity
pkgver=2.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="A program that lets you manipulate digital audio waveforms"
arch=('i686' 'x86_64')
url="http://audacity.sourceforge.net/"
license=('GPL')
depends=('libmad' 'libid3tag' 'wxgtk' 'lame' 'hicolor-icon-theme'
'desktop-file-utils' 'jack' 'soundtouch' 'ffmpeg-compat')
+makedepends=('cmake')
options=('!makeflags')
install=audacity.install
source=(http://audacity.googlecode.com/files/${pkgname}-minsrc-${pkgver}.tar.xz)
@@ -17,14 +18,8 @@ sha1sums=('72e634711fb96aac9df445e75e16e12e00c047e6')
build() {
cd "${srcdir}/${pkgname}-src-${pkgver}"
- WX_CONFIG=/usr/bin/wx-config PKG_CONFIG_PATH+="/usr/lib/ffmpeg-compat/pkgconfig" \
- ./configure --prefix=/usr --docdir=/usr/share/doc/audacity \
- --with-portaudio --with-libsamplerate \
- --without-libresample --with-libmad \
- --with-ffmpeg --with-id3tag --with-libflac \
- --with-vorbis --with-libexpat \
- --with-libsndfile --with-soundtouch \
- --enable-unicode --without-taglib
+ PKG_CONFIG_PATH+="/usr/lib/ffmpeg-compat/pkgconfig" \
+ ./configure --prefix=/usr --docdir=/usr/share/doc/audacity
make
}
diff --git a/extra/enlightenment17/PKGBUILD b/extra/enlightenment17/PKGBUILD
index 6970ef101..03087de3e 100644
--- a/extra/enlightenment17/PKGBUILD
+++ b/extra/enlightenment17/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 173762 2012-12-22 16:29:18Z ronald $
+# $Id: PKGBUILD 176344 2013-01-30 19:54:22Z ronald $
# Maintainer: Ronald van Haren <ronald@archlinux.org>
# Contributor: Gustavo Sverzut Barbieri <barbieri@gmail.com>
pkgname=enlightenment17
_pkgname=enlightenment
-pkgver=0.17.0
+pkgver=0.17.1
pkgrel=1
pkgdesc="Enlightenment window manager DR17 (aka e17)"
arch=('i686' 'x86_64')
url="http://www.enlightenment.org"
license=('BSD')
-depends=('alsa-lib' 'pm-utils' 'pam' 'shared-mime-info' 'hicolor-icon-theme'
+depends=('alsa-lib' 'pam' 'shared-mime-info' 'hicolor-icon-theme'
'desktop-file-utils' 'e_dbus' 'edje' 'eeze' 'efreet'
- 'eio' 'elementary' 'xcb-util-keysyms' 'udisks' 'systemd')
+ 'eio' 'elementary' 'xcb-util-keysyms' 'udisks' 'systemd' 'ttf-font')
optdepends=('connman: network module')
provides=('notification-daemon' 'e')
backup=('etc/enlightenment/sysactions.conf')
@@ -20,7 +20,7 @@ options=('!libtool' '!emptydirs')
install=enlightenment17.install
source=(http://download.enlightenment.org/releases/$_pkgname-$pkgver.tar.gz
'e-applications.menu' 'quickstart.patch' 'sysactions_systemd.patch')
-sha1sums=('be8228200c1a7caeba914ae77927bda62e3a1776'
+sha1sums=('c4d3fee83654689e9317a9198d5734ce578af7b4'
'e08cc63cb8a188a06705b42d03e032b9fcfa7ee5'
'3f53931ae86de8fe99e386aeb097521aac0decd8'
'86f1c5e36dc274c3101362532378be034e89c593')
diff --git a/extra/libreoffice/PKGBUILD b/extra/libreoffice/PKGBUILD
index 06c51e68c..9ba810361 100644
--- a/extra/libreoffice/PKGBUILD
+++ b/extra/libreoffice/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 175871 2013-01-23 00:13:07Z eric $
+# $Id: PKGBUILD 176340 2013-01-30 18:38:35Z andyrtr $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
pkgbase="libreoffice"
@@ -24,9 +24,9 @@ pkgname=('libreoffice-common'
'libreoffice-extension-scripting-python'
'libreoffice-extension-wiki-publisher'
'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with all extensions built)
-_LOver=3.6.4.3
-pkgver=3.6.4
-pkgrel=5
+_LOver=3.6.5.2
+pkgver=3.6.5
+pkgrel=1
arch=('i686' 'x86_64')
license=('LGPL3')
url="http://www.libreoffice.org/"
@@ -112,9 +112,9 @@ noextract=(94e7f271e38c976462558b4278590178-libvisio-0.0.19.tar.bz2
db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip
3c0037fb07dea2f0bbae8386fa7c6a9a-libcdr-0.0.9.tar.bz2
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip)
-md5sums=('6e88d3a83691cb8ee5081487c8345a6a'
- '388acc72e3bb86afd036140a91d4e0d6'
- 'f656e24263ffdff1c7748d41e18eca9c'
+md5sums=('b99c80c841dc0cb4461a2ddb5362dc60'
+ 'e8b3964f2505e719ba987ac4c753d235'
+ '6b28c8457c71597e405de54a6941f740'
'18f577b374d60b3c760a3a3350407632'
'f02578f5218f217a9f20e9c30e119c6a'
'94e7f271e38c976462558b4278590178'
diff --git a/extra/libreoffice/PKGBUILD.40 b/extra/libreoffice/PKGBUILD.40
index c91b2a251..31cb1806e 100644
--- a/extra/libreoffice/PKGBUILD.40
+++ b/extra/libreoffice/PKGBUILD.40
@@ -19,9 +19,9 @@ pkgname=('libreoffice-common'
'libreoffice-extension-report-builder'
'libreoffice-extension-wiki-publisher'
'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with all extensions built)
-_LOver=4.0.0.1
+_LOver=4.0.0.2
pkgver=4.0.0
-pkgrel=0.rc1.1
+pkgrel=0.rc2.1
arch=('i686' 'x86_64')
license=('LGPL3')
url="http://www.libreoffice.org/"
@@ -109,9 +109,9 @@ noextract=(f02578f5218f217a9f20e9c30e119c6a-boost_1_44_0.tar.bz2
libcdr-0.0.9.tar.bz2
libmspub-0.0.3.tar.bz2
libvisio-0.0.24.tar.bz2)
-md5sums=('4713fda4b085ef1203457b7e8597c3ea'
- 'f7b4afe09fe2df154aeb9e503d39488a'
- '28ad48c32050d35d4fbb87e6df05a22d'
+md5sums=('d861dfa6d29851b3266ead28ba3ed7dc'
+ 'bf488979d1d66744d082e34fc9e429cd'
+ '4cc5d35ec71c3f4d11464a61b389f7cb'
'f02578f5218f217a9f20e9c30e119c6a'
'1f24ab1d39f4a51faf22244c94a6203f'
'35c94d2df8893241173de1d16b6034c0'
diff --git a/extra/oxygen-gtk2/PKGBUILD b/extra/oxygen-gtk2/PKGBUILD
index ef3734a86..53f8e7933 100644
--- a/extra/oxygen-gtk2/PKGBUILD
+++ b/extra/oxygen-gtk2/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 167990 2012-10-04 19:22:04Z andrea $
+# $Id: PKGBUILD 176330 2013-01-30 13:08:58Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: birdflesh <antkoul at gmail dot com>
pkgname=oxygen-gtk2
-pkgver=1.3.1
+pkgver=1.3.2
pkgrel=1
pkgdesc="Port of the default KDE widget theme (Oxygen) to GTK2"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ conflicts=('oxygen-gtk')
replaces=('oxygen-gtk')
makedepends=('cmake')
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('269283e34c5ae547a062da29cab58aa9')
+md5sums=('7c4ecfca330102b7ff50e472a62dfc60')
build() {
mkdir build
diff --git a/extra/oxygen-gtk3/PKGBUILD b/extra/oxygen-gtk3/PKGBUILD
index e1fe275e3..bed5eb809 100644
--- a/extra/oxygen-gtk3/PKGBUILD
+++ b/extra/oxygen-gtk3/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 167992 2012-10-04 19:24:43Z andrea $
+# $Id: PKGBUILD 176332 2013-01-30 13:12:57Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=oxygen-gtk3
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
pkgdesc="Port of the default KDE widget theme (Oxygen) to GTK3"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('LGPL')
depends=('gtk3')
makedepends=('cmake')
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('284139caf8a95a94bac1d82900745b4f')
+md5sums=('2a251c52a7799e67a4af70adc4ed3c60')
build() {
mkdir build
diff --git a/extra/samba/PKGBUILD b/extra/samba/PKGBUILD
index 869229f6b..8dd0bd009 100644
--- a/extra/samba/PKGBUILD
+++ b/extra/samba/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 176254 2013-01-28 08:10:20Z tpowa $
+# $Id: PKGBUILD 176328 2013-01-30 11:29:10Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgbase=samba
@@ -8,7 +8,7 @@ pkgver=3.6.11
# to append 'a','b',etc to their subsequent releases, which pamcan
# misconstrues as alpha, beta, etc. Bad samba!
_realver=3.6.11
-pkgrel=3
+pkgrel=4
arch=(i686 x86_64)
url="http://www.samba.org"
license=('GPL3')
@@ -170,7 +170,7 @@ md5sums=('9039e0ab3e4fc632ff0a1a8f2433edb4'
'4d86a4e3b2ac4b35e12ac667d1d261a7'
'a78b9aa93eb14b0ac445897395693225'
'4f2a5266f88d016a78014bb02e118c7f'
- '6c8e6f346592702d09a279ce5abad42e'
+ '46bac3375dcf25baea4699226410987a'
'6db11f3dd2112a4b7a73007b189bef3f'
'b0de262f9c62acd162e873658f33d063'
'5637e10184db5a7a942855598fc3e075'
diff --git a/extra/samba/nmbd.service b/extra/samba/nmbd.service
index 06c245b4d..44b4ffba1 100644
--- a/extra/samba/nmbd.service
+++ b/extra/samba/nmbd.service
@@ -5,7 +5,7 @@ After=network.target
[Service]
Type=forking
PIDFile=/var/run/samba/nmbd.pid
-ExecStart=/usr/sbin/nmbd
+ExecStart=/usr/sbin/nmbd -D
ExecReload=/bin/kill -HUP $MAINPID
[Install]
diff --git a/extra/xorg-xev/PKGBUILD b/extra/xorg-xev/PKGBUILD
index c0380e60d..3d0eebc3b 100644
--- a/extra/xorg-xev/PKGBUILD
+++ b/extra/xorg-xev/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 150821 2012-02-23 07:20:15Z andyrtr $
+# $Id: PKGBUILD 176326 2013-01-30 00:25:00Z bisson $
# Contributor: Jan de Groot <jgc@archlinux.org>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=xorg-xev
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc='Print contents of X events'
url='http://xorg.freedesktop.org/'
@@ -12,7 +12,8 @@ license=('custom')
depends=('libx11' 'libxrandr')
makedepends=('xorg-util-macros' 'xproto')
source=("http://xorg.freedesktop.org/archive/individual/app/xev-${pkgver}.tar.bz2")
-sha1sums=('6b05706ed39382b5d08c5351c00ba7e127709eec')
+sha1sums=('7ae6233ccfd8f500d547093291cc2de4f2b8fbaa')
+
groups=('xorg-apps' 'xorg')
build() {