summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-07-24 23:18:01 +0000
committerroot <root@rshg047.dnsready.net>2011-07-24 23:18:01 +0000
commit43983783a3e8bf61896eb93a2858a14bbaf3a53b (patch)
treec3085b8900db730e945868819ed112708a661653 /community
parent0e8166d926f929f470d01d5bc8c8823e094742da (diff)
Sun Jul 24 23:18:00 UTC 2011
Diffstat (limited to 'community')
-rw-r--r--community/apcupsd/PKGBUILD19
-rw-r--r--community/calibre/PKGBUILD6
-rw-r--r--community/cclive/PKGBUILD23
-rw-r--r--community/compiz-bcop/PKGBUILD20
-rw-r--r--community/compiz-fusion-plugins-extra/PKGBUILD11
-rw-r--r--community/compiz-fusion-plugins-main/PKGBUILD19
-rw-r--r--community/compiz/PKGBUILD16
-rw-r--r--community/compizconfig-backend-gconf/PKGBUILD17
-rw-r--r--community/compizconfig-backend-kconfig4/PKGBUILD6
-rw-r--r--community/coq/PKGBUILD2
-rw-r--r--community/emerald/PKGBUILD23
-rw-r--r--community/emerald/deprecated_symbols.patch114
-rw-r--r--community/jshon/PKGBUILD4
-rw-r--r--community/libcompizconfig/PKGBUILD27
-rw-r--r--community/libnsbmp/PKGBUILD19
-rw-r--r--community/libnsgif/PKGBUILD21
16 files changed, 240 insertions, 107 deletions
diff --git a/community/apcupsd/PKGBUILD b/community/apcupsd/PKGBUILD
index e06fea694..9ef6c7ff5 100644
--- a/community/apcupsd/PKGBUILD
+++ b/community/apcupsd/PKGBUILD
@@ -1,23 +1,24 @@
-# $Id: PKGBUILD 29263 2010-10-12 10:10:35Z spupykin $
+# $Id: PKGBUILD 52280 2011-07-23 09:29:14Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Todd Musall <tmusall@comcast.net>
pkgname=apcupsd
-pkgver=3.14.8
-pkgrel=2
+pkgver=3.14.9
+pkgrel=1
pkgdesc="Apcupsd can be used for power mangement and controlling most of APC's UPS models on Unix and Windows machines."
arch=(i686 x86_64)
url="http://www.apcupsd.org"
license=('GPL')
depends=('gcc-libs')
optdepends=('gd: for CGI'
- 'gconf: for frontend')
-makedepends=('pkgconfig')
-backup=(etc/apcupsd/apcupsd.conf etc/apcupsd/hosts.conf \
+ 'gconf: for frontend'
+ 'gtk2: for frontend')
+makedepends=('pkgconfig' 'gd' 'gconf' 'gtk2')
+backup=(etc/apcupsd/apcupsd.conf etc/apcupsd/hosts.conf
etc/apcupsd/multimon.conf)
-source=(http://downloads.sourceforge.net/apcupsd/$pkgname-$pkgver.tar.gz \
+source=(http://downloads.sourceforge.net/apcupsd/$pkgname-$pkgver.tar.gz
apcupsd)
-md5sums=('cd17f0a903dc2220e55ed54e242359d2'
+md5sums=('aa5e2c2954a81c2f07e0a356e38fe853'
'5eae3c4d921eeb81798a0250fe3dd111')
build() {
@@ -27,10 +28,8 @@ build() {
--with-upstype=usb --with-upscable=usb \
--with-serial-dev=/dev/usb/hid/hiddev[0-9] \
--enable-pthreads --enable-gapcmon
-
make
make DESTDIR=$pkgdir install
-
install -D -m755 ../apcupsd $pkgdir/etc/rc.d/apcupsd
chmod 755 $pkgdir/sbin/*
mkdir -p $pkgdir/usr/lib/$pkgname/cgi-bin
diff --git a/community/calibre/PKGBUILD b/community/calibre/PKGBUILD
index 5a13a4516..a6a9e26e7 100644
--- a/community/calibre/PKGBUILD
+++ b/community/calibre/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 51821 2011-07-15 23:43:02Z giovanni $
+# $Id: PKGBUILD 52347 2011-07-23 19:30:29Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Petrov Roman <nwhisper@gmail.com>
# Contributor: Andrea Fagiani <andfagiani _at_ gmail dot com>
pkgname=calibre
-pkgver=0.8.10
+pkgver=0.8.11
pkgrel=1
pkgdesc="Ebook management application"
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ optdepends=('ipython: to use calibre-debug')
install=calibre.install
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
desktop_integration.patch)
-md5sums=('5fa9268d004ad0a5ffec9d0067f30340'
+md5sums=('984e29b0b1e7d3f6efe587b902a70a32'
'253ce4fe5d01f8ff76b63cd3825755ea')
build() {
diff --git a/community/cclive/PKGBUILD b/community/cclive/PKGBUILD
index 8b57f4af2..af24f4a0f 100644
--- a/community/cclive/PKGBUILD
+++ b/community/cclive/PKGBUILD
@@ -1,30 +1,27 @@
-# $Id: PKGBUILD 47638 2011-05-24 14:28:23Z tdziedzic $
+# $Id: PKGBUILD 52380 2011-07-24 03:47:58Z dreisner $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: joyfulgirl@archlinux.us
# Contributor: nathan owe ndowens04 at gmail dot com
pkgname=cclive
-pkgver=0.7.3.1
-pkgrel=3
+pkgver=0.7.4.1
+pkgrel=1
pkgdesc='Commandline downloader for popular video websites.'
arch=('i686' 'x86_64')
url='http://cclive.sourceforge.net/'
license=('GPL3')
depends=('boost-libs' 'quvi')
-makedepends=('cmake' 'boost')
+makedepends=('boost')
source=("http://downloads.sourceforge.net/project/${pkgname}/0.7/${pkgname}-${pkgver}.tar.gz")
-md5sums=('de25297e9f34677d4d1920078d9cf254')
+md5sums=('5416049225c45c20e4ebe9a6e90a5a58')
build() {
- cd ${pkgname}-${pkgver}
-
- cmake \
- -DCMAKE_BUILD_TYPE=debug \
- -DCMAKE_INSTALL_PREFIX=/usr
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
}
package() {
- cd ${pkgname}-${pkgver}
-
- make DESTDIR="${pkgdir}" install
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
}
diff --git a/community/compiz-bcop/PKGBUILD b/community/compiz-bcop/PKGBUILD
index 083f439a9..40d0d28a2 100644
--- a/community/compiz-bcop/PKGBUILD
+++ b/community/compiz-bcop/PKGBUILD
@@ -1,25 +1,29 @@
-# $Id: PKGBUILD 4436 2009-10-23 08:56:38Z rvanharen $
+# $Id: PKGBUILD 52296 2011-07-23 10:43:33Z rvanharen $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Maintainer: JJDaNiMoTh <jjdanimoth@gmail.com>
# Contributor: nesl247 <nesl247@gmail.com>
pkgname=compiz-bcop
-pkgver=0.8.4
+pkgver=0.8.8
pkgrel=1
pkgdesc="Compiz option code generator"
arch=('i686' 'x86_64')
-url="http://opencompositing.org"
+url="http://www.compiz.org"
license=('GPL')
-depends=('compiz-core>=0.8.4' 'libxslt')
+depends=('compiz-core>=0.8.8' 'libxslt')
makedepends=('intltool' 'pkgconfig')
conflicts=('compiz-bcop-git')
source=(http://releases.compiz-fusion.org/$pkgver/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('17c4d1de361acf835f6649ab392f4c62')
+sha1sums=('9210bd2a537480bdb11df0e3cc5f6d4548fd12da')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr || return 1
+ ./configure --prefix=/usr
- make || return 1
- make DESTDIR=${pkgdir} install || return 1
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
}
diff --git a/community/compiz-fusion-plugins-extra/PKGBUILD b/community/compiz-fusion-plugins-extra/PKGBUILD
index d087d2d42..e542877e0 100644
--- a/community/compiz-fusion-plugins-extra/PKGBUILD
+++ b/community/compiz-fusion-plugins-extra/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 41586 2011-03-08 03:07:48Z ebelanger $
+# $Id: PKGBUILD 52300 2011-07-23 10:44:02Z rvanharen $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: JJDaNiMoTh <jjdanimoth@gmail.com>
# Contributor: nesl247 <nesl247@gmail.com>
pkgname=compiz-fusion-plugins-extra
-pkgver=0.8.6
-pkgrel=2
+pkgver=0.8.8
+pkgrel=1
pkgdesc="Compiz Fusion Extra plugins"
arch=('i686' 'x86_64')
-url="http://opencompositing.org"
+url="http://www.compiz.org"
license=('GPL')
depends=('compiz-core' 'compiz-bcop' 'compiz-fusion-plugins-main' 'libnotify')
makedepends=('intltool' 'pkg-config' 'gettext' 'gconf')
@@ -16,8 +16,7 @@ groups=('compiz-fusion' 'compiz-fusion-gtk' 'compiz-fusion-kde')
conflicts=('compiz-fusion-plugins-extra-git')
options=('!libtool')
source=(http://releases.compiz-fusion.org/${pkgver}/compiz-plugins-extra-${pkgver}.tar.bz2)
-md5sums=('fdeec3e437e70d7f68900c031f3165d5')
-sha1sums=('66c571c64910aa21808aedaee8c8ceb4c4a82c78')
+sha1sums=('ce592993696c0b5d4e0bb13171897b4c25b3844e')
build() {
cd "${srcdir}/compiz-plugins-extra-${pkgver}"
diff --git a/community/compiz-fusion-plugins-main/PKGBUILD b/community/compiz-fusion-plugins-main/PKGBUILD
index 2953267d2..6720a6850 100644
--- a/community/compiz-fusion-plugins-main/PKGBUILD
+++ b/community/compiz-fusion-plugins-main/PKGBUILD
@@ -1,31 +1,34 @@
-# $Id: PKGBUILD 17042 2010-05-17 11:33:14Z rvanharen $
+# $Id: PKGBUILD 52337 2011-07-23 11:20:14Z rvanharen $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: JJDaNiMoTh <jjdanimoth@gmail.com>
# Contributor: nesl247 <nesl247@gmail.com>
pkgname=compiz-fusion-plugins-main
-pkgver=0.8.6
+pkgver=0.8.8
pkgrel=1
pkgdesc="Compiz Fusion Main plugins"
arch=('i686' 'x86_64')
-url="http://opencompositing.org"
+url="http://www.compiz.org"
license=('GPL')
-depends=('compiz-core' 'libjpeg>=7' 'librsvg' 'compiz-bcop' 'libxdamage')
+depends=('compiz-core' 'libjpeg>=7' 'librsvg' 'compiz-bcop' 'libxdamage' 'libxcomposite'
+ 'libxinerama' 'startup-notification')
makedepends=('intltool' 'pkgconfig' 'gettext')
groups=('compiz-fusion' 'compiz-fusion-kde' 'compiz-fusion-gtk')
conflicts=('compiz-fusion-plugins-main-git')
source=(http://releases.compiz-fusion.org/${pkgver}/compiz-plugins-main-${pkgver}.tar.bz2)
options=(!libtool)
-md5sums=('bd72b7bc793fb4dae66faf286735760a')
+sha1sums=('3c99841b744ae6c4a3edf2019626484880607dc6')
build() {
cd "${srcdir}/compiz-plugins-main-${pkgver}"
- ./configure --prefix=/usr || return 1
- make || return 1
+ CPPFLAGS="$CPPFLAGS -I/usr/include/compiz -I/usr/include/startup-notification-1.0 \
+ -I/usr/include/libxml2" ./configure --prefix=/usr --sysconfdir=/etc
+
+ make
}
package() {
cd "${srcdir}/compiz-plugins-main-${pkgver}"
- make DESTDIR="${pkgdir}" install || return 1
+ make DESTDIR="${pkgdir}" install
}
diff --git a/community/compiz/PKGBUILD b/community/compiz/PKGBUILD
index e693eefae..6c28aaf4b 100644
--- a/community/compiz/PKGBUILD
+++ b/community/compiz/PKGBUILD
@@ -8,10 +8,10 @@ pkgbase=compiz
pkgname=('compiz-core'
'compiz-decorator-kde'
'compiz-decorator-gtk')
-pkgver=0.8.6
-pkgrel=2
+pkgver=0.8.8
+pkgrel=1
pkgdesc="Composite manager for Aiglx and Xgl"
-url="http://www.go-compiz.org/"
+url="http://www.compiz.org/"
license=('GPL' 'LGPL' 'MIT')
arch=('i686' 'x86_64')
groups=('compiz' 'compiz-kde' 'compiz-gtk' 'compiz-fusion')
@@ -20,8 +20,8 @@ makedepends=('intltool' 'gnome-control-center' 'libwnck' 'kdebase-workspace'
options=(!libtool !emptydirs)
conflicts=('compiz' 'compiz-core-git' 'compiz-git')
replaces=('compiz')
-source=(http://releases.compiz.org/0.8.6/compiz-$pkgver.tar.gz)
-md5sums=('af0586557e0291c47b924e33bccacc60')
+source=(http://releases.compiz.org/0.8.8/compiz-$pkgver.tar.gz)
+sha1sums=('01d065db07f6fd6bcad51811ffba69221aff656e')
build()
{
@@ -38,7 +38,7 @@ build()
--disable-kde \
--enable-kde4
- make || return 1
+ make
}
package_compiz-core()
@@ -71,7 +71,7 @@ package_compiz-decorator-gtk()
cd $srcdir/compiz-$pkgver
pushd gtk
- make DESTDIR=$pkgdir install || return 1
+ make DESTDIR=$pkgdir install
install -Dm644 window-decorator/gwd.schemas \
$pkgdir/usr/share/gconf/schemas/gwd.schemas
popd
@@ -93,7 +93,7 @@ package_compiz-decorator-gtk()
rm -rf $pkgdir/usr/include
cd $pkgdir/usr/lib
rm libdecoration*
- rm pkgconfig/{compiz-cube.pc,compiz-scale.pc,compiz.pc,libdecoration.pc} || return 1
+ rm pkgconfig/{compiz-cube.pc,compiz-scale.pc,compiz.pc,libdecoration.pc}
cd ${pkgdir}/usr/lib/compiz
rm `ls --hide=*gconf*`
rm -rf ${pkgdir}/usr/share/{compiz,locale}
diff --git a/community/compizconfig-backend-gconf/PKGBUILD b/community/compizconfig-backend-gconf/PKGBUILD
index 0036df9bc..cf0df3ba9 100644
--- a/community/compizconfig-backend-gconf/PKGBUILD
+++ b/community/compizconfig-backend-gconf/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 4446 2009-10-23 09:01:45Z rvanharen $
+# $Id: PKGBUILD 52306 2011-07-23 10:45:30Z rvanharen $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: JJDaNiMoTh <jjdanimoth@gmail.com>
# Contributor: kasa <biuta.jr@gmail.com>
pkgname=compizconfig-backend-gconf
-pkgver=0.8.4
+pkgver=0.8.8
pkgrel=1
pkgdesc="Compizconfig backend for gconf"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ conflicts=('compizconfig-backend-gconf-git')
groups=('compiz-fusion-gtk' 'compiz-fusion')
options=('!libtool')
source=(http://releases.compiz-fusion.org/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('3149b45d1099c26735f3b6a91d946b1b')
+sha1sums=('3869e83a50e82caa4bfda5474a3bf44095ee78dc')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -24,10 +24,13 @@ build() {
--prefix=/usr \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
- --sysconfdir=/etc || return 1
+ --sysconfdir=/etc
- make || return 1
- make DESTDIR=${pkgdir} install || return 1
-
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
}
diff --git a/community/compizconfig-backend-kconfig4/PKGBUILD b/community/compizconfig-backend-kconfig4/PKGBUILD
index 7722987dc..8c404704c 100644
--- a/community/compizconfig-backend-kconfig4/PKGBUILD
+++ b/community/compizconfig-backend-kconfig4/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 49088 2011-06-10 14:35:09Z andrea $
+# $Id: PKGBUILD 52303 2011-07-23 10:45:04Z rvanharen $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=compizconfig-backend-kconfig4
-pkgver=0.8.4
+pkgver=0.8.8
pkgrel=1
pkgdesc="Compizconfig backend for kconfig4"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('libcompizconfig' 'kdelibs' 'libxcomposite' 'libxinerama')
makedepends=('cmake' 'automoc4')
groups=('compiz-fusion-kde' 'compiz-fusion')
source=("http://releases.compiz.org/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('89f3cdbdbb8b1bc88f55ccaedbc8404d')
+sha1sums=('d7a29339b47233ad53fe04ca0136fdb511b945ac')
build() {
cd "${srcdir}"
diff --git a/community/coq/PKGBUILD b/community/coq/PKGBUILD
index 4c236d0d8..b369ce4d2 100644
--- a/community/coq/PKGBUILD
+++ b/community/coq/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=coq
pkgver=8.3pl2
-pkgrel=1
+pkgrel=2
pkgdesc='Formal proof management system.'
arch=('i686' 'x86_64')
url='http://coq.inria.fr/'
diff --git a/community/emerald/PKGBUILD b/community/emerald/PKGBUILD
index a39ce5039..bbed29dc5 100644
--- a/community/emerald/PKGBUILD
+++ b/community/emerald/PKGBUILD
@@ -1,28 +1,33 @@
-# $Id: PKGBUILD 5334 2009-11-07 22:44:57Z ibiru $
+# $Id: PKGBUILD 52293 2011-07-23 10:43:05Z rvanharen $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: JJDaNiMoTh <jjdanimoth@gmail.com>
# Contributor: nesl247 <nesl247@gmail.com>
pkgname=emerald
-pkgver=0.8.4
-pkgrel=2
+pkgver=0.8.8
+pkgrel=1
pkgdesc="Emerald window decorator"
arch=('i686' 'x86_64')
-url="http://opencompositing.org"
+url="http://www.compiz.org"
license=('GPL')
-depends=('compiz-core>=0.8.4' 'libwnck' 'gtk2' 'libxres' 'shared-mime-info' 'xdg-utils')
+depends=('compiz-core' 'libwnck' 'gtk2' 'libxres' 'shared-mime-info' 'xdg-utils')
makedepends=('intltool' 'pkgconfig' 'gettext')
groups=('compiz-fusion' 'compiz-fusion-kde' 'compiz-fusion-gtk')
options=(!libtool)
conflicts=('emerald-git')
install=emerald.install
source=(http://releases.compiz-fusion.org/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e92fbe8252ea393206d98ed6ae9af4ec')
+sha1sums=('a5deb2ae135d1c4dac7b57b2a0415f320ae7c0aa')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr || return 1
- make || return 1
- make DESTDIR=${pkgdir} install || return 1
+ ./configure --prefix=/usr
+
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
}
diff --git a/community/emerald/deprecated_symbols.patch b/community/emerald/deprecated_symbols.patch
new file mode 100644
index 000000000..b32ce154a
--- /dev/null
+++ b/community/emerald/deprecated_symbols.patch
@@ -0,0 +1,114 @@
+From 30e3d45437b4285818ec016905151390c9604441 Mon Sep 17 00:00:00 2001
+From: ShadowKyogre <shadowkyogre@aim.com>
+Date: Fri, 05 Nov 2010 01:53:24 +0000
+Subject: Fix deprecated symbols and incorrect decoration property setting
+
+---
+diff --git a/src/main.c b/src/main.c
+index 5f0ec35..150da99 100644
+--- a/src/main.c
++++ b/src/main.c
+@@ -27,8 +27,8 @@
+ #include <emerald.h>
+ #include <engine.h>
+
+-#define BASE_PROP_SIZE 12
+-#define QUAD_PROP_SIZE 9
++//#define BASE_PROP_SIZE 12
++//#define QUAD_PROP_SIZE 9
+
+ #ifndef DECOR_INTERFACE_VERSION
+ #define DECOR_INTERFACE_VERSION 0
+@@ -2457,7 +2457,7 @@ static gboolean get_window_prop(Window xwindow, Atom atom, Window * val)
+ gdk_error_trap_push();
+
+ type = None;
+- result = XGetWindowProperty(gdk_display,
++ result = XGetWindowProperty(GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()),
+ xwindow,
+ atom,
+ 0, G_MAXLONG,
+@@ -4246,10 +4246,10 @@ static void force_quit_dialog_realize(GtkWidget * dialog, void *data)
+ WnckWindow *win = data;
+
+ gdk_error_trap_push();
+- XSetTransientForHint(gdk_display,
++ XSetTransientForHint(GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()),
+ GDK_WINDOW_XID(dialog->window),
+ wnck_window_get_xid(win));
+- XSync(gdk_display, FALSE);
++ XSync(GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()), FALSE);
+ gdk_error_trap_pop();
+ }
+
+@@ -4262,11 +4262,11 @@ static char *get_client_machine(Window xwindow)
+ int format, result;
+ char *retval;
+
+- atom = XInternAtom(gdk_display, "WM_CLIENT_MACHINE", FALSE);
++ atom = XInternAtom(GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()), "WM_CLIENT_MACHINE", FALSE);
+
+ gdk_error_trap_push();
+
+- result = XGetWindowProperty(gdk_display,
++ result = XGetWindowProperty(GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()),
+ xwindow, atom,
+ 0, G_MAXLONG,
+ FALSE, XA_STRING, &type, &format, &nitems,
+@@ -4318,8 +4318,8 @@ static void kill_window(WnckWindow * win)
+ }
+
+ gdk_error_trap_push();
+- XKillClient(gdk_display, wnck_window_get_xid(win));
+- XSync(gdk_display, FALSE);
++ XKillClient(GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()), wnck_window_get_xid(win));
++ XSync(GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()), FALSE);
+ gdk_error_trap_pop();
+ }
+
+@@ -4739,7 +4739,7 @@ static XFixed *create_gaussian_kernel(double radius,
+
+ static int update_shadow(frame_settings * fs)
+ {
+- Display *xdisplay = gdk_display;
++ Display *xdisplay = GDK_DISPLAY_XDISPLAY (gdk_display_get_default ());
+ XRenderPictFormat *format;
+ GdkPixmap *pixmap;
+ Picture src, dst, tmp;
+--
+cgit v0.8.3.1-30-gff3a
+
+--- a/src/main.c.old 2010-12-07 19:56:08.633333370 +0100
++++ a/src/main.c 2010-12-07 19:56:39.273333379 +0100
+@@ -3757,7 +3757,7 @@
+
+ static void hide_tooltip(void)
+ {
+- if (GTK_WIDGET_VISIBLE(tip_window))
++ if (gtk_widget_get_visible (tip_window))
+ g_get_current_time(&tooltip_last_popdown);
+
+ gtk_widget_hide(tip_window);
+
+--- emerald-0.8.4/libengine/themer.c 2009-10-13 20:56:23.000000000 -0400
++++ emerald-0.8.4.new/libengine/themer.c 2010-03-10
+01:20:03.046827674 -0500
+@@ -461,7 +461,7 @@
+ }
+ gdouble get_float(SettingItem * item)
+ {
+- if(!strcmp(GTK_OBJECT_TYPE_NAME(item->widget),"GtkSpinButton")) {
++ if(!strcmp(G_OBJECT_TYPE_NAME(item->widget),"GtkSpinButton")) {
+ return gtk_spin_button_get_value((GtkSpinButton *)item->widget);
+ }
+ else {
+@@ -647,7 +647,7 @@
+ }
+ void set_float(SettingItem * item, gdouble f)
+ {
+- if(!strcmp(GTK_OBJECT_TYPE_NAME(item->widget),"GtkSpinButton")) {
++ if(!strcmp(G_OBJECT_TYPE_NAME(item->widget),"GtkSpinButton")) {
+ gtk_spin_button_set_value((GtkSpinButton *)item->widget, f);
+ }
+ else {
+
diff --git a/community/jshon/PKGBUILD b/community/jshon/PKGBUILD
index 4c5266716..b9d7c736c 100644
--- a/community/jshon/PKGBUILD
+++ b/community/jshon/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Kyle Keen <keenerd@gmail.com>
pkgname=jshon
-pkgver=20110720
+pkgver=20110723
pkgrel=1
pkgdesc="A json parser for the shell."
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ depends=('jansson')
makedepends=()
optdepends=()
source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('c5f040e81fb0ba9932355f41de5112af')
+md5sums=('604ae154cb29cee8369df465794872ec')
build() {
cd "$srcdir/$pkgname"
diff --git a/community/libcompizconfig/PKGBUILD b/community/libcompizconfig/PKGBUILD
index d2565c9ca..06f224927 100644
--- a/community/libcompizconfig/PKGBUILD
+++ b/community/libcompizconfig/PKGBUILD
@@ -1,26 +1,33 @@
-# $Id: PKGBUILD 17037 2010-05-17 11:22:33Z rvanharen $
+# $Id: PKGBUILD 52290 2011-07-23 10:42:39Z rvanharen $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: JJDaNiMoTh <jjdanimoth@gmail.com>
# Contributor: nesl247 <nesl247@gmail.com>
pkgname=libcompizconfig
-pkgver=0.8.4
-pkgrel=2
+pkgver=0.8.8
+pkgrel=1
pkgdesc="Compiz configuration system library"
arch=('i686' 'x86_64')
-url="http://opencompositing.org"
+url="http://www.compiz.org"
license=('GPL')
-depends=('compiz-core' 'libxml2')
+depends=('compiz-core' 'libxml2' 'libxcomposite' 'libxinerama' 'startup-notification'
+ 'libxml++')
makedepends=('intltool' 'pkgconfig')
conflicts=('libcompizconfig-git')
source=(http://releases.compiz-fusion.org/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
options=('!emptydirs' '!libtool')
-sha1sums=('514830508b21f9fd47ccac128c44c55a212d3929')
+sha1sums=('8ea1f15fd9e1e2eb37a9814646659a31a8018fd8')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr --sysconfdir=/etc || return 1
-
- make || return 1
- make DESTDIR=${pkgdir} install || return 1
+
+ CPPFLAGS="$CPPFLAGS -I/usr/include/compiz -I/usr/include/startup-notification-1.0 \
+ -I/usr/include/libxml2" ./configure --prefix=/usr --sysconfdir=/etc
+
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
}
diff --git a/community/libnsbmp/PKGBUILD b/community/libnsbmp/PKGBUILD
index b0a757834..04bfb620e 100644
--- a/community/libnsbmp/PKGBUILD
+++ b/community/libnsbmp/PKGBUILD
@@ -1,8 +1,9 @@
+# $Id: PKGBUILD 52352 2011-07-23 20:45:39Z ebelanger $
# Contributor; Paulo Matias <matiasΘarchlinux-br·org>
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=libnsbmp
-pkgver=0.0.2
+pkgver=0.0.3
pkgrel=1
pkgdesc="Decoding library for BMP and ICO image file formats"
arch=('i686' 'x86_64')
@@ -10,18 +11,18 @@ url="http://www.netsurf-browser.org/projects/libnsbmp"
license=('MIT')
depends=('glibc')
source=("http://www.netsurf-browser.org/projects/releases/${pkgname}-${pkgver}-src.tar.gz")
-md5sums=('6196f5223f744c7c6493421d205e591c')
+md5sums=('52eef940713a4c8a7afbb6888583057c')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- make PREFIX=/usr
+ cd "${srcdir}"/${pkgname}-${pkgver}-src
+ make PREFIX=/usr COMPONENT_TYPE="lib-shared"
+ make PREFIX=/usr COMPONENT_TYPE="lib-static"
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- make install PREFIX=/usr DESTDIR=${pkgdir}
- install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+ cd "${srcdir}"/${pkgname}-${pkgver}-src
+ make install PREFIX=/usr DESTDIR="${pkgdir}" COMPONENT_TYPE="lib-shared"
+ make install PREFIX=/usr DESTDIR="${pkgdir}" COMPONENT_TYPE="lib-static"
+ install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
}
diff --git a/community/libnsgif/PKGBUILD b/community/libnsgif/PKGBUILD
index e12f1bb55..679d24926 100644
--- a/community/libnsgif/PKGBUILD
+++ b/community/libnsgif/PKGBUILD
@@ -1,8 +1,9 @@
+# $Id: PKGBUILD 52357 2011-07-23 20:52:47Z ebelanger $
# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=libnsgif
-pkgver=0.0.2
+pkgver=0.0.3
pkgrel=1
pkgdesc="Decoding library for the GIF image file format"
arch=('i686' 'x86_64')
@@ -10,18 +11,18 @@ url="http://www.netsurf-browser.org/projects/libnsgif"
license=('MIT')
depends=('glibc')
source=("http://www.netsurf-browser.org/projects/releases/${pkgname}-${pkgver}-src.tar.gz")
-md5sums=('08dd5fc3ea330784f6c1e55c58244749')
+md5sums=('d4fa9679939e9b1b243799d6a0623cec')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- CFLAGS="$CFLAGS -fno-strict-aliasing" make PREFIX=/usr
+ cd "${srcdir}"/${pkgname}-${pkgver}-src
+ CFLAGS="$CFLAGS -fno-strict-aliasing"
+ make PREFIX=/usr COMPONENT_TYPE="lib-shared"
+ make PREFIX=/usr COMPONENT_TYPE="lib-static"
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- make install PREFIX=/usr DESTDIR=${pkgdir}
- install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+ cd "${srcdir}"/${pkgname}-${pkgver}-src
+ make install PREFIX=/usr DESTDIR="${pkgdir}" COMPONENT_TYPE="lib-shared"
+ make install PREFIX=/usr DESTDIR="${pkgdir}" COMPONENT_TYPE="lib-static"
+ install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
}
-