From 4a701d607c90ab5fdadbbe59b468df93e4293244 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 17 Aug 2012 00:02:31 +0000 Subject: Fri Aug 17 00:02:30 UTC 2012 --- extra/doxygen/PKGBUILD | 8 ++++---- extra/git/PKGBUILD | 8 ++++---- extra/gnome-applets/PKGBUILD | 7 +++---- extra/maxima/PKGBUILD | 6 +++--- extra/sbcl/PKGBUILD | 6 +++--- extra/scim-hangul/2012.patch | 23 +++++++++++++++++++++++ extra/scim-hangul/PKGBUILD | 19 +++++++++---------- extra/scim-pinyin/PKGBUILD | 14 +++++--------- extra/scim-tables/PKGBUILD | 10 +++++----- 9 files changed, 59 insertions(+), 42 deletions(-) create mode 100644 extra/scim-hangul/2012.patch (limited to 'extra') diff --git a/extra/doxygen/PKGBUILD b/extra/doxygen/PKGBUILD index 4f24d6fdd..df0ff2380 100644 --- a/extra/doxygen/PKGBUILD +++ b/extra/doxygen/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 163499 2012-07-13 14:44:33Z dan $ +# $Id: PKGBUILD 165316 2012-08-15 13:47:42Z dan $ # Maintainer: Dan McGee pkgbase=doxygen pkgname=('doxygen' 'doxygen-docs') -pkgver=1.8.1.2 +pkgver=1.8.2 pkgrel=1 license=('GPL') arch=(i686 x86_64) url="http://www.doxygen.org/" makedepends=('gcc-libs' 'flex' 'qt' 'texlive-core' 'ghostscript' 'texlive-latexextra') source=(ftp://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz) -md5sums=('9c62259c34d51d839dafd1f0d5d85f17') -sha1sums=('a11e65a597019510051290d2af0e6f379838b9c5') +md5sums=('6fa7baf995fa3f71cfc09e264ba88a83') +sha1sums=('7b88ade3989ce0f43f0fb2b2574436c4f1fa1c5a') build() { cd "${srcdir}/${pkgbase}-${pkgver}" diff --git a/extra/git/PKGBUILD b/extra/git/PKGBUILD index 8da1f01b1..b12951682 100644 --- a/extra/git/PKGBUILD +++ b/extra/git/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 164342 2012-07-31 00:52:22Z dan $ +# $Id: PKGBUILD 165345 2012-08-16 02:47:11Z dan $ # Maintainer: Dan McGee pkgname=git -pkgver=1.7.11.4 +pkgver=1.7.11.5 pkgrel=1 pkgdesc="the fast distributed version control system" arch=(i686 x86_64) @@ -100,7 +100,7 @@ package() { install -D -m644 "$srcdir"/git-daemon.conf "$pkgdir"/etc/conf.d/git-daemon.conf } -md5sums=('21c7100cddee8579233a924111e829ab' - '397af842126a5099968238ab946580a5' +md5sums=('9985d35c11531d546426ebefb327c847' + 'f08a5a60e57f00399bbd384cfd7791f3' '8e2648910fd5dd4f1c41d3c7fa9e9156' '2e42bf97779a1c6411d89043334c9e78') diff --git a/extra/gnome-applets/PKGBUILD b/extra/gnome-applets/PKGBUILD index 4845c9b76..489b1729c 100644 --- a/extra/gnome-applets/PKGBUILD +++ b/extra/gnome-applets/PKGBUILD @@ -1,17 +1,16 @@ -# $Id: PKGBUILD 156798 2012-04-23 09:05:53Z ibiru $ +# $Id: PKGBUILD 165330 2012-08-15 21:16:25Z heftig $ # Maintainer: Jan de Groot pkgname=gnome-applets pkgver=3.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="GNOME Applets" arch=(i686 x86_64) license=('GPL') -depends=('gnome-panel' 'libgtop' 'gucharmap' 'libnotify' 'cpufrequtils') +depends=('gnome-panel' 'libgtop' 'gucharmap' 'libnotify') makedepends=('gnome-doc-utils' 'intltool' 'gnome-settings-daemon' 'networkmanager') options=(!emptydirs) url="http://www.gnome.org" -groups=(gnome) install=gnome-applets.install source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) sha256sums=('ec5487eb81fb29851b6336de94a329f5623e73830d61022e0e20fe3d038a415e') diff --git a/extra/maxima/PKGBUILD b/extra/maxima/PKGBUILD index 8a51ba1b6..435f36a96 100644 --- a/extra/maxima/PKGBUILD +++ b/extra/maxima/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 160970 2012-06-07 18:26:20Z juergen $ +# $Id: PKGBUILD 165312 2012-08-15 11:35:19Z juergen $ # Maintainer: Ronald van Haren # Contributor: Damir Perisa pkgname=maxima pkgver=5.27.0 -pkgrel=2 +pkgrel=3 pkgdesc="Maxima - a sophisticated computer algebra system" arch=('i686' 'x86_64') license=('GPL') url="http://maxima.sourceforge.net" -depends=('sbcl=1.0.57' 'texinfo' 'sh') +depends=('sbcl=1.0.58' 'texinfo' 'sh') makedepends=('python2') optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via /usr/bin/rmaxima' 'tk: graphical xmaxima interface') # needs rebuild when bash changes version diff --git a/extra/sbcl/PKGBUILD b/extra/sbcl/PKGBUILD index 28481c93e..1894bfaa3 100644 --- a/extra/sbcl/PKGBUILD +++ b/extra/sbcl/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 160967 2012-06-07 17:45:43Z juergen $ +# $Id: PKGBUILD 165308 2012-08-15 11:11:17Z juergen $ # Contributor: John Proctor # Contributor: Daniel White # Maintainer: Juergen Hoetzel # Contributor: Leslie Polzer (skypher) pkgname=sbcl -pkgver=1.0.57 +pkgver=1.0.58 pkgrel=1 pkgdesc="Steel Bank Common Lisp" url="http://www.sbcl.org/" @@ -17,7 +17,7 @@ makedepends=('sbcl' 'texinfo') install=sbcl.install source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2" "arch-fixes.lisp") -md5sums=('bb0e4f5c2dad3491802197525283f6b0' +md5sums=('341952949dc90af6f83a89f685da5dde' '7ac0c1936547f4278198b8bf7725204d') build() { diff --git a/extra/scim-hangul/2012.patch b/extra/scim-hangul/2012.patch new file mode 100644 index 000000000..cc837fa51 --- /dev/null +++ b/extra/scim-hangul/2012.patch @@ -0,0 +1,23 @@ +diff -aur old/src/scim_hangul_imengine.cpp new/src/scim_hangul_imengine.cpp +--- old/src/scim_hangul_imengine.cpp 2012-08-16 01:33:25.996258740 +1000 ++++ new/src/scim_hangul_imengine.cpp 2012-08-16 01:33:41.932950046 +1000 +@@ -33,6 +33,7 @@ + #include + #endif + ++#include + #include + #include + #include "scim_hangul_imengine.h" +diff -aur old/src/scim_hangul_imengine_setup.cpp new/src/scim_hangul_imengine_setup.cpp +--- old/src/scim_hangul_imengine_setup.cpp 2012-08-16 01:33:25.996258740 +1000 ++++ new/src/scim_hangul_imengine_setup.cpp 2012-08-16 01:43:39.823860324 +1000 +@@ -346,7 +346,7 @@ + for (i = 0; i < n; i++) { + const char* name = hangul_ic_get_keyboard_name(i); + #if GTK_CHECK_VERSION(2, 24, 0) +- gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(combo_box), NULL, name); ++ gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(combo_box), name); + #else + gtk_combo_box_append_text(GTK_COMBO_BOX(combo_box), name); + #endif diff --git a/extra/scim-hangul/PKGBUILD b/extra/scim-hangul/PKGBUILD index 527151486..b5e08cac0 100644 --- a/extra/scim-hangul/PKGBUILD +++ b/extra/scim-hangul/PKGBUILD @@ -1,25 +1,24 @@ -# $Id: PKGBUILD 140551 2011-10-17 07:24:46Z bisson $ +# $Id: PKGBUILD 165326 2012-08-15 15:47:04Z bisson $ # Contributor: damir # Maintainer: Gaetan Bisson pkgname=scim-hangul -pkgver=0.3.2 -pkgrel=4 +pkgver=0.4.0 +pkgrel=1 pkgdesc='Korean input method module for SCIM' -arch=('i686' 'x86_64') url='http://www.scim-im.org/' license=('GPL') +arch=('i686' 'x86_64') depends=('libhangul' 'scim') options=('!libtool') -source=("http://downloads.sourceforge.net/sourceforge/scim/$pkgname-$pkgver.tar.gz" - 'gcc43.patch') -sha1sums=('d1f4a2114d284c926d64fbfe8ea83307b8d8e2ec' - '956bb2b6bd75b3d2756895f8ade429f95bacc0ff') +source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz" + '2012.patch') +sha1sums=('2ba06a6d851a1d86c5a9b659c573bfd87e6a7555' + 'a046c40b78521f85418b8ad2138b51815d47abec') build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i ../gcc43.patch - ./bootstrap # skim complains; it's alright + patch -p1 -i ../2012.patch ./configure --prefix=/usr --enable-skim-support make } diff --git a/extra/scim-pinyin/PKGBUILD b/extra/scim-pinyin/PKGBUILD index abf1fe1d8..0364e310d 100644 --- a/extra/scim-pinyin/PKGBUILD +++ b/extra/scim-pinyin/PKGBUILD @@ -1,26 +1,22 @@ -# $Id: PKGBUILD 149097 2012-02-05 17:19:20Z bisson $ +# $Id: PKGBUILD 165322 2012-08-15 15:28:33Z bisson $ # Maintainer: Gaetan Bisson # Contributer: Gan Lu pkgname=scim-pinyin -pkgver=0.5.91 -pkgrel=6 +pkgver=0.5.92 +pkgrel=1 pkgdesc='Chinese pinyin input for SCIM' url='http://www.scim-im.org/' arch=('i686' 'x86_64') license=('GPL') depends=('scim') options=('!libtool') -source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz" - 'gcc43.patch') -sha1sums=('58bea437a211b7af8420057541a38933a41841c7' - 'b78ecec237ee0e04ec43604fcc344ff43ccfb7b3') +source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz") +sha1sums=('d7c2d52a5712753af241a5301db23527ba438ea1') build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i ../gcc43.patch - ./configure \ --prefix=/usr \ --sysconfdir=/etc \ diff --git a/extra/scim-tables/PKGBUILD b/extra/scim-tables/PKGBUILD index e702643b6..0460dce28 100644 --- a/extra/scim-tables/PKGBUILD +++ b/extra/scim-tables/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 148920 2012-02-05 11:55:57Z ibiru $ +# $Id: PKGBUILD 165324 2012-08-15 15:29:35Z bisson $ # Contributor: damir # Contributor: Gan Lu # Maintainer: Gaetan Bisson pkgname=scim-tables -pkgver=0.5.10 -pkgrel=2 +pkgver=0.5.11 +pkgrel=1 pkgdesc='Generic table input method module for SCIM' url='http://www.scim-im.org/' arch=('i686' 'x86_64') license=('GPL') depends=('scim') options=('!libtool') -source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz") -sha1sums=('c6e6fbd9999ceba5cb982349fee8391e16a9c2fe') +source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz") +sha1sums=('25dd1fcc809f57671e7df369f4011c14ba225b6b') build() { cd "${srcdir}/${pkgname}-${pkgver}" -- cgit v1.2.3-54-g00ecf