[arch-commits] Commit in gtk2/repos (8 files)

2011-10-17 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 02:32:41
  Author: ibiru
Revision: 140694

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gtk2/repos/testing-i686/
  gtk2/repos/testing-i686/PKGBUILD
(from rev 140693, gtk2/trunk/PKGBUILD)
  gtk2/repos/testing-i686/gtk2.install
(from rev 140693, gtk2/trunk/gtk2.install)
  gtk2/repos/testing-i686/xid-collision-debug.patch
(from rev 140693, gtk2/trunk/xid-collision-debug.patch)
  gtk2/repos/testing-x86_64/
  gtk2/repos/testing-x86_64/PKGBUILD
(from rev 140693, gtk2/trunk/PKGBUILD)
  gtk2/repos/testing-x86_64/gtk2.install
(from rev 140693, gtk2/trunk/gtk2.install)
  gtk2/repos/testing-x86_64/xid-collision-debug.patch
(from rev 140693, gtk2/trunk/xid-collision-debug.patch)

--+
 testing-i686/PKGBUILD|   55 +
 testing-i686/gtk2.install|   16 
 testing-i686/xid-collision-debug.patch   |   15 +++
 testing-x86_64/PKGBUILD  |   55 +
 testing-x86_64/gtk2.install  |   16 
 testing-x86_64/xid-collision-debug.patch |   15 +++
 6 files changed, 172 insertions(+)

Copied: gtk2/repos/testing-i686/PKGBUILD (from rev 140693, gtk2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-18 06:32:41 UTC (rev 140694)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gtk2
+pkgname=('gtk2' 'gtk-update-icon-cache')
+pkgver=2.24.7
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.gtk.org/";
+makedepends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage'
+ 'shared-mime-info' 'cairo' 'libcups' 'gdk-pixbuf2' 
'gobject-introspection')
+options=('!libtool' '!docs')
+license=('LGPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-${pkgver}.tar.xz
+xid-collision-debug.patch)
+sha256sums=('1fdc7605501bd2932ef9a3c4c3c9a406e505f18667aea9e73af650da28fff994'
+'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
+
+build() {
+cd "${srcdir}/gtk+-${pkgver}"
+patch -Np1 -i "${srcdir}/xid-collision-debug.patch"
+
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-xinput=yes
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=655517
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package_gtk2() {
+pkgdesc="GTK+ is a multi-platform toolkit (v2)"
+install=gtk2.install
+depends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage' 'shared-mime-info' 'cairo' 'libcups' 
'gtk-update-icon-cache')
+backup=(etc/gtk-2.0/gtkrc)
+
+cd "${srcdir}/gtk+-${pkgver}"
+
+make DESTDIR="${pkgdir}" install
+sed -i "s#env python#env python2#" $pkgdir/usr/bin/gtk-builder-convert
+echo 'gtk-fallback-icon-theme = "gnome"' > "${pkgdir}/etc/gtk-2.0/gtkrc"
+#split this out to use with gtk3 too
+rm ${pkgdir}/usr/bin/gtk-update-icon-cache
+}
+package_gtk-update-icon-cache() {
+pkgdesc="The GTK+ update icon cache tool"
+depends=('gdk-pixbuf2')
+
+cd "${srcdir}/gtk+-${pkgver}/gtk"
+
+install -D -m755 gtk-update-icon-cache 
${pkgdir}/usr/bin/gtk-update-icon-cache
+}

Copied: gtk2/repos/testing-i686/gtk2.install (from rev 140693, 
gtk2/trunk/gtk2.install)
===
--- testing-i686/gtk2.install   (rev 0)
+++ testing-i686/gtk2.install   2011-10-18 06:32:41 UTC (rev 140694)
@@ -0,0 +1,16 @@
+post_install() {
+  usr/bin/gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
+}
+
+pre_upgrade() {
+  pre_remove
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  rm -f etc/gtk-2.0/gtk.immodules &>/dev/null
+  rm -f etc/gtk-2.0/gdk-pixbuf.loaders &>/dev/null
+}

Copied: gtk2/repos/testing-i686/xid-collision-debug.patch (from rev 140693, 
gtk2/trunk/xid-collision-debug.patch)
===
--- testing-i686/xid-collision-debug.patch  (rev 0)
+++ testing-i686/xid-collision-debug.patch  2011-10-18 06:32:41 UTC (rev 
140694)
@@ -0,0 +1,15 @@
+--- gtk+-2.18.3/gdk/x11/gdkxid.c   2009-06-19 04:59:18.0 +0200
 gtk+-2.18.3/gdk/x11/gdkxid.c.new   2009-07-22 11:30:12.0 +0200
+@@ -56,10 +56,10 @@
+   if (!display_x11->xid_ht)
+ display_x11->xid_ht = g_hash_table_new ((GHashFunc) gdk_xid_hash,
+   (GEqualFunc) gdk_xid_equal);
+-
++/*
+   if (g_hash_table_lookup (display_x11->xid_ht, xid))
+ g_warning ("XID collision, trouble ahead");
+-
++*/
+   g_hash_table_insert (display_x11->xid_ht, xid, data);
+ }
+ 

