summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-04 12:13:12 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-04 12:13:12 -0300
commit2d71292ee6ddd4970f593975fd652be1d820f92c (patch)
tree82377d0e84fc4a0a04066d4733dae49484a5225a /extra
parentd734cc3a77cdc6960cbd72f3f8c680612342f24d (diff)
parent067b127a853780b2b4ae7236dcdaaf72396dfa86 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: libre/icecat/PKGBUILD multilib/lib32-v4l-utils/PKGBUILD multilib/nspluginwrapper/PKGBUILD testing/libreoffice/PKGBUILD
Diffstat (limited to 'extra')
-rw-r--r--extra/epiphany/PKGBUILD10
-rw-r--r--extra/gedit/PKGBUILD6
-rw-r--r--extra/graphicsmagick/PKGBUILD4
-rw-r--r--extra/gtksourceview3/PKGBUILD6
-rw-r--r--extra/gweled/PKGBUILD10
-rw-r--r--extra/irqbalance/Fix-detection-of-CPUs-in-sysfs.patch35
-rw-r--r--extra/irqbalance/PKGBUILD30
-rw-r--r--extra/irqbalance/Special-interrupt-counts-line-NMI-may-start-with-a-s.patch67
-rw-r--r--extra/irqbalance/current-trunk.patch217
-rw-r--r--extra/libwebkit/PKGBUILD8
-rw-r--r--extra/miro/PKGBUILD8
-rw-r--r--extra/modemmanager/PKGBUILD6
-rw-r--r--extra/qjackctl/PKGBUILD13
-rw-r--r--extra/udisks/PKGBUILD17
-rw-r--r--extra/xfconf/PKGBUILD4
15 files changed, 383 insertions, 58 deletions
diff --git a/extra/epiphany/PKGBUILD b/extra/epiphany/PKGBUILD
index a03a3630e..c71a08880 100644
--- a/extra/epiphany/PKGBUILD
+++ b/extra/epiphany/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 125696 2011-05-28 10:41:59Z ibiru $
+# $Id: PKGBUILD 130020 2011-07-01 09:16:54Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=epiphany
-pkgver=3.0.2
-pkgrel=2
+pkgver=3.0.4
+pkgrel=1
install=epiphany.install
pkgdesc="A GNOME3 web browser based on the WebKit rendering engine."
arch=('i686' 'x86_64' 'mips64el')
@@ -15,8 +15,8 @@ makedepends=('intltool' 'networkmanager' 'gnome-doc-utils' 'startup-notification
options=('!libtool' '!emptydirs')
groups=('gnome')
url="http://www.gnome.org/projects/epiphany/"
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('befcc9b6061b2e5e9c78399423b09e27dc301dec55d96bf63590d543ce9bb805')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('3cfc25c4c939e3df960c28e6c27e7e78645e1121d8634ecbd307672df1f37333')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/extra/gedit/PKGBUILD b/extra/gedit/PKGBUILD
index 04c807a80..7bb65508e 100644
--- a/extra/gedit/PKGBUILD
+++ b/extra/gedit/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 127590 2011-06-16 17:26:15Z ibiru $
+# $Id: PKGBUILD 130037 2011-07-01 13:04:18Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=gedit
-pkgver=3.0.5
+pkgver=3.0.6
pkgrel=1
pkgdesc="A text editor for GNOME"
arch=('i686' 'x86_64' 'mips64el')
@@ -14,7 +14,7 @@ options=('!libtool' '!emptydirs')
url="http://www.gnome.org"
install=gedit.install
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b4e4a76f8f74e39ad6757a27296a2e24b0b37a0bf156d424354d964352a1f11c')
+sha256sums=('ac5957fe52991f58570d25828130f60a8e4e3f0cb00abe358f25e7d2b9fed252')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/extra/graphicsmagick/PKGBUILD b/extra/graphicsmagick/PKGBUILD
index 418a52837..5a6aa519b 100644
--- a/extra/graphicsmagick/PKGBUILD
+++ b/extra/graphicsmagick/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 103133 2010-12-15 19:32:43Z ronald $
+# $Id: PKGBUILD 130047 2011-07-01 15:56:21Z ronald $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Anton Leontiev <bunder@t-25.ru>
pkgname=graphicsmagick
pkgver=1.3.12
-pkgrel=1
+pkgrel=2
pkgdesc="Image processing system"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.graphicsmagick.org/"
diff --git a/extra/gtksourceview3/PKGBUILD b/extra/gtksourceview3/PKGBUILD
index c9ba39286..e366b0490 100644
--- a/extra/gtksourceview3/PKGBUILD
+++ b/extra/gtksourceview3/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 128016 2011-06-20 19:02:22Z ibiru $
+# $Id: PKGBUILD 130030 2011-07-01 11:17:28Z ibiru $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=gtksourceview3
_pkgbasename=gtksourceview
-pkgver=3.0.4
+pkgver=3.0.5
pkgrel=1
pkgdesc="A text widget adding syntax highlighting and more to GNOME"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('intltool' 'pkgconfig' 'gobject-introspection')
options=('!libtool')
url="http://www.gnome.org"
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-${pkgver}.tar.xz)
-sha256sums=('12b39125b650e70bc3ab958f071e35537d4b2136ec5497829d38b5565e7280a0')
+sha256sums=('3502fb5da443f687fdba228e3c015429874b4286e19670a87055866800f985c5')
build() {
cd "${srcdir}/$_pkgbasename-${pkgver}"
diff --git a/extra/gweled/PKGBUILD b/extra/gweled/PKGBUILD
index da2e9e518..ce87fb21e 100644
--- a/extra/gweled/PKGBUILD
+++ b/extra/gweled/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 108818 2011-02-03 20:50:44Z eric $
+# $Id: PKGBUILD 130072 2011-07-01 21:54:59Z eric $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=gweled
-pkgver=0.9
+pkgver=0.9.1
pkgrel=1
pkgdesc="A puzzle game similar to Bejeweled (aka Diamond Mine)"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
url="https://launchpad.net/gweled/"
-depends=('librsvg' 'libmikmod')
+depends=('gtk2' 'librsvg' 'libmikmod' 'hicolor-icon-theme')
makedepends=('intltool')
install=gweled.install
source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a3aeec75190710758bbd3c487b637112')
-sha1sums=('70358e0557eaee370a9183e1ea34e95a09d57619')
+md5sums=('746ac14523c968e78140c2f0501fd7cf')
+sha1sums=('ff4a59935c9e1eb4a202e723baabaab39f526714')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/extra/irqbalance/Fix-detection-of-CPUs-in-sysfs.patch b/extra/irqbalance/Fix-detection-of-CPUs-in-sysfs.patch
new file mode 100644
index 000000000..56bd529c2
--- /dev/null
+++ b/extra/irqbalance/Fix-detection-of-CPUs-in-sysfs.patch
@@ -0,0 +1,35 @@
+From: Shawn Bohrer <sbohrer@rgmadvisors.com>
+
+Only count directories that match /sys/devices/system/cpu/cpu[0-9]+ as
+CPUs. Previously any directory that started with cpu was counted which
+caused cpufreq and cpuidle to be counted as CPUs.
+
+Signed-off-by: Shawn Bohrer <sbohrer@rgmadvisors.com>
+---
+ cputree.c | 3 ++-
+ 1 files changed, 2 insertions(+), 1 deletions(-)
+
+diff --git a/cputree.c b/cputree.c
+index 3b0c982..b879785 100644
+--- a/cputree.c
++++ b/cputree.c
+@@ -25,6 +25,7 @@
+ */
+
+ #include "config.h"
++#include <ctype.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <unistd.h>
+@@ -321,7 +322,7 @@ void parse_cpu_tree(void)
+ return;
+ do {
+ entry = readdir(dir);
+- if (entry && strlen(entry->d_name)>3 && strstr(entry->d_name,"cpu")) {
++ if (entry && !strncmp(entry->d_name,"cpu", 3) && isdigit(entry->d_name[3])) {
+ char new_path[PATH_MAX];
+ sprintf(new_path, "/sys/devices/system/cpu/%s", entry->d_name);
+ do_one_cpu(new_path);
+--
+1.6.5.2
+
diff --git a/extra/irqbalance/PKGBUILD b/extra/irqbalance/PKGBUILD
index 75a852daf..953d1533b 100644
--- a/extra/irqbalance/PKGBUILD
+++ b/extra/irqbalance/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=irqbalance
pkgver=0.56
-pkgrel=1
+pkgrel=3
pkgdesc="IRQ balancing daemon for SMP systems"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.irqbalance.org/"
@@ -13,22 +13,32 @@ makedepends=(pkgconfig)
backup=(etc/conf.d/irqbalance)
source=(http://irqbalance.googlecode.com/files/irqbalance-$pkgver.tbz2
irqbalance.conf.d
- irqbalance.rc.d)
+ irqbalance.rc.d
+ current-trunk.patch
+ Fix-detection-of-CPUs-in-sysfs.patch
+ Special-interrupt-counts-line-NMI-may-start-with-a-s.patch)
md5sums=('cd0c4d3b2bb84778a04fc594ad83949a'
'336c1ee99818f9ecda1687e34c69fd6b'
- 'fb82fc5d267d39110baf720d81282a7c')
+ 'fb82fc5d267d39110baf720d81282a7c'
+ '64df09f54cf80d9ce5ff2751a882032d'
+ '00dcb394dac884c116657ade4fe623ee'
+ 'e774aff57054ce3c8b5adc7c3e5a74c2')
build() {
- cd $srcdir/$pkgname-$pkgver
+ cd "$srcdir/$pkgname-$pkgver"
+ patch -Np0 < ../current-trunk.patch
+ patch -Np1 < ../Fix-detection-of-CPUs-in-sysfs.patch
+ patch -Np1 < ../Special-interrupt-counts-line-NMI-may-start-with-a-s.patch
./autogen.sh
- ./configure
+ ./configure --prefix=/usr
make
}
package() {
- cd $srcdir/$pkgname-$pkgver
- install -D -m755 irqbalance $pkgdir/usr/sbin/irqbalance
- install -D -m644 irqbalance.1 $pkgdir/usr/share/man/man1/irqbalance.1
- install -D -m644 ../irqbalance.conf.d $pkgdir/etc/conf.d/irqbalance
- install -D -m755 ../irqbalance.rc.d $pkgdir/etc/rc.d/irqbalance
+ cd "$srcdir/$pkgname-$pkgver"
+ make install DESTDIR="$pkgdir"
+ #install -D -m755 irqbalance $pkgdir/usr/sbin/irqbalance
+ #install -D -m644 irqbalance.1 $pkgdir/usr/share/man/man1/irqbalance.1
+ install -D -m644 ../irqbalance.conf.d "$pkgdir"/etc/conf.d/irqbalance
+ install -D -m755 ../irqbalance.rc.d "$pkgdir"/etc/rc.d/irqbalance
}
diff --git a/extra/irqbalance/Special-interrupt-counts-line-NMI-may-start-with-a-s.patch b/extra/irqbalance/Special-interrupt-counts-line-NMI-may-start-with-a-s.patch
new file mode 100644
index 000000000..c2e69c218
--- /dev/null
+++ b/extra/irqbalance/Special-interrupt-counts-line-NMI-may-start-with-a-s.patch
@@ -0,0 +1,67 @@
+From: Shawn Bohrer <sbohrer@rgmadvisors.com>
+
+Special interrupt counts line NMI may start with a space
+
+The kernel determines the maximum number of possible IRQs and pads the
+first field of /proc/interrupts appropriately. With four or more digits
+of precession the special interrupt counts all start with a space
+instead of a letter. This caused the special interrupt counts to be
+counted on my system and that caused the cpunr count to be off when it
+reached the ERR and MIS lines forcing a CPU rescan.
+
+Signed-off-by: Shawn Bohrer <sbohrer@rgmadvisors.com>
+---
+ procinterrupts.c | 24 +++++++++++-------------
+ 1 files changed, 11 insertions(+), 13 deletions(-)
+
+diff --git a/procinterrupts.c b/procinterrupts.c
+index e336efe..322f4de 100644
+--- a/procinterrupts.c
++++ b/procinterrupts.c
+@@ -55,20 +55,18 @@ void parse_proc_interrupts(void)
+ if (getline(&line, &size, file)==0)
+ break;
+
+-
++ number = strtoul(line, &c, 10);
+ /* lines with letters in front are special, like NMI count. Ignore */
+- if (!(line[0]==' ' || (line[0]>='0' && line[0]<='9')))
+- break;
+- c = strchr(line, ':');
+- if (!c)
++ if (line == c)
++ continue;
++
++ if (c[0] == ':')
++ ++c;
++ else
+ continue;
+- *c = 0;
+- c++;
+- number = strtoul(line, NULL, 10);
++
+ count = 0;
+ cpunr = 0;
+-
+- c2=NULL;
+ while (1) {
+ uint64_t C;
+ C = strtoull(c, &c2, 10);
+@@ -78,11 +76,11 @@ void parse_proc_interrupts(void)
+ c=c2;
+ cpunr++;
+ }
+- if (cpunr != core_count)
++ if (cpunr != core_count)
+ need_cpu_rescan = 1;
+-
++
+ set_interrupt_count(number, count);
+- }
++ }
+ fclose(file);
+ free(line);
+ }
+--
+1.6.5.2
+
diff --git a/extra/irqbalance/current-trunk.patch b/extra/irqbalance/current-trunk.patch
new file mode 100644
index 000000000..83f08575c
--- /dev/null
+++ b/extra/irqbalance/current-trunk.patch
@@ -0,0 +1,217 @@
+Index: powermode.c
+===================================================================
+--- powermode.c (.../tags/irqbalance-0.56) (revision 33)
++++ powermode.c (.../trunk) (revision 33)
+@@ -40,7 +40,8 @@
+ char *line = NULL;
+ size_t size = 0;
+ char *c;
+- uint64_t dummy, irq, softirq;
++ uint64_t dummy __attribute__((unused));
++ uint64_t irq, softirq;
+ file = fopen("/proc/stat", "r");
+ if (!file)
+ return;
+Index: cputree.c
+===================================================================
+--- cputree.c (.../tags/irqbalance-0.56) (revision 33)
++++ cputree.c (.../trunk) (revision 33)
+@@ -47,6 +47,7 @@
+ /* Users want to be able to keep interrupts away from some cpus; store these in a cpumask_t */
+ cpumask_t banned_cpus;
+
++cpumask_t cpu_possible_map;
+
+ /*
+ it's convenient to have the complement of banned_cpus available so that
+@@ -158,6 +159,8 @@
+ memset(cpu, 0, sizeof(struct cpu_core));
+
+ cpu->number = strtoul(&path[27], NULL, 10);
++
++ cpu_set(cpu->number, cpu_possible_map);
+
+ cpu_set(cpu->number, cpu->mask);
+
+@@ -219,15 +222,15 @@
+ core_count++;
+ }
+
+-static void dump_irqs(int spaces, GList *interrupts)
++static void dump_irqs(int spaces, GList *dump_interrupts)
+ {
+ struct interrupt *irq;
+- while (interrupts) {
++ while (dump_interrupts) {
+ int i;
+- for (i=0; i<spaces;i++) printf(" ");
+- irq = interrupts->data;
++ for (i=0; i<spaces; i++) printf(" ");
++ irq = dump_interrupts->data;
+ printf("Interrupt %i (%s/%u) \n", irq->number, classes[irq->class], (unsigned int)irq->workload);
+- interrupts = g_list_next(interrupts);
++ dump_interrupts = g_list_next(dump_interrupts);
+ }
+ }
+
+Index: placement.c
+===================================================================
+--- placement.c (.../tags/irqbalance-0.56) (revision 33)
++++ placement.c (.../trunk) (revision 33)
+@@ -272,7 +272,7 @@
+ }
+ if ((!cpus_empty(irq->node_mask)) &&
+ (!cpus_equal(irq->mask, irq->node_mask)) &&
+- (!cpus_full(irq->node_mask))) {
++ (!__cpus_full(&irq->node_mask, num_possible_cpus()))) {
+ irq->old_mask = irq->mask;
+ irq->mask = irq->node_mask;
+ }
+Index: cpumask.h
+===================================================================
+--- cpumask.h (.../tags/irqbalance-0.56) (revision 33)
++++ cpumask.h (.../trunk) (revision 33)
+@@ -1,7 +1,7 @@
+ #ifndef __LINUX_CPUMASK_H
+ #define __LINUX_CPUMASK_H
+
+-#define NR_CPUS 256
++#define NR_CPUS 4096
+ /*
+ * Cpumasks provide a bitmap suitable for representing the
+ * set of CPU's in a system, one bit position per CPU number.
+Index: bitmap.c
+===================================================================
+--- bitmap.c (.../tags/irqbalance-0.56) (revision 33)
++++ bitmap.c (.../trunk) (revision 33)
+@@ -74,6 +74,19 @@
+ return 1;
+ }
+
++int __bitmap_weight(const unsigned long *bitmap, int bits)
++{
++ int k, w = 0, lim = bits/BITS_PER_LONG;
++
++ for (k = 0; k < lim; k++)
++ w += hweight_long(bitmap[k]);
++
++ if (bits % BITS_PER_LONG)
++ w += hweight_long(bitmap[k] & BITMAP_LAST_WORD_MASK(bits));
++
++ return w;
++}
++
+ int __bitmap_equal(const unsigned long *bitmap1,
+ const unsigned long *bitmap2, int bits)
+ {
+Index: irqlist.c
+===================================================================
+--- irqlist.c (.../tags/irqbalance-0.56) (revision 33)
++++ irqlist.c (.../trunk) (revision 33)
+@@ -28,6 +28,7 @@
+ #include <unistd.h>
+ #include <sys/types.h>
+ #include <dirent.h>
++#include <errno.h>
+
+ #include "types.h"
+ #include "irqbalance.h"
+@@ -39,6 +40,7 @@
+ void get_affinity_hint(struct interrupt *irq, int number)
+ {
+ char buf[PATH_MAX];
++ cpumask_t tempmask;
+ char *line = NULL;
+ size_t size = 0;
+ FILE *file;
+@@ -51,7 +53,9 @@
+ fclose(file);
+ return;
+ }
+- cpumask_parse_user(line, strlen(line), irq->node_mask);
++ cpumask_parse_user(line, strlen(line), tempmask);
++ if (!__cpus_full(&tempmask, num_possible_cpus()))
++ irq->node_mask = tempmask;
+ fclose(file);
+ free(line);
+ }
+@@ -64,7 +68,7 @@
+ DIR *dir;
+ struct dirent *entry;
+ char *c, *c2;
+- int nr , count = 0;
++ int nr , count = 0, can_set = 1;
+ char buf[PATH_MAX];
+ sprintf(buf, "/proc/irq/%i", number);
+ dir = opendir(buf);
+@@ -77,7 +81,7 @@
+ size_t size = 0;
+ FILE *file;
+ sprintf(buf, "/proc/irq/%i/smp_affinity", number);
+- file = fopen(buf, "r");
++ file = fopen(buf, "r+");
+ if (!file)
+ continue;
+ if (getline(&line, &size, file)==0) {
+@@ -86,7 +90,13 @@
+ continue;
+ }
+ cpumask_parse_user(line, strlen(line), irq->mask);
+- fclose(file);
++ /*
++ * Check that we can write the affinity, if
++ * not take it out of the list.
++ */
++ fputs(line, file);
++ if (fclose(file) && errno == EIO)
++ can_set = 0;
+ free(line);
+ } else if (strcmp(entry->d_name,"allowed_affinity")==0) {
+ char *line = NULL;
+@@ -119,7 +129,7 @@
+ count++;
+
+ /* if there is no choice in the allowed mask, don't bother to balance */
+- if (count<2)
++ if ((count<2) || (can_set == 0))
+ irq->balance_level = BALANCE_NONE;
+
+
+Index: Makefile.am
+===================================================================
+--- Makefile.am (.../tags/irqbalance-0.56) (revision 33)
++++ Makefile.am (.../trunk) (revision 33)
+@@ -21,7 +21,7 @@
+ #
+
+ AUTOMAKE_OPTIONS = no-dependencies
+-EXTRA_DIST = README INSTALL COPYING autogen.sh m4/cap-ng.m4
++EXTRA_DIST = README INSTALL COPYING autogen.sh cap-ng.m4
+
+ INCLUDES = -I${top_srcdir}
+ LIBS = $(CAPNG_LDADD) $(GLIB_LIBS)
+@@ -31,6 +31,7 @@
+ sbin_PROGRAMS = irqbalance
+ irqbalance_SOURCES = activate.c bitmap.c classify.c cputree.c irqbalance.c \
+ irqlist.c network.c numa.c placement.c powermode.c procinterrupts.c
++dist_man_MANS = irqbalance.1
+
+ CONFIG_CLEAN_FILES = debug*.list config/*
+ clean-generic:
+Index: network.c
+===================================================================
+--- network.c (.../tags/irqbalance-0.56) (revision 33)
++++ network.c (.../trunk) (revision 33)
+@@ -160,10 +160,8 @@
+ }
+
+ while (!feof(file)) {
+- uint64_t rxcount;
+- uint64_t txcount;
+- uint64_t delta;
+- int dummy;
++ uint64_t dummy __attribute__((unused));
++ uint64_t rxcount, txcount, delta;
+ char *c, *c2;
+ if (getline(&line, &size, file)==0)
+ break;
diff --git a/extra/libwebkit/PKGBUILD b/extra/libwebkit/PKGBUILD
index 779c4b22f..a92973938 100644
--- a/extra/libwebkit/PKGBUILD
+++ b/extra/libwebkit/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 126732 2011-06-06 21:34:03Z andyrtr $
+# $Id: PKGBUILD 130015 2011-07-01 08:50:25Z ibiru $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgbase=libwebkit
pkgname=(libwebkit libwebkit3)
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=1
pkgdesc="An opensource web content engine"
arch=('i686' 'x86_64' 'mips64el')
@@ -15,12 +15,12 @@ options=('!libtool')
install=libwebkit.install
source=(http://webkitgtk.org/webkit-${pkgver}.tar.gz
replace-switch-with-given-when.patch)
-md5sums=('c1a4f732a77d6f8197437b50678d3dbc'
+md5sums=('361f8420e93d12101d650758fec09fa0'
'3ba708a26b7af0e1e853867966fe14f7')
build() {
cd "${srcdir}/webkit-${pkgver}"
- patch -Np1 -i "${srcdir}/replace-switch-with-given-when.patch"
+# patch -Np1 -i "${srcdir}/replace-switch-with-given-when.patch"
mkdir build-gtk{2,3}
( cd build-gtk2 && _build --with-gtk=2.0 )
diff --git a/extra/miro/PKGBUILD b/extra/miro/PKGBUILD
index 2ccb3e680..7e3d00838 100644
--- a/extra/miro/PKGBUILD
+++ b/extra/miro/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 127855 2011-06-18 21:42:16Z eric $
+# $Id: PKGBUILD 130052 2011-07-01 16:18:58Z ronald $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
pkgname=miro
-pkgver=4.0.1.1
-pkgrel=2
+pkgver=4.0.2
+pkgrel=1
pkgdesc="The free and open source internet TV platform"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.getmiro.com"
@@ -17,7 +17,7 @@ depends=('dbus-python' 'pyrex' 'pygtk' 'gstreamer0.10' 'python2-gconf'
makedepends=('pkg-config')
install=miro.install
source=(http://ftp.osuosl.org/pub/pculture.org/${pkgname}/src/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('f6dbfb661bd642ccf60b38405c63182c7a9142df')
+sha1sums=('22342897ca748fa19738c9c1c510510f314fa7eb')
build() {
cd "${srcdir}/${pkgname}-${pkgver}/linux"
diff --git a/extra/modemmanager/PKGBUILD b/extra/modemmanager/PKGBUILD
index 114e8441c..cde8c2b20 100644
--- a/extra/modemmanager/PKGBUILD
+++ b/extra/modemmanager/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 126693 2011-06-06 16:09:07Z ibiru $
+# $Id: PKGBUILD 130025 2011-07-01 09:21:47Z ibiru $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=modemmanager
_realname=ModemManager
-pkgver=0.4.997
+pkgver=0.4.998
pkgrel=1
pkgdesc="Mobile broadband modem management service"
arch=('i686' 'x86_64' 'mips64el')
@@ -13,7 +13,7 @@ makedepends=('intltool')
options=('!libtool')
source=(http://download.gnome.org/sources/${_realname}/0.4/${_realname}-${pkgver}.tar.xz)
optdepends=('usb_modeswitch: install if your modem shows up as a storage drive')
-sha256sums=('88fa2f098b9fbbfb4e91e78e200404ce6dd6258102a197a635a3bd789302c6e4')
+sha256sums=('a0d96d0f9e06f1542b4c32d114833114b330682f93eea16fda8cdba289ceadf5')
build() {
cd "$srcdir/${_realname}-${pkgver}"
diff --git a/extra/qjackctl/PKGBUILD b/extra/qjackctl/PKGBUILD
index cd9d5362a..d44e3bd72 100644
--- a/extra/qjackctl/PKGBUILD
+++ b/extra/qjackctl/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 119703 2011-04-13 22:27:56Z schiv $
+# $Id: PKGBUILD 130089 2011-07-02 07:06:29Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Tobias Kieslich <tobias@archlinux.org>
pkgname=qjackctl
-pkgver=0.3.7
-pkgrel=2
+pkgver=0.3.8
+pkgrel=1
pkgdesc="A Qt front-end for the JACK low-latency audio server"
url="http://qjackctl.sourceforge.net/"
arch=('i686' 'x86_64' 'mips64el')
@@ -12,19 +12,20 @@ license=('GPL')
depends=('jack' 'qt')
options=('!makeflags')
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('3462613bd5c92fa6e6ae92950bd69c0b')
+md5sums=('8a0992c01e50d8be22064ab7b08fbc78')
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr
+
make
}
package() {
cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
+ make DESTDIR="$pkgdir" install
}
# vim:set ts=2 sw=2 et:
diff --git a/extra/udisks/PKGBUILD b/extra/udisks/PKGBUILD
index 28eff256b..29734c07a 100644
--- a/extra/udisks/PKGBUILD
+++ b/extra/udisks/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 124509 2011-05-22 17:12:02Z giovanni $
+# $Id: PKGBUILD 130042 2011-07-01 14:45:36Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=udisks
pkgver=1.0.3
-pkgrel=3
+pkgrel=4
pkgdesc="Disk Management Service"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.freedesktop.org/wiki/Software/udisks"
@@ -11,19 +11,14 @@ license=('GPL')
depends=('udev' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit' 'parted' 'device-mapper' 'libatasmart' 'lsof' 'lvm2' 'eject')
makedepends=('intltool' 'docbook-xsl' 'gtk-doc')
options=(!libtool)
-#source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz
- 01-mkfs-tempdir.patch
- fix_well_known_filesystems.patch)
-sha256sums=('a4d18b2de59c1567df5342f26960c6c3e70a0320f7bafe42893f2708c9b57dd5'
- '786c0adb1a37e16b351c906527e3cbd17193bb51d8c1dd0889f216556c419c6c'
- '00d92030de44c5856c7408339c4849bf9b88b66d6cfa6617364b4e8d9ed2bc5e')
+source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz
+ 01-mkfs-tempdir.patch)
+sha256sums=('d95bceb52a70c727291b934c4c05774899a0074927c8138a219b81a784de8a4b'
+ '786c0adb1a37e16b351c906527e3cbd17193bb51d8c1dd0889f216556c419c6c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -Np1 -i "${srcdir}/01-mkfs-tempdir.patch"
- patch -Np1 -i "${srcdir}/fix_well_known_filesystems.patch"
- ./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--libexecdir=/usr/lib/udisks --disable-static
#fix location for bash_completion helper
diff --git a/extra/xfconf/PKGBUILD b/extra/xfconf/PKGBUILD
index 2364ba0f8..5c10d59d1 100644
--- a/extra/xfconf/PKGBUILD
+++ b/extra/xfconf/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 106342 2011-01-16 16:22:15Z andyrtr $
+# $Id: PKGBUILD 130064 2011-07-01 20:39:13Z andyrtr $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: tobias <tobias funnychar archlinux.org>
pkgname=xfconf
pkgver=4.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="a simple client-server configuration storage and query system"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL2')