Copied: gtk2/repos/testing-x86_64/PKGBUILD (fr

[arch-commits] Commit in gtk2/trunk (PKGBUILD gtk2-dont-ellipsize-filters.diff)

2011-10-17 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 02:13:14
  Author: ibiru
Revision: 140693

update to 2.24.7

Modified:
  gtk2/trunk/PKGBUILD
Deleted:
  gtk2/trunk/gtk2-dont-ellipsize-filters.diff

--+
 PKGBUILD |   14 +-
 gtk2-dont-ellipsize-filters.diff |   28 
 2 files changed, 5 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 03:46:14 UTC (rev 140692)
+++ PKGBUILD2011-10-18 06:13:14 UTC (rev 140693)
@@ -3,8 +3,8 @@
 
 pkgbase=gtk2
 pkgname=('gtk2' 'gtk-update-icon-cache')
-pkgver=2.24.6
-pkgrel=2
+pkgver=2.24.7
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.gtk.org/";
 makedepends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage'
@@ -12,17 +12,13 @@
 options=('!libtool' '!docs')
 license=('LGPL')
 source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-${pkgver}.tar.xz
-xid-collision-debug.patch
-gtk2-dont-ellipsize-filters.diff)
-sha256sums=('8a026b545dc1fa0c1a69b395232ad7c8ee8fa260be5f7d9a2f2ffcd799efefca'
-'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558'
-'90a9d50c1407ab87f6fa9ae131c2663477540419955b0ba39520a18882afceb8')
+xid-collision-debug.patch)
+sha256sums=('1fdc7605501bd2932ef9a3c4c3c9a406e505f18667aea9e73af650da28fff994'
+'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
 
 build() {
 cd "${srcdir}/gtk+-${pkgver}"
 patch -Np1 -i "${srcdir}/xid-collision-debug.patch"
-#https://bugzilla.gnome.org/show_bug.cgi?id=657949
-patch -Np1 -i "${srcdir}/gtk2-dont-ellipsize-filters.diff"
 
 CXX=/bin/false ./configure --prefix=/usr \
 --sysconfdir=/etc \

Deleted: gtk2-dont-ellipsize-filters.diff
===
--- gtk2-dont-ellipsize-filters.diff2011-10-18 03:46:14 UTC (rev 140692)
+++ gtk2-dont-ellipsize-filters.diff2011-10-18 06:13:14 UTC (rev 140693)
@@ -1,28 +0,0 @@
-diff --git a/gtk/gtkfilechooserdefault.c b/gtk/gtkfilechooserdefault.c
-index 2ee7903..37d9e8d 100644
 a/gtk/gtkfilechooserdefault.c
-+++ b/gtk/gtkfilechooserdefault.c
-@@ -2322,23 +2322,9 @@ renderer_editing_canceled_cb (GtkCellRendererText   
*cell_renderer_text,
- static GtkWidget *
- filter_create (GtkFileChooserDefault *impl)
- {
--  GtkCellRenderer *cell;
--  GList   *cells;
--
-   impl->filter_combo = gtk_combo_box_text_new ();
-   gtk_combo_box_set_focus_on_click (GTK_COMBO_BOX (impl->filter_combo), 
FALSE);
- 
--  /* Get the combo's text renderer and set ellipsize parameters */
--  cells = gtk_cell_layout_get_cells (GTK_CELL_LAYOUT (impl->filter_combo));
--  g_assert (cells);
--  cell = cells->data;
--
--  g_object_set (G_OBJECT (cell),
--  "ellipsize", PANGO_ELLIPSIZE_END,
--  NULL);
--
--  g_list_free (cells);
--
-   g_signal_connect (impl->filter_combo, "changed",
-   G_CALLBACK (filter_combo_changed), impl);
- 



[arch-commits] Commit in liquidwar/repos (5 files)

2011-10-17 Thread Eric Bélanger
Date: Monday, October 17, 2011 @ 23:46:12
  Author: eric
Revision: 140691

db-move: moved liquidwar from [staging] to [extra] (i686)

Added:
  liquidwar/repos/extra-i686/PKGBUILD
(from rev 140686, liquidwar/repos/staging-i686/PKGBUILD)
  liquidwar/repos/extra-i686/liquidwar.install
(from rev 140686, liquidwar/repos/staging-i686/liquidwar.install)
Deleted:
  liquidwar/repos/extra-i686/PKGBUILD
  liquidwar/repos/extra-i686/liquidwar.install
  liquidwar/repos/staging-i686/

---+
 PKGBUILD  |   59 ++--
 liquidwar.install |   32 ++--
 2 files changed, 46 insertions(+), 45 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-18 03:46:10 UTC (rev 140690)
+++ extra-i686/PKGBUILD 2011-10-18 03:46:12 UTC (rev 140691)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: Tom Newsom 
-# Maintainer: Jason Chu 
-# Maintainer: Jeff Mickey 
-
-pkgname=liquidwar
-pkgver=5.6.4
-pkgrel=4
-pkgdesc="A unique multiplayer wargame"
-arch=('i686' 'x86_64')
-url="http://www.ufoot.org/liquidwar/";
-license=('GPL')
-depends=('allegro>=4.4.0.1')
-makedepends=('python')
-install=liquidwar.install
-source=(http://www.ufoot.org/download/$pkgname/v5/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('6917dd1026e6685404ffbd086f8ba374')
-sha1sums=('a3006c4da9517c3af3b7bf165b2c86fa369a71c6')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  [ "$CARCH" == "x86_64" ] && EXTRAOPTS="--disable-asm"
-  ./configure --prefix=/usr --disable-doc-ps --disable-doc-pdf 
--disable-doc-php3 $EXTRAOPTS || return 1
-  sed -i 's|$(EXTERN_LIBS)|$(EXTERN_LIBS) -lm|' src/Makefile || return 1
-  make GAMEDIR=/usr/bin DATADIR=/usr/share/$pkgname || return 1
-  make DESTDIR="$pkgdir" DATADIR=/usr/share/$pkgname install || return 1
-  mv "$pkgdir"/usr/games/* "$pkgdir/usr/bin/"
-  rmdir "${pkgdir}/usr/games"
-}

Copied: liquidwar/repos/extra-i686/PKGBUILD (from rev 140686, 
liquidwar/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-18 03:46:12 UTC (rev 140691)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jeff Mickey 
+
+pkgname=liquidwar
+pkgver=5.6.4
+pkgrel=5
+pkgdesc="A unique multiplayer wargame"
+arch=('i686' 'x86_64')
+url="http://www.ufoot.org/liquidwar/";
+license=('GPL')
+depends=('allegro4')
+makedepends=('python2')
+install=liquidwar.install
+source=(http://www.ufoot.org/download/$pkgname/v5/$pkgver/$pkgname-$pkgver.tar.gz
+http://www.ufoot.org/sig/$pkgname-$pkgver.tar.gz.sig)
+sha1sums=('a3006c4da9517c3af3b7bf165b2c86fa369a71c6'
+  'a262967d60e0f04ac5b99693144ef6b0038bb6c4')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's/python/python2/' doc/Makefile.in
+  [ "$CARCH" == "x86_64" ] && EXTRAOPTS="--disable-asm"
+  LIBS='-lm' PYTHON=yes ./configure --prefix=/usr $EXTRAOPTS
+  make GAMEDIR=/usr/bin DATADIR=/usr/share/liquidwar
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" GAMEDIR=/usr/bin DATADIR=/usr/share/liquidwar 
install_nolink
+}

Deleted: extra-i686/liquidwar.install
===
--- extra-i686/liquidwar.install2011-10-18 03:46:10 UTC (rev 140690)
+++ extra-i686/liquidwar.install2011-10-18 03:46:12 UTC (rev 140691)
@@ -1,16 +0,0 @@
-infodir=/usr/share/info
-file=(liquidwar.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info $infodir/$file $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-}

Copied: liquidwar/repos/extra-i686/liquidwar.install (from rev 140686, 
liquidwar/repos/staging-i686/liquidwar.install)
===
--- extra-i686/liquidwar.install(rev 0)
+++ extra-i686/liquidwar.install2011-10-18 03:46:12 UTC (rev 140691)
@@ -0,0 +1,16 @@
+infodir=usr/share/info
+file=(liquidwar.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/$file $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+}



[arch-commits] Commit in liquidwar/repos (5 files)

2011-10-17 Thread Eric Bélanger
Date: Monday, October 17, 2011 @ 23:46:14
  Author: eric
Revision: 140692

db-move: moved liquidwar from [staging] to [extra] (x86_64)

Added:
  liquidwar/repos/extra-x86_64/PKGBUILD
(from rev 140686, liquidwar/repos/staging-x86_64/PKGBUILD)
  liquidwar/repos/extra-x86_64/liquidwar.install
(from rev 140686, liquidwar/repos/staging-x86_64/liquidwar.install)
Deleted:
  liquidwar/repos/extra-x86_64/PKGBUILD
  liquidwar/repos/extra-x86_64/liquidwar.install
  liquidwar/repos/staging-x86_64/

---+
 PKGBUILD  |   59 ++--
 liquidwar.install |   32 ++--
 2 files changed, 46 insertions(+), 45 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-18 03:46:12 UTC (rev 140691)
+++ extra-x86_64/PKGBUILD   2011-10-18 03:46:14 UTC (rev 140692)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: Tom Newsom 
-# Maintainer: Jason Chu 
-# Maintainer: Jeff Mickey 
-
-pkgname=liquidwar
-pkgver=5.6.4
-pkgrel=4
-pkgdesc="A unique multiplayer wargame"
-arch=('i686' 'x86_64')
-url="http://www.ufoot.org/liquidwar/";
-license=('GPL')
-depends=('allegro>=4.4.0.1')
-makedepends=('python')
-install=liquidwar.install
-source=(http://www.ufoot.org/download/$pkgname/v5/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('6917dd1026e6685404ffbd086f8ba374')
-sha1sums=('a3006c4da9517c3af3b7bf165b2c86fa369a71c6')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  [ "$CARCH" == "x86_64" ] && EXTRAOPTS="--disable-asm"
-  ./configure --prefix=/usr --disable-doc-ps --disable-doc-pdf 
--disable-doc-php3 $EXTRAOPTS || return 1
-  sed -i 's|$(EXTERN_LIBS)|$(EXTERN_LIBS) -lm|' src/Makefile || return 1
-  make GAMEDIR=/usr/bin DATADIR=/usr/share/$pkgname || return 1
-  make DESTDIR="$pkgdir" DATADIR=/usr/share/$pkgname install || return 1
-  mv "$pkgdir"/usr/games/* "$pkgdir/usr/bin/"
-  rmdir "${pkgdir}/usr/games"
-}

Copied: liquidwar/repos/extra-x86_64/PKGBUILD (from rev 140686, 
liquidwar/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-18 03:46:14 UTC (rev 140692)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jeff Mickey 
+
+pkgname=liquidwar
+pkgver=5.6.4
+pkgrel=5
+pkgdesc="A unique multiplayer wargame"
+arch=('i686' 'x86_64')
+url="http://www.ufoot.org/liquidwar/";
+license=('GPL')
+depends=('allegro4')
+makedepends=('python2')
+install=liquidwar.install
+source=(http://www.ufoot.org/download/$pkgname/v5/$pkgver/$pkgname-$pkgver.tar.gz
+http://www.ufoot.org/sig/$pkgname-$pkgver.tar.gz.sig)
+sha1sums=('a3006c4da9517c3af3b7bf165b2c86fa369a71c6'
+  'a262967d60e0f04ac5b99693144ef6b0038bb6c4')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's/python/python2/' doc/Makefile.in
+  [ "$CARCH" == "x86_64" ] && EXTRAOPTS="--disable-asm"
+  LIBS='-lm' PYTHON=yes ./configure --prefix=/usr $EXTRAOPTS
+  make GAMEDIR=/usr/bin DATADIR=/usr/share/liquidwar
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" GAMEDIR=/usr/bin DATADIR=/usr/share/liquidwar 
install_nolink
+}

Deleted: extra-x86_64/liquidwar.install
===
--- extra-x86_64/liquidwar.install  2011-10-18 03:46:12 UTC (rev 140691)
+++ extra-x86_64/liquidwar.install  2011-10-18 03:46:14 UTC (rev 140692)
@@ -1,16 +0,0 @@
-infodir=/usr/share/info
-file=(liquidwar.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info $infodir/$file $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-}

Copied: liquidwar/repos/extra-x86_64/liquidwar.install (from rev 140686, 
liquidwar/repos/staging-x86_64/liquidwar.install)
===
--- extra-x86_64/liquidwar.install  (rev 0)
+++ extra-x86_64/liquidwar.install  2011-10-18 03:46:14 UTC (rev 140692)
@@ -0,0 +1,16 @@
+infodir=usr/share/info
+file=(liquidwar.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/$file $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+}



[arch-commits] Commit in allegro4/repos (4 files)

2011-10-17 Thread Eric Bélanger
Date: Monday, October 17, 2011 @ 23:46:09
  Author: eric
Revision: 140689

db-move: moved allegro4 from [staging] to [extra] (i686)

Added:
  allegro4/repos/extra-i686/
  allegro4/repos/extra-i686/LICENSE
(from rev 140686, allegro4/repos/staging-i686/LICENSE)
  allegro4/repos/extra-i686/PKGBUILD
(from rev 140686, allegro4/repos/staging-i686/PKGBUILD)
Deleted:
  allegro4/repos/staging-i686/

--+
 LICENSE  |   26 ++
 PKGBUILD |   38 ++
 2 files changed, 64 insertions(+)

Copied: allegro4/repos/extra-i686/LICENSE (from rev 140686, 
allegro4/repos/staging-i686/LICENSE)
===
--- extra-i686/LICENSE  (rev 0)
+++ extra-i686/LICENSE  2011-10-18 03:46:09 UTC (rev 140689)
@@ -0,0 +1,26 @@
+===
+ Copyright 
+===
+
+   Allegro is gift-ware. It was created by a number of people working in 
+   cooperation, and is given to you freely as a gift. You may use, modify, 
+   redistribute, and generally hack it about in any way you like, and you do 
+   not have to give us anything in return. However, if you like this product 
+   you are encouraged to thank us by making a return gift to the Allegro 
+   community. This could be by writing an add-on package, providing a useful 
+   bug report, making an improvement to the library, or perhaps just 
+   releasing the sources of your program so that other people can learn from 
+   them. If you redistribute parts of this code or make a game using it, it 
+   would be nice if you mentioned Allegro somewhere in the credits, but you 
+   are not required to do this. We trust you not to abuse our generosity.
+
+   Disclaimer:
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+   SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+   FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+   DEALINGS IN THE SOFTWARE.
+

Copied: allegro4/repos/extra-i686/PKGBUILD (from rev 140686, 
allegro4/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-18 03:46:09 UTC (rev 140689)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: arjan 
+
+pkgname=allegro4
+pkgver=4.4.2
+pkgrel=1
+pkgdesc="Portable library mainly aimed at video game and multimedia 
programming (legacy version)"
+arch=('i686' 'x86_64')
+url="http://alleg.sourceforge.net/";
+license=('custom')
+depends=('sh' 'jack' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor')
+makedepends=('cmake' 'libpng')
+source=(http://downloads.sourceforge.net/alleg/allegro-${pkgver}.tar.gz
+LICENSE)
+md5sums=('4db71b0460fc99926ae91d223199c2e6'
+ 'cd97e2992e8e66b9e6a449d832dc9c7a')
+
+build() {
+  cd "${srcdir}"
+  mkdir build && cd build
+
+  cmake "../allegro-${pkgver}" \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DWANT_DOCS=OFF
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



[arch-commits] Commit in allegro4/repos (4 files)

2011-10-17 Thread Eric Bélanger
Date: Monday, October 17, 2011 @ 23:46:10
  Author: eric
Revision: 140690

db-move: moved allegro4 from [staging] to [extra] (x86_64)

Added:
  allegro4/repos/extra-x86_64/
  allegro4/repos/extra-x86_64/LICENSE
(from rev 140686, allegro4/repos/staging-x86_64/LICENSE)
  allegro4/repos/extra-x86_64/PKGBUILD
(from rev 140686, allegro4/repos/staging-x86_64/PKGBUILD)
Deleted:
  allegro4/repos/staging-x86_64/

--+
 LICENSE  |   26 ++
 PKGBUILD |   38 ++
 2 files changed, 64 insertions(+)

Copied: allegro4/repos/extra-x86_64/LICENSE (from rev 140686, 
allegro4/repos/staging-x86_64/LICENSE)
===
--- extra-x86_64/LICENSE(rev 0)
+++ extra-x86_64/LICENSE2011-10-18 03:46:10 UTC (rev 140690)
@@ -0,0 +1,26 @@
+===
+ Copyright 
+===
+
+   Allegro is gift-ware. It was created by a number of people working in 
+   cooperation, and is given to you freely as a gift. You may use, modify, 
+   redistribute, and generally hack it about in any way you like, and you do 
+   not have to give us anything in return. However, if you like this product 
+   you are encouraged to thank us by making a return gift to the Allegro 
+   community. This could be by writing an add-on package, providing a useful 
+   bug report, making an improvement to the library, or perhaps just 
+   releasing the sources of your program so that other people can learn from 
+   them. If you redistribute parts of this code or make a game using it, it 
+   would be nice if you mentioned Allegro somewhere in the credits, but you 
+   are not required to do this. We trust you not to abuse our generosity.
+
+   Disclaimer:
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+   SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+   FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+   DEALINGS IN THE SOFTWARE.
+

Copied: allegro4/repos/extra-x86_64/PKGBUILD (from rev 140686, 
allegro4/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-18 03:46:10 UTC (rev 140690)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: arjan 
+
+pkgname=allegro4
+pkgver=4.4.2
+pkgrel=1
+pkgdesc="Portable library mainly aimed at video game and multimedia 
programming (legacy version)"
+arch=('i686' 'x86_64')
+url="http://alleg.sourceforge.net/";
+license=('custom')
+depends=('sh' 'jack' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor')
+makedepends=('cmake' 'libpng')
+source=(http://downloads.sourceforge.net/alleg/allegro-${pkgver}.tar.gz
+LICENSE)
+md5sums=('4db71b0460fc99926ae91d223199c2e6'
+ 'cd97e2992e8e66b9e6a449d832dc9c7a')
+
+build() {
+  cd "${srcdir}"
+  mkdir build && cd build
+
+  cmake "../allegro-${pkgver}" \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DWANT_DOCS=OFF
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



[arch-commits] Commit in allegro/repos (4 files)

2011-10-17 Thread Eric Bélanger
Date: Monday, October 17, 2011 @ 23:46:08
  Author: eric
Revision: 140688

db-move: moved allegro from [staging] to [extra] (x86_64)

Added:
  allegro/repos/extra-x86_64/PKGBUILD
(from rev 140686, allegro/repos/staging-x86_64/PKGBUILD)
Deleted:
  allegro/repos/extra-x86_64/LICENSE
  allegro/repos/extra-x86_64/PKGBUILD
  allegro/repos/staging-x86_64/

--+
 LICENSE  |   26 -
 PKGBUILD |   75 +
 2 files changed, 36 insertions(+), 65 deletions(-)

Deleted: extra-x86_64/LICENSE
===
--- extra-x86_64/LICENSE2011-10-18 03:46:08 UTC (rev 140687)
+++ extra-x86_64/LICENSE2011-10-18 03:46:08 UTC (rev 140688)
@@ -1,26 +0,0 @@
-===
- Copyright 
-===
-
-   Allegro is gift-ware. It was created by a number of people working in 
-   cooperation, and is given to you freely as a gift. You may use, modify, 
-   redistribute, and generally hack it about in any way you like, and you do 
-   not have to give us anything in return. However, if you like this product 
-   you are encouraged to thank us by making a return gift to the Allegro 
-   community. This could be by writing an add-on package, providing a useful 
-   bug report, making an improvement to the library, or perhaps just 
-   releasing the sources of your program so that other people can learn from 
-   them. If you redistribute parts of this code or make a game using it, it 
-   would be nice if you mentioned Allegro somewhere in the credits, but you 
-   are not required to do this. We trust you not to abuse our generosity.
-
-   Disclaimer:
-
-   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-   FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
-   SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
-   FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
-   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
-   DEALINGS IN THE SOFTWARE.
-

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-18 03:46:08 UTC (rev 140687)
+++ extra-x86_64/PKGBUILD   2011-10-18 03:46:08 UTC (rev 140688)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: arjan 
-
-pkgname=allegro
-pkgver=4.4.2
-pkgrel=1
-pkgdesc="Portable library mainly aimed at video game and multimedia 
programming"
-arch=('i686' 'x86_64')
-url="http://alleg.sourceforge.net/";
-license=('custom')
-depends=('jack' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor' 'libpng')
-makedepends=('cmake')
-source=(http://downloads.sourceforge.net/alleg/${pkgname}-${pkgver}.tar.gz
-LICENSE)
-md5sums=('4db71b0460fc99926ae91d223199c2e6'
- 'cd97e2992e8e66b9e6a449d832dc9c7a')
-
-build() {
-  cd "${srcdir}"
-  mkdir build && cd build
-
-  cmake "../${pkgname}-${pkgver}" \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DWANT_DOCS=OFF
-
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: allegro/repos/extra-x86_64/PKGBUILD (from rev 140686, 
allegro/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-18 03:46:08 UTC (rev 140688)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: arjan 
+
+pkgname=allegro
+pkgver=5.0.4
+pkgrel=1
+pkgdesc="Portable library mainly aimed at video game and multimedia 
programming"
+arch=('i686' 'x86_64')
+url="http://alleg.sourceforge.net/";
+license=('custom')
+depends=('jack' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor' 'libpng' 
'libgl' 'libjpeg')
+makedepends=('cmake' 'mesa')
+source=(http://downloads.sourceforge.net/alleg/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e2e314ee7116c7efddd0497d6c885e46')
+
+build() {
+  cd "${srcdir}"
+  mkdir build && cd build
+
+  cmake "../${pkgname}-${pkgver}" \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DWANT_DOCS=OFF
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 ../${pkgname}-${pkgver}/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



[arch-commits] Commit in allegro/repos (4 files)

2011-10-17 Thread Eric Bélanger
Date: Monday, October 17, 2011 @ 23:46:08
  Author: eric
Revision: 140687

db-move: moved allegro from [staging] to [extra] (i686)

Added:
  allegro/repos/extra-i686/PKGBUILD
(from rev 140686, allegro/repos/staging-i686/PKGBUILD)
Deleted:
  allegro/repos/extra-i686/LICENSE
  allegro/repos/extra-i686/PKGBUILD
  allegro/repos/staging-i686/

--+
 LICENSE  |   26 -
 PKGBUILD |   75 +
 2 files changed, 36 insertions(+), 65 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2011-10-18 03:25:41 UTC (rev 140686)
+++ extra-i686/LICENSE  2011-10-18 03:46:08 UTC (rev 140687)
@@ -1,26 +0,0 @@
-===
- Copyright 
-===
-
-   Allegro is gift-ware. It was created by a number of people working in 
-   cooperation, and is given to you freely as a gift. You may use, modify, 
-   redistribute, and generally hack it about in any way you like, and you do 
-   not have to give us anything in return. However, if you like this product 
-   you are encouraged to thank us by making a return gift to the Allegro 
-   community. This could be by writing an add-on package, providing a useful 
-   bug report, making an improvement to the library, or perhaps just 
-   releasing the sources of your program so that other people can learn from 
-   them. If you redistribute parts of this code or make a game using it, it 
-   would be nice if you mentioned Allegro somewhere in the credits, but you 
-   are not required to do this. We trust you not to abuse our generosity.
-
-   Disclaimer:
-
-   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-   FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
-   SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
-   FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
-   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
-   DEALINGS IN THE SOFTWARE.
-

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-18 03:25:41 UTC (rev 140686)
+++ extra-i686/PKGBUILD 2011-10-18 03:46:08 UTC (rev 140687)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: arjan 
-
-pkgname=allegro
-pkgver=4.4.2
-pkgrel=1
-pkgdesc="Portable library mainly aimed at video game and multimedia 
programming"
-arch=('i686' 'x86_64')
-url="http://alleg.sourceforge.net/";
-license=('custom')
-depends=('jack' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor' 'libpng')
-makedepends=('cmake')
-source=(http://downloads.sourceforge.net/alleg/${pkgname}-${pkgver}.tar.gz
-LICENSE)
-md5sums=('4db71b0460fc99926ae91d223199c2e6'
- 'cd97e2992e8e66b9e6a449d832dc9c7a')
-
-build() {
-  cd "${srcdir}"
-  mkdir build && cd build
-
-  cmake "../${pkgname}-${pkgver}" \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DWANT_DOCS=OFF
-
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: allegro/repos/extra-i686/PKGBUILD (from rev 140686, 
allegro/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-18 03:46:08 UTC (rev 140687)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: arjan 
+
+pkgname=allegro
+pkgver=5.0.4
+pkgrel=1
+pkgdesc="Portable library mainly aimed at video game and multimedia 
programming"
+arch=('i686' 'x86_64')
+url="http://alleg.sourceforge.net/";
+license=('custom')
+depends=('jack' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor' 'libpng' 
'libgl' 'libjpeg')
+makedepends=('cmake' 'mesa')
+source=(http://downloads.sourceforge.net/alleg/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e2e314ee7116c7efddd0497d6c885e46')
+
+build() {
+  cd "${srcdir}"
+  mkdir build && cd build
+
+  cmake "../${pkgname}-${pkgver}" \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DWANT_DOCS=OFF
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 ../${pkgname}-${pkgver}/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



[arch-commits] Commit in perl-yaml/repos/extra-any (PKGBUILD PKGBUILD)

2011-10-17 Thread Eric Bélanger
Date: Monday, October 17, 2011 @ 23:25:41
  Author: eric
Revision: 140686

archrelease: copy trunk to extra-any

Added:
  perl-yaml/repos/extra-any/PKGBUILD
(from rev 140685, perl-yaml/trunk/PKGBUILD)
Deleted:
  perl-yaml/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-10-18 03:25:26 UTC (rev 140685)
+++ PKGBUILD2011-10-18 03:25:41 UTC (rev 140686)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Charles Mauch 
-
-pkgname=perl-yaml
-_realname=YAML
-pkgver=0.73
-pkgrel=1
-pkgdesc="Perl/CPAN Module YAML : YAML Aint Markup Language tm"
-arch=(any)
-url="http://search.cpan.org/dist/${_realname}/";
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=(!emptydirs)
-source=(http://www.cpan.org/authors/id/I/IN/INGY/${_realname}-${pkgver}.tar.gz)
-md5sums=('ef10641e699df5869da9ae006ad78719')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-
-  # install module in vendor directories.
-  #PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-yaml/repos/extra-any/PKGBUILD (from rev 140685, 
perl-yaml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-10-18 03:25:41 UTC (rev 140686)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Charles Mauch 
+
+pkgname=perl-yaml
+_realname=YAML
+pkgver=0.77
+pkgrel=1
+pkgdesc="Perl/CPAN Module YAML : YAML Aint Markup Language tm"
+arch=('any')
+url="http://search.cpan.org/dist/${_realname}/";
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/I/IN/INGY/${_realname}-${pkgver}.tar.gz)
+md5sums=('a9645c6f3dc5b353af221af200b9ab53')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+
+  # install module in vendor directories.
+  #PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}



[arch-commits] Commit in perl-yaml/trunk (PKGBUILD)

2011-10-17 Thread Eric Bélanger
Date: Monday, October 17, 2011 @ 23:25:26
  Author: eric
Revision: 140685

upgpkg: perl-yaml 0.77-1

Upstream update

Modified:
  perl-yaml/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 03:20:44 UTC (rev 140684)
+++ PKGBUILD2011-10-18 03:25:26 UTC (rev 140685)
@@ -4,19 +4,19 @@
 
 pkgname=perl-yaml
 _realname=YAML
-pkgver=0.73
+pkgver=0.77
 pkgrel=1
 pkgdesc="Perl/CPAN Module YAML : YAML Aint Markup Language tm"
-arch=(any)
+arch=('any')
 url="http://search.cpan.org/dist/${_realname}/";
 license=('GPL' 'PerlArtistic')
 depends=('perl>=5.10.0')
-options=(!emptydirs)
+options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/I/IN/INGY/${_realname}-${pkgver}.tar.gz)
-md5sums=('ef10641e699df5869da9ae006ad78719')
+md5sums=('a9645c6f3dc5b353af221af200b9ab53')
 
 build() {
-  cd ${srcdir}/${_realname}-${pkgver}
+  cd "${srcdir}/${_realname}-${pkgver}"
 
   # install module in vendor directories.
   #PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
@@ -25,11 +25,11 @@
 }
 
 check() {
-  cd ${srcdir}/${_realname}-${pkgver}
+  cd "${srcdir}/${_realname}-${pkgver}"
   make test
 }
 
 package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
 }



[arch-commits] Commit in perl-uri/repos/extra-any (PKGBUILD PKGBUILD)

2011-10-17 Thread Eric Bélanger
Date: Monday, October 17, 2011 @ 23:20:44
  Author: eric
Revision: 140684

archrelease: copy trunk to extra-any

Added:
  perl-uri/repos/extra-any/PKGBUILD
(from rev 140683, perl-uri/trunk/PKGBUILD)
Deleted:
  perl-uri/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-10-18 03:20:30 UTC (rev 140683)
+++ PKGBUILD2011-10-18 03:20:44 UTC (rev 140684)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: eric 
-# Contributor: Manolis Tzanidakis
-# Contributor: Firmicus  
-
-pkgname=perl-uri
-_realname=URI
-pkgver=1.58
-pkgrel=1
-pkgdesc="Uniform Resource Identifiers (absolute and relative)"
-arch=(any)
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl>=5.10.0')
-provides=('perl-uri-escape=3.30')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/${_realname}-$pkgver.tar.gz)
-md5sums=('540575aee18616ad9a21e0af7a1e7b18')
-
-build() {
-  cd ${srcdir}/${_realname}-$pkgver
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/${_realname}-$pkgver
-  make install DESTDIR=${pkgdir}
-}
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-uri/repos/extra-any/PKGBUILD (from rev 140683, 
perl-uri/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-10-18 03:20:44 UTC (rev 140684)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: eric 
+# Contributor: Manolis Tzanidakis
+# Contributor: Firmicus  
+
+pkgname=perl-uri
+_realname=URI
+pkgver=1.59
+pkgrel=1
+pkgdesc="Uniform Resource Identifiers (absolute and relative)"
+arch=('any')
+url="http://search.cpan.org/dist/${_realname}/";
+license=('PerlArtistic')
+depends=('perl>=5.10.0')
+provides=('perl-uri-escape=3.30')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/${_realname}-$pkgver.tar.gz)
+md5sums=('fecebf8fa20e2d26ea4a1649c095e96e')
+
+build() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  make install DESTDIR="${pkgdir}"
+}
+# vim: ts=2 sw=2 et ft=sh



[arch-commits] Commit in perl-uri/trunk (PKGBUILD)

2011-10-17 Thread Eric Bélanger
Date: Monday, October 17, 2011 @ 23:20:30
  Author: eric
Revision: 140683

upgpkg: perl-uri 1.59-1

Upstream update

Modified:
  perl-uri/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 03:16:34 UTC (rev 140682)
+++ PKGBUILD2011-10-18 03:20:30 UTC (rev 140683)
@@ -5,27 +5,27 @@
 
 pkgname=perl-uri
 _realname=URI
-pkgver=1.58
+pkgver=1.59
 pkgrel=1
 pkgdesc="Uniform Resource Identifiers (absolute and relative)"
-arch=(any)
+arch=('any')
+url="http://search.cpan.org/dist/${_realname}/";
 license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
 depends=('perl>=5.10.0')
 provides=('perl-uri-escape=3.30')
-options=(!emptydirs)
+options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/${_realname}-$pkgver.tar.gz)
-md5sums=('540575aee18616ad9a21e0af7a1e7b18')
+md5sums=('fecebf8fa20e2d26ea4a1649c095e96e')
 
 build() {
-  cd ${srcdir}/${_realname}-$pkgver
+  cd "${srcdir}/${_realname}-$pkgver"
   # install module in vendor directories.
   perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
 package() {
-  cd ${srcdir}/${_realname}-$pkgver
-  make install DESTDIR=${pkgdir}
+  cd "${srcdir}/${_realname}-$pkgver"
+  make install DESTDIR="${pkgdir}"
 }
 # vim: ts=2 sw=2 et ft=sh



[arch-commits] Commit in perl-test-pod/repos/extra-any (PKGBUILD PKGBUILD)

2011-10-17 Thread Eric Bélanger
Date: Monday, October 17, 2011 @ 23:16:34
  Author: eric
Revision: 140682

archrelease: copy trunk to extra-any

Added:
  perl-test-pod/repos/extra-any/PKGBUILD
(from rev 140681, perl-test-pod/trunk/PKGBUILD)
Deleted:
  perl-test-pod/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   58 ++
 1 file changed, 30 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-10-18 03:16:08 UTC (rev 140681)
+++ PKGBUILD2011-10-18 03:16:34 UTC (rev 140682)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Kevin 
-# Contributor: Firmicus  
-
-pkgname=perl-test-pod
-_realname=Test-Pod
-pkgver=1.44
-pkgrel=1
-pkgdesc="Check for POD errors in files"
-arch=(any)
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/${_realname}-${pkgver}.tar.gz)
-md5sums=('02380af5539521524d5df17273a57ae7')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-
-  perl Build.PL installdirs=vendor || return 1
-  ./Build || return 1
-  ./Build install destdir=$pkgdir || return 1
-
-  find $startdir/pkg -name '.packlist' -delete
-  find $startdir/pkg -name '*.pod' -delete
-}
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-test-pod/repos/extra-any/PKGBUILD (from rev 140681, 
perl-test-pod/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-10-18 03:16:34 UTC (rev 140682)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Kevin 
+# Contributor: Firmicus  
+
+pkgname=perl-test-pod
+_realname=Test-Pod
+pkgver=1.45
+pkgrel=1
+pkgdesc="Check for POD errors in files"
+arch=('any')
+url="http://search.cpan.org/dist/${_realname}/";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/${_realname}-${pkgver}.tar.gz)
+md5sums=('089c8f272931df82f6c4d11a74f04628')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Build.PL installdirs=vendor
+  ./Build
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  ./Build install destdir="${pkgdir}"
+
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}



[arch-commits] Commit in perl-test-pod/trunk (PKGBUILD)

2011-10-17 Thread Eric Bélanger
Date: Monday, October 17, 2011 @ 23:16:08
  Author: eric
Revision: 140681

upgpkg: perl-test-pod 1.45-1

Upstream update

Modified:
  perl-test-pod/trunk/PKGBUILD

--+
 PKGBUILD |   26 ++
 1 file changed, 14 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 03:11:21 UTC (rev 140680)
+++ PKGBUILD2011-10-18 03:16:08 UTC (rev 140681)
@@ -4,25 +4,27 @@
 
 pkgname=perl-test-pod
 _realname=Test-Pod
-pkgver=1.44
+pkgver=1.45
 pkgrel=1
 pkgdesc="Check for POD errors in files"
-arch=(any)
+arch=('any')
+url="http://search.cpan.org/dist/${_realname}/";
 license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
 depends=('perl')
-options=(!emptydirs)
+options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/${_realname}-${pkgver}.tar.gz)
-md5sums=('02380af5539521524d5df17273a57ae7')
+md5sums=('089c8f272931df82f6c4d11a74f04628')
 
 build() {
-  cd ${srcdir}/${_realname}-${pkgver}
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Build.PL installdirs=vendor
+  ./Build
+}
 
-  perl Build.PL installdirs=vendor || return 1
-  ./Build || return 1
-  ./Build install destdir=$pkgdir || return 1
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  ./Build install destdir="${pkgdir}"
 
-  find $startdir/pkg -name '.packlist' -delete
-  find $startdir/pkg -name '*.pod' -delete
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
 }
-# vim: ts=2 sw=2 et ft=sh



[arch-commits] Commit in perl-mailtools/repos/extra-any (PKGBUILD PKGBUILD)

2011-10-17 Thread Eric Bélanger
Date: Monday, October 17, 2011 @ 23:11:21
  Author: eric
Revision: 140680

archrelease: copy trunk to extra-any

Added:
  perl-mailtools/repos/extra-any/PKGBUILD
(from rev 140679, perl-mailtools/trunk/PKGBUILD)
Deleted:
  perl-mailtools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   57 -
 1 file changed, 28 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-10-18 03:11:07 UTC (rev 140679)
+++ PKGBUILD2011-10-18 03:11:21 UTC (rev 140680)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche 
-# Contributor: Eric Johnson 
-
-pkgname=perl-mailtools
-_realname=MailTools
-pkgver=2.07
-pkgrel=1
-pkgdesc="Perl module that provides email tools"
-arch=(any)
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl>=5.10.0')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/${_realname}-${pkgver}.tar.gz)
-md5sums=('df861e05cbcf3a336ecebfb2c42529d0')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-mailtools/repos/extra-any/PKGBUILD (from rev 140679, 
perl-mailtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-10-18 03:11:21 UTC (rev 140680)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Kevin Piche 
+# Contributor: Eric Johnson 
+
+pkgname=perl-mailtools
+_realname=MailTools
+pkgver=2.08
+pkgrel=1
+pkgdesc="Perl module that provides email tools"
+arch=('any')
+url="http://search.cpan.org/dist/${_realname}/";
+license=('PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/${_realname}-${pkgver}.tar.gz)
+md5sums=('0245bf7985c6661e0cf31a59657a18f0')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}



[arch-commits] Commit in perl-mailtools/trunk (PKGBUILD)

2011-10-17 Thread Eric Bélanger
Date: Monday, October 17, 2011 @ 23:11:07
  Author: eric
Revision: 140679

upgpkg: perl-mailtools 2.08-1

Upstream update

Modified:
  perl-mailtools/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 03:07:30 UTC (rev 140678)
+++ PKGBUILD2011-10-18 03:11:07 UTC (rev 140679)
@@ -4,26 +4,25 @@
 
 pkgname=perl-mailtools
 _realname=MailTools
-pkgver=2.07
+pkgver=2.08
 pkgrel=1
 pkgdesc="Perl module that provides email tools"
-arch=(any)
-license=('PerlArtistic')
+arch=('any')
 url="http://search.cpan.org/dist/${_realname}/";
+license=('PerlArtistic')
 depends=('perl>=5.10.0')
-options=(!emptydirs)
+options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/${_realname}-${pkgver}.tar.gz)
-md5sums=('df861e05cbcf3a336ecebfb2c42529d0')
+md5sums=('0245bf7985c6661e0cf31a59657a18f0')
 
 build() {
-  cd ${srcdir}/${_realname}-${pkgver}
+  cd "${srcdir}/${_realname}-${pkgver}"
   # install module in vendor directories.
   perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
 package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
 }
-# vim: ts=2 sw=2 et ft=sh



[arch-commits] Commit in perl-html-template/repos/extra-any (PKGBUILD PKGBUILD)

2011-10-17 Thread Eric Bélanger
Date: Monday, October 17, 2011 @ 23:07:30
  Author: eric
Revision: 140678

archrelease: copy trunk to extra-any

Added:
  perl-html-template/repos/extra-any/PKGBUILD
(from rev 140677, perl-html-template/trunk/PKGBUILD)
Deleted:
  perl-html-template/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   54 ++
 1 file changed, 30 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-10-18 03:07:15 UTC (rev 140677)
+++ PKGBUILD2011-10-18 03:07:30 UTC (rev 140678)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
-# Maintainer: Firmicus  
-# Contributor: Sergej Pupykin 
-# Contributor: Charles Mauch 
-
-pkgname=perl-html-template
-_cpanname=HTML-Template
-pkgver=2.9
-pkgrel=4
-pkgdesc="A simple HTML templating system"
-arch=any
-url="http://search.cpan.org/dist/HTML-Template";
-license=("GPL" "PerlArtistic")
-source=("http://www.cpan.org/authors/id/S/SA/SAMTREGAR/${_cpanname}-${pkgver}.tar.gz";)
-md5sums=('cbf88a486b36284be55765ac7357c187')
-
-build() {
-  cd $startdir/src/${_cpanname}-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 
-  make || return 1
-  make install DESTDIR=$startdir/pkg || return 1
-  find $startdir/pkg -name '.packlist' -delete
-  find $startdir/pkg -name '*.pod' -delete
-}

Copied: perl-html-template/repos/extra-any/PKGBUILD (from rev 140677, 
perl-html-template/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-10-18 03:07:30 UTC (rev 140678)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
+# Maintainer: Firmicus  
+# Contributor: Sergej Pupykin 
+# Contributor: Charles Mauch 
+
+pkgname=perl-html-template
+_cpanname=HTML-Template
+pkgver=2.10
+pkgrel=1
+pkgdesc="A simple HTML templating system"
+arch=('any')
+url="http://search.cpan.org/dist/HTML-Template";
+license=("GPL" "PerlArtistic")
+depends=('perl')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/W/WO/WONKO/${_cpanname}-${pkgver}.tar.gz";)
+md5sums=('49537aa239ab090698b9e1a0b0be7412')
+
+build() {
+  cd "${srcdir}/${_cpanname}-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_cpanname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}



[arch-commits] Commit in perl-html-template/trunk (PKGBUILD)

2011-10-17 Thread Eric Bélanger
Date: Monday, October 17, 2011 @ 23:07:15
  Author: eric
Revision: 140677

upgpkg: perl-html-template 2.10-1

Upstream update

Modified:
  perl-html-template/trunk/PKGBUILD

--+
 PKGBUILD |   28 +---
 1 file changed, 17 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 02:58:14 UTC (rev 140676)
+++ PKGBUILD2011-10-18 03:07:15 UTC (rev 140677)
@@ -5,20 +5,26 @@
 
 pkgname=perl-html-template
 _cpanname=HTML-Template
-pkgver=2.9
-pkgrel=4
+pkgver=2.10
+pkgrel=1
 pkgdesc="A simple HTML templating system"
-arch=any
+arch=('any')
 url="http://search.cpan.org/dist/HTML-Template";
 license=("GPL" "PerlArtistic")
-source=("http://www.cpan.org/authors/id/S/SA/SAMTREGAR/${_cpanname}-${pkgver}.tar.gz";)
-md5sums=('cbf88a486b36284be55765ac7357c187')
+depends=('perl')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/W/WO/WONKO/${_cpanname}-${pkgver}.tar.gz";)
+md5sums=('49537aa239ab090698b9e1a0b0be7412')
 
 build() {
-  cd $startdir/src/${_cpanname}-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 
-  make || return 1
-  make install DESTDIR=$startdir/pkg || return 1
-  find $startdir/pkg -name '.packlist' -delete
-  find $startdir/pkg -name '*.pod' -delete
+  cd "${srcdir}/${_cpanname}-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
 }
+
+package() {
+  cd "${srcdir}/${_cpanname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}



[arch-commits] Commit in perl-exiftool/repos/extra-any (PKGBUILD PKGBUILD)

2011-10-17 Thread Eric Bélanger
Date: Monday, October 17, 2011 @ 22:58:14
  Author: eric
Revision: 140676

archrelease: copy trunk to extra-any

Added:
  perl-exiftool/repos/extra-any/PKGBUILD
(from rev 140675, perl-exiftool/trunk/PKGBUILD)
Deleted:
  perl-exiftool/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-10-18 02:58:00 UTC (rev 140675)
+++ PKGBUILD2011-10-18 02:58:14 UTC (rev 140676)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: tobias 
-# Contributor: Tobias Kieslich 
-# Contributor: Firmicus 
-
-pkgname=perl-exiftool
-_srcname=Image-ExifTool
-pkgver=8.61
-pkgrel=1
-license=('GPL')
-pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
-url="http://www.sno.phy.queensu.ca/~phil/exiftool/";
-arch=(any)
-depends=('perl')
-source=(http://www.sno.phy.queensu.ca/~phil/exiftool/${_srcname}-$pkgver.tar.gz)
-options=(!emptydirs)
-md5sums=('5bc6febf7e6c5dc9e8d9487d033952f9')
-
-build() {
-  cd ${srcdir}/${_srcname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/${_srcname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  # remove *.pod, .packlist, and empty dirs:
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}
-

Copied: perl-exiftool/repos/extra-any/PKGBUILD (from rev 140675, 
perl-exiftool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-10-18 02:58:14 UTC (rev 140676)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: tobias 
+# Contributor: Tobias Kieslich 
+# Contributor: Firmicus 
+
+pkgname=perl-exiftool
+_srcname=Image-ExifTool
+pkgver=8.67
+pkgrel=1
+pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
+arch=('any')
+url="http://www.sno.phy.queensu.ca/~phil/exiftool/";
+license=('GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.sno.phy.queensu.ca/~phil/exiftool/${_srcname}-$pkgver.tar.gz)
+md5sums=('41f807544fdc48080289de5dda8959d4')
+
+build() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # remove *.pod, .packlist, and empty dirs:
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}
+



[arch-commits] Commit in perl-exiftool/trunk (PKGBUILD)

2011-10-17 Thread Eric Bélanger
Date: Monday, October 17, 2011 @ 22:58:00
  Author: eric
Revision: 140675

upgpkg: perl-exiftool 8.67-1

Upstream update

Modified:
  perl-exiftool/trunk/PKGBUILD

--+
 PKGBUILD |   20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 02:52:13 UTC (rev 140674)
+++ PKGBUILD2011-10-18 02:58:00 UTC (rev 140675)
@@ -5,29 +5,29 @@
 
 pkgname=perl-exiftool
 _srcname=Image-ExifTool
-pkgver=8.61
+pkgver=8.67
 pkgrel=1
-license=('GPL')
 pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
+arch=('any')
 url="http://www.sno.phy.queensu.ca/~phil/exiftool/";
-arch=(any)
+license=('GPL')
 depends=('perl')
+options=('!emptydirs')
 
source=(http://www.sno.phy.queensu.ca/~phil/exiftool/${_srcname}-$pkgver.tar.gz)
-options=(!emptydirs)
-md5sums=('5bc6febf7e6c5dc9e8d9487d033952f9')
+md5sums=('41f807544fdc48080289de5dda8959d4')
 
 build() {
-  cd ${srcdir}/${_srcname}-${pkgver}
+  cd "${srcdir}/${_srcname}-${pkgver}"
   # install module in vendor directories.
   perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
 package() {
-  cd ${srcdir}/${_srcname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
   # remove *.pod, .packlist, and empty dirs:
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
 }
 



[arch-commits] Commit in perl-anyevent/repos/extra-any (PKGBUILD PKGBUILD)

2011-10-17 Thread Eric Bélanger
Date: Monday, October 17, 2011 @ 22:52:13
  Author: eric
Revision: 140674

archrelease: copy trunk to extra-any

Added:
  perl-anyevent/repos/extra-any/PKGBUILD
(from rev 140673, perl-anyevent/trunk/PKGBUILD)
Deleted:
  perl-anyevent/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-10-18 02:51:59 UTC (rev 140673)
+++ PKGBUILD2011-10-18 02:52:13 UTC (rev 140674)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: tobias 
-# Contributor: Tobias Kieslich 
-# Contributor: François Charette 
-
-pkgname=perl-anyevent
-_cpanname=AnyEvent
-pkgver=6.02
-pkgrel=1
-epoch=1
-pkgdesc="Framework for multiple event loops"
-license=('GPL')
-arch=('any')
-url="http://search.cpan.org/dist/${_cpanname}/";
-depends=('perl-event' 'glib-perl' 'perl>=5.14.0')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/${_cpanname}-${pkgver}.tar.gz)
-
-build() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}
-md5sums=('096746d33225d977e45365185d6a1940')

Copied: perl-anyevent/repos/extra-any/PKGBUILD (from rev 140673, 
perl-anyevent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-10-18 02:52:13 UTC (rev 140674)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: tobias 
+# Contributor: Tobias Kieslich 
+# Contributor: François Charette 
+
+pkgname=perl-anyevent
+_cpanname=AnyEvent
+pkgver=6.1
+pkgrel=1
+epoch=1
+pkgdesc="Framework for multiple event loops"
+arch=('any')
+url="http://search.cpan.org/dist/${_cpanname}/";
+license=('GPL')
+depends=('perl-event' 'glib-perl' 'perl>=5.14.0')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/${_cpanname}-${pkgver}.tar.gz)
+md5sums=('62534a2b7bd86c5aa9d72181913ae1cd')
+
+build() {
+  cd "${srcdir}/${_cpanname}-${pkgver}"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_cpanname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+
+  # remove perllocal.pod and .packlist
+  find "${pkgdir}" -name perllocal.pod -delete
+  find "${pkgdir}" -name .packlist -delete
+}



[arch-commits] Commit in perl-anyevent/trunk (PKGBUILD)

2011-10-17 Thread Eric Bélanger
Date: Monday, October 17, 2011 @ 22:51:59
  Author: eric
Revision: 140673

upgpkg: perl-anyevent 1:6.1-1

Upstream update

Modified:
  perl-anyevent/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 02:34:13 UTC (rev 140672)
+++ PKGBUILD2011-10-18 02:51:59 UTC (rev 140673)
@@ -5,30 +5,30 @@
 
 pkgname=perl-anyevent
 _cpanname=AnyEvent
-pkgver=6.02
+pkgver=6.1
 pkgrel=1
 epoch=1
 pkgdesc="Framework for multiple event loops"
-license=('GPL')
 arch=('any')
 url="http://search.cpan.org/dist/${_cpanname}/";
+license=('GPL')
 depends=('perl-event' 'glib-perl' 'perl>=5.14.0')
-options=(!emptydirs)
+options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/${_cpanname}-${pkgver}.tar.gz)
+md5sums=('62534a2b7bd86c5aa9d72181913ae1cd')
 
 build() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
+  cd "${srcdir}/${_cpanname}-${pkgver}"
   # install module in vendor directories.
   perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
 package() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-  make install DESTDIR=${pkgdir}
+  cd "${srcdir}/${_cpanname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
 
   # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
+  find "${pkgdir}" -name perllocal.pod -delete
+  find "${pkgdir}" -name .packlist -delete
 }
-md5sums=('096746d33225d977e45365185d6a1940')



[arch-commits] Commit in openbabel/repos (4 files)

2011-10-17 Thread Eric Bélanger
Date: Monday, October 17, 2011 @ 22:34:13
  Author: eric
Revision: 140672

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  openbabel/repos/extra-i686/PKGBUILD
(from rev 140671, openbabel/trunk/PKGBUILD)
  openbabel/repos/extra-x86_64/PKGBUILD
(from rev 140671, openbabel/trunk/PKGBUILD)
Deleted:
  openbabel/repos/extra-i686/PKGBUILD
  openbabel/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   67 +++-
 extra-x86_64/PKGBUILD |   67 +++-
 2 files changed, 66 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-18 02:33:55 UTC (rev 140671)
+++ extra-i686/PKGBUILD 2011-10-18 02:34:13 UTC (rev 140672)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Damir Perisa 
-
-pkgname=openbabel
-pkgver=2.3.0
-pkgrel=3
-pkgdesc="A library designed to interconvert between many file formats used in \
-molecular modeling and computational chemistry"
-arch=('i686' 'x86_64')
-url="http://openbabel.org/wiki/Main_Page";
-license=('GPL')
-depends=('gcc-libs' 'libxml2')
-makedepends=('cmake' 'eigen' 'wxgtk')
-optdepends=('eigen: to use bindings'
-'wxgtk: GUI interface')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('effda01ed4a31d18d8e3d08191799608')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: openbabel/repos/extra-i686/PKGBUILD (from rev 140671, 
openbabel/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-18 02:34:13 UTC (rev 140672)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Damir Perisa 
+
+pkgname=openbabel
+pkgver=2.3.1
+pkgrel=1
+pkgdesc="A library designed to interconvert between many file formats used in 
molecular modeling and computational chemistry"
+arch=('i686' 'x86_64')
+url="http://openbabel.org/wiki/Main_Page";
+license=('GPL')
+depends=('gcc-libs' 'libxml2')
+makedepends=('cmake' 'eigen' 'wxgtk')
+optdepends=('eigen: to use bindings'
+'wxgtk: GUI interface')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('1f029b0add12a3b55582dc2c832b04f8')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-18 02:33:55 UTC (rev 140671)
+++ extra-x86_64/PKGBUILD   2011-10-18 02:34:13 UTC (rev 140672)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Damir Perisa 
-
-pkgname=openbabel
-pkgver=2.3.0
-pkgrel=3
-pkgdesc="A library designed to interconvert between many file formats used in \
-molecular modeling and computational chemistry"
-arch=('i686' 'x86_64')
-url="http://openbabel.org/wiki/Main_Page";
-license=('GPL')
-depends=('gcc-libs' 'libxml2')
-makedepends=('cmake' 'eigen' 'wxgtk')
-optdepends=('eigen: to use bindings'
-'wxgtk: GUI interface')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('effda01ed4a31d18d8e3d08191799608')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: openbabel/repos/extra-x86_64/PKGBUILD (from rev 140671, 
openbabel/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-18 02:34:13 UTC (rev 140672)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Damir Perisa 
+
+pkgname=openbabel
+pkgver=2.3.1
+pkgrel=1
+pkgdesc="A library designed to interconvert between many file formats used in 
molecular modeling and computational chemistry"
+arch=('i686' 'x86_64')
+url="http://openbabel.org/wiki/Main_Page";
+license=('GPL')
+depends=('gcc-libs' 'libxml2')
+makedepends=('cmake' 'eigen' 'wxgtk')
+optdepends=('eigen: to use bindings'
+'wxgtk: GUI interface')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('1f029b0add12a3b55582dc2c832b04f8')
+
+build() {
+  cd "${srcdir}"
+  mkdi

[arch-commits] Commit in openbabel/trunk (PKGBUILD)

2011-10-17 Thread Eric Bélanger
Date: Monday, October 17, 2011 @ 22:33:55
  Author: eric
Revision: 140671

upgpkg: openbabel 2.3.1-1

Upstream update

Modified:
  openbabel/trunk/PKGBUILD

--+
 PKGBUILD |   15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 01:14:15 UTC (rev 140670)
+++ PKGBUILD2011-10-18 02:33:55 UTC (rev 140671)
@@ -3,10 +3,9 @@
 # Contributor: Damir Perisa 
 
 pkgname=openbabel
-pkgver=2.3.0
-pkgrel=3
-pkgdesc="A library designed to interconvert between many file formats used in \
-molecular modeling and computational chemistry"
+pkgver=2.3.1
+pkgrel=1
+pkgdesc="A library designed to interconvert between many file formats used in 
molecular modeling and computational chemistry"
 arch=('i686' 'x86_64')
 url="http://openbabel.org/wiki/Main_Page";
 license=('GPL')
@@ -16,10 +15,10 @@
 'wxgtk: GUI interface')
 options=('!libtool')
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('effda01ed4a31d18d8e3d08191799608')
+md5sums=('1f029b0add12a3b55582dc2c832b04f8')
 
 build() {
-  cd ${srcdir}
+  cd "${srcdir}"
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -29,6 +28,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
 }



[arch-commits] Commit in liquidwar/repos (6 files)

2011-10-17 Thread Eric Bélanger
Date: Monday, October 17, 2011 @ 21:14:15
  Author: eric
Revision: 140670

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  liquidwar/repos/staging-i686/
  liquidwar/repos/staging-i686/PKGBUILD
(from rev 140669, liquidwar/trunk/PKGBUILD)
  liquidwar/repos/staging-i686/liquidwar.install
(from rev 140669, liquidwar/trunk/liquidwar.install)
  liquidwar/repos/staging-x86_64/
  liquidwar/repos/staging-x86_64/PKGBUILD
(from rev 140669, liquidwar/trunk/PKGBUILD)
  liquidwar/repos/staging-x86_64/liquidwar.install
(from rev 140669, liquidwar/trunk/liquidwar.install)

--+
 staging-i686/PKGBUILD|   30 ++
 staging-i686/liquidwar.install   |   16 
 staging-x86_64/PKGBUILD  |   30 ++
 staging-x86_64/liquidwar.install |   16 
 4 files changed, 92 insertions(+)

Copied: liquidwar/repos/staging-i686/PKGBUILD (from rev 140669, 
liquidwar/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-18 01:14:15 UTC (rev 140670)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jeff Mickey 
+
+pkgname=liquidwar
+pkgver=5.6.4
+pkgrel=5
+pkgdesc="A unique multiplayer wargame"
+arch=('i686' 'x86_64')
+url="http://www.ufoot.org/liquidwar/";
+license=('GPL')
+depends=('allegro4')
+makedepends=('python2')
+install=liquidwar.install
+source=(http://www.ufoot.org/download/$pkgname/v5/$pkgver/$pkgname-$pkgver.tar.gz
+http://www.ufoot.org/sig/$pkgname-$pkgver.tar.gz.sig)
+sha1sums=('a3006c4da9517c3af3b7bf165b2c86fa369a71c6'
+  'a262967d60e0f04ac5b99693144ef6b0038bb6c4')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's/python/python2/' doc/Makefile.in
+  [ "$CARCH" == "x86_64" ] && EXTRAOPTS="--disable-asm"
+  LIBS='-lm' PYTHON=yes ./configure --prefix=/usr $EXTRAOPTS
+  make GAMEDIR=/usr/bin DATADIR=/usr/share/liquidwar
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" GAMEDIR=/usr/bin DATADIR=/usr/share/liquidwar 
install_nolink
+}

Copied: liquidwar/repos/staging-i686/liquidwar.install (from rev 140669, 
liquidwar/trunk/liquidwar.install)
===
--- staging-i686/liquidwar.install  (rev 0)
+++ staging-i686/liquidwar.install  2011-10-18 01:14:15 UTC (rev 140670)
@@ -0,0 +1,16 @@
+infodir=usr/share/info
+file=(liquidwar.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/$file $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+}

Copied: liquidwar/repos/staging-x86_64/PKGBUILD (from rev 140669, 
liquidwar/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-10-18 01:14:15 UTC (rev 140670)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jeff Mickey 
+
+pkgname=liquidwar
+pkgver=5.6.4
+pkgrel=5
+pkgdesc="A unique multiplayer wargame"
+arch=('i686' 'x86_64')
+url="http://www.ufoot.org/liquidwar/";
+license=('GPL')
+depends=('allegro4')
+makedepends=('python2')
+install=liquidwar.install
+source=(http://www.ufoot.org/download/$pkgname/v5/$pkgver/$pkgname-$pkgver.tar.gz
+http://www.ufoot.org/sig/$pkgname-$pkgver.tar.gz.sig)
+sha1sums=('a3006c4da9517c3af3b7bf165b2c86fa369a71c6'
+  'a262967d60e0f04ac5b99693144ef6b0038bb6c4')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's/python/python2/' doc/Makefile.in
+  [ "$CARCH" == "x86_64" ] && EXTRAOPTS="--disable-asm"
+  LIBS='-lm' PYTHON=yes ./configure --prefix=/usr $EXTRAOPTS
+  make GAMEDIR=/usr/bin DATADIR=/usr/share/liquidwar
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" GAMEDIR=/usr/bin DATADIR=/usr/share/liquidwar 
install_nolink
+}

Copied: liquidwar/repos/staging-x86_64/liquidwar.install (from rev 140669, 
liquidwar/trunk/liquidwar.install)
===
--- staging-x86_64/liquidwar.install(rev 0)
+++ staging-x86_64/liquidwar.install2011-10-18 01:14:15 UTC (rev 140670)
@@ -0,0 +1,16 @@
+infodir=usr/share/info
+file=(liquidwar.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/$file $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+}



[arch-commits] Commit in liquidwar/trunk (PKGBUILD liquidwar.install)

2011-10-17 Thread Eric Bélanger
Date: Monday, October 17, 2011 @ 21:13:41
  Author: eric
Revision: 140669

upgpkg: liquidwar 5.6.4-5

Update depends to allegro4 (allegro rebuild), Add fix to build with python2, 
Clean up PKGBUILD

Modified:
  liquidwar/trunk/PKGBUILD
  liquidwar/trunk/liquidwar.install

---+
 PKGBUILD  |   29 +++--
 liquidwar.install |2 +-
 2 files changed, 16 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 00:42:56 UTC (rev 140668)
+++ PKGBUILD2011-10-18 01:13:41 UTC (rev 140669)
@@ -1,29 +1,30 @@
 # $Id$
-# Contributor: Tom Newsom 
-# Maintainer: Jason Chu 
 # Maintainer: Jeff Mickey 
 
 pkgname=liquidwar
 pkgver=5.6.4
-pkgrel=4
+pkgrel=5
 pkgdesc="A unique multiplayer wargame"
 arch=('i686' 'x86_64')
 url="http://www.ufoot.org/liquidwar/";
 license=('GPL')
-depends=('allegro>=4.4.0.1')
-makedepends=('python')
+depends=('allegro4')
+makedepends=('python2')
 install=liquidwar.install
-source=(http://www.ufoot.org/download/$pkgname/v5/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('6917dd1026e6685404ffbd086f8ba374')
-sha1sums=('a3006c4da9517c3af3b7bf165b2c86fa369a71c6')
+source=(http://www.ufoot.org/download/$pkgname/v5/$pkgver/$pkgname-$pkgver.tar.gz
+http://www.ufoot.org/sig/$pkgname-$pkgver.tar.gz.sig)
+sha1sums=('a3006c4da9517c3af3b7bf165b2c86fa369a71c6'
+  'a262967d60e0f04ac5b99693144ef6b0038bb6c4')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's/python/python2/' doc/Makefile.in
   [ "$CARCH" == "x86_64" ] && EXTRAOPTS="--disable-asm"
-  ./configure --prefix=/usr --disable-doc-ps --disable-doc-pdf 
--disable-doc-php3 $EXTRAOPTS || return 1
-  sed -i 's|$(EXTERN_LIBS)|$(EXTERN_LIBS) -lm|' src/Makefile || return 1
-  make GAMEDIR=/usr/bin DATADIR=/usr/share/$pkgname || return 1
-  make DESTDIR="$pkgdir" DATADIR=/usr/share/$pkgname install || return 1
-  mv "$pkgdir"/usr/games/* "$pkgdir/usr/bin/"
-  rmdir "${pkgdir}/usr/games"
+  LIBS='-lm' PYTHON=yes ./configure --prefix=/usr $EXTRAOPTS
+  make GAMEDIR=/usr/bin DATADIR=/usr/share/liquidwar
 }
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" GAMEDIR=/usr/bin DATADIR=/usr/share/liquidwar 
install_nolink
+}

Modified: liquidwar.install
===
--- liquidwar.install   2011-10-18 00:42:56 UTC (rev 140668)
+++ liquidwar.install   2011-10-18 01:13:41 UTC (rev 140669)
@@ -1,4 +1,4 @@
-infodir=/usr/share/info
+infodir=usr/share/info
 file=(liquidwar.info.gz)
 
 post_install() {



[arch-commits] Commit in gcin/repos (8 files)

2011-10-17 Thread Gaetan Bisson
Date: Monday, October 17, 2011 @ 20:42:56
  Author: bisson
Revision: 140668

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gcin/repos/extra-i686/PKGBUILD
(from rev 140667, gcin/trunk/PKGBUILD)
  gcin/repos/extra-i686/install
(from rev 140667, gcin/trunk/install)
  gcin/repos/extra-i686/qt4-lib64.patch
(from rev 140667, gcin/trunk/qt4-lib64.patch)
  gcin/repos/extra-x86_64/PKGBUILD
(from rev 140667, gcin/trunk/PKGBUILD)
  gcin/repos/extra-x86_64/install
(from rev 140667, gcin/trunk/install)
  gcin/repos/extra-x86_64/qt4-lib64.patch
(from rev 140667, gcin/trunk/qt4-lib64.patch)
Deleted:
  gcin/repos/extra-i686/qt4-lib64.patch
  gcin/repos/extra-x86_64/qt4-lib64.patch

--+
 extra-i686/PKGBUILD  |   43 ++
 extra-i686/install   |   14 +++
 extra-i686/qt4-lib64.patch   |   80 -
 extra-x86_64/PKGBUILD|   43 ++
 extra-x86_64/install |   14 +++
 extra-x86_64/qt4-lib64.patch |   80 -
 6 files changed, 194 insertions(+), 80 deletions(-)

Copied: gcin/repos/extra-i686/PKGBUILD (from rev 140667, gcin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-18 00:42:56 UTC (rev 140668)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andreas Radke 
+# Contributor: damir 
+
+pkgname=gcin
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Input method server supporting various input methods'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='http://hyperrate.com/dir.php?eid=67'
+depends=('gtk2' 'libxtst')
+makedepends=('qt' 'gtk3' 'anthy' 'libchewing')
+optdepends=('qt: support for qt4 input method'
+'gtk3: support for gtk3 input method'
+'anthy: support for anthy input method'
+'libchewing: support for chewing input method')
+source=("http://www.csie.nctu.edu.tw/~cp76/gcin/download/${pkgname}-${pkgver}.tar.xz";
+'qt4-lib64.patch')
+sha1sums=('151d1286dc54d7f7fa230d37e89d3d0fe0845258'
+  '4307b0d7d6dc10f15909c94973c4357caf31de7e')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   patch -p1 -i ../qt4-lib64.patch
+   sed '/include suffixes-rule/a \
+   CFLAGS+='"${CFLAGS}"' \
+   LDFLAGS+='"${LDFLAGS}"' \
+   OPTFLAGS=' \
+   -i Makefile
+
+   ./configure --prefix=/usr --use_i18n=Y
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: gcin/repos/extra-i686/install (from rev 140667, gcin/trunk/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2011-10-18 00:42:56 UTC (rev 140668)
@@ -0,0 +1,14 @@
+post_install() {
+   echo -n "updating gtk immodules... "
+   [ -x /usr/bin/gtk-query-immodules-2.0 ] && 
/usr/bin/gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules
+   [ -x /usr/bin/gtk-query-immodules-3.0 ] && 
/usr/bin/gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache
+   echo "done."
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-i686/qt4-lib64.patch
===
--- extra-i686/qt4-lib64.patch  2011-10-17 23:02:09 UTC (rev 140667)
+++ extra-i686/qt4-lib64.patch  2011-10-18 00:42:56 UTC (rev 140668)
@@ -1,40 +0,0 @@
-diff -aur old/configure new/configure
 old/configure  2011-06-08 16:00:37.0 +0200
-+++ new/configure  2011-07-05 08:02:33.223601351 +0200
-@@ -164,7 +164,7 @@
- 
- LIB='lib'
- if [ -d /lib64 ]; then
--LIB='lib64'
-+LIB='lib'
- fi
- 
- QT_IM='N'
-@@ -188,7 +188,7 @@
- 
- 
- QT4_IM='N'
--QT4_IM_DIR=/usr/$LIB/qt4/plugins/inputmethods
-+QT4_IM_DIR=/usr/$LIB/qt/plugins/inputmethods
- echo "testing if you have qt4 support"
- pkg-config --libs QtCore QtGui > /dev/null 2> /dev/null
- if [ $? = 0 ]; then
-diff -aur old/qt4-im/Makefile new/qt4-im/Makefile
 old/qt4-im/Makefile2011-06-08 15:03:50.0 +0200
-+++ new/qt4-im/Makefile2011-07-05 08:04:15.717731695 +0200
-@@ -1,5 +1,5 @@
- include ../config.mak
--QT=qt4
-+QT=qt
- QTIM=$(QT)/plugins/inputmethods
- IMMODULES=$(libdir)/$(QTIM)
- 
-@@ -15,7 +15,7 @@
-   $(CXX) -E $(CFLAGS) $(INCS) $< > $@
- 
- moc_gcin-qt.cpp:  gcin-qt.h
--  /usr/$(LIB)/$(QT)/bin/moc $< -o moc_gcin-qt.cpp
-+  /usr/bin/moc $< -o moc_gcin-qt.cpp
- 
- im-gcin.so: $(OBJS)
-   export LD_RUN_PATH=$(gcinlibdir) ;\

Copied: gcin/repos/extra-i686/qt4-lib64.patch (from rev 140667, 
gcin/trunk/qt4-lib64.patch)
===
--- extra-i686/qt4-lib64.patch  (rev 0)
+++ e

[arch-commits] Commit in srcpac/repos/extra-any (PKGBUILD PKGBUILD)

2011-10-17 Thread Andrea Scarpino
Date: Monday, October 17, 2011 @ 19:02:09
  Author: andrea
Revision: 140667

archrelease: copy trunk to extra-any

Added:
  srcpac/repos/extra-any/PKGBUILD
(from rev 140666, srcpac/trunk/PKGBUILD)
Deleted:
  srcpac/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   40 
 1 file changed, 20 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-10-17 23:01:51 UTC (rev 140666)
+++ PKGBUILD2011-10-17 23:02:09 UTC (rev 140667)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Jason Chu 
-
-pkgname=srcpac
-pkgver=0.10.8
-pkgrel=1
-pkgdesc="The pacman from-source wrapper"
-arch=('any')
-url="http://projects.archlinux.org/srcpac.git/";
-license=('GPL')
-depends=('pacman' 'abs')
-optdepends=('sudo')
-source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('41998d331e081367415d804a1ac70455')
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: srcpac/repos/extra-any/PKGBUILD (from rev 140666, srcpac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-10-17 23:02:09 UTC (rev 140667)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Jason Chu 
+
+pkgname=srcpac
+pkgver=0.10.9
+pkgrel=1
+pkgdesc="The pacman from-source wrapper"
+arch=('any')
+url="http://projects.archlinux.org/srcpac.git/";
+license=('GPL')
+depends=('pacman' 'abs')
+optdepends=('sudo')
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('4fec96af4bbd4f773446b05970e2375a')
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in srcpac/trunk (PKGBUILD)

2011-10-17 Thread Andrea Scarpino
Date: Monday, October 17, 2011 @ 19:01:51
  Author: andrea
Revision: 140666

upgpkg: srcpac 0.10.9-1

new release

Modified:
  srcpac/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 22:40:35 UTC (rev 140665)
+++ PKGBUILD2011-10-17 23:01:51 UTC (rev 140666)
@@ -3,7 +3,7 @@
 # Contributor: Jason Chu 
 
 pkgname=srcpac
-pkgver=0.10.8
+pkgver=0.10.9
 pkgrel=1
 pkgdesc="The pacman from-source wrapper"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('pacman' 'abs')
 optdepends=('sudo')
 source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('41998d331e081367415d804a1ac70455')
+md5sums=('4fec96af4bbd4f773446b05970e2375a')
 
 package() {
   cd "${srcdir}"/${pkgname}-${pkgver}



[arch-commits] Commit in clamav/repos (24 files)

2011-10-17 Thread Gaetan Bisson
Date: Monday, October 17, 2011 @ 18:40:35
  Author: bisson
Revision: 140665

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  clamav/repos/extra-i686/PKGBUILD
(from rev 140664, clamav/trunk/PKGBUILD)
  clamav/repos/extra-i686/conf.d
(from rev 140664, clamav/trunk/conf.d)
  clamav/repos/extra-i686/config.patch
(from rev 140664, clamav/trunk/config.patch)
  clamav/repos/extra-i686/install
(from rev 140664, clamav/trunk/install)
  clamav/repos/extra-i686/logrotate
(from rev 140664, clamav/trunk/logrotate)
  clamav/repos/extra-i686/rc.d
(from rev 140664, clamav/trunk/rc.d)
  clamav/repos/extra-x86_64/PKGBUILD
(from rev 140664, clamav/trunk/PKGBUILD)
  clamav/repos/extra-x86_64/conf.d
(from rev 140664, clamav/trunk/conf.d)
  clamav/repos/extra-x86_64/config.patch
(from rev 140664, clamav/trunk/config.patch)
  clamav/repos/extra-x86_64/install
(from rev 140664, clamav/trunk/install)
  clamav/repos/extra-x86_64/logrotate
(from rev 140664, clamav/trunk/logrotate)
  clamav/repos/extra-x86_64/rc.d
(from rev 140664, clamav/trunk/rc.d)
Deleted:
  clamav/repos/extra-i686/PKGBUILD
  clamav/repos/extra-i686/conf.d
  clamav/repos/extra-i686/config.patch
  clamav/repos/extra-i686/install
  clamav/repos/extra-i686/logrotate
  clamav/repos/extra-i686/rc.d
  clamav/repos/extra-x86_64/PKGBUILD
  clamav/repos/extra-x86_64/conf.d
  clamav/repos/extra-x86_64/config.patch
  clamav/repos/extra-x86_64/install
  clamav/repos/extra-x86_64/logrotate
  clamav/repos/extra-x86_64/rc.d

---+
 extra-i686/PKGBUILD   |  112 +-
 extra-i686/conf.d |   16 ++--
 extra-i686/config.patch   |   60 +-
 extra-i686/install|   28 
 extra-i686/logrotate  |   16 ++--
 extra-i686/rc.d   |  144 ++--
 extra-x86_64/PKGBUILD |  112 +-
 extra-x86_64/conf.d   |   16 ++--
 extra-x86_64/config.patch |   60 +-
 extra-x86_64/install  |   28 
 extra-x86_64/logrotate|   16 ++--
 extra-x86_64/rc.d |  144 ++--
 12 files changed, 376 insertions(+), 376 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-17 22:39:44 UTC (rev 140664)
+++ extra-i686/PKGBUILD 2011-10-17 22:40:35 UTC (rev 140665)
@@ -1,56 +0,0 @@
-# $Id$
-# Contributor: Dale Blount 
-# Contributor: Gregor Ibic 
-# Maintainer: Gaetan Bisson 
-
-pkgname=clamav
-pkgver=0.97.2
-pkgrel=1
-pkgdesc='Anti-virus toolkit for Unix'
-arch=('i686' 'x86_64')
-depends=('bzip2' 'zlib' 'libtool')
-options=('!libtool')
-license=('GPL')
-backup=('etc/clamav/clamd.conf' 'etc/clamav/freshclam.conf' 
'etc/conf.d/clamav')
-url='http://www.clamav.net/'
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-'rc.d'
-'conf.d'
-'logrotate'
-'config.patch')
-sha1sums=('27d47c6ad22edc87c030f6d483fab1e13320cbf7'
-  '7f15f0b13a1c11235bc99ef0add01efd8a442f07'
-  'cb116cdab49a810381a515cbcfb6a6c148547f07'
-  'be3310d2b41a68ce06e33c84ab68ffe59fdce104'
-  '701a61571788d10ff7af01597785835c6bfea918')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 < ../config.patch
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc/clamav \
-   --with-dbdir=/var/lib/clamav \
-   --disable-clamav \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   # make sure conf files get installed, because make install
-   # doesn't do that if clamav is already installed upon building.
-   install -D -m644 etc/clamd.conf "${pkgdir}/etc/clamav/clamd.conf"
-   install -D -m644 etc/freshclam.conf 
"${pkgdir}/etc/clamav/freshclam.conf"
-
-   install -D -m644 ../logrotate "${pkgdir}/etc/logrotate.d/clamav"
-   install -D -m644 ../conf.d "${pkgdir}/etc/conf.d/clamav"
-   install -D -m755 ../rc.d "${pkgdir}/etc/rc.d/clamav"
-
-   # un-distribute databases to require freshclam
-   rm "${pkgdir}"/var/lib/clamav/*.cvd
-}

Copied: clamav/repos/extra-i686/PKGBUILD (from rev 140664, 
clamav/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-17 22:40:35 UTC (rev 140665)
@@ -0,0 +1,56 @@
+# $Id$
+# Contributor: Dale Blount 
+# Contributor: Gregor Ibic 
+# Maintainer: Gaetan Bisson 
+
+pkgname=clamav
+pkgver=0.97.3
+pkgrel=1
+pkgdesc='Anti-virus toolkit for Unix'
+arch=('i686' 'x86_64')
+depends=('bzip2' 'zlib' 'libtool')
+options=('!libtool')
+license=('GPL')
+backup=('etc/clamav/clamd.conf' 'etc/clamav/freshclam.conf' 
'etc/conf.d/clama

[arch-commits] Commit in clamav/trunk (PKGBUILD)

2011-10-17 Thread Gaetan Bisson
Date: Monday, October 17, 2011 @ 18:39:44
  Author: bisson
Revision: 140664

upstream update

Modified:
  clamav/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 22:17:46 UTC (rev 140663)
+++ PKGBUILD2011-10-17 22:39:44 UTC (rev 140664)
@@ -4,7 +4,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=clamav
-pkgver=0.97.2
+pkgver=0.97.3
 pkgrel=1
 pkgdesc='Anti-virus toolkit for Unix'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 'conf.d'
 'logrotate'
 'config.patch')
-sha1sums=('27d47c6ad22edc87c030f6d483fab1e13320cbf7'
+sha1sums=('263c7b8b7dc1536652ab64e32263d1c60e138655'
   '7f15f0b13a1c11235bc99ef0add01efd8a442f07'
   'cb116cdab49a810381a515cbcfb6a6c148547f07'
   'be3310d2b41a68ce06e33c84ab68ffe59fdce104'
@@ -28,7 +28,7 @@
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 < ../config.patch
+   patch -p1 -i ../config.patch
./configure \
--prefix=/usr \
--sysconfdir=/etc/clamav \



[arch-commits] Commit in gcin/repos (4 files)

2011-10-17 Thread Gaetan Bisson
Date: Monday, October 17, 2011 @ 18:17:46
  Author: bisson
Revision: 140663

archrelease: copy trunk to extra-i686, extra-x86_64

Deleted:
  gcin/repos/extra-i686/PKGBUILD
  gcin/repos/extra-i686/install
  gcin/repos/extra-x86_64/PKGBUILD
  gcin/repos/extra-x86_64/install

---+
 extra-i686/PKGBUILD   |   43 ---
 extra-i686/install|   14 --
 extra-x86_64/PKGBUILD |   43 ---
 extra-x86_64/install  |   14 --
 4 files changed, 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-17 22:17:20 UTC (rev 140662)
+++ extra-i686/PKGBUILD 2011-10-17 22:17:46 UTC (rev 140663)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andreas Radke 
-# Contributor: damir 
-
-pkgname=gcin
-pkgver=1.6.9
-pkgrel=1
-pkgdesc='Input method server supporting various input methods'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='http://hyperrate.com/dir.php?eid=67'
-depends=('gtk2' 'libxtst')
-makedepends=('qt' 'gtk3' 'anthy' 'libchewing')
-optdepends=('qt: support for qt4 input method'
-'gtk3: support for gtk3 input method'
-'anthy: support for anthy input method'
-'libchewing: support for chewing input method')
-source=("http://www.csie.nctu.edu.tw/~cp76/gcin/download/${pkgname}-${pkgver}.tar.xz";
-'qt4-lib64.patch')
-sha1sums=('61949c4f1e6691ff7d668576dbd56b85e0f0ba06'
-  '4307b0d7d6dc10f15909c94973c4357caf31de7e')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   patch -p1 -i ../qt4-lib64.patch
-   sed '/include suffixes-rule/a \
-   CFLAGS+='"${CFLAGS}"' \
-   LDFLAGS+='"${LDFLAGS}"' \
-   OPTFLAGS=' \
-   -i Makefile
-
-   ./configure --prefix=/usr --use_i18n=Y
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Deleted: extra-i686/install
===
--- extra-i686/install  2011-10-17 22:17:20 UTC (rev 140662)
+++ extra-i686/install  2011-10-17 22:17:46 UTC (rev 140663)
@@ -1,14 +0,0 @@
-post_install() {
-   echo -n "updating gtk immodules... "
-   [ -x /usr/bin/gtk-query-immodules-2.0 ] && 
/usr/bin/gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules
-   [ -x /usr/bin/gtk-query-immodules-3.0 ] && 
/usr/bin/gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache
-   echo "done."
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-17 22:17:20 UTC (rev 140662)
+++ extra-x86_64/PKGBUILD   2011-10-17 22:17:46 UTC (rev 140663)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andreas Radke 
-# Contributor: damir 
-
-pkgname=gcin
-pkgver=1.6.9
-pkgrel=1
-pkgdesc='Input method server supporting various input methods'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='http://hyperrate.com/dir.php?eid=67'
-depends=('gtk2' 'libxtst')
-makedepends=('qt' 'gtk3' 'anthy' 'libchewing')
-optdepends=('qt: support for qt4 input method'
-'gtk3: support for gtk3 input method'
-'anthy: support for anthy input method'
-'libchewing: support for chewing input method')
-source=("http://www.csie.nctu.edu.tw/~cp76/gcin/download/${pkgname}-${pkgver}.tar.xz";
-'qt4-lib64.patch')
-sha1sums=('61949c4f1e6691ff7d668576dbd56b85e0f0ba06'
-  '4307b0d7d6dc10f15909c94973c4357caf31de7e')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   patch -p1 -i ../qt4-lib64.patch
-   sed '/include suffixes-rule/a \
-   CFLAGS+='"${CFLAGS}"' \
-   LDFLAGS+='"${LDFLAGS}"' \
-   OPTFLAGS=' \
-   -i Makefile
-
-   ./configure --prefix=/usr --use_i18n=Y
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Deleted: extra-x86_64/install
===
--- extra-x86_64/install2011-10-17 22:17:20 UTC (rev 140662)
+++ extra-x86_64/install2011-10-17 22:17:46 UTC (rev 140663)
@@ -1,14 +0,0 @@
-post_install() {
-   echo -n "updating gtk immodules... "
-   [ -x /usr/bin/gtk-query-immodules-2.0 ] && 
/usr/bin/gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules
-   [ -x /usr/bin/gtk-query-immodules-3.0 ] && 
/usr/bin/gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache
-   echo "done."
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}



[arch-commits] Commit in gcin/trunk (PKGBUILD)

2011-10-17 Thread Gaetan Bisson
Date: Monday, October 17, 2011 @ 18:17:20
  Author: bisson
Revision: 140662

upstream update

Modified:
  gcin/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 19:27:15 UTC (rev 140661)
+++ PKGBUILD2011-10-17 22:17:20 UTC (rev 140662)
@@ -4,7 +4,7 @@
 # Contributor: damir 
 
 pkgname=gcin
-pkgver=1.6.9
+pkgver=1.7.0
 pkgrel=1
 pkgdesc='Input method server supporting various input methods'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 'libchewing: support for chewing input method')
 
source=("http://www.csie.nctu.edu.tw/~cp76/gcin/download/${pkgname}-${pkgver}.tar.xz";
 'qt4-lib64.patch')
-sha1sums=('61949c4f1e6691ff7d668576dbd56b85e0f0ba06'
+sha1sums=('151d1286dc54d7f7fa230d37e89d3d0fe0845258'
   '4307b0d7d6dc10f15909c94973c4357caf31de7e')
 
 install=install



[arch-commits] Commit in polkit-gnome/repos (6 files)

2011-10-17 Thread Jan Steffens
Date: Monday, October 17, 2011 @ 15:27:15
  Author: heftig
Revision: 140661

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  polkit-gnome/repos/testing-i686/
  polkit-gnome/repos/testing-i686/PKGBUILD
(from rev 140660, polkit-gnome/trunk/PKGBUILD)
  polkit-gnome/repos/testing-i686/polkit-gnome-authentication-agent-1.desktop
(from rev 140660, 
polkit-gnome/trunk/polkit-gnome-authentication-agent-1.desktop)
  polkit-gnome/repos/testing-x86_64/
  polkit-gnome/repos/testing-x86_64/PKGBUILD
(from rev 140660, polkit-gnome/trunk/PKGBUILD)
  polkit-gnome/repos/testing-x86_64/polkit-gnome-authentication-agent-1.desktop
(from rev 140660, 
polkit-gnome/trunk/polkit-gnome-authentication-agent-1.desktop)

+
 testing-i686/PKGBUILD  |   33 
 testing-i686/polkit-gnome-authentication-agent-1.desktop   |   88 +++
 testing-x86_64/PKGBUILD|   33 
 testing-x86_64/polkit-gnome-authentication-agent-1.desktop |   88 +++
 4 files changed, 242 insertions(+)

Copied: polkit-gnome/repos/testing-i686/PKGBUILD (from rev 140660, 
polkit-gnome/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-17 19:27:15 UTC (rev 140661)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: onestep_ua 
+
+pkgname=polkit-gnome
+pkgver=0.104
+pkgrel=1
+pkgdesc="PolicyKit integration for the GNOME desktop"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/PolicyKit";
+license=('LGPL')
+depends=('polkit' 'gtk3')
+makedepends=('intltool' 'gobject-introspection')
+options=(!libtool)
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz
+polkit-gnome-authentication-agent-1.desktop)
+sha256sums=('5a59d47cbc87e3e5ac24e5e28b4fa9fc07d6d0096e53fa53d8e6b3fd06854d94'
+'ad19e73ae8eba00a8f66bd9afd3e0e1fd7ca22f716e29b97f097d9c01711e0de')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/polkit-gnome \
+  --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 "${srcdir}/polkit-gnome-authentication-agent-1.desktop" \
+  "${pkgdir}/etc/xdg/autostart/polkit-gnome-authentication-agent-1.desktop"
+}

Copied: 
polkit-gnome/repos/testing-i686/polkit-gnome-authentication-agent-1.desktop 
(from rev 140660, 
polkit-gnome/trunk/polkit-gnome-authentication-agent-1.desktop)
===
--- testing-i686/polkit-gnome-authentication-agent-1.desktop
(rev 0)
+++ testing-i686/polkit-gnome-authentication-agent-1.desktop2011-10-17 
19:27:15 UTC (rev 140661)
@@ -0,0 +1,88 @@
+[Desktop Entry]
+Name=PolicyKit Authentication Agent
+Name[ar]=مدير الاستيثاق PolicyKit
+Name[be]=PolicyKit - аґент аўтэнтыфікацыі
+Name[bn_IN]=PolicyKit অনুমোদনের এজেন্ট
+Name[ca]=Agent d'autenticació del PolicyKit
+Name[cs]=Ověřovací agent PolicyKit
+Name[da]=Godkendelsesprogrammet PolicyKit
+Name[de]=Legitimationsdienst von PolicyKit
+Name[el]=Πράκτορας πιστοποίησης PolicyKit
+Name[en_GB]=PolicyKit Authentication Agent
+Name[es]=Agente de autenticación de PolicyKit
+Name[eu]=PolicyKit autentifikatzeko agentea
+Name[fi]=PolicytKit-tunnistautumisohjelma
+Name[fr]=Agent d'authentification de PolicyKit
+Name[gl]=Axente de autenticación PolicyKit
+Name[gu]=PolicyKit સત્તાધિકરણ એજન્ટ
+Name[hi]=PolicyKit प्रमाणीकरण प्रतिनिधि
+Name[hu]=PolicyKit hitelesítési ügynök
+Name[it]=Agente di autenticazione per PolicyKit
+Name[ja]=PolicyKit 認証エージェント
+Name[kn]=PolicyKit ದೃಢೀಕರಣ ಮಧ್ಯವರ್ತಿ
+Name[lt]=PolicyKit tapatybės nustatymo agentas
+Name[ml]=പോളിസിക്കിറ്റ് ഓഥന്റിക്കേഷന്‍ ഏജന്റ്
+Name[mr]=PolicyKit ऑथेंटीकेशन एजेंट
+Name[or]=PolicyKit ବୈଧିକରଣ ସଦସ୍ୟ
+Name[pa]=ਪਾਲਸੀਕਿੱਟ ਪਰਮਾਣਕਿਤਾ ਏਜੰਟ
+Name[pl]=Agent uwierzytelniania PolicyKit
+Name[pt]=Agente de Autenticação PolicyKit
+Name[pt_BR]=Agente de autenticação PolicyKit
+Name[ro]=Agent de autentificare PolicyKit
+Name[sk]=Agent PolicyKit na overovanie totožnosti
+Name[sl]=PolicyKit program overjanja
+Name[sv]=Autentiseringsagent för PolicyKit
+Name[ta]=PolicyKit அங்கீகார முகவர்
+Name[te]=పాలసీకిట్ ధృవీకరణ ప్రతినిధి
+Name[th]=ตัวกลางสำหรับยืนยันตัวบุคคล PolicyKit
+Name[uk]=Агент автентифікації PolicyKit
+Name[zh_CN]=PolicyKit 认证代理
+Name[zh_HK]=PolicyKit 驗證代理程式
+Name[zh_TW]=PolicyKit 驗證代理程式
+Comment=PolicyKit Authentication Agent
+Comment[ar]=مدير الاستيثاق PolicyKit
+Comment[be]=PolicyKit - аґент аўтэнтыфікацыі
+Comment[bn_IN]=PolicyKit অনুমোদনের এজেন্ট
+Comment[ca]=Agent d'autenticació del PolicyKit
+Comment[cs]=Ověřovací agent PolicyKit
+Comment[da]=Godkendelsesprogrammet PolicyKit
+Comment[de]=Legi

[arch-commits] Commit in polkit-gnome/trunk (PKGBUILD)

2011-10-17 Thread Jan Steffens
Date: Monday, October 17, 2011 @ 15:26:12
  Author: heftig
Revision: 140660

0.104

Modified:
  polkit-gnome/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 19:15:55 UTC (rev 140659)
+++ PKGBUILD2011-10-17 19:26:12 UTC (rev 140660)
@@ -3,7 +3,7 @@
 # Contributor: onestep_ua 
 
 pkgname=polkit-gnome
-pkgver=0.103
+pkgver=0.104
 pkgrel=1
 pkgdesc="PolicyKit integration for the GNOME desktop"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=(!libtool)
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz
 polkit-gnome-authentication-agent-1.desktop)
-sha256sums=('e12712010c76dd7031f83d932253c53940821f5e47303b02fd70d66062ce396b'
+sha256sums=('5a59d47cbc87e3e5ac24e5e28b4fa9fc07d6d0096e53fa53d8e6b3fd06854d94'
 'ad19e73ae8eba00a8f66bd9afd3e0e1fd7ca22f716e29b97f097d9c01711e0de')
 
 build() {



[arch-commits] Commit in qtcurve-gtk2/repos (4 files)

2011-10-17 Thread Ronald van Haren
Date: Monday, October 17, 2011 @ 15:15:55
  Author: ronald
Revision: 140659

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  qtcurve-gtk2/repos/extra-i686/PKGBUILD
(from rev 140658, qtcurve-gtk2/trunk/PKGBUILD)
  qtcurve-gtk2/repos/extra-x86_64/PKGBUILD
(from rev 140658, qtcurve-gtk2/trunk/PKGBUILD)
Deleted:
  qtcurve-gtk2/repos/extra-i686/PKGBUILD
  qtcurve-gtk2/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   64 
 extra-x86_64/PKGBUILD |   64 
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-17 19:15:11 UTC (rev 140658)
+++ extra-i686/PKGBUILD 2011-10-17 19:15:55 UTC (rev 140659)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=qtcurve-gtk2
-pkgver=1.8.9
-pkgrel=1
-arch=('i686' 'x86_64')
-groups=('qtcurve')
-license=('GPL')
-pkgdesc='A configurable set of widget styles for KDE and Gtk'
-url='http://www.kde-look.org/content/show.php?content=40492'
-depends=('gtk2')
-makedepends=('pkgconfig' 'cmake')
-options=('!libtool')
-source=("http://craigd.wikispaces.com/file/view/QtCurve-Gtk2-${pkgver}.tar.bz2";)
-md5sums=('e3248bd1b926f250b3a6ff9699134abd')
-
-build() {
-   cd "${srcdir}"
-   mkdir build
-   cd build
-   cmake ../QtCurve-Gtk2-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}"/build
-   make DESTDIR="${pkgdir}" install
-}

Copied: qtcurve-gtk2/repos/extra-i686/PKGBUILD (from rev 140658, 
qtcurve-gtk2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-17 19:15:55 UTC (rev 140659)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=qtcurve-gtk2
+pkgver=1.8.11
+pkgrel=1
+arch=('i686' 'x86_64')
+groups=('qtcurve')
+license=('GPL')
+pkgdesc='A configurable set of widget styles for KDE and Gtk'
+url='http://www.kde-look.org/content/show.php?content=40492'
+depends=('gtk2')
+makedepends=('pkgconfig' 'cmake')
+options=('!libtool')
+source=("http://craigd.wikispaces.com/file/view/QtCurve-Gtk2-${pkgver}.tar.bz2";)
+sha1sums=('113f2e7f5925323acbcf63977e4c71e60678b69c')
+
+build() {
+   cd "${srcdir}"
+   mkdir build
+   cd build
+   cmake ../QtCurve-Gtk2-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}"/build
+   make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-17 19:15:11 UTC (rev 140658)
+++ extra-x86_64/PKGBUILD   2011-10-17 19:15:55 UTC (rev 140659)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=qtcurve-gtk2
-pkgver=1.8.9
-pkgrel=1
-arch=('i686' 'x86_64')
-groups=('qtcurve')
-license=('GPL')
-pkgdesc='A configurable set of widget styles for KDE and Gtk'
-url='http://www.kde-look.org/content/show.php?content=40492'
-depends=('gtk2')
-makedepends=('pkgconfig' 'cmake')
-options=('!libtool')
-source=("http://craigd.wikispaces.com/file/view/QtCurve-Gtk2-${pkgver}.tar.bz2";)
-md5sums=('e3248bd1b926f250b3a6ff9699134abd')
-
-build() {
-   cd "${srcdir}"
-   mkdir build
-   cd build
-   cmake ../QtCurve-Gtk2-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}"/build
-   make DESTDIR="${pkgdir}" install
-}

Copied: qtcurve-gtk2/repos/extra-x86_64/PKGBUILD (from rev 140658, 
qtcurve-gtk2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-17 19:15:55 UTC (rev 140659)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=qtcurve-gtk2
+pkgver=1.8.11
+pkgrel=1
+arch=('i686' 'x86_64')
+groups=('qtcurve')
+license=('GPL')
+pkgdesc='A configurable set of widget styles for KDE and Gtk'
+url='http://www.kde-look.org/content/show.php?content=40492'
+depends=('gtk2')
+makedepends=('pkgconfig' 'cmake')
+options=('!libtool')
+source=("http://craigd.wikispaces.com/file/view/QtCurve-Gtk2-${pkgver}.tar.bz2";)
+sha1sums=('113f2e7f5925323acbcf63977e4c71e60678b69c')
+
+build() {
+   cd "${srcdir}"
+   mkdir build
+   cd build
+   cmake ../QtCurve-Gtk2-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd "${srcd

[arch-commits] Commit in qtcurve-gtk2/trunk (PKGBUILD)

2011-10-17 Thread Ronald van Haren
Date: Monday, October 17, 2011 @ 15:15:11
  Author: ronald
Revision: 140658

upgpkg: qtcurve-gtk2 1.8.11-1

update to 1.8.11

Modified:
  qtcurve-gtk2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 19:09:57 UTC (rev 140657)
+++ PKGBUILD2011-10-17 19:15:11 UTC (rev 140658)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=qtcurve-gtk2
-pkgver=1.8.9
+pkgver=1.8.11
 pkgrel=1
 arch=('i686' 'x86_64')
 groups=('qtcurve')
@@ -14,7 +14,7 @@
 makedepends=('pkgconfig' 'cmake')
 options=('!libtool')
 
source=("http://craigd.wikispaces.com/file/view/QtCurve-Gtk2-${pkgver}.tar.bz2";)
-md5sums=('e3248bd1b926f250b3a6ff9699134abd')
+sha1sums=('113f2e7f5925323acbcf63977e4c71e60678b69c')
 
 build() {
cd "${srcdir}"



[arch-commits] Commit in gperf/repos (8 files)

2011-10-17 Thread Andrea Scarpino
Date: Monday, October 17, 2011 @ 15:09:57
  Author: andrea
Revision: 140657

archrelease: copy trunk to extra-x86_64, extra-i686

Added:
  gperf/repos/extra-i686/PKGBUILD
(from rev 140656, gperf/trunk/PKGBUILD)
  gperf/repos/extra-i686/gperf.install
(from rev 140656, gperf/trunk/gperf.install)
  gperf/repos/extra-x86_64/PKGBUILD
(from rev 140656, gperf/trunk/PKGBUILD)
  gperf/repos/extra-x86_64/gperf.install
(from rev 140656, gperf/trunk/gperf.install)
Deleted:
  gperf/repos/extra-i686/PKGBUILD
  gperf/repos/extra-i686/gperf.install
  gperf/repos/extra-x86_64/PKGBUILD
  gperf/repos/extra-x86_64/gperf.install

+
 extra-i686/PKGBUILD|   62 +++
 extra-i686/gperf.install   |   32 +++---
 extra-x86_64/PKGBUILD  |   62 +++
 extra-x86_64/gperf.install |   32 +++---
 4 files changed, 100 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-17 19:09:14 UTC (rev 140656)
+++ extra-i686/PKGBUILD 2011-10-17 19:09:57 UTC (rev 140657)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Jan de Groot 
-
-pkgname=gperf
-pkgver=3.0.4
-pkgrel=3
-pkgdesc="Perfect hash function generator"
-arch=('x86_64' 'i686')
-url="http://www.gnu.org/software/gperf/";
-license=('GPL3')
-depends=('gcc-libs' 'texinfo')
-install=gperf.install
-source=("http://ftp.gnu.org/pub/gnu/gperf/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('c1f1db32fb6598d6a93e6e88796a8632')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---docdir=/usr/share/gperf/doc/
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  gzip "${pkgdir}"/usr/share/info/gperf.info
-}

Copied: gperf/repos/extra-i686/PKGBUILD (from rev 140656, gperf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-17 19:09:57 UTC (rev 140657)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Jan de Groot 
+
+pkgname=gperf
+pkgver=3.0.4
+pkgrel=4
+pkgdesc="Perfect hash function generator"
+arch=('x86_64' 'i686')
+url="http://www.gnu.org/software/gperf/";
+license=('GPL3')
+depends=('gcc-libs' 'texinfo')
+install=gperf.install
+source=("http://ftp.gnu.org/pub/gnu/gperf/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha1sums=('e32d4aff8f0c730c9a56554377b2c6d82d0951b8'
+  '85b8c44964a70a63d751afa5906796a0417e64ce')
+options=('!makeflags')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--docdir=/usr/share/gperf/doc/
+  make
+}
+
+check() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/gperf.install
===
--- extra-i686/gperf.install2011-10-17 19:09:14 UTC (rev 140656)
+++ extra-i686/gperf.install2011-10-17 19:09:57 UTC (rev 140657)
@@ -1,16 +0,0 @@
-infodir=/usr/share/info
-file=gperf.info.gz
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info $infodir/$file $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-}

Copied: gperf/repos/extra-i686/gperf.install (from rev 140656, 
gperf/trunk/gperf.install)
===
--- extra-i686/gperf.install(rev 0)
+++ extra-i686/gperf.install2011-10-17 19:09:57 UTC (rev 140657)
@@ -0,0 +1,16 @@
+infodir=usr/share/info
+file=gperf.info.gz
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/$file $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-17 19:09:14 UTC (rev 140656)
+++ extra-x86_64/PKGBUILD   2011-10-17 19:09:57 UTC (rev 140657)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Jan de Groot 
-
-pkgname=gperf
-pkgver=3.0.4
-pkgrel=3
-pkgdesc="Perfect hash function generator"
-arch=('x86_64' 'i686')
-url="http://www.gnu.org/software/gperf/";
-license=('GPL3')
-depends=('gcc-libs' 'texinfo')
-install=gperf.install
-source=("http://ftp.gnu.org/pub/gnu/gperf/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('c1f1db32fb6598d6a93e6e88796a8632')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---docdir=/usr/share/gperf/doc/
-  make
-}
-
-packa

[arch-commits] Commit in gperf/trunk (PKGBUILD gperf.install)

2011-10-17 Thread Andrea Scarpino
Date: Monday, October 17, 2011 @ 15:09:14
  Author: andrea
Revision: 140656

upgpkg: gperf 3.0.4-4

Fix build; add check(); sign package

Modified:
  gperf/trunk/PKGBUILD
  gperf/trunk/gperf.install

---+
 PKGBUILD  |   14 ++
 gperf.install |2 +-
 2 files changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 19:02:30 UTC (rev 140655)
+++ PKGBUILD2011-10-17 19:09:14 UTC (rev 140656)
@@ -4,15 +4,17 @@
 
 pkgname=gperf
 pkgver=3.0.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Perfect hash function generator"
 arch=('x86_64' 'i686')
 url="http://www.gnu.org/software/gperf/";
 license=('GPL3')
 depends=('gcc-libs' 'texinfo')
 install=gperf.install
-source=("http://ftp.gnu.org/pub/gnu/gperf/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('c1f1db32fb6598d6a93e6e88796a8632')
+source=("http://ftp.gnu.org/pub/gnu/gperf/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha1sums=('e32d4aff8f0c730c9a56554377b2c6d82d0951b8'
+  '85b8c44964a70a63d751afa5906796a0417e64ce')
+options=('!makeflags')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}
@@ -21,8 +23,12 @@
   make
 }
 
+check() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make check
+}
+
 package() {
   cd "${srcdir}"/${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
-  gzip "${pkgdir}"/usr/share/info/gperf.info
 }

Modified: gperf.install
===
--- gperf.install   2011-10-17 19:02:30 UTC (rev 140655)
+++ gperf.install   2011-10-17 19:09:14 UTC (rev 140656)
@@ -1,4 +1,4 @@
-infodir=/usr/share/info
+infodir=usr/share/info
 file=gperf.info.gz
 
 post_install() {



[arch-commits] Commit in file-roller/repos (6 files)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 15:02:30
  Author: ibiru
Revision: 140655

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  file-roller/repos/testing-i686/
  file-roller/repos/testing-i686/PKGBUILD
(from rev 140654, file-roller/trunk/PKGBUILD)
  file-roller/repos/testing-i686/file-roller.install
(from rev 140654, file-roller/trunk/file-roller.install)
  file-roller/repos/testing-x86_64/
  file-roller/repos/testing-x86_64/PKGBUILD
(from rev 140654, file-roller/trunk/PKGBUILD)
  file-roller/repos/testing-x86_64/file-roller.install
(from rev 140654, file-roller/trunk/file-roller.install)

+
 testing-i686/PKGBUILD  |   38 +++
 testing-i686/file-roller.install   |   22 
 testing-x86_64/PKGBUILD|   38 +++
 testing-x86_64/file-roller.install |   22 
 4 files changed, 120 insertions(+)

Copied: file-roller/repos/testing-i686/PKGBUILD (from rev 140654, 
file-roller/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-17 19:02:30 UTC (rev 140655)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=file-roller
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Archive manipulator for GNOME"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'nautilus' 'libsm')
+optdepends=('unrar: the RAR uncompression program'
+'zip: creates PKZIP-compatible .zip files'
+'unzip: unpacks .zip archives'
+'p7zip: 7zip compression utility'
+'xz: managing LZMA and XZ compressed files'
+'arj: ARJ archiver'
+'unace: extraction tool for the proprietary ace archive format')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+install=file-roller.install
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('29cad673ab2833eaa6701b6e40853baf410571f2374c5b3c545c5b8b33d936bc')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-scrollkeeper --disable-schemas-compile
+  make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: file-roller/repos/testing-i686/file-roller.install (from rev 140654, 
file-roller/trunk/file-roller.install)
===
--- testing-i686/file-roller.install(rev 0)
+++ testing-i686/file-roller.install2011-10-17 19:02:30 UTC (rev 140655)
@@ -0,0 +1,22 @@
+pkgname=file-roller
+
+post_install() {
+glib-compile-schemas usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+usr/sbin/gconfpkg --uninstall ${pkgname}
+fi
+}
+
+post_upgrade() {
+post_install $1
+}
+
+
+post_remove() {
+post_install $1
+}

Copied: file-roller/repos/testing-x86_64/PKGBUILD (from rev 140654, 
file-roller/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-17 19:02:30 UTC (rev 140655)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=file-roller
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Archive manipulator for GNOME"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'nautilus' 'libsm')
+optdepends=('unrar: the RAR uncompression program'
+'zip: creates PKZIP-compatible .zip files'
+'unzip: unpacks .zip archives'
+'p7zip: 7zip compression utility'
+'xz: managing LZMA and XZ compressed files'
+'arj: ARJ archiver'
+'unace: extraction tool for the proprietary ace archive format')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+install=file-roller.install
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('29cad673ab2833eaa6701b6e40853baf410571f2374c5b3c545c5b8b33d936bc')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-scrollkeeper --disable-schemas-compile
+  make
+}
+
+package() {
+cd "${srcdir}/${pkg

[arch-commits] Commit in file-roller/trunk (PKGBUILD)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 15:00:53
  Author: ibiru
Revision: 140654

update to 3.2.1
drop nautilus from dependency since it doesn't crash anymore when nautilus 
schemas is not available

Modified:
  file-roller/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 18:59:52 UTC (rev 140653)
+++ PKGBUILD2011-10-17 19:00:53 UTC (rev 140654)
@@ -2,12 +2,12 @@
 # Maintainer: Jan de Groot 
 
 pkgname=file-roller
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="Archive manipulator for GNOME"
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'nautilus')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf')
 makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'nautilus' 'libsm')
 optdepends=('unrar: the RAR uncompression program'
 'zip: creates PKZIP-compatible .zip files'
@@ -21,7 +21,7 @@
 install=file-roller.install
 url="http://www.gnome.org";
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('00fc74269978b6e455fea97f22ba81b588bdf3e79548003b75f3328104b418b6')
+sha256sums=('29cad673ab2833eaa6701b6e40853baf410571f2374c5b3c545c5b8b33d936bc')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in qtcurve-kde4/repos (8 files)

2011-10-17 Thread Ronald van Haren
Date: Monday, October 17, 2011 @ 14:59:52
  Author: ronald
Revision: 140653

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  qtcurve-kde4/repos/extra-i686/PKGBUILD
(from rev 140652, qtcurve-kde4/trunk/PKGBUILD)
  qtcurve-kde4/repos/extra-i686/bypass-kde-config.patch
(from rev 140652, qtcurve-kde4/trunk/bypass-kde-config.patch)
  qtcurve-kde4/repos/extra-x86_64/PKGBUILD
(from rev 140652, qtcurve-kde4/trunk/PKGBUILD)
  qtcurve-kde4/repos/extra-x86_64/bypass-kde-config.patch
(from rev 140652, qtcurve-kde4/trunk/bypass-kde-config.patch)
Deleted:
  qtcurve-kde4/repos/extra-i686/PKGBUILD
  qtcurve-kde4/repos/extra-i686/bypass-kde-config.patch
  qtcurve-kde4/repos/extra-x86_64/PKGBUILD
  qtcurve-kde4/repos/extra-x86_64/bypass-kde-config.patch

--+
 extra-i686/PKGBUILD  |   75 -
 extra-i686/bypass-kde-config.patch   |   64 ++--
 extra-x86_64/PKGBUILD|   75 -
 extra-x86_64/bypass-kde-config.patch |   64 ++--
 4 files changed, 138 insertions(+), 140 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-17 18:59:12 UTC (rev 140652)
+++ extra-i686/PKGBUILD 2011-10-17 18:59:52 UTC (rev 140653)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=qtcurve-kde4
-pkgver=1.8.8
-pkgrel=1
-arch=('i686' 'x86_64')
-groups=('qtcurve')
-license=('GPL')
-pkgdesc='A configurable set of widget styles for KDE and Gtk'
-url='http://www.kde-look.org/content/show.php?content=40492'
-depends=('kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-source=("http://craigd.wikispaces.com/file/view/QtCurve-KDE4-${pkgver}.tar.bz2";
-'bypass-kde-config.patch')
-md5sums=('b264d80b4c1e0e8d59e91d571cb639e4'
- '3f6681147cc361bd2bfd4d7477f2a8d0')
-
-build() {
-   cd "${srcdir}"/QtCurve-KDE4-${pkgver}
-   # Bypass KDE prefix detection by kde4-config, see:
-   # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541667
-   patch -p1 -i "${srcdir}"/bypass-kde-config.patch
-
-   cd "${srcdir}"
-   mkdir build
-   cd build
-   cmake ../QtCurve-KDE4-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}"/build
-   make DESTDIR="${pkgdir}" install
-}

Copied: qtcurve-kde4/repos/extra-i686/PKGBUILD (from rev 140652, 
qtcurve-kde4/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-17 18:59:52 UTC (rev 140653)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=qtcurve-kde4
+pkgver=1.8.9
+pkgrel=1
+arch=('i686' 'x86_64')
+groups=('qtcurve')
+license=('GPL')
+pkgdesc='A configurable set of widget styles for KDE and Gtk'
+url='http://www.kde-look.org/content/show.php?content=40492'
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+source=("http://craigd.wikispaces.com/file/view/QtCurve-KDE4-${pkgver}.tar.bz2";
+'bypass-kde-config.patch')
+sha1sums=('93bc8ce3e5bed506521a8839a254f7076b4bc988'
+  '8005c8bf0e9c5d75e80b417a01513bd45853274c')
+build() {
+   cd "${srcdir}"/QtCurve-KDE4-${pkgver}
+   # Bypass KDE prefix detection by kde4-config, see:
+   # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541667
+   patch -p1 -i "${srcdir}"/bypass-kde-config.patch
+
+   cd "${srcdir}"
+   mkdir build
+   cd build
+   cmake ../QtCurve-KDE4-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}"/build
+   make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/bypass-kde-config.patch
===
--- extra-i686/bypass-kde-config.patch  2011-10-17 18:59:12 UTC (rev 140652)
+++ extra-i686/bypass-kde-config.patch  2011-10-17 18:59:52 UTC (rev 140653)
@@ -1,32 +0,0 @@
-From: Pino Toscano 
-Description: Disable braindead KDE3/4 prefix detection
- The current detection of the KDE 3 and KDE 4 prefixes is done running
- kde-config and kde4-config, resp.
- This can be problematic, as these two could create files in ~/.kde,
- thus breaking when the home of the current user (eg in buildds) is read-only.
- Given the build system sets anyway "/usr" as prefix of KDE 3 and KDE 4
- if they were not detected, then just let it to.
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541667
-
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -16,6 +16,11 @@ set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CM
- set(CPACK_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${QTCURVE_VERSION_FULL}")
- include(CPack)
- 
-+# Comment th

[arch-commits] Commit in qtcurve-kde4/trunk (PKGBUILD)

2011-10-17 Thread Ronald van Haren
Date: Monday, October 17, 2011 @ 14:59:12
  Author: ronald
Revision: 140652

upgpkg: qtcurve-kde4 1.8.9-1

bump to 1.8.9

Modified:
  qtcurve-kde4/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 18:33:53 UTC (rev 140651)
+++ PKGBUILD2011-10-17 18:59:12 UTC (rev 140652)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=qtcurve-kde4
-pkgver=1.8.8
+pkgver=1.8.9
 pkgrel=1
 arch=('i686' 'x86_64')
 groups=('qtcurve')
@@ -14,9 +14,8 @@
 makedepends=('cmake' 'automoc4')
 source=("http://craigd.wikispaces.com/file/view/QtCurve-KDE4-${pkgver}.tar.bz2";
 'bypass-kde-config.patch')
-md5sums=('b264d80b4c1e0e8d59e91d571cb639e4'
- '3f6681147cc361bd2bfd4d7477f2a8d0')
-
+sha1sums=('93bc8ce3e5bed506521a8839a254f7076b4bc988'
+  '8005c8bf0e9c5d75e80b417a01513bd45853274c')
 build() {
cd "${srcdir}"/QtCurve-KDE4-${pkgver}
# Bypass KDE prefix detection by kde4-config, see:



[arch-commits] Commit in gnome-online-accounts/repos (6 files)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 14:33:53
  Author: ibiru
Revision: 140651

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gnome-online-accounts/repos/testing-i686/
  gnome-online-accounts/repos/testing-i686/PKGBUILD
(from rev 140650, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/testing-i686/gnome-online-accounts.install
(from rev 140650, gnome-online-accounts/trunk/gnome-online-accounts.install)
  gnome-online-accounts/repos/testing-x86_64/
  gnome-online-accounts/repos/testing-x86_64/PKGBUILD
(from rev 140650, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/testing-x86_64/gnome-online-accounts.install
(from rev 140650, gnome-online-accounts/trunk/gnome-online-accounts.install)

--+
 testing-i686/PKGBUILD|   29 +
 testing-i686/gnome-online-accounts.install   |   11 +
 testing-x86_64/PKGBUILD  |   29 +
 testing-x86_64/gnome-online-accounts.install |   11 +
 4 files changed, 80 insertions(+)

Copied: gnome-online-accounts/repos/testing-i686/PKGBUILD (from rev 140650, 
gnome-online-accounts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-17 18:33:53 UTC (rev 140651)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gnome-online-accounts
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="GNOME service to access online accounts"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=('GPL')
+depends=('libwebkit3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
+options=(!libtool)
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('549c210c358fd05598a00cb7a8d8f5b0fd6e18f7cb321c3c1641fb18f1312234')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-online-accounts/repos/testing-i686/gnome-online-accounts.install 
(from rev 140650, gnome-online-accounts/trunk/gnome-online-accounts.install)
===
--- testing-i686/gnome-online-accounts.install  (rev 0)
+++ testing-i686/gnome-online-accounts.install  2011-10-17 18:33:53 UTC (rev 
140651)
@@ -0,0 +1,11 @@
+post_install () {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: gnome-online-accounts/repos/testing-x86_64/PKGBUILD (from rev 140650, 
gnome-online-accounts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-17 18:33:53 UTC (rev 140651)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gnome-online-accounts
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="GNOME service to access online accounts"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=('GPL')
+depends=('libwebkit3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
+options=(!libtool)
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('549c210c358fd05598a00cb7a8d8f5b0fd6e18f7cb321c3c1641fb18f1312234')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
gnome-online-accounts/repos/testing-x86_64/gnome-online-accounts.install (from 
rev 140650, gnome-online-accounts/trunk/gnome-online-accounts.install)
===
--- testing-x86_64/gnome-online-accounts.install
(rev 0)
+++ testing-x86_64/gnome-online-accounts.install2011-10-17 18:33:53 UTC 
(rev 140651)
@@ -0,0 +1,11 @@
+post_install () {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in gnome-online-accounts/trunk (PKGBUILD)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 14:32:51
  Author: ibiru
Revision: 140650

update to 3.2.1

Modified:
  gnome-online-accounts/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 18:08:51 UTC (rev 140649)
+++ PKGBUILD2011-10-17 18:32:51 UTC (rev 140650)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gnome-online-accounts
-pkgver=3.2.0.1
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="GNOME service to access online accounts"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 options=(!libtool)
 install=$pkgname.install
 source=(http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
-sha256sums=('b53e1429930294872b64987bf18e8f2cf07adaac5b1a8c9c15d2fb95ea1e8b2b')
+sha256sums=('549c210c358fd05598a00cb7a8d8f5b0fd6e18f7cb321c3c1641fb18f1312234')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in notification-daemon/repos (6 files)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 14:08:51
  Author: ibiru
Revision: 140649

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  notification-daemon/repos/testing-i686/
  notification-daemon/repos/testing-i686/PKGBUILD
(from rev 140648, notification-daemon/trunk/PKGBUILD)
  notification-daemon/repos/testing-i686/notification-daemon.install
(from rev 140648, notification-daemon/trunk/notification-daemon.install)
  notification-daemon/repos/testing-x86_64/
  notification-daemon/repos/testing-x86_64/PKGBUILD
(from rev 140648, notification-daemon/trunk/PKGBUILD)
  notification-daemon/repos/testing-x86_64/notification-daemon.install
(from rev 140648, notification-daemon/trunk/notification-daemon.install)

+
 testing-i686/PKGBUILD  |   30 +++
 testing-i686/notification-daemon.install   |   22 +++
 testing-x86_64/PKGBUILD|   30 +++
 testing-x86_64/notification-daemon.install |   22 +++
 4 files changed, 104 insertions(+)

Copied: notification-daemon/repos/testing-i686/PKGBUILD (from rev 140648, 
notification-daemon/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-17 18:08:51 UTC (rev 140649)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Mark Rosenstand 
+
+pkgname=notification-daemon
+pkgver=0.7.3
+pkgrel=1
+pkgdesc="Notification daemon for the desktop notifications framework"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.galago-project.org/specs/notification/";
+depends=('gtk3' 'libcanberra')
+groups=('gnome')
+makedepends=('pkgconfig' 'intltool')
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('c40931557c42cd12fdb04ab531fd7d5c5766641e76babdbff6079a6d88342704')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/notification-daemon-1.0 \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR=${pkgdir} install
+}

Copied: notification-daemon/repos/testing-i686/notification-daemon.install 
(from rev 140648, notification-daemon/trunk/notification-daemon.install)
===
--- testing-i686/notification-daemon.install(rev 0)
+++ testing-i686/notification-daemon.install2011-10-17 18:08:51 UTC (rev 
140649)
@@ -0,0 +1,22 @@
+pkgname=notification-daemon
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Copied: notification-daemon/repos/testing-x86_64/PKGBUILD (from rev 140648, 
notification-daemon/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-17 18:08:51 UTC (rev 140649)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Mark Rosenstand 
+
+pkgname=notification-daemon
+pkgver=0.7.3
+pkgrel=1
+pkgdesc="Notification daemon for the desktop notifications framework"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.galago-project.org/specs/notification/";
+depends=('gtk3' 'libcanberra')
+groups=('gnome')
+makedepends=('pkgconfig' 'intltool')
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('c40931557c42cd12fdb04ab531fd7d5c5766641e76babdbff6079a6d88342704')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/notification-daemon-1.0 \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR=${pkgdir} install
+}

Copied: notification-daemon/repos/testing-x86_64/notification-daemon.install 
(from rev 140648, notification-daemon/trunk/notification-daemon.install)
===
--- testing-x86_64/notification-daemon.install  (rev 0)
+++ testing-x86_64/notification-daemon.install  2011-10-17 18:08:51 UTC (rev 
140649)
@@ -0,0 +1,22 @@
+pkgname=notification-daemon
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_insta

[arch-commits] Commit in notification-daemon/trunk (PKGBUILD)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 14:07:47
  Author: ibiru
Revision: 140648

update to 0.7.3

Modified:
  notification-daemon/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 18:02:56 UTC (rev 140647)
+++ PKGBUILD2011-10-17 18:07:47 UTC (rev 140648)
@@ -3,7 +3,7 @@
 # Contributor: Mark Rosenstand 
 
 pkgname=notification-daemon
-pkgver=0.7.2
+pkgver=0.7.3
 pkgrel=1
 pkgdesc="Notification daemon for the desktop notifications framework"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool' '!emptydirs')
 
source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('74ccbedfe25c9559278ba35ef716125ada9ba0074fe7321a2271abfed5990661')
+sha256sums=('c40931557c42cd12fdb04ab531fd7d5c5766641e76babdbff6079a6d88342704')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in yelp-tools/repos (testing-any testing-any/PKGBUILD)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 14:02:56
  Author: ibiru
Revision: 140647

archrelease: copy trunk to testing-any

Added:
  yelp-tools/repos/testing-any/
  yelp-tools/repos/testing-any/PKGBUILD
(from rev 140646, yelp-tools/trunk/PKGBUILD)

--+
 PKGBUILD |   25 +
 1 file changed, 25 insertions(+)

Copied: yelp-tools/repos/testing-any/PKGBUILD (from rev 140646, 
yelp-tools/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2011-10-17 18:02:56 UTC (rev 140647)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=yelp-tools
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Tools for creating Yelp documentation"
+arch=('any')
+depends=('yelp-xsl' 'libxslt' 'libxml2' 'itstool')
+license=('GPL')
+options=('!emptydirs' '!libtool')
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0da05c50ed30f049d654dda4bc2b438fb29b728ec172945d8a1944abfdf1b7b9')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in yelp-tools/trunk (PKGBUILD)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 14:02:22
  Author: ibiru
Revision: 140646

update to 3.2.1

Modified:
  yelp-tools/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 18:01:35 UTC (rev 140645)
+++ PKGBUILD2011-10-17 18:02:22 UTC (rev 140646)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=yelp-tools
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="Tools for creating Yelp documentation"
 arch=('any')
@@ -11,7 +11,7 @@
 options=('!emptydirs' '!libtool')
 url="http://www.gnome.org";
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('45038c909ec50d9656745d4668cba964247e204e85bd75c6e78e4a9bc7729f9a')
+sha256sums=('0da05c50ed30f049d654dda4bc2b438fb29b728ec172945d8a1944abfdf1b7b9')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in yelp/repos (6 files)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 14:01:35
  Author: ibiru
Revision: 140645

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  yelp/repos/testing-i686/
  yelp/repos/testing-i686/PKGBUILD
(from rev 140644, yelp/trunk/PKGBUILD)
  yelp/repos/testing-i686/yelp.install
(from rev 140644, yelp/trunk/yelp.install)
  yelp/repos/testing-x86_64/
  yelp/repos/testing-x86_64/PKGBUILD
(from rev 140644, yelp/trunk/PKGBUILD)
  yelp/repos/testing-x86_64/yelp.install
(from rev 140644, yelp/trunk/yelp.install)

-+
 testing-i686/PKGBUILD   |   29 +
 testing-i686/yelp.install   |   19 +++
 testing-x86_64/PKGBUILD |   29 +
 testing-x86_64/yelp.install |   19 +++
 4 files changed, 96 insertions(+)

Copied: yelp/repos/testing-i686/PKGBUILD (from rev 140644, yelp/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-17 18:01:35 UTC (rev 140645)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=yelp
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="A help browser for GNOME"
+arch=('i686' 'x86_64')
+depends=('libwebkit3' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'dbus-glib' 
'xz' 'bzip2' 'desktop-file-utils' 'dconf')
+makedepends=('intltool' 'gtk-doc')
+groups=('gnome')
+license=('GPL')
+options=('!emptydirs' '!libtool')
+url="http://www.gnome.org";
+install=yelp.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f22cc5e24df4349bffc42a75844615d86924f6b3f4a1951e0240a03a1a40981d')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: yelp/repos/testing-i686/yelp.install (from rev 140644, 
yelp/trunk/yelp.install)
===
--- testing-i686/yelp.install   (rev 0)
+++ testing-i686/yelp.install   2011-10-17 18:01:35 UTC (rev 140645)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0) < 0 )); then
+usr/sbin/gconfpkg --uninstall yelp
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: yelp/repos/testing-x86_64/PKGBUILD (from rev 140644, 
yelp/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-17 18:01:35 UTC (rev 140645)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=yelp
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="A help browser for GNOME"
+arch=('i686' 'x86_64')
+depends=('libwebkit3' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'dbus-glib' 
'xz' 'bzip2' 'desktop-file-utils' 'dconf')
+makedepends=('intltool' 'gtk-doc')
+groups=('gnome')
+license=('GPL')
+options=('!emptydirs' '!libtool')
+url="http://www.gnome.org";
+install=yelp.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f22cc5e24df4349bffc42a75844615d86924f6b3f4a1951e0240a03a1a40981d')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: yelp/repos/testing-x86_64/yelp.install (from rev 140644, 
yelp/trunk/yelp.install)
===
--- testing-x86_64/yelp.install (rev 0)
+++ testing-x86_64/yelp.install 2011-10-17 18:01:35 UTC (rev 140645)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0) < 0 )); then
+usr/sbin/gconfpkg --uninstall yelp
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in yelp/trunk (PKGBUILD)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 14:00:48
  Author: ibiru
Revision: 140644

update to 3.2.1

Modified:
  yelp/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 17:58:56 UTC (rev 140643)
+++ PKGBUILD2011-10-17 18:00:48 UTC (rev 140644)
@@ -2,12 +2,11 @@
 # Maintainer: Jan de Groot 
 
 pkgname=yelp
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="A help browser for GNOME"
 arch=('i686' 'x86_64')
-depends=('libwebkit3' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'dbus-glib'
- 'xz' 'bzip2' 'desktop-file-utils' 'dconf')
+depends=('libwebkit3' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'dbus-glib' 
'xz' 'bzip2' 'desktop-file-utils' 'dconf')
 makedepends=('intltool' 'gtk-doc')
 groups=('gnome')
 license=('GPL')
@@ -15,7 +14,7 @@
 url="http://www.gnome.org";
 install=yelp.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6c33bb608614cc81b1c6d9009621a0618beb39e75bf14da0f091871edcd03172')
+sha256sums=('f22cc5e24df4349bffc42a75844615d86924f6b3f4a1951e0240a03a1a40981d')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in yelp-xsl/repos (testing-any testing-any/PKGBUILD)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 13:58:56
  Author: ibiru
Revision: 140643

archrelease: copy trunk to testing-any

Added:
  yelp-xsl/repos/testing-any/
  yelp-xsl/repos/testing-any/PKGBUILD
(from rev 140642, yelp-xsl/trunk/PKGBUILD)

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: yelp-xsl/repos/testing-any/PKGBUILD (from rev 140642, 
yelp-xsl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2011-10-17 17:58:56 UTC (rev 140643)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+
+pkgname=yelp-xsl
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Stylesheets for Yelp"
+arch=(any)
+makedepends=(intltool libxslt libxml2 itstool)
+license=(GPL)
+options=('!emptydirs')
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('76159759ccff4003c13a9fd14de82f334978165f88dd3716efa98382285a06a6')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in yelp-xsl/trunk (PKGBUILD)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 13:57:48
  Author: ibiru
Revision: 140642

update to 3.2.1

Modified:
  yelp-xsl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 17:56:31 UTC (rev 140641)
+++ PKGBUILD2011-10-17 17:57:48 UTC (rev 140642)
@@ -2,7 +2,7 @@
 # Maintainer: Jan "heftig" Steffens 
 
 pkgname=yelp-xsl
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="Stylesheets for Yelp"
 arch=(any)
@@ -11,7 +11,7 @@
 options=('!emptydirs')
 url="http://www.gnome.org";
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('04d3414dcb45a298e7e344ba9c5f6afff320e04c1aebc22d06a9b32285f89ead')
+sha256sums=('76159759ccff4003c13a9fd14de82f334978165f88dd3716efa98382285a06a6')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in gnome-user-docs/repos (testing-any testing-any/PKGBUILD)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 13:56:31
  Author: ibiru
Revision: 140641

archrelease: copy trunk to testing-any

Added:
  gnome-user-docs/repos/testing-any/
  gnome-user-docs/repos/testing-any/PKGBUILD
(from rev 140640, gnome-user-docs/trunk/PKGBUILD)

--+
 PKGBUILD |   29 +
 1 file changed, 29 insertions(+)

Copied: gnome-user-docs/repos/testing-any/PKGBUILD (from rev 140640, 
gnome-user-docs/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2011-10-17 17:56:31 UTC (rev 140641)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gnome-user-docs
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="User documentation for GNOME"
+arch=(any)
+license=('FDL')
+depends=('yelp')
+makedepends=('gnome-doc-utils' 'itstool')
+replaces=('gnome2-user-docs')
+conflicts=('gnome2-user-docs')
+url="http://www.gnome.org";
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/gnome-user-docs/3.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('0b7ea48d945e304bc5b22c9afb8377b419922c53287c2f9c583c65c66ca680f8')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in gnome-user-docs/trunk (PKGBUILD)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 13:55:31
  Author: ibiru
Revision: 140640

update to 3.2.1

Modified:
  gnome-user-docs/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 17:49:23 UTC (rev 140639)
+++ PKGBUILD2011-10-17 17:55:31 UTC (rev 140640)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gnome-user-docs
-pkgver=3.2.0.1
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="User documentation for GNOME"
 arch=(any)
@@ -14,12 +14,12 @@
 url="http://www.gnome.org";
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/gnome-user-docs/3.2/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('44f758b2c8b03355e193ae7772d12dbf936c6167ecbe5b3ae41b150d974d718e')
+sha256sums=('0b7ea48d945e304bc5b22c9afb8377b419922c53287c2f9c583c65c66ca680f8')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper
+  --localstatedir=/var
   make
 }
 



[arch-commits] Commit in libreoffice/repos (testing-x86_64)

2011-10-17 Thread andyrtr
Date: Monday, October 17, 2011 @ 13:49:23
  Author: andyrtr
Revision: 140639

db-remove: libreoffice removed by andyrtr

Deleted:
  libreoffice/repos/testing-x86_64/



[arch-commits] Commit in libreoffice/repos (testing-i686)

2011-10-17 Thread andyrtr
Date: Monday, October 17, 2011 @ 13:49:11
  Author: andyrtr
Revision: 140638

db-remove: libreoffice removed by andyrtr

Deleted:
  libreoffice/repos/testing-i686/



[arch-commits] Commit in evince/repos (6 files)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 12:54:07
  Author: ibiru
Revision: 140637

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  evince/repos/testing-i686/
  evince/repos/testing-i686/PKGBUILD
(from rev 140636, evince/trunk/PKGBUILD)
  evince/repos/testing-i686/evince.install
(from rev 140636, evince/trunk/evince.install)
  evince/repos/testing-x86_64/
  evince/repos/testing-x86_64/PKGBUILD
(from rev 140636, evince/trunk/PKGBUILD)
  evince/repos/testing-x86_64/evince.install
(from rev 140636, evince/trunk/evince.install)

---+
 testing-i686/PKGBUILD |   36 
 testing-i686/evince.install   |   19 +++
 testing-x86_64/PKGBUILD   |   36 
 testing-x86_64/evince.install |   19 +++
 4 files changed, 110 insertions(+)

Copied: evince/repos/testing-i686/PKGBUILD (from rev 140636, 
evince/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-17 16:54:07 UTC (rev 140637)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evince
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Simply a document viewer"
+url="http://projects.gnome.org/evince/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libspectre' 'gsfonts' 'poppler-glib' 'djvulibre' 
'gnome-icon-theme' 't1lib' 'libgnome-keyring' 'desktop-file-utils' 'dconf' 
'gsettings-desktop-schemas')
+makedepends=('gnome-doc-utils' 'nautilus' 'texlive-bin' 'intltool' 
'gobject-introspection')
+optdepends=('texlive-bin: DVI support')
+groups=('gnome-extra')
+install=evince.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9db61a39c977eb939deaee3ed1e66937f15532f46de988cacd5b638f3960ed35')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr   --sysconfdir=/etc \
+  --localstatedir=/var--libexecdir=/usr/lib/evince \
+  --disable-static--enable-nautilus \
+  --enable-pdf--enable-tiff \
+  --enable-djvu   --enable-dvi \
+  --enable-t1lib  --enable-comics \
+  --disable-scrollkeeper  --disable-schemas-compile \
+  --enable-introspection
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: evince/repos/testing-i686/evince.install (from rev 140636, 
evince/trunk/evince.install)
===
--- testing-i686/evince.install (rev 0)
+++ testing-i686/evince.install 2011-10-17 16:54:07 UTC (rev 140637)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0) < 0 )); then
+usr/sbin/gconfpkg --uninstall evince
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: evince/repos/testing-x86_64/PKGBUILD (from rev 140636, 
evince/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-17 16:54:07 UTC (rev 140637)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evince
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Simply a document viewer"
+url="http://projects.gnome.org/evince/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libspectre' 'gsfonts' 'poppler-glib' 'djvulibre' 
'gnome-icon-theme' 't1lib' 'libgnome-keyring' 'desktop-file-utils' 'dconf' 
'gsettings-desktop-schemas')
+makedepends=('gnome-doc-utils' 'nautilus' 'texlive-bin' 'intltool' 
'gobject-introspection')
+optdepends=('texlive-bin: DVI support')
+groups=('gnome-extra')
+install=evince.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9db61a39c977eb939deaee3ed1e66937f15532f46de988cacd5b638f3960ed35')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr   --sysconfdir=/etc \
+  --localstatedir=/var--libexecdir=/usr/lib/evince \
+  --disable-static--enable-nautilus \
+  --enable-pdf--enable-tiff \
+  --enable-djvu   --enable-dvi \
+  --enable-t1lib  --enable-comics \
+  --disable-scrollkeeper  --disable-schemas-compile \
+  --enable-introspection
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: evince/repos/testing-x86_64/evince.install (from rev 140636, 
evince/trunk/evince.install)
===
--- test

[arch-commits] Commit in evince/trunk (PKGBUILD)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 12:50:19
  Author: ibiru
Revision: 140636

update to 3.2.1

Modified:
  evince/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 15:38:21 UTC (rev 140635)
+++ PKGBUILD2011-10-17 16:50:19 UTC (rev 140636)
@@ -2,21 +2,20 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evince
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.2.1
+pkgrel=1
 pkgdesc="Simply a document viewer"
 url="http://projects.gnome.org/evince/";
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('gtk3' 'libspectre' 'gsfonts' 'poppler-glib' 'djvulibre' 
'gnome-icon-theme'
- 't1lib' 'libgnome-keyring' 'desktop-file-utils' 'dconf' 
'gsettings-desktop-schemas')
+depends=('gtk3' 'libspectre' 'gsfonts' 'poppler-glib' 'djvulibre' 
'gnome-icon-theme' 't1lib' 'libgnome-keyring' 'desktop-file-utils' 'dconf' 
'gsettings-desktop-schemas')
 makedepends=('gnome-doc-utils' 'nautilus' 'texlive-bin' 'intltool' 
'gobject-introspection')
 optdepends=('texlive-bin: DVI support')
 groups=('gnome-extra')
 install=evince.install
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('a9bc17e7f99489354cc66ffede68466ea0a9c52664b18198291c3a40d0150235')
+sha256sums=('9db61a39c977eb939deaee3ed1e66937f15532f46de988cacd5b638f3960ed35')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in gnome-documents/repos (6 files)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 11:38:21
  Author: ibiru
Revision: 140635

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gnome-documents/repos/testing-i686/
  gnome-documents/repos/testing-i686/PKGBUILD
(from rev 140634, gnome-documents/trunk/PKGBUILD)
  gnome-documents/repos/testing-i686/gnome-documents.install
(from rev 140634, gnome-documents/trunk/gnome-documents.install)
  gnome-documents/repos/testing-x86_64/
  gnome-documents/repos/testing-x86_64/PKGBUILD
(from rev 140634, gnome-documents/trunk/PKGBUILD)
  gnome-documents/repos/testing-x86_64/gnome-documents.install
(from rev 140634, gnome-documents/trunk/gnome-documents.install)

+
 testing-i686/PKGBUILD  |   35 +++
 testing-i686/gnome-documents.install   |   13 +++
 testing-x86_64/PKGBUILD|   35 +++
 testing-x86_64/gnome-documents.install |   13 +++
 4 files changed, 96 insertions(+)

Copied: gnome-documents/repos/testing-i686/PKGBUILD (from rev 140634, 
gnome-documents/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-17 15:38:21 UTC (rev 140635)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+
+pkgname=gnome-documents
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="Documents Manager for GNOME"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=('GPL')
+groups=('gnome-extra')
+depends=('clutter-gtk' 'evince' 'gobject-introspection' 'gtk3' 'gnome-desktop' 
'gnome-online-accounts' 'libgdata' 'tracker')
+makedepends=('intltool' 'vala')
+optdepends=('unoconv: Support for Libreoffice document types')
+options=('!libtool')
+install=gnome-documents.install
+source=(http://download.gnome.org/sources/$pkgname/0.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('f04356d6620a3fa47cfdb4b72c80ac3748ca229fe24b57ccf229536afa934f52')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/gnome-documents
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/testing-i686/gnome-documents.install (from rev 
140634, gnome-documents/trunk/gnome-documents.install)
===
--- testing-i686/gnome-documents.install(rev 0)
+++ testing-i686/gnome-documents.install2011-10-17 15:38:21 UTC (rev 
140635)
@@ -0,0 +1,13 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-documents/repos/testing-x86_64/PKGBUILD (from rev 140634, 
gnome-documents/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-17 15:38:21 UTC (rev 140635)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+
+pkgname=gnome-documents
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="Documents Manager for GNOME"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=('GPL')
+groups=('gnome-extra')
+depends=('clutter-gtk' 'evince' 'gobject-introspection' 'gtk3' 'gnome-desktop' 
'gnome-online-accounts' 'libgdata' 'tracker')
+makedepends=('intltool' 'vala')
+optdepends=('unoconv: Support for Libreoffice document types')
+options=('!libtool')
+install=gnome-documents.install
+source=(http://download.gnome.org/sources/$pkgname/0.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('f04356d6620a3fa47cfdb4b72c80ac3748ca229fe24b57ccf229536afa934f52')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/gnome-documents
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/testing-x86_64/gnome-documents.install (from rev 
140634, gnome-documents/trunk/gnome-documents.install)
===
--- testing-x86_64/gnome-documents.install  (rev 0)
+++ testing-x86_64/gnome-documents.install  2011-10-17 15:38:21 UTC (rev 
140635)
@@ -0,0 +1,13 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in gnome-documents/trunk (PKGBUILD)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 11:37:39
  Author: ibiru
Revision: 140634

update to 0.2.1

Modified:
  gnome-documents/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 15:35:16 UTC (rev 140633)
+++ PKGBUILD2011-10-17 15:37:39 UTC (rev 140634)
@@ -2,8 +2,8 @@
 # Maintainer: Jan "heftig" Steffens 
 
 pkgname=gnome-documents
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.2.1
+pkgrel=1
 pkgdesc="Documents Manager for GNOME"
 arch=(i686 x86_64)
 url="http://www.gnome.org";
@@ -15,7 +15,7 @@
 options=('!libtool')
 install=gnome-documents.install
 source=(http://download.gnome.org/sources/$pkgname/0.2/$pkgname-$pkgver.tar.xz)
-sha256sums=('51c171a6b8a36ebe0b251d0b4d0acb360b5d7738fe8106006ea5504c03ad4932')
+sha256sums=('f04356d6620a3fa47cfdb4b72c80ac3748ca229fe24b57ccf229536afa934f52')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in sushi/repos (4 files)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 11:35:16
  Author: ibiru
Revision: 140633

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  sushi/repos/testing-i686/
  sushi/repos/testing-i686/PKGBUILD
(from rev 140632, sushi/trunk/PKGBUILD)
  sushi/repos/testing-x86_64/
  sushi/repos/testing-x86_64/PKGBUILD
(from rev 140632, sushi/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   29 +
 testing-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: sushi/repos/testing-i686/PKGBUILD (from rev 140632, 
sushi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-17 15:35:16 UTC (rev 140633)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=sushi
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="A quick previewer for Nautilus"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=('GPL2')
+groups=(gnome-extra)
+depends=('clutter-gtk' 'clutter-gst' 'gjs' 'libmusicbrainz3' 'libwebkit3' 
'gtksourceview3' 'evince')
+makedepends=('intltool' 'gobject-introspection')
+options=(!libtool)
+source=(http://download.gnome.org/sources/$pkgname/0.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('b18d166a52738bceeca178318212ef4bd6a5562122f105df40bcd436621cbdb1')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --libexecdir=/usr/lib/sushi
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sushi/repos/testing-x86_64/PKGBUILD (from rev 140632, 
sushi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-17 15:35:16 UTC (rev 140633)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=sushi
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="A quick previewer for Nautilus"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=('GPL2')
+groups=(gnome-extra)
+depends=('clutter-gtk' 'clutter-gst' 'gjs' 'libmusicbrainz3' 'libwebkit3' 
'gtksourceview3' 'evince')
+makedepends=('intltool' 'gobject-introspection')
+options=(!libtool)
+source=(http://download.gnome.org/sources/$pkgname/0.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('b18d166a52738bceeca178318212ef4bd6a5562122f105df40bcd436621cbdb1')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --libexecdir=/usr/lib/sushi
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in sushi/trunk (PKGBUILD)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 11:34:25
  Author: ibiru
Revision: 140632

update to 0.2.1

Modified:
  sushi/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 15:32:06 UTC (rev 140631)
+++ PKGBUILD2011-10-17 15:34:25 UTC (rev 140632)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=sushi
-pkgver=0.2.0
+pkgver=0.2.1
 pkgrel=1
 pkgdesc="A quick previewer for Nautilus"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'gobject-introspection')
 options=(!libtool)
 source=(http://download.gnome.org/sources/$pkgname/0.2/$pkgname-$pkgver.tar.xz)
-sha256sums=('cdefa909afe31403c118f5c4f356dcb4787161f5a4f4ee92054f84b4c13eb59b')
+sha256sums=('b18d166a52738bceeca178318212ef4bd6a5562122f105df40bcd436621cbdb1')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in gnome-control-center/repos (6 files)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 11:32:06
  Author: ibiru
Revision: 140631

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gnome-control-center/repos/testing-i686/
  gnome-control-center/repos/testing-i686/PKGBUILD
(from rev 140630, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/testing-i686/gnome-control-center.install
(from rev 140630, gnome-control-center/trunk/gnome-control-center.install)
  gnome-control-center/repos/testing-x86_64/
  gnome-control-center/repos/testing-x86_64/PKGBUILD
(from rev 140630, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/testing-x86_64/gnome-control-center.install
(from rev 140630, gnome-control-center/trunk/gnome-control-center.install)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-i686/gnome-control-center.install   |   19 +
 testing-x86_64/PKGBUILD |   38 ++
 testing-x86_64/gnome-control-center.install |   19 +
 4 files changed, 114 insertions(+)

Copied: gnome-control-center/repos/testing-i686/PKGBUILD (from rev 140630, 
gnome-control-center/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-17 15:32:06 UTC (rev 140631)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-control-center
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="The Control Center for GNOME"
+arch=('i686' 'x86_64')
+depends=('gtk3' 'gsettings-desktop-schemas' 'gnome-menus' 'gnome-desktop' 
'gnome-settings-daemon' 'upower' 'libgtop' 'cups-pk-helper' 'accountsservice' 
'sound-theme-freedesktop' 'gnome-online-accounts' 'network-manager-applet')
+optdepends=('mesa-demos: provides glxinfo for graphics information'
+'apg: adds password generation for user accounts'
+'gnome-color-manager: for color management tasks')
+makedepends=('gnome-doc-utils' 'intltool')
+url="http://www.gnome.org";
+groups=('gnome')
+install=gnome-control-center.install
+license=('GPL')
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('bf354ea096ee7501cbdf53c42386355f19975b4206995e6110c180e7cb74a088')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --disable-scrollkeeper --disable-update-mimedb
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}
+

Copied: gnome-control-center/repos/testing-i686/gnome-control-center.install 
(from rev 140630, gnome-control-center/trunk/gnome-control-center.install)
===
--- testing-i686/gnome-control-center.install   (rev 0)
+++ testing-i686/gnome-control-center.install   2011-10-17 15:32:06 UTC (rev 
140631)
@@ -0,0 +1,19 @@
+pkgname=gnome-control-center
+
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+usr/sbin/gconfpkg --uninstall ${pkgname}
+fi
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}

Copied: gnome-control-center/repos/testing-x86_64/PKGBUILD (from rev 140630, 
gnome-control-center/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-17 15:32:06 UTC (rev 140631)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-control-center
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="The Control Center for GNOME"
+arch=('i686' 'x86_64')
+depends=('gtk3' 'gsettings-desktop-schemas' 'gnome-menus' 'gnome-desktop' 
'gnome-settings-daemon' 'upower' 'libgtop' 'cups-pk-helper' 'accountsservice' 
'sound-theme-freedesktop' 'gnome-online-accounts' 'network-manager-applet')
+optdepends=('mesa-demos: provides glxinfo for graphics information'
+'apg: adds password generation for user accounts'
+'gnome-color-manager: for color management tasks')
+makedepends=('gnome-doc-utils' 'intltool')
+url="http://www.gnome.org";
+groups=('gnome')
+install=gnome-control-center.install
+license=('GPL')
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('bf354ea096ee7501

[arch-commits] Commit in gnome-control-center/trunk (PKGBUILD)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 11:30:57
  Author: ibiru
Revision: 140630

update to 3.2.1

Modified:
  gnome-control-center/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 15:25:55 UTC (rev 140629)
+++ PKGBUILD2011-10-17 15:30:57 UTC (rev 140630)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-control-center
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="The Control Center for GNOME"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 license=('GPL')
 options=('!libtool' '!emptydirs')
 
source=(http://download.gnome.org/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('06c927dcbee2bf63e4960441ccb9bea55d12aa83078e5d71e9832d52fd1966aa')
+sha256sums=('bf354ea096ee7501cbdf53c42386355f19975b4206995e6110c180e7cb74a088')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in gnome-user-share/repos (6 files)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 11:25:55
  Author: ibiru
Revision: 140629

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gnome-user-share/repos/testing-i686/
  gnome-user-share/repos/testing-i686/PKGBUILD
(from rev 140628, gnome-user-share/trunk/PKGBUILD)
  gnome-user-share/repos/testing-i686/gnome-user-share.install
(from rev 140628, gnome-user-share/trunk/gnome-user-share.install)
  gnome-user-share/repos/testing-x86_64/
  gnome-user-share/repos/testing-x86_64/PKGBUILD
(from rev 140628, gnome-user-share/trunk/PKGBUILD)
  gnome-user-share/repos/testing-x86_64/gnome-user-share.install
(from rev 140628, gnome-user-share/trunk/gnome-user-share.install)

-+
 testing-i686/PKGBUILD   |   33 ++
 testing-i686/gnome-user-share.install   |   22 
 testing-x86_64/PKGBUILD |   33 ++
 testing-x86_64/gnome-user-share.install |   22 
 4 files changed, 110 insertions(+)

Copied: gnome-user-share/repos/testing-i686/PKGBUILD (from rev 140628, 
gnome-user-share/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-17 15:25:55 UTC (rev 140629)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Roman Kyrylych 
+
+pkgname=gnome-user-share
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Easy to use user-level file sharing for GNOME."
+arch=('i686' 'x86_64')
+url="http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/";
+license=('GPL')
+depends=('mod_dnssd' 'gconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 
'gnome-bluetooth' 'libcanberra' 'libunique3')
+makedepends=('intltool' 'gnome-doc-utils' 'nautilus')
+options=('!emptydirs' '!libtool')
+install=gnome-user-share.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9d1188c316e536ad6f84b595f118040474f8b9017acd492e80bce30d0c5d54ea')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/gnome-user-share \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnome-user-share ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Copied: gnome-user-share/repos/testing-i686/gnome-user-share.install (from rev 
140628, gnome-user-share/trunk/gnome-user-share.install)
===
--- testing-i686/gnome-user-share.install   (rev 0)
+++ testing-i686/gnome-user-share.install   2011-10-17 15:25:55 UTC (rev 
140629)
@@ -0,0 +1,22 @@
+pkgname=gnome-user-share
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Copied: gnome-user-share/repos/testing-x86_64/PKGBUILD (from rev 140628, 
gnome-user-share/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-17 15:25:55 UTC (rev 140629)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Roman Kyrylych 
+
+pkgname=gnome-user-share
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Easy to use user-level file sharing for GNOME."
+arch=('i686' 'x86_64')
+url="http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/";
+license=('GPL')
+depends=('mod_dnssd' 'gconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 
'gnome-bluetooth' 'libcanberra' 'libunique3')
+makedepends=('intltool' 'gnome-doc-utils' 'nautilus')
+options=('!emptydirs' '!libtool')
+install=gnome-user-share.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9d1188c316e536ad6f84b595f118040474f8b9017acd492e80bce30d0c5d54ea')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/gnome-user-share \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnome-user-share ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Copied: gnome-user-s

[arch-commits] Commit in gnome-user-share/trunk (PKGBUILD)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 11:23:51
  Author: ibiru
Revision: 140628

update to 3.0.1

Modified:
  gnome-user-share/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 15:19:40 UTC (rev 140627)
+++ PKGBUILD2011-10-17 15:23:51 UTC (rev 140628)
@@ -2,18 +2,18 @@
 # Maintainer: Roman Kyrylych 
 
 pkgname=gnome-user-share
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="Easy to use user-level file sharing for GNOME."
 arch=('i686' 'x86_64')
 url="http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/";
 license=('GPL')
-depends=('mod_dnssd' 'gconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 
'gnome-bluetooth' 'libcanberra')
+depends=('mod_dnssd' 'gconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 
'gnome-bluetooth' 'libcanberra' 'libunique3')
 makedepends=('intltool' 'gnome-doc-utils' 'nautilus')
 options=('!emptydirs' '!libtool')
 install=gnome-user-share.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1987d08ebb88bd3fecd7c76d2d9549dba2c7132a7c2b3cfe68fdc2a24260fafe')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9d1188c316e536ad6f84b595f118040474f8b9017acd492e80bce30d0c5d54ea')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in empathy/repos (6 files)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 11:19:40
  Author: ibiru
Revision: 140627

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  empathy/repos/testing-i686/
  empathy/repos/testing-i686/PKGBUILD
(from rev 140626, empathy/trunk/PKGBUILD)
  empathy/repos/testing-i686/empathy.install
(from rev 140626, empathy/trunk/empathy.install)
  empathy/repos/testing-x86_64/
  empathy/repos/testing-x86_64/PKGBUILD
(from rev 140626, empathy/trunk/PKGBUILD)
  empathy/repos/testing-x86_64/empathy.install
(from rev 140626, empathy/trunk/empathy.install)

+
 testing-i686/PKGBUILD  |   41 +++
 testing-i686/empathy.install   |   18 +
 testing-x86_64/PKGBUILD|   41 +++
 testing-x86_64/empathy.install |   18 +
 4 files changed, 118 insertions(+)

Copied: empathy/repos/testing-i686/PKGBUILD (from rev 140626, 
empathy/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-17 15:19:40 UTC (rev 140627)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=empathy
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="A GNOME instant messaging client using the Telepathy framework."
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/Empathy";
+license=('GPL2')
+depends=('libpulse' 'clutter-gtk' 'clutter-gst' 'telepathy-mission-control' 
'telepathy-logger' 'telepathy-farsight' 'telepathy-farstream' 'folks' 
'gnome-keyring'
+'libcanberra' 'iso-codes' 'networkmanager')
+makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto')
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-butterfly: MSN support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-sofiasip: SIP support'
+'telepathy-haze: libpurple support')
+options=('!libtool')
+groups=('gnome-extra')
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d50e9b0e31df0e8d137c120c61c5aeaaad06fb24bb208d105b186a01b3f1de0a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static \
+  --disable-scrollkeeper \
+  --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: empathy/repos/testing-i686/empathy.install (from rev 140626, 
empathy/trunk/empathy.install)
===
--- testing-i686/empathy.install(rev 0)
+++ testing-i686/empathy.install2011-10-17 15:19:40 UTC (rev 140627)
@@ -0,0 +1,18 @@
+post_install() {
+usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+echo "To use Empathy you need to install at least one Telepathy connection 
manager."
+}
+
+post_upgrade() {
+usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_remove() {
+usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Copied: empathy/repos/testing-x86_64/PKGBUILD (from rev 140626, 
empathy/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-17 15:19:40 UTC (rev 140627)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=empathy
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="A GNOME instant messaging client using the Telepathy framework."
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/Empathy";
+license=('GPL2')
+depends=('libpulse' 'clutter-gtk' 'clutter-gst' 'telepathy-mission-control' 
'telepathy-logger' 'telepathy-farsight' 'telepathy-farstream' 'folks' 
'gnome-keyring'
+'libcanberra' 'iso-codes' 'networkmanager')
+makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto')
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-butterfly: MSN support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-sofiasip: SIP support'
+'telepathy-haze: libpurple support')
+options=('!libtool')
+groups=('gnome-extra')
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d50e9b0e31df0e8d137c120c61c5aeaaad06fb24bb208d105b186a01b3f1de

[arch-commits] Commit in empathy/trunk (PKGBUILD)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 11:18:32
  Author: ibiru
Revision: 140626

update to 3.2.1

Modified:
  empathy/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 15:13:47 UTC (rev 140625)
+++ PKGBUILD2011-10-17 15:18:32 UTC (rev 140626)
@@ -2,13 +2,14 @@
 # Maintainer: Ionut Biru 
 
 pkgname=empathy
-pkgver=3.2.0.1
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="A GNOME instant messaging client using the Telepathy framework."
 arch=('i686' 'x86_64')
 url="http://live.gnome.org/Empathy";
 license=('GPL2')
-depends=('libpulse' 'clutter-gtk' 'clutter-gst' 'telepathy-mission-control' 
'telepathy-logger' 'telepathy-farsight' 'telepathy-farstream' 'folks' 
'gnome-keyring' 'libcanberra' 'iso-codes' 'networkmanager')
+depends=('libpulse' 'clutter-gtk' 'clutter-gst' 'telepathy-mission-control' 
'telepathy-logger' 'telepathy-farsight' 'telepathy-farstream' 'folks' 
'gnome-keyring'
+'libcanberra' 'iso-codes' 'networkmanager')
 makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-butterfly: MSN support'
@@ -20,7 +21,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b11f6f980ce7ae75ddcdbe14bded86c0cc5970181e2257026610a025b75f5512')
+sha256sums=('d50e9b0e31df0e8d137c120c61c5aeaaad06fb24bb208d105b186a01b3f1de0a')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in mousetweaks/repos (6 files)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 11:13:47
  Author: ibiru
Revision: 140625

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  mousetweaks/repos/testing-i686/
  mousetweaks/repos/testing-i686/PKGBUILD
(from rev 140624, mousetweaks/trunk/PKGBUILD)
  mousetweaks/repos/testing-i686/mousetweaks.install
(from rev 140624, mousetweaks/trunk/mousetweaks.install)
  mousetweaks/repos/testing-x86_64/
  mousetweaks/repos/testing-x86_64/PKGBUILD
(from rev 140624, mousetweaks/trunk/PKGBUILD)
  mousetweaks/repos/testing-x86_64/mousetweaks.install
(from rev 140624, mousetweaks/trunk/mousetweaks.install)

+
 testing-i686/PKGBUILD  |   29 +
 testing-i686/mousetweaks.install   |   17 +
 testing-x86_64/PKGBUILD|   29 +
 testing-x86_64/mousetweaks.install |   17 +
 4 files changed, 92 insertions(+)

Copied: mousetweaks/repos/testing-i686/PKGBUILD (from rev 140624, 
mousetweaks/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-17 15:13:47 UTC (rev 140625)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 2392 2008-06-01 19:38:25Z jgc $
+# Maintainer: Jan de Groot 
+
+pkgname=mousetweaks
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Mouse accessibility enhancements for the GNOME desktop"
+arch=(i686 x86_64)
+license=('GPL3' 'FDL')
+depends=('libxtst' 'gtk3' 'gsettings-desktop-schemas')
+makedepends=('gnome-doc-utils' 'intltool')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+url="http://www.gnome.org";
+install=mousetweaks.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('6c1ec6780c8dcaa1e3a6a462f7870c4c91574067a4936727a40b011d46d47734')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: mousetweaks/repos/testing-i686/mousetweaks.install (from rev 140624, 
mousetweaks/trunk/mousetweaks.install)
===
--- testing-i686/mousetweaks.install(rev 0)
+++ testing-i686/mousetweaks.install2011-10-17 15:13:47 UTC (rev 140625)
@@ -0,0 +1,17 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0) < 0 )); then
+usr/sbin/gconfpkg --uninstall mousetweaks
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: mousetweaks/repos/testing-x86_64/PKGBUILD (from rev 140624, 
mousetweaks/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-17 15:13:47 UTC (rev 140625)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 2392 2008-06-01 19:38:25Z jgc $
+# Maintainer: Jan de Groot 
+
+pkgname=mousetweaks
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Mouse accessibility enhancements for the GNOME desktop"
+arch=(i686 x86_64)
+license=('GPL3' 'FDL')
+depends=('libxtst' 'gtk3' 'gsettings-desktop-schemas')
+makedepends=('gnome-doc-utils' 'intltool')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+url="http://www.gnome.org";
+install=mousetweaks.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('6c1ec6780c8dcaa1e3a6a462f7870c4c91574067a4936727a40b011d46d47734')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: mousetweaks/repos/testing-x86_64/mousetweaks.install (from rev 140624, 
mousetweaks/trunk/mousetweaks.install)
===
--- testing-x86_64/mousetweaks.install  (rev 0)
+++ testing-x86_64/mousetweaks.install  2011-10-17 15:13:47 UTC (rev 140625)
@@ -0,0 +1,17 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0) < 0 )); then
+usr/sbin/gconfpkg --uninstall mousetweaks
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in mousetweaks/trunk (PKGBUILD)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 11:11:41
  Author: ibiru
Revision: 140624

update to 3.2.1

Modified:
  mousetweaks/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 15:11:03 UTC (rev 140623)
+++ PKGBUILD2011-10-17 15:11:41 UTC (rev 140624)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=mousetweaks
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="Mouse accessibility enhancements for the GNOME desktop"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 url="http://www.gnome.org";
 install=mousetweaks.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('65aeb0fb2c2eb5f0b06ec3aa8de5b3e2ccab02edd3a4a30adb7ef224baa74649')
+sha256sums=('6c1ec6780c8dcaa1e3a6a462f7870c4c91574067a4936727a40b011d46d47734')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in gnome-utils/repos (6 files)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 11:11:03
  Author: ibiru
Revision: 140623

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gnome-utils/repos/testing-i686/
  gnome-utils/repos/testing-i686/PKGBUILD
(from rev 140622, gnome-utils/trunk/PKGBUILD)
  gnome-utils/repos/testing-i686/gnome-utils.install
(from rev 140622, gnome-utils/trunk/gnome-utils.install)
  gnome-utils/repos/testing-x86_64/
  gnome-utils/repos/testing-x86_64/PKGBUILD
(from rev 140622, gnome-utils/trunk/PKGBUILD)
  gnome-utils/repos/testing-x86_64/gnome-utils.install
(from rev 140622, gnome-utils/trunk/gnome-utils.install)

+
 testing-i686/PKGBUILD  |   41 +++
 testing-i686/gnome-utils.install   |   26 ++
 testing-x86_64/PKGBUILD|   41 +++
 testing-x86_64/gnome-utils.install |   26 ++
 4 files changed, 134 insertions(+)

Copied: gnome-utils/repos/testing-i686/PKGBUILD (from rev 140622, 
gnome-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-17 15:11:03 UTC (rev 140623)
@@ -0,0 +1,41 @@
+#  $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-utils
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Common GNOME utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('libgtop' 'libcanberra' 'libsm' 'gconf' 'gsettings-desktop-schemas' 
'hicolor-icon-theme' 'desktop-file-utils' 'dconf')
+makedepends=('gnome-doc-utils' 'pkgconfig' 'intltool')
+options=('!libtool' '!emptydirs')
+url="http://www.gnome.org";
+groups=('gnome-extra')
+install=gnome-utils.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('3ac1942dbf4d9d394e2fcc5f30a4480b1b1e5d44ee0c2d4f61689f4a221ba328')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/gnome-utils \
+--localstatedir=/var --disable-static \
+--disable-scrollkeeper \
+--disable-schemas-compile \
+--disable-schemas-install
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnome-utils-2.0 ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+
+  # remove it also from Xfce menu that ships its own thingy
+  sed -i -e "s/NotShowIn\=KDE\;/NotShowIn\=KDE\;XFCE\;/" 
${pkgdir}/usr/share/applications/gnome-dictionary.desktop
+  sed -i -e "s/NotShowIn\=KDE\;/NotShowIn\=KDE\;XFCE\;/" 
${pkgdir}/usr/share/applications/gnome-screenshot.desktop
+}

Copied: gnome-utils/repos/testing-i686/gnome-utils.install (from rev 140622, 
gnome-utils/trunk/gnome-utils.install)
===
--- testing-i686/gnome-utils.install(rev 0)
+++ testing-i686/gnome-utils.install2011-10-17 15:11:03 UTC (rev 140623)
@@ -0,0 +1,26 @@
+pkgname=gnome-utils
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}

Copied: gnome-utils/repos/testing-x86_64/PKGBUILD (from rev 140622, 
gnome-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-17 15:11:03 UTC (rev 140623)
@@ -0,0 +1,41 @@
+#  $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-utils
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Common GNOME utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('libgtop' 'libcanberra' 'libsm' 'gconf' 'gsettings-desktop-schemas' 
'hicolor-icon-theme' 'desktop-file-utils' 'dconf')
+makedepends=('gnome-doc-utils' 'pkgconfig' 'intltool')
+options=('!libtool' '!emptydirs')
+url="http://www.gnome.org";
+groups=('gnome-extra')
+install=gnome-utils.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('3ac1942dbf4d9d394e2fcc5f30a4480b1b1e5d44ee0c2d4f61689f4a221ba328')
+
+build() {
+  cd "${srcdir}/${pkgn

[arch-commits] Commit in gnome-utils/trunk (PKGBUILD)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 11:08:50
  Author: ibiru
Revision: 140622

update to 3.2.1

Modified:
  gnome-utils/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 14:55:58 UTC (rev 140621)
+++ PKGBUILD2011-10-17 15:08:50 UTC (rev 140622)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-utils
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="Common GNOME utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 groups=('gnome-extra')
 install=gnome-utils.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('532e071ad772afa9bcd116144bc6b644c8af3daf2eb3f76f6fa306aced1ef5f8')
+sha256sums=('3ac1942dbf4d9d394e2fcc5f30a4480b1b1e5d44ee0c2d4f61689f4a221ba328')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in gnome-settings-daemon/repos (6 files)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 10:55:58
  Author: ibiru
Revision: 140621

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gnome-settings-daemon/repos/testing-i686/
  gnome-settings-daemon/repos/testing-i686/PKGBUILD
(from rev 140620, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/testing-i686/gnome-settings-daemon.install
(from rev 140620, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
  gnome-settings-daemon/repos/testing-x86_64/
  gnome-settings-daemon/repos/testing-x86_64/PKGBUILD
(from rev 140620, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/testing-x86_64/gnome-settings-daemon.install
(from rev 140620, gnome-settings-daemon/trunk/gnome-settings-daemon.install)

--+
 testing-i686/PKGBUILD|   34 +
 testing-i686/gnome-settings-daemon.install   |   18 +
 testing-x86_64/PKGBUILD  |   34 +
 testing-x86_64/gnome-settings-daemon.install |   18 +
 4 files changed, 104 insertions(+)

Copied: gnome-settings-daemon/repos/testing-i686/PKGBUILD (from rev 140620, 
gnome-settings-daemon/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-17 14:55:58 UTC (rev 140621)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-settings-daemon
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="The GNOME Settings daemon"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libgnomekbd' 'gnome-desktop' 'libnotify' 'hicolor-icon-theme' 
'libcanberra-pulse' 'gsettings-desktop-schemas' 'nss' 'gconf' 'dconf' 
'pulseaudio' 'pulseaudio-alsa' 'upower')
+makedepends=('intltool' 'gtk-doc' 'gnome-desktop')
+options=('!emptydirs' '!libtool')
+install=gnome-settings-daemon.install
+url="http://www.gnome.org";
+groups=('gnome')
+replaces=(gnome-settings-daemon-pulse)
+conflicts=(gnome-settings-daemon-pulse)
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('1015b8a12483e91ddc67e891b66207a70339a341a051507aad9a6a15fbfcb78d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-settings-daemon --disable-static 
--enable-pulse \
+  --with-pnpids=/usr/share/libgnome-desktop-3.0/pnp.ids
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnome-settings-daemon/repos/testing-i686/gnome-settings-daemon.install 
(from rev 140620, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
===
--- testing-i686/gnome-settings-daemon.install  (rev 0)
+++ testing-i686/gnome-settings-daemon.install  2011-10-17 14:55:58 UTC (rev 
140621)
@@ -0,0 +1,18 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0) < 0 )); then
+usr/sbin/gconfpkg --uninstall gnome-settings-daemon
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-settings-daemon/repos/testing-x86_64/PKGBUILD (from rev 140620, 
gnome-settings-daemon/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-17 14:55:58 UTC (rev 140621)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-settings-daemon
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="The GNOME Settings daemon"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libgnomekbd' 'gnome-desktop' 'libnotify' 'hicolor-icon-theme' 
'libcanberra-pulse' 'gsettings-desktop-schemas' 'nss' 'gconf' 'dconf' 
'pulseaudio' 'pulseaudio-alsa' 'upower')
+makedepends=('intltool' 'gtk-doc' 'gnome-desktop')
+options=('!emptydirs' '!libtool')
+install=gnome-settings-daemon.install
+url="http://www.gnome.org";
+groups=('gnome')
+replaces=(gnome-settings-daemon-pulse)
+conflicts=(gnome-settings-daemon-pulse)
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('1015b8a12483e91ddc67e891b66207a70339a341a051507aad9a6a15fbfcb78d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-settings-daemon --disable-static 
--enable-pulse \
+  --with-pnpids=/usr/share/libgnome-desktop-3.0/pnp.ids
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-neede

[arch-commits] Commit in gnome-settings-daemon/trunk (PKGBUILD fix_color_crash.patch)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 10:53:13
  Author: ibiru
Revision: 140620

update to 3.2.1

Modified:
  gnome-settings-daemon/trunk/PKGBUILD
Deleted:
  gnome-settings-daemon/trunk/fix_color_crash.patch

---+
 PKGBUILD  |   11 +-
 fix_color_crash.patch |  186 
 2 files changed, 4 insertions(+), 193 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 14:45:25 UTC (rev 140619)
+++ PKGBUILD2011-10-17 14:53:13 UTC (rev 140620)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-settings-daemon
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.2.1
+pkgrel=1
 pkgdesc="The GNOME Settings daemon"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -15,14 +15,11 @@
 groups=('gnome')
 replaces=(gnome-settings-daemon-pulse)
 conflicts=(gnome-settings-daemon-pulse)
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
-fix_color_crash.patch)
-sha256sums=('a85242ce60b9c9bb3fbad124ee06430a408f39fa31d2d4ea29dc179db724447b'
-'b249d21702d4cf9a3a8dc177ba17c00d33e8e742e548811552d79ddeff1e91e3')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('1015b8a12483e91ddc67e891b66207a70339a341a051507aad9a6a15fbfcb78d')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i "$srcdir/fix_color_crash.patch"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --libexecdir=/usr/lib/gnome-settings-daemon --disable-static 
--enable-pulse \
   --with-pnpids=/usr/share/libgnome-desktop-3.0/pnp.ids

Deleted: fix_color_crash.patch
===
--- fix_color_crash.patch   2011-10-17 14:45:25 UTC (rev 140619)
+++ fix_color_crash.patch   2011-10-17 14:53:13 UTC (rev 140620)
@@ -1,186 +0,0 @@
-From fd4c0057b8e3f72b30acb6f1c82688e29b31c0c0 Mon Sep 17 00:00:00 2001
-From: Richard Hughes 
-Date: Mon, 03 Oct 2011 08:52:06 +
-Subject: color: Fix a crash if ~/.local is deleted at runtime
-
-Resolves https://bugzilla.gnome.org/show_bug.cgi?id=660664

-diff --git a/plugins/color/gcm-profile-store.c 
b/plugins/color/gcm-profile-store.c
-index d325162..3dde406 100644
 a/plugins/color/gcm-profile-store.c
-+++ b/plugins/color/gcm-profile-store.c
-@@ -254,6 +254,8 @@ gcm_profile_store_process_child (GcmProfileStore 
*profile_store,
- 
- /* check we're not in a loop */
- helper = gcm_profile_store_find_directory (profile_store, path);
-+if (helper == NULL)
-+goto out;
- if (helper->depth > GCM_PROFILE_STORE_MAX_RECURSION_LEVELS) {
- g_warning ("recursing more than %i levels deep is insane",
-GCM_PROFILE_STORE_MAX_RECURSION_LEVELS);
---
-cgit v0.9.0.2
-From e3313eb16fd2cb25ab3fbc010837b910e525acf6 Mon Sep 17 00:00:00 2001
-From: Bastien Nocera 
-Date: Mon, 03 Oct 2011 10:02:56 +
-Subject: color: Simplify gcm_profile_store_mkdir_with_parents()
-
-No need to check for the path existing,
-g_file_make_directory_with_parents() will do that for us.

-(limited to 'plugins/color/gcm-profile-store.c')
-
-diff --git a/plugins/color/gcm-profile-store.c 
b/plugins/color/gcm-profile-store.c
-index 3dde406..d705604 100644
 a/plugins/color/gcm-profile-store.c
-+++ b/plugins/color/gcm-profile-store.c
-@@ -419,19 +419,12 @@ static gboolean
- gcm_profile_store_mkdir_with_parents (const gchar *filename, GError **error)
- {
- gboolean ret;
--GFile *file = NULL;
- 
- /* ensure destination exists */
--ret = g_file_test (filename, G_FILE_TEST_EXISTS);
--if (!ret) {
--file = g_file_new_for_path (filename);
--ret = g_file_make_directory_with_parents (file, NULL, error);
--if (!ret)
--goto out;
--}
--out:
--if (file != NULL)
--g_object_unref (file);
-+file = g_file_new_for_path (filename);
-+ret = g_file_make_directory_with_parents (file, NULL, error);
-+g_object_unref (file);
-+
- return ret;
- }
- 
---
-cgit v0.9.0.2
-From a711ba99fd5a9bc7bf79dcdc763deed39440eb86 Mon Sep 17 00:00:00 2001
-From: Richard Hughes 
-Date: Mon, 03 Oct 2011 10:38:36 +
-Subject: Make commit e3313eb16fd2cb25ab3fbc010837b910e525acf6 actually compile
-

-(limited to 'plugins/color/gcm-profile-store.c')
-
-diff --git a/plugins/color/gcm-profile-store.c 
b/plugins/color/gcm-profile-store.c
-index d705604..0b3cfa0 100644
 a/plugins/color/gcm-profile-store.c
-+++ b/plugins/color/gcm-profile-store.c
-@@ -419,6 +419,7 @@ static gboolean
- gcm_profile_store_mkdir_with_parents (const gchar *filename, GError **error)
- {
- gboolean ret;
-+GFile *file;
- 
- /* ensure destination exists */
- file = g_file_new_for_path (filename);

[arch-commits] Commit in cogl/repos (4 files)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 10:45:25
  Author: ibiru
Revision: 140619

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  cogl/repos/testing-i686/
  cogl/repos/testing-i686/PKGBUILD
(from rev 140618, cogl/trunk/PKGBUILD)
  cogl/repos/testing-x86_64/
  cogl/repos/testing-x86_64/PKGBUILD
(from rev 140618, cogl/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   28 
 testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: cogl/repos/testing-i686/PKGBUILD (from rev 140618, cogl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-17 14:45:25 UTC (rev 140619)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=cogl
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
+arch=('i686' 'x86_64')
+url="http://www.clutter-project.org/";
+license=('GPL2')
+depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango')
+makedepends=('mesa' 'gobject-introspection')
+options=(!libtool)
+source=(http://download.gnome.org/sources/$pkgname/1.8/$pkgname-$pkgver.tar.xz)
+sha256sums=('ec26fd90c4ba5643875b5f3a04b4ab14b24f0d618ba3d239d61e773c3e3ca8c7')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: cogl/repos/testing-x86_64/PKGBUILD (from rev 140618, 
cogl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-17 14:45:25 UTC (rev 140619)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=cogl
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
+arch=('i686' 'x86_64')
+url="http://www.clutter-project.org/";
+license=('GPL2')
+depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango')
+makedepends=('mesa' 'gobject-introspection')
+options=(!libtool)
+source=(http://download.gnome.org/sources/$pkgname/1.8/$pkgname-$pkgver.tar.xz)
+sha256sums=('ec26fd90c4ba5643875b5f3a04b4ab14b24f0d618ba3d239d61e773c3e3ca8c7')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in cogl/trunk (PKGBUILD)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 10:44:10
  Author: ibiru
Revision: 140618

update to 1.8.2

Modified:
  cogl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 13:37:28 UTC (rev 140617)
+++ PKGBUILD2011-10-17 14:44:10 UTC (rev 140618)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=cogl
-pkgver=1.8.0
+pkgver=1.8.2
 pkgrel=1
 pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('mesa' 'gobject-introspection')
 options=(!libtool)
 source=(http://download.gnome.org/sources/$pkgname/1.8/$pkgname-$pkgver.tar.xz)
-sha256sums=('b1551c129d5570b63e7130971622fc2ab8d4ecbf0dc1773df1c54fa9c1cb0a2c')
+sha256sums=('ec26fd90c4ba5643875b5f3a04b4ab14b24f0d618ba3d239d61e773c3e3ca8c7')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in gnome-bluetooth/repos (8 files)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 09:37:28
  Author: ibiru
Revision: 140617

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gnome-bluetooth/repos/testing-i686/
  gnome-bluetooth/repos/testing-i686/61-gnome-bluetooth-rfkill.rules
(from rev 140616, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/testing-i686/PKGBUILD
(from rev 140616, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/testing-i686/gnome-bluetooth.install
(from rev 140616, gnome-bluetooth/trunk/gnome-bluetooth.install)
  gnome-bluetooth/repos/testing-x86_64/
  gnome-bluetooth/repos/testing-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 140616, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/testing-x86_64/PKGBUILD
(from rev 140616, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/testing-x86_64/gnome-bluetooth.install
(from rev 140616, gnome-bluetooth/trunk/gnome-bluetooth.install)

+
 testing-i686/61-gnome-bluetooth-rfkill.rules   |   11 ++
 testing-i686/PKGBUILD  |   40 +++
 testing-i686/gnome-bluetooth.install   |   12 ++
 testing-x86_64/61-gnome-bluetooth-rfkill.rules |   11 ++
 testing-x86_64/PKGBUILD|   40 +++
 testing-x86_64/gnome-bluetooth.install |   12 ++
 6 files changed, 126 insertions(+)

Copied: gnome-bluetooth/repos/testing-i686/61-gnome-bluetooth-rfkill.rules 
(from rev 140616, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===
--- testing-i686/61-gnome-bluetooth-rfkill.rules
(rev 0)
+++ testing-i686/61-gnome-bluetooth-rfkill.rules2011-10-17 13:37:28 UTC 
(rev 140617)
@@ -0,0 +1,11 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Updated for udev >= 154
+# http://bugs.debian.org/582188
+# https://bugzilla.redhat.com/show_bug.cgi?id=588660
+
+ENV{ACL_MANAGE}=="0", GOTO="gnome_bluetooth_end"
+ACTION!="add|change", GOTO="gnome_bluetooth_end"
+KERNEL=="rfkill", TAG+="udev-acl"
+LABEL="gnome_bluetooth_end"

Copied: gnome-bluetooth/repos/testing-i686/PKGBUILD (from rev 140616, 
gnome-bluetooth/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-17 13:37:28 UTC (rev 140617)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Roman Kyrylych 
+
+pkgname=gnome-bluetooth
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="The GNOME Bluetooth Subsystem"
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/GnomeBluetooth";
+license=('GPL' 'LGPL')
+depends=('gtk3' 'hicolor-icon-theme' 'gvfs-obexftp' 'obexd-client' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto' 
'gobject-introspection')
+options=('!libtool' '!emptydirs')
+install=gnome-bluetooth.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
+61-gnome-bluetooth-rfkill.rules)
+sha256sums=('f67abc26e2a8003b5e3b58e1541ed3955e0ea05a08bfaa8d5dc4b2133d948df0'
+'b8acb8ea2e7f3588575cffd8ea14ec50c8641f518f2ea899771a508b299ea474')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-desktop-update \
+--disable-icon-update \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -m644 -D "${srcdir}/61-gnome-bluetooth-rfkill.rules" \
+ 
"${pkgdir}/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules"
+  install -d ${pkgdir}/etc/ld.so.conf.d
+  echo "/usr/lib/gnome-bluetooth" > ${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf
+}

Copied: gnome-bluetooth/repos/testing-i686/gnome-bluetooth.install (from rev 
140616, gnome-bluetooth/trunk/gnome-bluetooth.install)
===
--- testing-i686/gnome-bluetooth.install(rev 0)
+++ testing-i686/gnome-bluetooth.install2011-10-17 13:37:28 UTC (rev 
140617)
@@ -0,0 +1,12 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: gnome-bluetooth/repos/testing-x86_64/61-gnome-bluetooth-rfkill.rules 
(from rev 140616, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===
--- testing-x86_64/61-gnome-bluetooth-rfkill.rules  
(rev 0)
+++ testing-x86_64/61-gnome-bluetooth-rfkill.rules  2011-10-17 13:37:28 UTC 
(rev 140617)
@@ -

[arch-commits] Commit in gnome-bluetooth/trunk (PKGBUILD)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 09:36:19
  Author: ibiru
Revision: 140616

update to 3.2.1

Modified:
  gnome-bluetooth/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 13:34:14 UTC (rev 140615)
+++ PKGBUILD2011-10-17 13:36:19 UTC (rev 140616)
@@ -3,7 +3,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=gnome-bluetooth
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="The GNOME Bluetooth Subsystem"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 install=gnome-bluetooth.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
 61-gnome-bluetooth-rfkill.rules)
-sha256sums=('7f8f35baf4a785a4d966257c31ce6ee8eb4fe21bc83b26cadc55c244f583bbca'
+sha256sums=('f67abc26e2a8003b5e3b58e1541ed3955e0ea05a08bfaa8d5dc4b2133d948df0'
 'b8acb8ea2e7f3588575cffd8ea14ec50c8641f518f2ea899771a508b299ea474')
 
 build() {



[arch-commits] Commit in gvfs/repos (10 files)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 09:34:14
  Author: ibiru
Revision: 140615

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gvfs/repos/testing-i686/
  gvfs/repos/testing-i686/PKGBUILD
(from rev 140614, gvfs/trunk/PKGBUILD)
  gvfs/repos/testing-i686/gvfs-module.install
(from rev 140614, gvfs/trunk/gvfs-module.install)
  gvfs/repos/testing-i686/gvfs-smb.install
(from rev 140614, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/testing-i686/gvfs.install
(from rev 140614, gvfs/trunk/gvfs.install)
  gvfs/repos/testing-x86_64/
  gvfs/repos/testing-x86_64/PKGBUILD
(from rev 140614, gvfs/trunk/PKGBUILD)
  gvfs/repos/testing-x86_64/gvfs-module.install
(from rev 140614, gvfs/trunk/gvfs-module.install)
  gvfs/repos/testing-x86_64/gvfs-smb.install
(from rev 140614, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/testing-x86_64/gvfs.install
(from rev 140614, gvfs/trunk/gvfs.install)

+
 testing-i686/PKGBUILD  |  113 +++
 testing-i686/gvfs-module.install   |7 ++
 testing-i686/gvfs-smb.install  |   12 +++
 testing-i686/gvfs.install  |   14 
 testing-x86_64/PKGBUILD|  113 +++
 testing-x86_64/gvfs-module.install |7 ++
 testing-x86_64/gvfs-smb.install|   12 +++
 testing-x86_64/gvfs.install|   14 
 8 files changed, 292 insertions(+)

Copied: gvfs/repos/testing-i686/PKGBUILD (from rev 140614, gvfs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-17 13:34:14 UTC (rev 140615)
@@ -0,0 +1,113 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gvfs
+pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp')
+pkgver=1.10.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('libsoup-gnome' 'libcdio' 'fuse' 'bluez' 'smbclient' 'libgphoto2' 
'libarchive' 'libgdu' 'pkgconfig' 'intltool' 'libimobiledevice' 'avahi' 'dconf')
+url="http://www.gnome.org";
+options=(!libtool)
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
+sha256sums=('cd30facee5ad6cd0fafc5337bbf7c06a0bff3936f9ff2ae31519b301efcc9288')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gvfs \
+  --with-bash-completion-dir=/etc/bash_completion.d
+  make
+}
+
+package_gvfs() {
+  pkgdesc="Userspace virtual filesystem implemented as a pluggable module for 
gio"
+  depends=('libsoup-gnome' 'libgdu' 'libcdio' 'fuse' 'libarchive' 'avahi' 
'dconf')
+  optdepends=('gvfs-afc: AFC (mobile devices) support'
+  'gvfs-smb: SMB/CIFS (Windows client) support'
+  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
+  'gvfs-obexftp: ObexFTP (bluetooth) support'
+  'gvfs-afp: Apple Filing Protocol (AFP) support')
+  install=gvfs.install
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  sed -e 's/^am__append_3/#am__append_3/' \
+  -e 's/^am__append_4/#am__append_4/' \
+  -i monitor/Makefile
+  make DESTDIR="${pkgdir}" install
+
+  cd "${pkgdir}"
+  rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}
+  rm 
usr/share/gvfs/mounts/{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}.mount
+  rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
+  rm usr/share/GConf/gsettings/gvfs-smb.convert
+}
+
+package_gvfs-smb() {
+  pkgdesc="SMB/CIFS (Windows client) backend for gvfs"
+  depends=("gvfs=${pkgver}" 'smbclient' 'libgnome-keyring')
+  install=gvfs-smb.install
+
+  cd "${srcdir}/${pkgbase}-${pkgver}/daemon"
+  install -m755 -d "${pkgdir}/usr/lib/gvfs"
+  install -m755 -d "${pkgdir}/usr/share/gvfs/mounts"
+
+  install -m755 .libs/gvfsd-smb{,-browse} "${pkgdir}/usr/lib/gvfs/"
+  install -m644 smb{,-browse}.mount "${pkgdir}/usr/share/gvfs/mounts/"
+
+  install -Dm644 org.gnome.system.smb.gschema.xml \
+"${pkgdir}/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml"
+  install -Dm644 gvfs-smb.convert \
+"${pkgdir}/usr/share/GConf/gsettings/gvfs-smb.convert"
+}
+
+package_gvfs-afc() {
+  pkgdesc="AFC (mobile devices) backend for gvfs"
+  depends=("gvfs=${pkgver}" 'libimobiledevice')
+  install=gvfs-module.install
+
+  cd "${srcdir}/${pkgbase}-${pkgver}/daemon"
+  install -D .libs/gvfsd-afc "${pkgdir}/usr/lib/gvfs/gvfsd-afc"
+  install -Dm644 afc.mount "${pkgdir}/usr/share/gvfs/mounts/afc.mount"
+
+  cd "${srcdir}/${pkgbase}-${pkgver}/monitor/afc"
+  make DESTDIR="${pkgdir}" install
+}
+
+package_gvfs-gphoto2() {
+  pkgdesc="gphoto2 (PTP camera/MTP media player) backend for gvfs"
+  depends=("gvfs=${pkgver}" 'dbus-core' 'libgphoto2' 'udev')
+  install=gvfs-module.install
+
+  cd "${srcdir}/${pkgbase}-${pkgver}/daemon"
+  install -D .libs/gvfsd-g

[arch-commits] Commit in gvfs/trunk (PKGBUILD)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 09:32:18
  Author: ibiru
Revision: 140614

update to 1.10.1

Modified:
  gvfs/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 13:17:00 UTC (rev 140613)
+++ PKGBUILD2011-10-17 13:32:18 UTC (rev 140614)
@@ -3,17 +3,15 @@
 
 pkgbase=gvfs
 pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp')
-pkgver=1.10.0
-pkgrel=2
+pkgver=1.10.1
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
-makedepends=('libsoup-gnome' 'libcdio' 'fuse' 'bluez' 'smbclient' 'libgphoto2'
- 'libarchive' 'libgdu' 'pkgconfig' 'intltool'
- 'libimobiledevice' 'avahi' 'dconf')
+makedepends=('libsoup-gnome' 'libcdio' 'fuse' 'bluez' 'smbclient' 'libgphoto2' 
'libarchive' 'libgdu' 'pkgconfig' 'intltool' 'libimobiledevice' 'avahi' 'dconf')
 url="http://www.gnome.org";
 options=(!libtool)
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('50970f9f9052ecb6ab83860b366c718994bf618695010c11e1391ca886f71db8')
+sha256sums=('cd30facee5ad6cd0fafc5337bbf7c06a0bff3936f9ff2ae31519b301efcc9288')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"



[arch-commits] Commit in gucharmap/repos (6 files)

2011-10-17 Thread Jan Steffens
Date: Monday, October 17, 2011 @ 09:17:00
  Author: heftig
Revision: 140613

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gucharmap/repos/testing-i686/
  gucharmap/repos/testing-i686/PKGBUILD
(from rev 140612, gucharmap/trunk/PKGBUILD)
  gucharmap/repos/testing-i686/gucharmap.install
(from rev 140612, gucharmap/trunk/gucharmap.install)
  gucharmap/repos/testing-x86_64/
  gucharmap/repos/testing-x86_64/PKGBUILD
(from rev 140612, gucharmap/trunk/PKGBUILD)
  gucharmap/repos/testing-x86_64/gucharmap.install
(from rev 140612, gucharmap/trunk/gucharmap.install)

--+
 testing-i686/PKGBUILD|   33 +
 testing-i686/gucharmap.install   |   22 ++
 testing-x86_64/PKGBUILD  |   33 +
 testing-x86_64/gucharmap.install |   22 ++
 4 files changed, 110 insertions(+)

Copied: gucharmap/repos/testing-i686/PKGBUILD (from rev 140612, 
gucharmap/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-17 13:17:00 UTC (rev 140613)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan De Groot 
+
+pkgname=gucharmap
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Gnome Unicode Charmap"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnome.org";
+depends=('gconf' 'hicolor-icon-theme')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+install=gucharmap.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b06f376e5baaa41f0236d659bd6d03e3b38759198257a60affb6ddb2e111beff')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --disable-scrollkeeper  --enable-introspection
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gucharmap ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Copied: gucharmap/repos/testing-i686/gucharmap.install (from rev 140612, 
gucharmap/trunk/gucharmap.install)
===
--- testing-i686/gucharmap.install  (rev 0)
+++ testing-i686/gucharmap.install  2011-10-17 13:17:00 UTC (rev 140613)
@@ -0,0 +1,22 @@
+pkgname=gucharmap
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Copied: gucharmap/repos/testing-x86_64/PKGBUILD (from rev 140612, 
gucharmap/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-17 13:17:00 UTC (rev 140613)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan De Groot 
+
+pkgname=gucharmap
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Gnome Unicode Charmap"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnome.org";
+depends=('gconf' 'hicolor-icon-theme')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+install=gucharmap.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b06f376e5baaa41f0236d659bd6d03e3b38759198257a60affb6ddb2e111beff')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --disable-scrollkeeper  --enable-introspection
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gucharmap ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Copied: gucharmap/repos/testing-x86_64/gucharmap.install (from rev 140612, 
gucharmap/trunk/gucharmap.install)
===
--- testing-x86_64/gucharmap.install(rev 0)
+++ testing-x86_64/gucharmap.install2011-10-17 13:17:00 UTC (rev 140613)
@@ -0,0 +1,22 @@
+pkgname=gucharmap
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/ic

[arch-commits] Commit in gucharmap/trunk (PKGBUILD)

2011-10-17 Thread Jan Steffens
Date: Monday, October 17, 2011 @ 09:15:43
  Author: heftig
Revision: 140612

3.2.1

Modified:
  gucharmap/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 13:04:37 UTC (rev 140611)
+++ PKGBUILD2011-10-17 13:15:43 UTC (rev 140612)
@@ -2,7 +2,7 @@
 # Maintainer: Jan De Groot 
 
 pkgname=gucharmap
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="Gnome Unicode Charmap"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!libtool' '!emptydirs')
 install=gucharmap.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('42aacc32beeb0ebb24db519aaceeb184e4212fdd7732bd7b0f6a15f00afc9501')
+sha256sums=('b06f376e5baaa41f0236d659bd6d03e3b38759198257a60affb6ddb2e111beff')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in totem/repos (6 files)

2011-10-17 Thread Jan Steffens
Date: Monday, October 17, 2011 @ 09:04:37
  Author: heftig
Revision: 140611

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  totem/repos/testing-i686/
  totem/repos/testing-i686/PKGBUILD
(from rev 140610, totem/trunk/PKGBUILD)
  totem/repos/testing-i686/totem.install
(from rev 140610, totem/trunk/totem.install)
  totem/repos/testing-x86_64/
  totem/repos/testing-x86_64/PKGBUILD
(from rev 140610, totem/trunk/PKGBUILD)
  totem/repos/testing-x86_64/totem.install
(from rev 140610, totem/trunk/totem.install)

--+
 testing-i686/PKGBUILD|   70 +
 testing-i686/totem.install   |   19 +++
 testing-x86_64/PKGBUILD  |   70 +
 testing-x86_64/totem.install |   19 +++
 4 files changed, 178 insertions(+)

Copied: totem/repos/testing-i686/PKGBUILD (from rev 140610, 
totem/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-17 13:04:37 UTC (rev 140611)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=totem
+pkgname=('totem' 'totem-plugin')
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="A GNOME3 integrated movie player based on Gstreamer."
+url="http://www.gnome.org";
+arch=('i686' 'x86_64')
+license=('GPL2' 'custom')
+depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'totem-plparser' 'libxxf86vm'
+ 'libxtst' 'desktop-file-utils' 'iso-codes' 'python2' 'libpeas' 
'hicolor-icon-theme'
+ 'gnome-icon-theme-symbolic' 'gsettings-desktop-schemas' 'dconf' 
'clutter-gst'
+ 'clutter-gtk' 'mx')
+makedepends=('intltool' 'gtk-doc' 'python2-gobject' 'nautilus' 'libgdata' 
'xulrunner' 'lirc-utils'
+ 'libepc' 'bluez' 'vala' 'grilo')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
+sha256sums=('e3af3281bdeaf4c7f9594b090087657b06c98e96212b11531269e2ee40a4')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/totem \
+--localstatedir=/var \
+--disable-static \
+--enable-python \
+--enable-nautilus
+  make
+}
+
+package_totem() {
+  groups=('gnome-extra')
+  install=totem.install
+  optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
+  'gstreamer0.10-bad-plugins: Extra media codecs'
+  'gstreamer0.10-ffmpeg: Extra media codecs'
+  'lirc-utils: Infrared Remote Control plugin'
+  'libepc: Publish Playlist plugin'
+  'libgdata: YouTube Browser plugin'
+  'bluez: Bemused plugin'
+  'grilo-plugins: Browse sidebar (remote media)'
+  'pyxdg: opensubtitles plugin')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -r "${pkgdir}/usr/lib/mozilla"
+  rm "${pkgdir}/usr/lib/totem/totem-plugin-viewer"
+
+  sed -i "s|#!/usr/bin/python$|#!/usr/bin/python2|" \
+
$pkgdir/usr/lib/totem/{totem/totem-bugreport.py,plugins/iplayer/iplayer2.py}
+
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/totem/COPYING"
+}
+
+package_totem-plugin() {
+  pkgdesc="Totem plugin for web browsers"
+  depends=("totem=${pkgver}")
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make -C browser-plugin \
+plugindir=/usr/lib/mozilla/plugins \
+xptdir=/usr/lib/mozilla/plugins \
+DESTDIR="${pkgdir}" install
+
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/totem-plugin/COPYING"
+}

Copied: totem/repos/testing-i686/totem.install (from rev 140610, 
totem/trunk/totem.install)
===
--- testing-i686/totem.install  (rev 0)
+++ testing-i686/totem.install  2011-10-17 13:04:37 UTC (rev 140611)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.91.91) < 0 )); then
+usr/sbin/gconfpkg --uninstall totem
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: totem/repos/testing-x86_64/PKGBUILD (from rev 140610, 
totem/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-17 13:04:37 UTC (rev 140611)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=totem
+pkgname=('totem' 'totem-plugin')
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="A GNOME3 integrated movie player based on Gstreamer."
+url="http://www.gnome.org";
+arch=('i686' 'x86_64')
+license=('GPL2' 'custom')
+depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'totem-plparser' 'libxxf86

[arch-commits] Commit in totem/trunk (PKGBUILD)

2011-10-17 Thread Jan Steffens
Date: Monday, October 17, 2011 @ 09:03:02
  Author: heftig
Revision: 140610

3.2.1

Modified:
  totem/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 12:53:24 UTC (rev 140609)
+++ PKGBUILD2011-10-17 13:03:02 UTC (rev 140610)
@@ -3,8 +3,8 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.2.1
+pkgrel=1
 pkgdesc="A GNOME3 integrated movie player based on Gstreamer."
 url="http://www.gnome.org";
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
  'libepc' 'bluez' 'vala' 'grilo')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('97277b6746bdbfa7de185fa20602bfb5c72b77169f346311001d4013a93f9139')
+sha256sums=('e3af3281bdeaf4c7f9594b090087657b06c98e96212b11531269e2ee40a4')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"



[arch-commits] Commit in gnome-terminal/repos (6 files)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 08:53:24
  Author: ibiru
Revision: 140609

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gnome-terminal/repos/testing-i686/
  gnome-terminal/repos/testing-i686/PKGBUILD
(from rev 140608, gnome-terminal/trunk/PKGBUILD)
  gnome-terminal/repos/testing-i686/gnome-terminal.install
(from rev 140608, gnome-terminal/trunk/gnome-terminal.install)
  gnome-terminal/repos/testing-x86_64/
  gnome-terminal/repos/testing-x86_64/PKGBUILD
(from rev 140608, gnome-terminal/trunk/PKGBUILD)
  gnome-terminal/repos/testing-x86_64/gnome-terminal.install
(from rev 140608, gnome-terminal/trunk/gnome-terminal.install)

---+
 testing-i686/PKGBUILD |   33 
 testing-i686/gnome-terminal.install   |   17 
 testing-x86_64/PKGBUILD   |   33 
 testing-x86_64/gnome-terminal.install |   17 
 4 files changed, 100 insertions(+)

Copied: gnome-terminal/repos/testing-i686/PKGBUILD (from rev 140608, 
gnome-terminal/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-17 12:53:24 UTC (rev 140609)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-terminal
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="The GNOME Terminal Emulator"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gconf' 'vte3' 'gsettings-desktop-schemas' 'libsm')
+makedepends=('gnome-doc-utils' 'intltool' 'gtk2')
+options=('!emptydirs')
+url="http://www.gnome.org";
+groups=('gnome')
+install=gnome-terminal.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('c36a6bce466447526cb73779ee8e861f079e86cef68a50f7c8fbed540d5f373e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnome-terminal ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Copied: gnome-terminal/repos/testing-i686/gnome-terminal.install (from rev 
140608, gnome-terminal/trunk/gnome-terminal.install)
===
--- testing-i686/gnome-terminal.install (rev 0)
+++ testing-i686/gnome-terminal.install 2011-10-17 12:53:24 UTC (rev 140609)
@@ -0,0 +1,17 @@
+pkgname=gnome-terminal
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}

Copied: gnome-terminal/repos/testing-x86_64/PKGBUILD (from rev 140608, 
gnome-terminal/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-17 12:53:24 UTC (rev 140609)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-terminal
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="The GNOME Terminal Emulator"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gconf' 'vte3' 'gsettings-desktop-schemas' 'libsm')
+makedepends=('gnome-doc-utils' 'intltool' 'gtk2')
+options=('!emptydirs')
+url="http://www.gnome.org";
+groups=('gnome')
+install=gnome-terminal.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('c36a6bce466447526cb73779ee8e861f079e86cef68a50f7c8fbed540d5f373e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnome-terminal ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Copied: gnome-terminal/repos/testing-x86_64/gnome-terminal.install (from rev 
140608, gnome-terminal/trunk/gnome-terminal.install)
===
--- testing-x86_64/gnome-terminal.install   (rev 0)
+++ testing-x86_64/gnome-terminal.install   2011-10-17 12:53:24 UTC (rev 
140609)
@@ -0,0 +1,17 @@
+pkgname=gnome-terminal
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {

[arch-commits] Commit in gnome-terminal/trunk (PKGBUILD)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 08:52:24
  Author: ibiru
Revision: 140608

update to 3.2.1

Modified:
  gnome-terminal/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 12:48:01 UTC (rev 140607)
+++ PKGBUILD2011-10-17 12:52:24 UTC (rev 140608)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-terminal
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="The GNOME Terminal Emulator"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 groups=('gnome')
 install=gnome-terminal.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('42ca48cff087de770d4783b19653794e82285334144b30557948f852521299b1')
+sha256sums=('c36a6bce466447526cb73779ee8e861f079e86cef68a50f7c8fbed540d5f373e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in clutter/repos (4 files)

2011-10-17 Thread Jan Steffens
Date: Monday, October 17, 2011 @ 08:48:01
  Author: heftig
Revision: 140607

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  clutter/repos/testing-i686/
  clutter/repos/testing-i686/PKGBUILD
(from rev 140606, clutter/trunk/PKGBUILD)
  clutter/repos/testing-x86_64/
  clutter/repos/testing-x86_64/PKGBUILD
(from rev 140606, clutter/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   28 
 testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: clutter/repos/testing-i686/PKGBUILD (from rev 140606, 
clutter/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-17 12:48:01 UTC (rev 140607)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=clutter
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="A GObject based library for creating fast, visually rich graphical 
user interfaces"
+arch=('i686' 'x86_64')
+url="http://clutter-project.org/";
+options=('!libtool')
+license=('LGPL')
+depends=('cogl>=1.8.0' 'mesa' 'json-glib' 'atk' 'libxi')
+makedepends=('gobject-introspection' 'mesa')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('dc899f26448f31cb31e72d80650b8c8ae05acacd5b5d5a44798eabaca0ddfa2f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-introspection
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: clutter/repos/testing-x86_64/PKGBUILD (from rev 140606, 
clutter/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-17 12:48:01 UTC (rev 140607)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=clutter
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="A GObject based library for creating fast, visually rich graphical 
user interfaces"
+arch=('i686' 'x86_64')
+url="http://clutter-project.org/";
+options=('!libtool')
+license=('LGPL')
+depends=('cogl>=1.8.0' 'mesa' 'json-glib' 'atk' 'libxi')
+makedepends=('gobject-introspection' 'mesa')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('dc899f26448f31cb31e72d80650b8c8ae05acacd5b5d5a44798eabaca0ddfa2f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-introspection
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in clutter/trunk (PKGBUILD)

2011-10-17 Thread Jan Steffens
Date: Monday, October 17, 2011 @ 08:46:46
  Author: heftig
Revision: 140606

1.8.2

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 12:35:05 UTC (rev 140605)
+++ PKGBUILD2011-10-17 12:46:46 UTC (rev 140606)
@@ -4,7 +4,7 @@
 # Contributor: William Rea 
 
 pkgname=clutter
-pkgver=1.8.0
+pkgver=1.8.2
 pkgrel=1
 pkgdesc="A GObject based library for creating fast, visually rich graphical 
user interfaces"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('cogl>=1.8.0' 'mesa' 'json-glib' 'atk' 'libxi')
 makedepends=('gobject-introspection' 'mesa')
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('c8bd379154d40400b19932934dfa05e8a02057bbff2455f09afda7aa6c4b5ef8')
+sha256sums=('dc899f26448f31cb31e72d80650b8c8ae05acacd5b5d5a44798eabaca0ddfa2f')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in openssh/repos (10 files)

2011-10-17 Thread Gaetan Bisson
Date: Monday, October 17, 2011 @ 08:35:05
  Author: bisson
Revision: 140605

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  openssh/repos/testing-i686/
  openssh/repos/testing-i686/PKGBUILD
(from rev 140604, openssh/trunk/PKGBUILD)
  openssh/repos/testing-i686/sshd
(from rev 140604, openssh/trunk/sshd)
  openssh/repos/testing-i686/sshd.confd
(from rev 140604, openssh/trunk/sshd.confd)
  openssh/repos/testing-i686/sshd.pam
(from rev 140604, openssh/trunk/sshd.pam)
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 140604, openssh/trunk/PKGBUILD)
  openssh/repos/testing-x86_64/sshd
(from rev 140604, openssh/trunk/sshd)
  openssh/repos/testing-x86_64/sshd.confd
(from rev 140604, openssh/trunk/sshd.confd)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 140604, openssh/trunk/sshd.pam)

---+
 testing-i686/PKGBUILD |   67 
 testing-i686/sshd |   45 +
 testing-i686/sshd.confd   |4 ++
 testing-i686/sshd.pam |   11 +++
 testing-x86_64/PKGBUILD   |   67 
 testing-x86_64/sshd   |   45 +
 testing-x86_64/sshd.confd |4 ++
 testing-x86_64/sshd.pam   |   11 +++
 8 files changed, 254 insertions(+)

Copied: openssh/repos/testing-i686/PKGBUILD (from rev 140604, 
openssh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-17 12:35:05 UTC (rev 140605)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Aaron Griffin 
+# Contributor: judd 
+
+pkgname=openssh
+pkgver=5.9p1
+pkgrel=4
+pkgdesc='Free version of the SSH connectivity tools'
+arch=('i686' 'x86_64')
+license=('custom:BSD')
+url='http://www.openssh.org/portable.html'
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd' 
'etc/conf.d/sshd')
+depends=('krb5' 'openssl' 'libedit')
+optdepends=('x11-ssh-askpass: input passphrase in X without a terminal')
+source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz";
+'sshd.confd'
+'sshd.pam'
+'sshd')
+sha1sums=('ac4e0055421e9543f0af5da607a72cf5922dcc56'
+  'ec102deb69cad7d14f406289d2fc11fee6eddbdd'
+  '07fecd5880b1c4fdd8c94ddb2e89ddce88effdc1'
+  '21fa88de6cc1c7912e71655f50896ba17991a1c2')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/ssh \
+   --sysconfdir=/etc/ssh \
+   --with-privsep-user=nobody \
+   --with-md5-passwords \
+   --with-pam \
+   --with-mantype=man \
+   --with-xauth=/usr/bin/xauth \
+   --with-kerberos5=/usr \
+   --with-ssl-engine \
+   --with-libedit=/usr/lib \
+   --disable-strip # stripping is done by makepkg
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm755 ../sshd "${pkgdir}"/etc/rc.d/sshd
+   install -Dm644 ../sshd.pam "${pkgdir}"/etc/pam.d/sshd
+   install -Dm644 ../sshd.confd "${pkgdir}"/etc/conf.d/sshd
+   install -Dm644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+
+   rm "${pkgdir}"/usr/share/man/man1/slogin.1
+   ln -sf ssh.1.gz "${pkgdir}"/usr/share/man/man1/slogin.1.gz
+
+   # additional contrib scripts that we like
+   install -Dm755 contrib/findssl.sh "${pkgdir}"/usr/bin/findssl.sh
+   install -Dm755 contrib/ssh-copy-id "${pkgdir}"/usr/bin/ssh-copy-id
+   install -Dm644 contrib/ssh-copy-id.1 
"${pkgdir}"/usr/share/man/man1/ssh-copy-id.1
+
+   # PAM is a common, standard feature to have
+   sed \
+   -e '/^#ChallengeResponseAuthentication yes$/c 
ChallengeResponseAuthentication no' \
+   -e '/^#UsePAM no$/c UsePAM yes' \
+   -i "${pkgdir}"/etc/ssh/sshd_config
+}

Copied: openssh/repos/testing-i686/sshd (from rev 140604, openssh/trunk/sshd)
===
--- testing-i686/sshd   (rev 0)
+++ testing-i686/sshd   2011-10-17 12:35:05 UTC (rev 140605)
@@ -0,0 +1,45 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+. /etc/conf.d/sshd
+
+PIDFILE=/var/run/sshd.pid
+PID=$(cat $PIDFILE 2>/dev/null)
+if ! readlink -q /proc/$PID/exe | grep -q '^/usr/sbin/sshd'; then
+   PID=
+   rm $PIDFILE 2>/dev/null
+fi
+
+case "$1" in
+   start)
+   stat_busy 'Starting Secure Shell Daemon'
+   /usr/bin/ssh-keygen -A
+   [[ -d /var/empty ]] || mkdir -p /var/empty
+   [[ -z $PID ]] && /usr/sbin/sshd $SSHD_ARGS
+   if [[ $? -gt 0 ]]; 

[arch-commits] Commit in openssh/trunk (PKGBUILD)

2011-10-17 Thread Gaetan Bisson
Date: Monday, October 17, 2011 @ 08:34:00
  Author: bisson
Revision: 140604

fix FS#26355

Modified:
  openssh/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 12:33:03 UTC (rev 140603)
+++ PKGBUILD2011-10-17 12:34:00 UTC (rev 140604)
@@ -5,13 +5,14 @@
 
 pkgname=openssh
 pkgver=5.9p1
-pkgrel=3
+pkgrel=4
 pkgdesc='Free version of the SSH connectivity tools'
 arch=('i686' 'x86_64')
 license=('custom:BSD')
 url='http://www.openssh.org/portable.html'
 backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd' 
'etc/conf.d/sshd')
 depends=('krb5' 'openssl' 'libedit')
+optdepends=('x11-ssh-askpass: input passphrase in X without a terminal')
 
source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz";
 'sshd.confd'
 'sshd.pam'



[arch-commits] Commit in gnome-power-manager/trunk (PKGBUILD)

2011-10-17 Thread Jan Steffens
Date: Monday, October 17, 2011 @ 08:33:03
  Author: heftig
Revision: 140603

missing dep

Modified:
  gnome-power-manager/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 12:30:38 UTC (rev 140602)
+++ PKGBUILD2011-10-17 12:33:03 UTC (rev 140603)
@@ -8,7 +8,7 @@
 arch=(i686 x86_64)
 url="http://www.gnome.org/projects/gnome-power-manager/";
 license=('GPL')
-depends=('gtk3' 'upower' 'dconf' 'hicolor-icon-theme')
+depends=('gtk3' 'upower' 'dconf' 'hicolor-icon-theme' 'gnome-icon-theme')
 makedepends=('intltool' 'gnome-doc-utils')
 options=(!emptydirs)
 install=gnome-power-manager.install



[arch-commits] Commit in vte3/repos (4 files)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 08:30:38
  Author: ibiru
Revision: 140602

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vte3/repos/testing-i686/
  vte3/repos/testing-i686/PKGBUILD
(from rev 140601, vte3/trunk/PKGBUILD)
  vte3/repos/testing-x86_64/
  vte3/repos/testing-x86_64/PKGBUILD
(from rev 140601, vte3/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   42 ++
 testing-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: vte3/repos/testing-i686/PKGBUILD (from rev 140601, vte3/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-17 12:30:38 UTC (rev 140602)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.30.1
+pkgrel=1
+pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+makedepends=('intltool' 'gobject-introspection' 'gtk3')
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/GNOME/sources/vte/0.30/vte-${pkgver}.tar.xz)
+sha256sums=('bbe421de3015935c22f685eea0eb8be2c1fecd5021c1f822996b8f0a282f6b64')
+
+build() {
+  cd "${srcdir}/vte-${pkgver}"
+  #warning: type-punning to incomplete type might break strict-aliasing rules
+  export CFLAGS="$CFLAGS -fno-strict-aliasing"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection
+  make
+}
+
+package_vte3(){
+  depends=('gtk3' 'vte-common')
+  cd "${srcdir}/vte-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm "${pkgdir}"/usr/lib/vte/gnome-pty-helper
+}
+
+package_vte-common() {
+  pkgdesc="Common files used by vte and vte3"
+  cd "${srcdir}/vte-${pkgver}"
+
+  make -C gnome-pty-helper DESTDIR="${pkgdir}" install
+}

Copied: vte3/repos/testing-x86_64/PKGBUILD (from rev 140601, 
vte3/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-17 12:30:38 UTC (rev 140602)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.30.1
+pkgrel=1
+pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+makedepends=('intltool' 'gobject-introspection' 'gtk3')
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/GNOME/sources/vte/0.30/vte-${pkgver}.tar.xz)
+sha256sums=('bbe421de3015935c22f685eea0eb8be2c1fecd5021c1f822996b8f0a282f6b64')
+
+build() {
+  cd "${srcdir}/vte-${pkgver}"
+  #warning: type-punning to incomplete type might break strict-aliasing rules
+  export CFLAGS="$CFLAGS -fno-strict-aliasing"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection
+  make
+}
+
+package_vte3(){
+  depends=('gtk3' 'vte-common')
+  cd "${srcdir}/vte-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm "${pkgdir}"/usr/lib/vte/gnome-pty-helper
+}
+
+package_vte-common() {
+  pkgdesc="Common files used by vte and vte3"
+  cd "${srcdir}/vte-${pkgver}"
+
+  make -C gnome-pty-helper DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in vte3/trunk (PKGBUILD)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 08:29:31
  Author: ibiru
Revision: 140601

update to 0.30.1

Modified:
  vte3/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 12:27:47 UTC (rev 140600)
+++ PKGBUILD2011-10-17 12:29:31 UTC (rev 140601)
@@ -3,7 +3,7 @@
 
 pkgbase=vte3
 pkgname=(vte3 vte-common)
-pkgver=0.30.0
+pkgver=0.30.1
 pkgrel=1
 pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'gobject-introspection' 'gtk3')
 url="http://www.gnome.org";
 source=(http://ftp.gnome.org/pub/GNOME/sources/vte/0.30/vte-${pkgver}.tar.xz)
-sha256sums=('4b4e13b46e026f1ba088a5bdf9786a339fedb88438f0e094bc7afe5e376be410')
+sha256sums=('bbe421de3015935c22f685eea0eb8be2c1fecd5021c1f822996b8f0a282f6b64')
 
 build() {
   cd "${srcdir}/vte-${pkgver}"



[arch-commits] Commit in aisleriot/repos (6 files)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 08:27:47
  Author: ibiru
Revision: 140600

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  aisleriot/repos/testing-i686/
  aisleriot/repos/testing-i686/PKGBUILD
(from rev 140599, aisleriot/trunk/PKGBUILD)
  aisleriot/repos/testing-i686/aisleriot.install
(from rev 140599, aisleriot/trunk/aisleriot.install)
  aisleriot/repos/testing-x86_64/
  aisleriot/repos/testing-x86_64/PKGBUILD
(from rev 140599, aisleriot/trunk/PKGBUILD)
  aisleriot/repos/testing-x86_64/aisleriot.install
(from rev 140599, aisleriot/trunk/aisleriot.install)

--+
 testing-i686/PKGBUILD|   36 
 testing-i686/aisleriot.install   |   22 ++
 testing-x86_64/PKGBUILD  |   36 
 testing-x86_64/aisleriot.install |   22 ++
 4 files changed, 116 insertions(+)

Copied: aisleriot/repos/testing-i686/PKGBUILD (from rev 140599, 
aisleriot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-17 12:27:47 UTC (rev 140600)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+
+pkgname=aisleriot
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="GNOME Solitaire card games"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://www.gnome.org";
+groups=('gnome-extra')
+depends=(libsm gconf guile libcanberra librsvg hicolor-icon-theme dconf)
+makedepends=(gnome-doc-utils intltool itstool)
+options=('!emptydirs' '!libtool')
+install=aisleriot.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('86bbc131daf97d14f1587216d3e4c73db35126dddf393bfef4f7a67822f96529')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain aisleriot ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Copied: aisleriot/repos/testing-i686/aisleriot.install (from rev 140599, 
aisleriot/trunk/aisleriot.install)
===
--- testing-i686/aisleriot.install  (rev 0)
+++ testing-i686/aisleriot.install  2011-10-17 12:27:47 UTC (rev 140600)
@@ -0,0 +1,22 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  usr/sbin/gconfpkg --install aisleriot
+}
+
+pre_upgrade() {
+  pre_remove
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall aisleriot
+}
+
+post_remove() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
+}

Copied: aisleriot/repos/testing-x86_64/PKGBUILD (from rev 140599, 
aisleriot/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-17 12:27:47 UTC (rev 140600)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+
+pkgname=aisleriot
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="GNOME Solitaire card games"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://www.gnome.org";
+groups=('gnome-extra')
+depends=(libsm gconf guile libcanberra librsvg hicolor-icon-theme dconf)
+makedepends=(gnome-doc-utils intltool itstool)
+options=('!emptydirs' '!libtool')
+install=aisleriot.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('86bbc131daf97d14f1587216d3e4c73db35126dddf393bfef4f7a67822f96529')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain aisleriot ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Copied: aisleriot/repos/testing-x86_64/aisleriot.install (from rev 140599, 
aisleriot/trunk/aisleriot.install)
===
--- testing-x86_64/aisleriot.install(rev 0)
+++ testing-x86_64/aisleriot.install2011-10-17 12:27:47 UTC (rev 140600)
@@ -0,0 +1,22 @@
+post_install() {
+  us

[arch-commits] Commit in aisleriot/trunk (PKGBUILD)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 08:26:37
  Author: ibiru
Revision: 140599

update to 3.2.1

Modified:
  aisleriot/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 12:23:54 UTC (rev 140598)
+++ PKGBUILD2011-10-17 12:26:37 UTC (rev 140599)
@@ -2,7 +2,7 @@
 # Maintainer: Jan "heftig" Steffens 
 
 pkgname=aisleriot
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="GNOME Solitaire card games"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 options=('!emptydirs' '!libtool')
 install=aisleriot.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('dba561dc35641cb393626151cf048f407c47960c7a254f378b986ab95d899d85')
+sha256sums=('86bbc131daf97d14f1587216d3e4c73db35126dddf393bfef4f7a67822f96529')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in gnome-color-manager/repos (6 files)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 08:23:54
  Author: ibiru
Revision: 140598

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gnome-color-manager/repos/testing-i686/
  gnome-color-manager/repos/testing-i686/PKGBUILD
(from rev 140597, gnome-color-manager/trunk/PKGBUILD)
  gnome-color-manager/repos/testing-i686/gnome-color-manager.install
(from rev 140597, gnome-color-manager/trunk/gnome-color-manager.install)
  gnome-color-manager/repos/testing-x86_64/
  gnome-color-manager/repos/testing-x86_64/PKGBUILD
(from rev 140597, gnome-color-manager/trunk/PKGBUILD)
  gnome-color-manager/repos/testing-x86_64/gnome-color-manager.install
(from rev 140597, gnome-color-manager/trunk/gnome-color-manager.install)

+
 testing-i686/PKGBUILD  |   34 +++
 testing-i686/gnome-color-manager.install   |   19 +++
 testing-x86_64/PKGBUILD|   34 +++
 testing-x86_64/gnome-color-manager.install |   19 +++
 4 files changed, 106 insertions(+)

Copied: gnome-color-manager/repos/testing-i686/PKGBUILD (from rev 140597, 
gnome-color-manager/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-17 12:23:54 UTC (rev 140598)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+
+pkgname=gnome-color-manager
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Color profile manager for the GNOME desktop"
+arch=(i686 x86_64)
+url="http://projects.gnome.org/gnome-color-manager/";
+license=(GPL2)
+depends=('libcanberra' 'vte3' 'exiv2' 'hicolor-icon-theme' 
'desktop-file-utils' 'clutter-gtk' 'mash')
+makedepends=('intltool' 'gtk-doc')
+install=gnome-color-manager.install
+options=('!libtool' '!emptydirs')
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bc4651b58a4dc4b812803e8f81520488e6b452969028f04987cb463b8e218436')
+
+build(){
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # man pages need docbook-sgml, which we don't have
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-color-manager \
+  --disable-static --disable-man-pages
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-color-manager/repos/testing-i686/gnome-color-manager.install 
(from rev 140597, gnome-color-manager/trunk/gnome-color-manager.install)
===
--- testing-i686/gnome-color-manager.install(rev 0)
+++ testing-i686/gnome-color-manager.install2011-10-17 12:23:54 UTC (rev 
140598)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0) < 0 )); then
+usr/sbin/gconfpkg --uninstall gnome-color-manager
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-color-manager/repos/testing-x86_64/PKGBUILD (from rev 140597, 
gnome-color-manager/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-17 12:23:54 UTC (rev 140598)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+
+pkgname=gnome-color-manager
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Color profile manager for the GNOME desktop"
+arch=(i686 x86_64)
+url="http://projects.gnome.org/gnome-color-manager/";
+license=(GPL2)
+depends=('libcanberra' 'vte3' 'exiv2' 'hicolor-icon-theme' 
'desktop-file-utils' 'clutter-gtk' 'mash')
+makedepends=('intltool' 'gtk-doc')
+install=gnome-color-manager.install
+options=('!libtool' '!emptydirs')
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bc4651b58a4dc4b812803e8f81520488e6b452969028f04987cb463b8e218436')
+
+build(){
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # man pages need docbook-sgml, which we don't have
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-color-manager \
+  --disable-static --disable-man-pages
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-color-manager/repos/testing-x86_64/gnome-color-manager.install 
(from rev 140597, gnome-color-manager/trunk/gnome-color-manager.install)
===
--- testing-x86_64/gnome-color-manager.install  (rev 0)
+++ testing-x86_64/gnome-color-manager.install  2011-10-17 12:23:54 UTC (rev 
140598)

[arch-commits] Commit in gnome-color-manager/trunk (PKGBUILD)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 08:22:52
  Author: ibiru
Revision: 140597

update to 3.2.1

Modified:
  gnome-color-manager/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 12:20:23 UTC (rev 140596)
+++ PKGBUILD2011-10-17 12:22:52 UTC (rev 140597)
@@ -2,8 +2,8 @@
 # Maintainer: Jan "heftig" Steffens 
 
 pkgname=gnome-color-manager
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.2.1
+pkgrel=1
 pkgdesc="Color profile manager for the GNOME desktop"
 arch=(i686 x86_64)
 url="http://projects.gnome.org/gnome-color-manager/";
@@ -14,7 +14,7 @@
 options=('!libtool' '!emptydirs')
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2d03a7c1f308ab6e2ad89acc39f1f8a67fd0ff1cf3435f5f2269f7a422209273')
+sha256sums=('bc4651b58a4dc4b812803e8f81520488e6b452969028f04987cb463b8e218436')
 
 build(){
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in gnome-power-manager/repos (6 files)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 08:20:23
  Author: ibiru
Revision: 140596

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gnome-power-manager/repos/testing-i686/
  gnome-power-manager/repos/testing-i686/PKGBUILD
(from rev 140595, gnome-power-manager/trunk/PKGBUILD)
  gnome-power-manager/repos/testing-i686/gnome-power-manager.install
(from rev 140595, gnome-power-manager/trunk/gnome-power-manager.install)
  gnome-power-manager/repos/testing-x86_64/
  gnome-power-manager/repos/testing-x86_64/PKGBUILD
(from rev 140595, gnome-power-manager/trunk/PKGBUILD)
  gnome-power-manager/repos/testing-x86_64/gnome-power-manager.install
(from rev 140595, gnome-power-manager/trunk/gnome-power-manager.install)

+
 testing-i686/PKGBUILD  |   32 +++
 testing-i686/gnome-power-manager.install   |   19 
 testing-x86_64/PKGBUILD|   32 +++
 testing-x86_64/gnome-power-manager.install |   19 
 4 files changed, 102 insertions(+)

Copied: gnome-power-manager/repos/testing-i686/PKGBUILD (from rev 140595, 
gnome-power-manager/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-17 12:20:23 UTC (rev 140596)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-power-manager
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Power management tools."
+arch=(i686 x86_64)
+url="http://www.gnome.org/projects/gnome-power-manager/";
+license=('GPL')
+depends=('gtk3' 'upower' 'dconf' 'hicolor-icon-theme')
+makedepends=('intltool' 'gnome-doc-utils')
+options=(!emptydirs)
+install=gnome-power-manager.install
+groups=(gnome-extra)
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('11bc604dd237e28eb08a67e6d507c3edebb96a43a3483390bd0c8100a206dbdb')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-power-manager \
+  --disable-scrollkeeper \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnome-power-manager/repos/testing-i686/gnome-power-manager.install 
(from rev 140595, gnome-power-manager/trunk/gnome-power-manager.install)
===
--- testing-i686/gnome-power-manager.install(rev 0)
+++ testing-i686/gnome-power-manager.install2011-10-17 12:20:23 UTC (rev 
140596)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.91.92) < 0 )); then
+usr/sbin/gconfpkg --uninstall gnome-power-manager
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-power-manager/repos/testing-x86_64/PKGBUILD (from rev 140595, 
gnome-power-manager/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-17 12:20:23 UTC (rev 140596)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-power-manager
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Power management tools."
+arch=(i686 x86_64)
+url="http://www.gnome.org/projects/gnome-power-manager/";
+license=('GPL')
+depends=('gtk3' 'upower' 'dconf' 'hicolor-icon-theme')
+makedepends=('intltool' 'gnome-doc-utils')
+options=(!emptydirs)
+install=gnome-power-manager.install
+groups=(gnome-extra)
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('11bc604dd237e28eb08a67e6d507c3edebb96a43a3483390bd0c8100a206dbdb')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-power-manager \
+  --disable-scrollkeeper \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnome-power-manager/repos/testing-x86_64/gnome-power-manager.install 
(from rev 140595, gnome-power-manager/trunk/gnome-power-manager.install)
===
--- testing-x86_64/gnome-power-manager.install  (rev 0)
+++ testing-x86_64/gnome-power-manager.install  2011-10-17 12:20:23 UTC (rev 
140596)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  gtk-u

[arch-commits] Commit in gnome-power-manager/trunk (PKGBUILD)

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 08:18:49
  Author: ibiru
Revision: 140595

update to 3.2.1

Modified:
  gnome-power-manager/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 10:45:41 UTC (rev 140594)
+++ PKGBUILD2011-10-17 12:18:49 UTC (rev 140595)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-power-manager
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="Power management tools."
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 install=gnome-power-manager.install
 groups=(gnome-extra)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('d66f97f6cff716dd3c612f1a17b0e2b5dfb138deb92ea3d0a782a0144a7eab95')
+sha256sums=('11bc604dd237e28eb08a67e6d507c3edebb96a43a3483390bd0c8100a206dbdb')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



  1   2   >