[arch-commits] Commit in xfce4-xkb-plugin/repos (8 files)
Date: Tuesday, January 31, 2012 @ 23:56:04 Author: eric Revision: 148450 archrelease: copy trunk to extra-i686, extra-x86_64 Added: xfce4-xkb-plugin/repos/extra-i686/PKGBUILD (from rev 148449, xfce4-xkb-plugin/trunk/PKGBUILD) xfce4-xkb-plugin/repos/extra-x86_64/PKGBUILD (from rev 148449, xfce4-xkb-plugin/trunk/PKGBUILD) Deleted: xfce4-xkb-plugin/repos/extra-i686/PKGBUILD xfce4-xkb-plugin/repos/extra-i686/crashfix.diff xfce4-xkb-plugin/repos/extra-i686/xfce4-xkb-plugin-0.5.3.3-libxklavier.patch xfce4-xkb-plugin/repos/extra-x86_64/PKGBUILD xfce4-xkb-plugin/repos/extra-x86_64/crashfix.diff xfce4-xkb-plugin/repos/extra-x86_64/xfce4-xkb-plugin-0.5.3.3-libxklavier.patch -+ extra-i686/PKGBUILD | 68 +++--- extra-i686/crashfix.diff| 34 --- extra-i686/xfce4-xkb-plugin-0.5.3.3-libxklavier.patch | 30 -- extra-x86_64/PKGBUILD | 68 +++--- extra-x86_64/crashfix.diff | 34 --- extra-x86_64/xfce4-xkb-plugin-0.5.3.3-libxklavier.patch | 30 -- 6 files changed, 68 insertions(+), 196 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-01 04:55:45 UTC (rev 148449) +++ extra-i686/PKGBUILD 2012-02-01 04:56:04 UTC (rev 148450) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: AndyRTR -# Contributor: Tobias Kieslich - -pkgname=xfce4-xkb-plugin -pkgver=0.5.4.2 -pkgrel=1 -pkgdesc="plugin to switch keyboard layouts for the Xfce4 panel" -arch=('i686' 'x86_64') -license=('custom') -url="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"; -groups=('xfce4-goodies') -depends=('xfce4-panel' 'libxklavier>=5.0' 'librsvg') -makedepends=('intltool') -options=('!libtool') -source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.5/${pkgname}-${pkgver}.tar.bz2) -md5sums=('b79f7c65f8155cb77d99dcf9716bb38b') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib \ - --localstatedir=/var \ - --disable-static \ - --disable-debug - make -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install - install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING -} Copied: xfce4-xkb-plugin/repos/extra-i686/PKGBUILD (from rev 148449, xfce4-xkb-plugin/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-01 04:56:04 UTC (rev 148450) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: AndyRTR +# Contributor: Tobias Kieslich + +pkgname=xfce4-xkb-plugin +pkgver=0.5.4.3 +pkgrel=1 +pkgdesc="Plugin to switch keyboard layouts for the Xfce4 panel" +arch=('i686' 'x86_64') +license=('custom') +url="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"; +groups=('xfce4-goodies') +depends=('xfce4-panel' 'libxklavier>=5.0' 'librsvg') +makedepends=('intltool') +options=('!libtool') +source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*.*}/${pkgname}-${pkgver}.tar.bz2) +sha1sums=('4dc42f96dc16a3bd78f86454ea3a931464e18497') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib \ + --localstatedir=/var \ + --disable-static \ + --disable-debug + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" +} Deleted: extra-i686/crashfix.diff === --- extra-i686/crashfix.diff2012-02-01 04:55:45 UTC (rev 148449) +++ extra-i686/crashfix.diff2012-02-01 04:56:04 UTC (rev 148450) @@ -1,34 +0,0 @@ -From 52dc725bf5e44a0ab0064daebffe7ff139da0f78 Mon Sep 17 00:00:00 2001 -From: Lionel Le Folgoc -Date: Fri, 24 Sep 2010 21:28:49 +0200 -Subject: Handle cases when the keyboard model is empty - -gtk_combo_box_get_active_iter () does not set the iter, and a call to -gtk_tree_model_get () using this iter will crash. Thus, check the return value -of gtk_combo_box_get_active_iter () before using the iter. - panel-plugin/xkb-settings-dialog.c |8 +--- - 1 files changed, 5 insertions(+), 3 deletions(-) - -diff --git a/panel-plugin/xkb-settings-dialog.c b/panel-plugin/xkb-settings-dialog.c -index 178ec5f..37a0a9a 100644 a/panel-plugin/xkb-settings-dialog.c -+++ b/panel-plugin/xkb-settings-dialog.c -@@ -831,9 +831,11 @@ xkb_settings_update_from_ui (t_xkb *xkb) - gint i = 0; - - model = GTK_TREE_MODEL (xkb->combo_store); --gtk_combo_box_get_active_iter (GTK_COMBO_BOX (xkb->kbd_model_combo), &iter); --gtk_tree_model_get (model, &iter,
[arch-commits] Commit in xfce4-xkb-plugin/trunk (3 files)
Date: Tuesday, January 31, 2012 @ 23:55:45 Author: eric Revision: 148449 upgpkg: xfce4-xkb-plugin 0.5.4.3-1 Upstream update, Remove old patches Modified: xfce4-xkb-plugin/trunk/PKGBUILD Deleted: xfce4-xkb-plugin/trunk/crashfix.diff xfce4-xkb-plugin/trunk/xfce4-xkb-plugin-0.5.3.3-libxklavier.patch + PKGBUILD | 16 ++-- crashfix.diff | 34 --- xfce4-xkb-plugin-0.5.3.3-libxklavier.patch | 30 --- 3 files changed, 8 insertions(+), 72 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-01 04:14:47 UTC (rev 148448) +++ PKGBUILD2012-02-01 04:55:45 UTC (rev 148449) @@ -3,9 +3,9 @@ # Contributor: Tobias Kieslich pkgname=xfce4-xkb-plugin -pkgver=0.5.4.2 +pkgver=0.5.4.3 pkgrel=1 -pkgdesc="plugin to switch keyboard layouts for the Xfce4 panel" +pkgdesc="Plugin to switch keyboard layouts for the Xfce4 panel" arch=('i686' 'x86_64') license=('custom') url="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"; @@ -13,11 +13,11 @@ depends=('xfce4-panel' 'libxklavier>=5.0' 'librsvg') makedepends=('intltool') options=('!libtool') -source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.5/${pkgname}-${pkgver}.tar.bz2) -md5sums=('b79f7c65f8155cb77d99dcf9716bb38b') +source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*.*}/${pkgname}-${pkgver}.tar.bz2) +sha1sums=('4dc42f96dc16a3bd78f86454ea3a931464e18497') build() { - cd ${srcdir}/${pkgname}-${pkgver} + cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ @@ -28,7 +28,7 @@ } package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install - install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" } Deleted: crashfix.diff === --- crashfix.diff 2012-02-01 04:14:47 UTC (rev 148448) +++ crashfix.diff 2012-02-01 04:55:45 UTC (rev 148449) @@ -1,34 +0,0 @@ -From 52dc725bf5e44a0ab0064daebffe7ff139da0f78 Mon Sep 17 00:00:00 2001 -From: Lionel Le Folgoc -Date: Fri, 24 Sep 2010 21:28:49 +0200 -Subject: Handle cases when the keyboard model is empty - -gtk_combo_box_get_active_iter () does not set the iter, and a call to -gtk_tree_model_get () using this iter will crash. Thus, check the return value -of gtk_combo_box_get_active_iter () before using the iter. - panel-plugin/xkb-settings-dialog.c |8 +--- - 1 files changed, 5 insertions(+), 3 deletions(-) - -diff --git a/panel-plugin/xkb-settings-dialog.c b/panel-plugin/xkb-settings-dialog.c -index 178ec5f..37a0a9a 100644 a/panel-plugin/xkb-settings-dialog.c -+++ b/panel-plugin/xkb-settings-dialog.c -@@ -831,9 +831,11 @@ xkb_settings_update_from_ui (t_xkb *xkb) - gint i = 0; - - model = GTK_TREE_MODEL (xkb->combo_store); --gtk_combo_box_get_active_iter (GTK_COMBO_BOX (xkb->kbd_model_combo), &iter); --gtk_tree_model_get (model, &iter, NOM, &kbdmodel, -1); --kbd_config->model = kbdmodel; -+if (gtk_combo_box_get_active_iter (GTK_COMBO_BOX (xkb->kbd_model_combo), &iter)) -+{ -+gtk_tree_model_get (model, &iter, NOM, &kbdmodel, -1); -+kbd_config->model = kbdmodel; -+} - - model = GTK_TREE_MODEL (xkb->toggle_options_store); - if (gtk_combo_box_get_active_iter (GTK_COMBO_BOX (xkb->toggle_options_combo), &iter)) --- -1.7.1 - Deleted: xfce4-xkb-plugin-0.5.3.3-libxklavier.patch === --- xfce4-xkb-plugin-0.5.3.3-libxklavier.patch 2012-02-01 04:14:47 UTC (rev 148448) +++ xfce4-xkb-plugin-0.5.3.3-libxklavier.patch 2012-02-01 04:55:45 UTC (rev 148449) @@ -1,30 +0,0 @@ -diff -ur xfce4-xkb-plugin-0.5.3.3.orig/panel-plugin/xkb-config.c xfce4-xkb-plugin-0.5.3.3/panel-plugin/xkb-config.c xfce4-xkb-plugin-0.5.3.3.orig/panel-plugin/xkb-config.c2009-03-06 15:16:03.0 +0200 -+++ xfce4-xkb-plugin-0.5.3.3/panel-plugin/xkb-config.c 2009-07-20 18:40:34.0 +0300 -@@ -150,7 +150,7 @@ - config->application_map = g_hash_table_new (g_direct_hash, NULL); - - registry = xkl_config_registry_get_instance (config->engine); --xkl_config_registry_load (registry); -+xkl_config_registry_load (registry, FALSE); - - config_item = xkl_config_item_new (); - -@@ -214,7 +214,7 @@ - - gdk_window_remove_filter (NULL, (GdkFilterFunc) handle_xevent, NULL); - --xkl_engine_stop_listen (config->engine); -+xkl_engine_stop_listen (config->engine, XKLL_TRACK_KEYBOARD_STATE); - } - - gint -@@ -547,7 +547,7 @@ - if (!config) return NULL; - -
[arch-commits] Commit in racket/repos (12 files)
Date: Tuesday, January 31, 2012 @ 23:14:47 Author: eric Revision: 148448 archrelease: copy trunk to extra-i686, extra-x86_64 Added: racket/repos/extra-i686/PKGBUILD (from rev 148447, racket/trunk/PKGBUILD) racket/repos/extra-i686/drracket.desktop (from rev 148447, racket/trunk/drracket.desktop) racket/repos/extra-i686/racket.install (from rev 148447, racket/trunk/racket.install) racket/repos/extra-x86_64/PKGBUILD (from rev 148447, racket/trunk/PKGBUILD) racket/repos/extra-x86_64/drracket.desktop (from rev 148447, racket/trunk/drracket.desktop) racket/repos/extra-x86_64/racket.install (from rev 148447, racket/trunk/racket.install) Deleted: racket/repos/extra-i686/PKGBUILD racket/repos/extra-i686/drracket.desktop racket/repos/extra-i686/racket.install racket/repos/extra-x86_64/PKGBUILD racket/repos/extra-x86_64/drracket.desktop racket/repos/extra-x86_64/racket.install ---+ extra-i686/PKGBUILD | 63 extra-i686/drracket.desktop | 18 +-- extra-i686/racket.install | 22 ++--- extra-x86_64/PKGBUILD | 63 extra-x86_64/drracket.desktop | 18 +-- extra-x86_64/racket.install | 22 ++--- 6 files changed, 104 insertions(+), 102 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-01 04:14:08 UTC (rev 148447) +++ extra-i686/PKGBUILD 2012-02-01 04:14:47 UTC (rev 148448) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=racket -pkgver=5.2 -pkgrel=1 -pkgdesc="A programming language environment (formerly known as PLT Scheme) suitable for tasks ranging from scripting to application development" -arch=('i686' 'x86_64') -url="http://racket-lang.org/"; -license=('LGPL') -depends=('gtk2' 'desktop-file-utils') -makedepends=('gsfonts') -options=('!strip') -install=racket.install -source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz \ -drracket.desktop) -sha1sums=('f88007c12d7e5f2773b122d3652c8cd1d15da8c3' - 'a20808f6b250225704856f82a544681a962a299d') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}/src" - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}/src" - make DESTDIR="${pkgdir}" install - install -D -m644 ../collects/icons/plt.xpm "${pkgdir}/usr/share/pixmaps/drracket.xpm" - install -D -m644 "${srcdir}/drracket.desktop" "${pkgdir}/usr/share/applications/drracket.desktop" -} Copied: racket/repos/extra-i686/PKGBUILD (from rev 148447, racket/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-01 04:14:47 UTC (rev 148448) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=racket +pkgver=5.2 +pkgrel=2 +pkgdesc="A programming language environment (formerly known as PLT Scheme) suitable for tasks ranging from scripting to application development" +arch=('i686' 'x86_64') +url="http://racket-lang.org/"; +license=('LGPL') +depends=('gtk2' 'desktop-file-utils') +makedepends=('gsfonts') +options=('!libtool' '!strip') +install=racket.install +source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz \ +drracket.desktop) +sha1sums=('f88007c12d7e5f2773b122d3652c8cd1d15da8c3' + 'a20808f6b250225704856f82a544681a962a299d') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}/src" + [ "$CARCH" == "x86_64" ] && export CFLAGS+="-fPIC" + ./configure --prefix=/usr --enable-shared + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}/src" + make DESTDIR="${pkgdir}" install + install -D -m644 ../collects/icons/plt.xpm "${pkgdir}/usr/share/pixmaps/drracket.xpm" + install -D -m644 "${srcdir}/drracket.desktop" "${pkgdir}/usr/share/applications/drracket.desktop" +} Deleted: extra-i686/drracket.desktop === --- extra-i686/drracket.desktop 2012-02-01 04:14:08 UTC (rev 148447) +++ extra-i686/drracket.desktop 2012-02-01 04:14:47 UTC (rev 148448) @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=DrRacket -GenericName=IDE for Racket -Comment=DrRacket is an interactive, integrated, graphical programming environment for the Racket programming languages. -Exec=drracket -Terminal=false -Type=Application -Categories=Education;Development; -Icon=drracket Copied: racket/repos/extra-i686/drracket.desktop (from rev 148447, racket/trunk/drracket.desktop) === --- extra-i686/drracket.desktop (rev 0) +++ extra-i686/drracket.desktop 2012-02-01 04:14:47 UTC (rev 148448) @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=DrRacket +GenericName=IDE for Racket +Comment=DrRacket is an
[arch-commits] Commit in racket/trunk (PKGBUILD)
Date: Tuesday, January 31, 2012 @ 23:14:08 Author: eric Revision: 148447 upgpkg: racket 5.2-2 Enable -fPIC (close FS#28119), Replace static library by shared one Modified: racket/trunk/PKGBUILD --+ PKGBUILD |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-01 03:47:09 UTC (rev 148446) +++ PKGBUILD2012-02-01 04:14:08 UTC (rev 148447) @@ -3,14 +3,14 @@ pkgname=racket pkgver=5.2 -pkgrel=1 +pkgrel=2 pkgdesc="A programming language environment (formerly known as PLT Scheme) suitable for tasks ranging from scripting to application development" arch=('i686' 'x86_64') url="http://racket-lang.org/"; license=('LGPL') depends=('gtk2' 'desktop-file-utils') makedepends=('gsfonts') -options=('!strip') +options=('!libtool' '!strip') install=racket.install source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz \ drracket.desktop) @@ -19,7 +19,8 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}/src" - ./configure --prefix=/usr + [ "$CARCH" == "x86_64" ] && export CFLAGS+="-fPIC" + ./configure --prefix=/usr --enable-shared make }
[arch-commits] Commit in postfix/repos (16 files)
Date: Tuesday, January 31, 2012 @ 22:47:09 Author: bisson Revision: 148446 archrelease: copy trunk to extra-i686, extra-x86_64 Added: postfix/repos/extra-i686/PKGBUILD (from rev 148445, postfix/trunk/PKGBUILD) postfix/repos/extra-i686/aliases.patch (from rev 148445, postfix/trunk/aliases.patch) postfix/repos/extra-i686/install (from rev 148445, postfix/trunk/install) postfix/repos/extra-i686/rc.d (from rev 148445, postfix/trunk/rc.d) postfix/repos/extra-x86_64/PKGBUILD (from rev 148445, postfix/trunk/PKGBUILD) postfix/repos/extra-x86_64/aliases.patch (from rev 148445, postfix/trunk/aliases.patch) postfix/repos/extra-x86_64/install (from rev 148445, postfix/trunk/install) postfix/repos/extra-x86_64/rc.d (from rev 148445, postfix/trunk/rc.d) Deleted: postfix/repos/extra-i686/PKGBUILD postfix/repos/extra-i686/aliases.patch postfix/repos/extra-i686/install postfix/repos/extra-i686/rc.d postfix/repos/extra-x86_64/PKGBUILD postfix/repos/extra-x86_64/aliases.patch postfix/repos/extra-x86_64/install postfix/repos/extra-x86_64/rc.d + extra-i686/PKGBUILD| 127 +-- extra-i686/aliases.patch | 36 ++-- extra-i686/install | 67 +++--- extra-i686/rc.d| 72 extra-x86_64/PKGBUILD | 127 +-- extra-x86_64/aliases.patch | 36 ++-- extra-x86_64/install | 67 +++--- extra-x86_64/rc.d | 72 8 files changed, 300 insertions(+), 304 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-01 03:46:32 UTC (rev 148445) +++ extra-i686/PKGBUILD 2012-02-01 03:47:09 UTC (rev 148446) @@ -1,64 +0,0 @@ -# $Id$ -# Contributor: Jeff Brodnax -# Contributor: Paul Mattal -# Maintainer: Gaetan Bisson - -pkgname=postfix -pkgver=2.8.7 -pkgrel=2 -pkgdesc='Fast, easy to administer, secure mail server' -url='http://www.postfix.org/' -license=('custom') -arch=('i686' 'x86_64') -depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 'libldap' 'db') -backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual}) -source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz"; \ -'aliases.patch' \ -'rc.d') -sha1sums=('81c87aceff4d9af67a304354bab9c99ac98fc8a0' - '5fc3de6c7df1e5851a0a379e825148868808318b' - '40c6be2eb55e6437a402f43775cdb3d22ea87a66') - -provides=('smtp-server' 'smtp-forwarder') -replaces=('postfix-mysql' 'postfix-pgsql') -conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder') - -install=install - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make makefiles DEBUG='' CCARGS=' \ - -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \ - -DHAS_LDAP \ - -DUSE_TLS \ - -DHAS_MYSQL -I/usr/include/mysql \ - -DHAS_PGSQL -I/usr/include/postgresql \ - -DHAS_SQLITE \ - ' AUXLIBS=' \ - -lsasl2 \ - -lldap -llber \ - -lssl -lcrypto \ - -lmysqlclient -lz -lm \ - -lpq \ - -lsqlite3 -lpthread \ - ' OPT="${CFLAGS} ${LDFLAGS}" - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - sh postfix-install -non-interactive \ - install_root="${pkgdir}" \ - daemon_directory="/usr/lib/${pkgname}" \ - sample_directory="/etc/${pkgname}/sample" \ - manpage_directory="/usr/share/man" - - install -D -m755 ../rc.d "${pkgdir}/etc/rc.d/${pkgname}" - install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - - cd "${pkgdir}" - patch -p0 -i "${srcdir}"/aliases.patch -} Copied: postfix/repos/extra-i686/PKGBUILD (from rev 148445, postfix/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-01 03:47:09 UTC (rev 148446) @@ -0,0 +1,63 @@ +# $Id$ +# Contributor: Jeff Brodnax +# Contributor: Paul Mattal +# Maintainer: Gaetan Bisson + +pkgname=postfix +pkgver=2.9.0 +pkgrel=1 +pkgdesc='Fast, easy to administer, secure mail server' +url='http://www.postfix.org/' +license=('custom') +arch=('i686' 'x86_64') +depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 'libldap' 'db') +backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual}) +source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz"; \ +'aliases.patch' \ +'rc.d') +sha1sums=('a0
[arch-commits] Commit in postfix/trunk (PKGBUILD install)
Date: Tuesday, January 31, 2012 @ 22:46:32 Author: bisson Revision: 148445 upstream update Modified: postfix/trunk/PKGBUILD postfix/trunk/install --+ PKGBUILD |6 +++--- install |5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-31 23:47:55 UTC (rev 148444) +++ PKGBUILD2012-02-01 03:46:32 UTC (rev 148445) @@ -4,8 +4,8 @@ # Maintainer: Gaetan Bisson pkgname=postfix -pkgver=2.8.7 -pkgrel=2 +pkgver=2.9.0 +pkgrel=1 pkgdesc='Fast, easy to administer, secure mail server' url='http://www.postfix.org/' license=('custom') @@ -15,7 +15,7 @@ source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz"; \ 'aliases.patch' \ 'rc.d') -sha1sums=('81c87aceff4d9af67a304354bab9c99ac98fc8a0' +sha1sums=('a04a72a8b9436279a30b7d1b62197be63124a132' '5fc3de6c7df1e5851a0a379e825148868808318b' '40c6be2eb55e6437a402f43775cdb3d22ea87a66') Modified: install === --- install 2012-01-31 23:47:55 UTC (rev 148444) +++ install 2012-02-01 03:46:32 UTC (rev 148445) @@ -18,10 +18,9 @@ post_upgrade() { post_install - if [ `vercmp $2 2.8.3` = -1 ]; then cat < You must now execute "/etc/rc.d/postfix reload" (or restart). -==> This is needed because of an inter-daemon protocol change. +==> You must now run "postfix reload" due to inter-daemon protocol change. EOF fi
[arch-commits] Commit in zlib/repos (4 files)
Date: Tuesday, January 31, 2012 @ 18:47:55 Author: pierre Revision: 148444 db-move: moved zlib from [testing] to [core] (x86_64) Added: zlib/repos/core-x86_64/PKGBUILD (from rev 148442, zlib/repos/testing-x86_64/PKGBUILD) Deleted: zlib/repos/core-x86_64/PKGBUILD zlib/repos/core-x86_64/zlib-1.2.5-lfs-decls.patch zlib/repos/testing-x86_64/ + PKGBUILD | 71 +++ zlib-1.2.5-lfs-decls.patch | 13 --- 2 files changed, 32 insertions(+), 52 deletions(-) Deleted: core-x86_64/PKGBUILD === --- core-x86_64/PKGBUILD2012-01-31 23:47:54 UTC (rev 148443) +++ core-x86_64/PKGBUILD2012-01-31 23:47:55 UTC (rev 148444) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Pierre Schmitz - -pkgname=zlib -pkgver=1.2.5 -pkgrel=4 -pkgdesc='Compression library implementing the deflate compression method found in gzip and PKZIP' -arch=('i686' 'x86_64') -license=('custom') -url="http://www.zlib.net/"; -depends=('glibc') -options=('!makeflags') -source=("http://zlib.net/zlib-${pkgver}.tar.gz"; -'zlib-1.2.5-lfs-decls.patch') -md5sums=('c735eab2d659a96e5a594c9e8541ad63' - '4cb279ea3beab621f3526bf7b7ab99e5') - -build() { - cd ${srcdir}/zlib-$pkgver - # see http://bugs.archlinux.org/task/19280 - patch -p1 -i ${srcdir}/zlib-1.2.5-lfs-decls.patch - # work around gcc bug; see https://bugs.archlinux.org/task/20647 - export CFLAGS="${CFLAGS/-O2/-O3} -fno-tree-vectorize -DUNALIGNED_OK" - ./configure --prefix=/usr - make - - grep -A 24 '^ Copyright' zlib.h > LICENSE -} - -check() { - cd ${srcdir}/zlib-$pkgver - make check -} - -package() { - cd ${srcdir}/zlib-$pkgver - make install DESTDIR=${pkgdir} - install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/zlib/LICENSE -} Copied: zlib/repos/core-x86_64/PKGBUILD (from rev 148442, zlib/repos/testing-x86_64/PKGBUILD) === --- core-x86_64/PKGBUILD(rev 0) +++ core-x86_64/PKGBUILD2012-01-31 23:47:55 UTC (rev 148444) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Pierre Schmitz + +pkgname=zlib +pkgver=1.2.6 +pkgrel=1 +pkgdesc='Compression library implementing the deflate compression method found in gzip and PKZIP' +arch=('i686' 'x86_64') +license=('custom') +url="http://www.zlib.net/"; +depends=('glibc') +source=("http://zlib.net/current/zlib-${pkgver}.tar.gz";) +md5sums=('618e944d7c7cd6521551e30b32322f4a') + +build() { + cd ${srcdir}/zlib-$pkgver + ./configure --prefix=/usr + make + + grep -A 24 '^ Copyright' zlib.h > LICENSE +} + +check() { + cd ${srcdir}/zlib-$pkgver + make test +} + +package() { + cd ${srcdir}/zlib-$pkgver + make install DESTDIR=${pkgdir} + install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/zlib/LICENSE +} Deleted: core-x86_64/zlib-1.2.5-lfs-decls.patch === --- core-x86_64/zlib-1.2.5-lfs-decls.patch 2012-01-31 23:47:54 UTC (rev 148443) +++ core-x86_64/zlib-1.2.5-lfs-decls.patch 2012-01-31 23:47:55 UTC (rev 148444) @@ -1,13 +0,0 @@ -Index: zlib-1.2.5/zlib.h -=== zlib-1.2.5.orig/zlib.h -+++ zlib-1.2.5/zlib.h -@@ -1578,7 +1578,7 @@ ZEXTERN int ZEXPORT inflateBackInit_ OF( - # define gzoffset gzoffset64 - # define adler32_combine adler32_combine64 - # define crc32_combine crc32_combine64 --# ifdef _LARGEFILE64_SOURCE -+# ifndef _LARGEFILE64_SOURCE - ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *)); - ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, int)); - ZEXTERN z_off_t ZEXPORT gztell64 OF((gzFile));
[arch-commits] Commit in zlib/repos (4 files)
Date: Tuesday, January 31, 2012 @ 18:47:54 Author: pierre Revision: 148443 db-move: moved zlib from [testing] to [core] (i686) Added: zlib/repos/core-i686/PKGBUILD (from rev 148442, zlib/repos/testing-i686/PKGBUILD) Deleted: zlib/repos/core-i686/PKGBUILD zlib/repos/core-i686/zlib-1.2.5-lfs-decls.patch zlib/repos/testing-i686/ + PKGBUILD | 71 +++ zlib-1.2.5-lfs-decls.patch | 13 --- 2 files changed, 32 insertions(+), 52 deletions(-) Deleted: core-i686/PKGBUILD === --- core-i686/PKGBUILD 2012-01-31 23:41:09 UTC (rev 148442) +++ core-i686/PKGBUILD 2012-01-31 23:47:54 UTC (rev 148443) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Pierre Schmitz - -pkgname=zlib -pkgver=1.2.5 -pkgrel=4 -pkgdesc='Compression library implementing the deflate compression method found in gzip and PKZIP' -arch=('i686' 'x86_64') -license=('custom') -url="http://www.zlib.net/"; -depends=('glibc') -options=('!makeflags') -source=("http://zlib.net/zlib-${pkgver}.tar.gz"; -'zlib-1.2.5-lfs-decls.patch') -md5sums=('c735eab2d659a96e5a594c9e8541ad63' - '4cb279ea3beab621f3526bf7b7ab99e5') - -build() { - cd ${srcdir}/zlib-$pkgver - # see http://bugs.archlinux.org/task/19280 - patch -p1 -i ${srcdir}/zlib-1.2.5-lfs-decls.patch - # work around gcc bug; see https://bugs.archlinux.org/task/20647 - export CFLAGS="${CFLAGS/-O2/-O3} -fno-tree-vectorize -DUNALIGNED_OK" - ./configure --prefix=/usr - make - - grep -A 24 '^ Copyright' zlib.h > LICENSE -} - -check() { - cd ${srcdir}/zlib-$pkgver - make check -} - -package() { - cd ${srcdir}/zlib-$pkgver - make install DESTDIR=${pkgdir} - install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/zlib/LICENSE -} Copied: zlib/repos/core-i686/PKGBUILD (from rev 148442, zlib/repos/testing-i686/PKGBUILD) === --- core-i686/PKGBUILD (rev 0) +++ core-i686/PKGBUILD 2012-01-31 23:47:54 UTC (rev 148443) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Pierre Schmitz + +pkgname=zlib +pkgver=1.2.6 +pkgrel=1 +pkgdesc='Compression library implementing the deflate compression method found in gzip and PKZIP' +arch=('i686' 'x86_64') +license=('custom') +url="http://www.zlib.net/"; +depends=('glibc') +source=("http://zlib.net/current/zlib-${pkgver}.tar.gz";) +md5sums=('618e944d7c7cd6521551e30b32322f4a') + +build() { + cd ${srcdir}/zlib-$pkgver + ./configure --prefix=/usr + make + + grep -A 24 '^ Copyright' zlib.h > LICENSE +} + +check() { + cd ${srcdir}/zlib-$pkgver + make test +} + +package() { + cd ${srcdir}/zlib-$pkgver + make install DESTDIR=${pkgdir} + install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/zlib/LICENSE +} Deleted: core-i686/zlib-1.2.5-lfs-decls.patch === --- core-i686/zlib-1.2.5-lfs-decls.patch2012-01-31 23:41:09 UTC (rev 148442) +++ core-i686/zlib-1.2.5-lfs-decls.patch2012-01-31 23:47:54 UTC (rev 148443) @@ -1,13 +0,0 @@ -Index: zlib-1.2.5/zlib.h -=== zlib-1.2.5.orig/zlib.h -+++ zlib-1.2.5/zlib.h -@@ -1578,7 +1578,7 @@ ZEXTERN int ZEXPORT inflateBackInit_ OF( - # define gzoffset gzoffset64 - # define adler32_combine adler32_combine64 - # define crc32_combine crc32_combine64 --# ifdef _LARGEFILE64_SOURCE -+# ifndef _LARGEFILE64_SOURCE - ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *)); - ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, int)); - ZEXTERN z_off_t ZEXPORT gztell64 OF((gzFile));
[arch-commits] Commit in run-parts/repos (4 files)
Date: Tuesday, January 31, 2012 @ 18:41:09 Author: pierre Revision: 148442 archrelease: copy trunk to testing-i686, testing-x86_64 Added: run-parts/repos/testing-i686/PKGBUILD (from rev 148441, run-parts/trunk/PKGBUILD) run-parts/repos/testing-x86_64/PKGBUILD (from rev 148441, run-parts/trunk/PKGBUILD) Deleted: run-parts/repos/testing-i686/PKGBUILD run-parts/repos/testing-x86_64/PKGBUILD -+ testing-i686/PKGBUILD | 56 +++--- testing-x86_64/PKGBUILD | 56 +++--- 2 files changed, 56 insertions(+), 56 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2012-01-31 23:40:30 UTC (rev 148441) +++ testing-i686/PKGBUILD 2012-01-31 23:41:09 UTC (rev 148442) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Pierre Schmitz - -pkgname=run-parts -pkgver=4.2 -pkgrel=1 -pkgdesc='run scripts or programs in a directory' -arch=('i686' 'x86_64') -url='http://packages.qa.debian.org/d/debianutils.html' -license=('GPL') -depends=('glibc') -source=("ftp://ftp.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.gz";) -sha256sums=('14f76d82d413d3b5d302b3a06e132dea5bb834bf3d699c1f79cfb5c1af49a95d') - -build() { - cd $srcdir/debianutils-$pkgver - ./configure --prefix=/usr - make run-parts -} - -package() { - cd $srcdir/debianutils-$pkgver - install -D -m755 run-parts $pkgdir/usr/bin/run-parts - install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8 - for l in po4a/*/run-parts.8; do - install -D -m644 ${l} $pkgdir/usr/share/man/${l:5:2}/man8/run-parts.8 - done -} Copied: run-parts/repos/testing-i686/PKGBUILD (from rev 148441, run-parts/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-01-31 23:41:09 UTC (rev 148442) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Pierre Schmitz + +pkgname=run-parts +pkgver=4.2.1 +pkgrel=1 +pkgdesc='run scripts or programs in a directory' +arch=('i686' 'x86_64') +url='http://packages.qa.debian.org/d/debianutils.html' +license=('GPL') +depends=('glibc') +source=("ftp://ftp.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.gz";) +sha256sums=('6359b273bee9b959d243d1490caa8f0f5ff8dc294690b1bdb5df755d6364be0f') + +build() { + cd $srcdir/debianutils-$pkgver + ./configure --prefix=/usr + make run-parts +} + +package() { + cd $srcdir/debianutils-$pkgver + install -D -m755 run-parts $pkgdir/usr/bin/run-parts + install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8 + for l in po4a/*/run-parts.8; do + install -D -m644 ${l} $pkgdir/usr/share/man/${l:5:2}/man8/run-parts.8 + done +} Deleted: testing-x86_64/PKGBUILD === --- testing-x86_64/PKGBUILD 2012-01-31 23:40:30 UTC (rev 148441) +++ testing-x86_64/PKGBUILD 2012-01-31 23:41:09 UTC (rev 148442) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Pierre Schmitz - -pkgname=run-parts -pkgver=4.2 -pkgrel=1 -pkgdesc='run scripts or programs in a directory' -arch=('i686' 'x86_64') -url='http://packages.qa.debian.org/d/debianutils.html' -license=('GPL') -depends=('glibc') -source=("ftp://ftp.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.gz";) -sha256sums=('14f76d82d413d3b5d302b3a06e132dea5bb834bf3d699c1f79cfb5c1af49a95d') - -build() { - cd $srcdir/debianutils-$pkgver - ./configure --prefix=/usr - make run-parts -} - -package() { - cd $srcdir/debianutils-$pkgver - install -D -m755 run-parts $pkgdir/usr/bin/run-parts - install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8 - for l in po4a/*/run-parts.8; do - install -D -m644 ${l} $pkgdir/usr/share/man/${l:5:2}/man8/run-parts.8 - done -} Copied: run-parts/repos/testing-x86_64/PKGBUILD (from rev 148441, run-parts/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2012-01-31 23:41:09 UTC (rev 148442) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Pierre Schmitz + +pkgname=run-parts +pkgver=4.2.1 +pkgrel=1 +pkgdesc='run scripts or programs in a directory' +arch=('i686' 'x86_64') +url='http://packages.qa.debian.org/d/debianutils.html' +license=('GPL') +depends=('glibc') +source=("ftp://ftp.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.gz";) +sha256sums=('6359b273bee9b959d243d1490caa8f0f5ff8dc294690b1bdb5df755d6364be0f') + +build() { + cd $srcdir/debianutils-$pkgver + ./configure --prefix=/usr + make run-parts +} + +package() { + cd $srcdir/debianutils-$pkgver + install -D -m755 run-parts $pkgdir/usr/bin/run-pa
[arch-commits] Commit in run-parts/trunk (PKGBUILD)
Date: Tuesday, January 31, 2012 @ 18:40:30 Author: pierre Revision: 148441 upgpkg: run-parts 4.2.1-1 upstream update Modified: run-parts/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-31 22:33:21 UTC (rev 148440) +++ PKGBUILD2012-01-31 23:40:30 UTC (rev 148441) @@ -2,7 +2,7 @@ # Maintainer: Pierre Schmitz pkgname=run-parts -pkgver=4.2 +pkgver=4.2.1 pkgrel=1 pkgdesc='run scripts or programs in a directory' arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ license=('GPL') depends=('glibc') source=("ftp://ftp.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.gz";) -sha256sums=('14f76d82d413d3b5d302b3a06e132dea5bb834bf3d699c1f79cfb5c1af49a95d') +sha256sums=('6359b273bee9b959d243d1490caa8f0f5ff8dc294690b1bdb5df755d6364be0f') build() { cd $srcdir/debianutils-$pkgver
[arch-commits] Commit in gnome-games/repos (10 files)
Date: Tuesday, January 31, 2012 @ 17:33:21 Author: ibiru Revision: 148440 archrelease: copy trunk to extra-i686, extra-x86_64 Added: gnome-games/repos/extra-i686/PKGBUILD (from rev 148439, gnome-games/trunk/PKGBUILD) gnome-games/repos/extra-i686/gnome-games.install (from rev 148439, gnome-games/trunk/gnome-games.install) gnome-games/repos/extra-i686/gnome-sudoku-fix.patch (from rev 148439, gnome-games/trunk/gnome-sudoku-fix.patch) gnome-games/repos/extra-x86_64/PKGBUILD (from rev 148439, gnome-games/trunk/PKGBUILD) gnome-games/repos/extra-x86_64/gnome-games.install (from rev 148439, gnome-games/trunk/gnome-games.install) gnome-games/repos/extra-x86_64/gnome-sudoku-fix.patch (from rev 148439, gnome-games/trunk/gnome-sudoku-fix.patch) Deleted: gnome-games/repos/extra-i686/PKGBUILD gnome-games/repos/extra-i686/gnome-games.install gnome-games/repos/extra-x86_64/PKGBUILD gnome-games/repos/extra-x86_64/gnome-games.install -+ extra-i686/PKGBUILD | 85 - extra-i686/gnome-games.install | 306 +- extra-i686/gnome-sudoku-fix.patch | 29 +++ extra-x86_64/PKGBUILD | 85 - extra-x86_64/gnome-games.install| 306 +- extra-x86_64/gnome-sudoku-fix.patch | 29 +++ 6 files changed, 452 insertions(+), 388 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-01-31 22:18:37 UTC (rev 148439) +++ extra-i686/PKGBUILD 2012-01-31 22:33:21 UTC (rev 148440) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=gnome-games -pkgver=3.2.1 -pkgrel=1 -pkgdesc="Some Games for GNOME" -arch=('i686' 'x86_64') -license=('GPL') -depends=('libsm' 'gconf' 'desktop-file-utils' 'libcanberra' 'clutter-gtk' 'hicolor-icon-theme' 'librsvg' 'python2-gobject' 'dconf') -makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection') -options=('!emptydirs' '!libtool') -install=gnome-games.install -url="http://www.gnome.org"; -groups=('gnome-extra') -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('b40fe59537fd58af1bd8163897684883b730ee0f0257d23b493b13e21d105a3b') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-scrollkeeper \ - --disable-static \ - --with-scores-user=root --with-scores-group=games \ - --enable-introspection=yes - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install - - # Remove all scores, we generate them from postinstall - rm -rf "${pkgdir}/var" - - install -m755 -d "${pkgdir}/usr/share/gconf/schemas" - gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" --domain gnome-games ${pkgdir}/etc/gconf/schemas/*.schemas - rm -f ${pkgdir}/etc/gconf/schemas/*.schemas - - sed -i 's_#! /usr/bin/env python_#!/usr/bin/env python2_' ${pkgdir}/usr/bin/gnome-sudoku -} Copied: gnome-games/repos/extra-i686/PKGBUILD (from rev 148439, gnome-games/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-01-31 22:33:21 UTC (rev 148440) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=gnome-games +pkgver=3.2.1 +pkgrel=2 +pkgdesc="Some Games for GNOME" +arch=('i686' 'x86_64') +license=('GPL') +depends=('libsm' 'gconf' 'desktop-file-utils' 'libcanberra' 'clutter-gtk' 'hicolor-icon-theme' 'librsvg' 'python2-gobject' 'dconf') +makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection') +options=('!emptydirs' '!libtool') +install=gnome-games.install +url="http://www.gnome.org"; +groups=('gnome-extra') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz +gnome-sudoku-fix.patch) +sha256sums=('b40fe59537fd58af1bd8163897684883b730ee0f0257d23b493b13e21d105a3b' +'00daafd11078355e16f384fe98dab69ee7e03037c8c311e7180f8f896965a715') + +build() { + cd "$srcdir/$pkgname-$pkgver" + patch -Np1 -i "$srcdir/gnome-sudoku-fix.patch" + PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --disable-scrollkeeper \ + --disable-static \ + --with-scores-user=root --with-scores-group=games \ + --enable-introspection=yes + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install + + # Remove all scores, we generate them from postinstall + rm -rf "$pkgdir/var" + + install -m755 -d "$pkgdir/usr/share/gconf/schemas" + gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" --domain gnome-games "$pkgdir"/etc/gconf/schem
[arch-commits] Commit in gnome-games/trunk (PKGBUILD gnome-sudoku-fix.patch)
Date: Tuesday, January 31, 2012 @ 17:18:37 Author: ibiru Revision: 148439 fix gnome-sudoku Added: gnome-games/trunk/gnome-sudoku-fix.patch Modified: gnome-games/trunk/PKGBUILD + PKGBUILD | 25 ++--- gnome-sudoku-fix.patch | 29 + 2 files changed, 43 insertions(+), 11 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-31 20:38:32 UTC (rev 148438) +++ PKGBUILD2012-01-31 22:18:37 UTC (rev 148439) @@ -3,7 +3,7 @@ pkgname=gnome-games pkgver=3.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="Some Games for GNOME" arch=('i686' 'x86_64') license=('GPL') @@ -13,11 +13,14 @@ install=gnome-games.install url="http://www.gnome.org"; groups=('gnome-extra') -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('b40fe59537fd58af1bd8163897684883b730ee0f0257d23b493b13e21d105a3b') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz +gnome-sudoku-fix.patch) +sha256sums=('b40fe59537fd58af1bd8163897684883b730ee0f0257d23b493b13e21d105a3b' +'00daafd11078355e16f384fe98dab69ee7e03037c8c311e7180f8f896965a715') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "$srcdir/$pkgname-$pkgver" + patch -Np1 -i "$srcdir/gnome-sudoku-fix.patch" PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --disable-scrollkeeper \ --disable-static \ @@ -27,15 +30,15 @@ } package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install + cd "$srcdir/$pkgname-$pkgver" + make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install # Remove all scores, we generate them from postinstall - rm -rf "${pkgdir}/var" + rm -rf "$pkgdir/var" - install -m755 -d "${pkgdir}/usr/share/gconf/schemas" - gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" --domain gnome-games ${pkgdir}/etc/gconf/schemas/*.schemas - rm -f ${pkgdir}/etc/gconf/schemas/*.schemas + install -m755 -d "$pkgdir/usr/share/gconf/schemas" + gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" --domain gnome-games "$pkgdir"/etc/gconf/schemas/*.schemas + rm -f "$pkgdir"/etc/gconf/schemas/*.schemas - sed -i 's_#! /usr/bin/env python_#!/usr/bin/env python2_' ${pkgdir}/usr/bin/gnome-sudoku + sed -i 's_#! /usr/bin/env python_#!/usr/bin/env python2_' "$pkgdir/usr/bin/gnome-sudoku" } Added: gnome-sudoku-fix.patch === --- gnome-sudoku-fix.patch (rev 0) +++ gnome-sudoku-fix.patch 2012-01-31 22:18:37 UTC (rev 148439) @@ -0,0 +1,29 @@ +From 8ab5a3a28281e6b1b649d9ef93628b3433ddd887 Mon Sep 17 00:00:00 2001 +From: John (J5) Palmieri +Date: Mon, 02 Jan 2012 18:39:05 + +Subject: fix type check so gnome-sudoku works with pygobject >= 3.0.3 + +gnome-sudoku was using if type(grid) == str to check if it needed +to convert the game board to a list. Unicode fixes in the latest +pygobject returns unicode strings for any string stored in a +TreeStore. The fix was to correctly check for any string using +isinstance(grid, basestring) + +Note this will not work in python3 so needs to be looked at when +porting +--- +diff --git a/gnome-sudoku/src/lib/sudoku.py b/gnome-sudoku/src/lib/sudoku.py +index a345593..7d28608 100644 +--- a/gnome-sudoku/src/lib/sudoku.py b/gnome-sudoku/src/lib/sudoku.py +@@ -130,7 +130,7 @@ class SudokuGrid(object): + for n, col in enumerate([[(x, y) for y in range(self.group_size)] for x in range(self.group_size)]): + self.col_coords[n] = col + if grid: +-if type(grid) == str: ++if isinstance(grid, basestring): + g = re.split("\s+", grid) + side = int(math.sqrt(len(g))) + grid = [] +-- +cgit v0.9.0.2
[arch-commits] Commit in ttf-junicode/repos/extra-any (6 files)
Date: Tuesday, January 31, 2012 @ 15:38:32 Author: ronald Revision: 148438 archrelease: copy trunk to extra-any Added: ttf-junicode/repos/extra-any/LICENSE (from rev 148437, ttf-junicode/trunk/LICENSE) ttf-junicode/repos/extra-any/PKGBUILD (from rev 148437, ttf-junicode/trunk/PKGBUILD) ttf-junicode/repos/extra-any/ttf.install (from rev 148437, ttf-junicode/trunk/ttf.install) Deleted: ttf-junicode/repos/extra-any/LICENSE ttf-junicode/repos/extra-any/PKGBUILD ttf-junicode/repos/extra-any/ttf.install -+ LICENSE | 194 +- PKGBUILD| 54 ttf.install | 30 3 files changed, 139 insertions(+), 139 deletions(-) Deleted: LICENSE === --- LICENSE 2012-01-31 20:38:09 UTC (rev 148437) +++ LICENSE 2012-01-31 20:38:32 UTC (rev 148438) @@ -1,97 +0,0 @@ -Copyright (c) , (), -with Reserved Font Name . -Copyright (c) , (), -with Reserved Font Name . -Copyright (c) , (). - -This Font Software is licensed under the SIL Open Font License, Version 1.1. -This license is copied below, and is also available with a FAQ at: -http://scripts.sil.org/OFL - - -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting -- in part or in whole -- any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WA
[arch-commits] Commit in ttf-junicode/trunk (PKGBUILD)
Date: Tuesday, January 31, 2012 @ 15:38:09 Author: ronald Revision: 148437 upgpkg: ttf-junicode 0.7.2-1 update to 0.7.2 Modified: ttf-junicode/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-31 20:35:00 UTC (rev 148436) +++ PKGBUILD2012-01-31 20:38:09 UTC (rev 148437) @@ -3,7 +3,7 @@ # Contributor: Firmicus pkgname=ttf-junicode -pkgver=0.7.1 +pkgver=0.7.2 pkgrel=1 pkgdesc="Junius-Unicode: a Unicode font targeted at medievalists" arch=('any') @@ -13,8 +13,8 @@ install=ttf.install source=(http://downloads.sourceforge.net/junicode/junicode-${pkgver//\./-}.zip LICENSE) -md5sums=('882c3861f60a76c38f2f386464db3066' - '6ed93967ff0dc6dd9c8d31c17f817a06') +sha1sums=('a90be5e21a9bd567315516f5de34174e649d2988' + '84e2137ba63c1983a1e36371fc7e08ef5d94542e') package() { cd "${srcdir}/junicode"
[arch-commits] Commit in iptables/repos (23 files)
Date: Tuesday, January 31, 2012 @ 15:35:00 Author: ronald Revision: 148436 db-move: moved iptables from [testing] to [core] (x86_64) Added: iptables/repos/core-x86_64/PKGBUILD (from rev 148434, iptables/repos/testing-x86_64/PKGBUILD) iptables/repos/core-x86_64/empty-filter.rules (from rev 148434, iptables/repos/testing-x86_64/empty-filter.rules) iptables/repos/core-x86_64/empty-mangle.rules (from rev 148434, iptables/repos/testing-x86_64/empty-mangle.rules) iptables/repos/core-x86_64/empty-nat.rules (from rev 148434, iptables/repos/testing-x86_64/empty-nat.rules) iptables/repos/core-x86_64/empty-raw.rules (from rev 148434, iptables/repos/testing-x86_64/empty-raw.rules) iptables/repos/core-x86_64/empty-security.rules (from rev 148434, iptables/repos/testing-x86_64/empty-security.rules) iptables/repos/core-x86_64/empty.rules (from rev 148434, iptables/repos/testing-x86_64/empty.rules) iptables/repos/core-x86_64/ip6tables (from rev 148434, iptables/repos/testing-x86_64/ip6tables) iptables/repos/core-x86_64/iptables (from rev 148434, iptables/repos/testing-x86_64/iptables) iptables/repos/core-x86_64/iptables.conf.d (from rev 148434, iptables/repos/testing-x86_64/iptables.conf.d) iptables/repos/core-x86_64/simple_firewall.rules (from rev 148434, iptables/repos/testing-x86_64/simple_firewall.rules) Deleted: iptables/repos/core-x86_64/PKGBUILD iptables/repos/core-x86_64/empty-filter.rules iptables/repos/core-x86_64/empty-mangle.rules iptables/repos/core-x86_64/empty-nat.rules iptables/repos/core-x86_64/empty-raw.rules iptables/repos/core-x86_64/empty-security.rules iptables/repos/core-x86_64/empty.rules iptables/repos/core-x86_64/ip6tables iptables/repos/core-x86_64/iptables iptables/repos/core-x86_64/iptables.conf.d iptables/repos/core-x86_64/simple_firewall.rules iptables/repos/testing-x86_64/ ---+ PKGBUILD | 146 empty-filter.rules| 12 +-- empty-mangle.rules| 16 ++--- empty-nat.rules | 14 ++-- empty-raw.rules | 10 +-- empty-security.rules | 12 +-- empty.rules | 12 +-- ip6tables | 138 ++--- iptables | 136 ++-- iptables.conf.d | 24 +++ simple_firewall.rules | 22 +++ 11 files changed, 274 insertions(+), 268 deletions(-) Deleted: core-x86_64/PKGBUILD === --- core-x86_64/PKGBUILD2012-01-31 20:34:59 UTC (rev 148435) +++ core-x86_64/PKGBUILD2012-01-31 20:35:00 UTC (rev 148436) @@ -1,70 +0,0 @@ -# $Id$ -# Maintainer: Ronald van Haren -# Contributor: Thomas Baechler - -pkgname=iptables -pkgver=1.4.12.1 -pkgrel=2 -pkgdesc='Linux kernel packet control tool' -arch=('i686' 'x86_64') -license=('GPL2') -url='http://www.netfilter.org/projects/iptables/index.html' -depends=('glibc' 'bash') -makedepends=('linux-api-headers') -options=('!libtool') -source=("http://www.iptables.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2"; -iptables -ip6tables -empty.rules -simple_firewall.rules -iptables.conf.d -empty-filter.rules -empty-mangle.rules -empty-nat.rules -empty-raw.rules -empty-security.rules) -backup=(etc/conf.d/iptables) -sha1sums=('86022c3b5129ad7105f5087ec1349e99cc5a9728' - '5bb6fa526665cdd728c26f0f282f5a51f220cf88' - '2db68906b603e5268736f48c8e251f3a49da1d75' - '83b3363878e3660ce23b2ad325b53cbd6c796ecf' - '9907f9e815592837abc7fa3264a401567b7606ab' - 'cdb830137192bbe002c6d01058656bd053ed0ddd' - 'd9f9f06b46b4187648e860afa0552335aafe3ce4' - 'c45b738b5ec4cfb11611b984c21a83b91a2d58f3' - '1694d79b3e6e9d9d543f6a6e75fed06066c9a6c6' - '7db53bb882f62f6c677cc8559cff83d8bae2ef73' - 'ebbd1424a1564fd45f455a81c61ce348f0a14c2e') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - # http://bugs.archlinux.org/task/17046 - sed -i '87 i libxt_RATEEST.so: libxt_RATEEST.oo' extensions/GNUmakefile.in - sed -i '88 i \\t${AM_VERBOSE_CCLD} ${CCLD} ${AM_LDFLAGS} -lm -shared ${LDFLAGS} -o $@ $<;\n' extensions/GNUmakefile.in - - # FS#25358: libxt_statistic.so undefined symbol: lround - export LDFLAGS='-lm' - - ./configure --prefix=/usr \ - --libexecdir=/usr/lib/iptables --sysconfdir=/etc \ - --with-xtlibdir=/usr/lib/iptables \ - --enable-devel --enable-libipq - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - - cd "${srcdir}" - install -D -m755 iptables "${pkgdir}"/etc/rc.d/iptables - install -D -m755 ip6tables "${pkgdir}"/etc/rc.d/ip6tables - install -D -m644 empty.rules "${pkgdir}"/etc/iptables/empty.rules - install -D -m644 simple_firewall.rules "${pkgdir}"/e
[arch-commits] Commit in iptables/repos (23 files)
Date: Tuesday, January 31, 2012 @ 15:34:59 Author: ronald Revision: 148435 db-move: moved iptables from [testing] to [core] (i686) Added: iptables/repos/core-i686/PKGBUILD (from rev 148434, iptables/repos/testing-i686/PKGBUILD) iptables/repos/core-i686/empty-filter.rules (from rev 148434, iptables/repos/testing-i686/empty-filter.rules) iptables/repos/core-i686/empty-mangle.rules (from rev 148434, iptables/repos/testing-i686/empty-mangle.rules) iptables/repos/core-i686/empty-nat.rules (from rev 148434, iptables/repos/testing-i686/empty-nat.rules) iptables/repos/core-i686/empty-raw.rules (from rev 148434, iptables/repos/testing-i686/empty-raw.rules) iptables/repos/core-i686/empty-security.rules (from rev 148434, iptables/repos/testing-i686/empty-security.rules) iptables/repos/core-i686/empty.rules (from rev 148434, iptables/repos/testing-i686/empty.rules) iptables/repos/core-i686/ip6tables (from rev 148434, iptables/repos/testing-i686/ip6tables) iptables/repos/core-i686/iptables (from rev 148434, iptables/repos/testing-i686/iptables) iptables/repos/core-i686/iptables.conf.d (from rev 148434, iptables/repos/testing-i686/iptables.conf.d) iptables/repos/core-i686/simple_firewall.rules (from rev 148434, iptables/repos/testing-i686/simple_firewall.rules) Deleted: iptables/repos/core-i686/PKGBUILD iptables/repos/core-i686/empty-filter.rules iptables/repos/core-i686/empty-mangle.rules iptables/repos/core-i686/empty-nat.rules iptables/repos/core-i686/empty-raw.rules iptables/repos/core-i686/empty-security.rules iptables/repos/core-i686/empty.rules iptables/repos/core-i686/ip6tables iptables/repos/core-i686/iptables iptables/repos/core-i686/iptables.conf.d iptables/repos/core-i686/simple_firewall.rules iptables/repos/testing-i686/ ---+ PKGBUILD | 146 empty-filter.rules| 12 +-- empty-mangle.rules| 16 ++--- empty-nat.rules | 14 ++-- empty-raw.rules | 10 +-- empty-security.rules | 12 +-- empty.rules | 12 +-- ip6tables | 138 ++--- iptables | 136 ++-- iptables.conf.d | 24 +++ simple_firewall.rules | 22 +++ 11 files changed, 274 insertions(+), 268 deletions(-) Deleted: core-i686/PKGBUILD === --- core-i686/PKGBUILD 2012-01-31 20:33:48 UTC (rev 148434) +++ core-i686/PKGBUILD 2012-01-31 20:34:59 UTC (rev 148435) @@ -1,70 +0,0 @@ -# $Id$ -# Maintainer: Ronald van Haren -# Contributor: Thomas Baechler - -pkgname=iptables -pkgver=1.4.12.1 -pkgrel=2 -pkgdesc='Linux kernel packet control tool' -arch=('i686' 'x86_64') -license=('GPL2') -url='http://www.netfilter.org/projects/iptables/index.html' -depends=('glibc' 'bash') -makedepends=('linux-api-headers') -options=('!libtool') -source=("http://www.iptables.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2"; -iptables -ip6tables -empty.rules -simple_firewall.rules -iptables.conf.d -empty-filter.rules -empty-mangle.rules -empty-nat.rules -empty-raw.rules -empty-security.rules) -backup=(etc/conf.d/iptables) -sha1sums=('86022c3b5129ad7105f5087ec1349e99cc5a9728' - '5bb6fa526665cdd728c26f0f282f5a51f220cf88' - '2db68906b603e5268736f48c8e251f3a49da1d75' - '83b3363878e3660ce23b2ad325b53cbd6c796ecf' - '9907f9e815592837abc7fa3264a401567b7606ab' - 'cdb830137192bbe002c6d01058656bd053ed0ddd' - 'd9f9f06b46b4187648e860afa0552335aafe3ce4' - 'c45b738b5ec4cfb11611b984c21a83b91a2d58f3' - '1694d79b3e6e9d9d543f6a6e75fed06066c9a6c6' - '7db53bb882f62f6c677cc8559cff83d8bae2ef73' - 'ebbd1424a1564fd45f455a81c61ce348f0a14c2e') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - # http://bugs.archlinux.org/task/17046 - sed -i '87 i libxt_RATEEST.so: libxt_RATEEST.oo' extensions/GNUmakefile.in - sed -i '88 i \\t${AM_VERBOSE_CCLD} ${CCLD} ${AM_LDFLAGS} -lm -shared ${LDFLAGS} -o $@ $<;\n' extensions/GNUmakefile.in - - # FS#25358: libxt_statistic.so undefined symbol: lround - export LDFLAGS='-lm' - - ./configure --prefix=/usr \ - --libexecdir=/usr/lib/iptables --sysconfdir=/etc \ - --with-xtlibdir=/usr/lib/iptables \ - --enable-devel --enable-libipq - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - - cd "${srcdir}" - install -D -m755 iptables "${pkgdir}"/etc/rc.d/iptables - install -D -m755 ip6tables "${pkgdir}"/etc/rc.d/ip6tables - install -D -m644 empty.rules "${pkgdir}"/etc/iptables/empty.rules - install -D -m644 simple_firewall.rules "${pkgdir}"/etc/iptables/simple_firewall.rules - install -D -m644 iptables.conf.d "${pkgdir}"/etc/co
[arch-commits] Commit in ristretto/repos (8 files)
Date: Tuesday, January 31, 2012 @ 15:33:48 Author: ronald Revision: 148434 archrelease: copy trunk to extra-i686, extra-x86_64 Added: ristretto/repos/extra-i686/PKGBUILD (from rev 148433, ristretto/trunk/PKGBUILD) ristretto/repos/extra-i686/ristretto.install (from rev 148433, ristretto/trunk/ristretto.install) ristretto/repos/extra-x86_64/PKGBUILD (from rev 148433, ristretto/trunk/PKGBUILD) ristretto/repos/extra-x86_64/ristretto.install (from rev 148433, ristretto/trunk/ristretto.install) Deleted: ristretto/repos/extra-i686/PKGBUILD ristretto/repos/extra-i686/ristretto.install ristretto/repos/extra-x86_64/PKGBUILD ristretto/repos/extra-x86_64/ristretto.install + extra-i686/PKGBUILD| 64 +++ extra-i686/ristretto.install | 26 +++ extra-x86_64/PKGBUILD | 64 +++ extra-x86_64/ristretto.install | 26 +++ 4 files changed, 90 insertions(+), 90 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-01-31 20:33:10 UTC (rev 148433) +++ extra-i686/PKGBUILD 2012-01-31 20:33:48 UTC (rev 148434) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: AndyRTR -# Contributor: Ronald van Haren - -pkgname=ristretto -pkgver=0.3.2 -pkgrel=1 -pkgdesc="A fast and lightweight picture-viewer for Xfce" -arch=('i686' 'x86_64') -url="http://goodies.xfce.org/projects/applications/ristretto"; -license=('GPL') -depends=('libxfce4ui' 'libexif' 'exo' 'desktop-file-utils') -makedepends=('intltool') -groups=('xfce4-goodies') -install=ristretto.install -source=("http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2";) -sha1sums=('3ca49cd2ffa21d5a7ce3bd5dad87ff78c4898add') - -build() { - cd "${srcdir}/$pkgname-$pkgver" - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --disable-debug - make -} - -package() { - cd "${srcdir}/$pkgname-$pkgver" - make DESTDIR="${pkgdir}" install -} Copied: ristretto/repos/extra-i686/PKGBUILD (from rev 148433, ristretto/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-01-31 20:33:48 UTC (rev 148434) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: +# Contributor: AndyRTR +# Contributor: Ronald van Haren + +pkgname=ristretto +pkgver=0.3.4 +pkgrel=1 +pkgdesc="A fast and lightweight picture-viewer for Xfce" +arch=('i686' 'x86_64') +url="http://goodies.xfce.org/projects/applications/ristretto"; +license=('GPL') +depends=('libxfce4ui' 'libexif' 'exo' 'desktop-file-utils') +makedepends=('intltool') +groups=('xfce4-goodies') +install=ristretto.install +source=("http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2";) +sha1sums=('7da6c287c45949193fd6046e82a099fd0469278c') + +build() { + cd "${srcdir}/$pkgname-$pkgver" + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-debug + make +} + +package() { + cd "${srcdir}/$pkgname-$pkgver" + make DESTDIR="${pkgdir}" install +} Deleted: extra-i686/ristretto.install === --- extra-i686/ristretto.install2012-01-31 20:33:10 UTC (rev 148433) +++ extra-i686/ristretto.install2012-01-31 20:33:48 UTC (rev 148434) @@ -1,13 +0,0 @@ -post_install() { - update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} Copied: ristretto/repos/extra-i686/ristretto.install (from rev 148433, ristretto/trunk/ristretto.install) === --- extra-i686/ristretto.install(rev 0) +++ extra-i686/ristretto.install2012-01-31 20:33:48 UTC (rev 148434) @@ -0,0 +1,13 @@ +post_install() { + update-desktop-database -q + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + update-desktop-database -q + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-01-31 20:33:10 UTC (rev 148433) +++ extra-x86_64/PKGBUILD 2012-01-31 20:33:48 UTC (rev 148434) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: AndyRTR -# Contributor: Ronald van Haren - -pkgname=ristretto -pkgver=0.3.2 -pkgrel=1 -pkgdesc="A fast and lightweight picture-viewer for Xfce" -arch=('i686' 'x86_64') -url="http://goodies.xfce.org/projects/applications/ristretto"; -license=('GPL') -depends=('libxfce4ui' 'libexif' 'exo'
[arch-commits] Commit in ristretto/trunk (PKGBUILD)
Date: Tuesday, January 31, 2012 @ 15:33:10 Author: ronald Revision: 148433 upgpkg: ristretto 0.3.4-1 update to 0.3.4 Modified: ristretto/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-31 20:05:46 UTC (rev 148432) +++ PKGBUILD2012-01-31 20:33:10 UTC (rev 148433) @@ -4,7 +4,7 @@ # Contributor: Ronald van Haren pkgname=ristretto -pkgver=0.3.2 +pkgver=0.3.4 pkgrel=1 pkgdesc="A fast and lightweight picture-viewer for Xfce" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ groups=('xfce4-goodies') install=ristretto.install source=("http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2";) -sha1sums=('3ca49cd2ffa21d5a7ce3bd5dad87ff78c4898add') +sha1sums=('7da6c287c45949193fd6046e82a099fd0469278c') build() { cd "${srcdir}/$pkgname-$pkgver"
[arch-commits] Commit in miro/repos (12 files)
Date: Tuesday, January 31, 2012 @ 15:05:46 Author: ronald Revision: 148432 archrelease: copy trunk to extra-i686, extra-x86_64 Added: miro/repos/extra-i686/PKGBUILD (from rev 148431, miro/trunk/PKGBUILD) miro/repos/extra-i686/ffmpeg.patch (from rev 148431, miro/trunk/ffmpeg.patch) miro/repos/extra-i686/miro.install (from rev 148431, miro/trunk/miro.install) miro/repos/extra-x86_64/PKGBUILD (from rev 148431, miro/trunk/PKGBUILD) miro/repos/extra-x86_64/ffmpeg.patch (from rev 148431, miro/trunk/ffmpeg.patch) miro/repos/extra-x86_64/miro.install (from rev 148431, miro/trunk/miro.install) Deleted: miro/repos/extra-i686/PKGBUILD miro/repos/extra-i686/ffmpeg.patch miro/repos/extra-i686/miro.install miro/repos/extra-x86_64/PKGBUILD miro/repos/extra-x86_64/ffmpeg.patch miro/repos/extra-x86_64/miro.install ---+ extra-i686/PKGBUILD | 64 +++--- extra-i686/ffmpeg.patch | 190 ++-- extra-i686/miro.install | 34 +++ extra-x86_64/PKGBUILD | 64 +++--- extra-x86_64/ffmpeg.patch | 190 ++-- extra-x86_64/miro.install | 34 +++ 6 files changed, 288 insertions(+), 288 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-01-31 20:05:03 UTC (rev 148431) +++ extra-i686/PKGBUILD 2012-01-31 20:05:46 UTC (rev 148432) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Ronald van Haren - -pkgname=miro -pkgver=4.0.5 -pkgrel=1 -pkgdesc="The free and open source internet TV platform" -arch=('i686' 'x86_64') -url="http://www.getmiro.com"; -license=('GPL2') -depends=('dbus-python' 'pyrex' 'pygtk' 'gstreamer0.10' 'python2-gconf' - 'python-pysqlite' 'pywebkitgtk' 'shared-mime-info' - 'desktop-file-utils' 'gstreamer0.10' 'hicolor-icon-theme' - 'gstreamer0.10-python' 'python-notify' 'libtorrent-rasterbar' - 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'python-pycurl' - 'gstreamer0.10-ffmpeg' 'ffmpeg' 'mutagen') -makedepends=('pkg-config') -install=miro.install -options=('!makeflags') -source=("http://ftp.osuosl.org/pub/pculture.org/${pkgname}/src/${pkgname}-${pkgver}.tar.gz";) -sha1sums=('1921357026df1092284a572ffe9c75ae32ec313f') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - cd linux - - python2 setup.py install --root="${pkgdir}" - - # fix miro startup script so --debug works with python2 - sed -i "s|which python|which python2|" "${pkgdir}/usr/bin/miro" - sed -i "s|./miro.real|/usr/bin/miro.real|" "${pkgdir}/usr/bin/miro" -} Copied: miro/repos/extra-i686/PKGBUILD (from rev 148431, miro/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-01-31 20:05:46 UTC (rev 148432) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Ronald van Haren + +pkgname=miro +pkgver=4.0.6 +pkgrel=1 +pkgdesc="The free and open source internet TV platform" +arch=('i686' 'x86_64') +url="http://www.getmiro.com"; +license=('GPL2') +depends=('dbus-python' 'pyrex' 'pygtk' 'gstreamer0.10' 'python2-gconf' + 'python-pysqlite' 'pywebkitgtk' 'shared-mime-info' + 'desktop-file-utils' 'gstreamer0.10' 'hicolor-icon-theme' + 'gstreamer0.10-python' 'python-notify' 'libtorrent-rasterbar' + 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'python-pycurl' + 'gstreamer0.10-ffmpeg' 'ffmpeg' 'mutagen') +makedepends=('pkg-config') +install=miro.install +options=('!makeflags') +source=("http://ftp.osuosl.org/pub/pculture.org/${pkgname}/src/${pkgname}-${pkgver}.tar.gz";) +sha1sums=('5c3d632d8cf30516b321f79b22d4468b61ff9e6c') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + cd linux + + python2 setup.py install --root="${pkgdir}" + + # fix miro startup script so --debug works with python2 + sed -i "s|which python|which python2|" "${pkgdir}/usr/bin/miro" + sed -i "s|./miro.real|/usr/bin/miro.real|" "${pkgdir}/usr/bin/miro" +} Deleted: extra-i686/ffmpeg.patch === --- extra-i686/ffmpeg.patch 2012-01-31 20:05:03 UTC (rev 148431) +++ extra-i686/ffmpeg.patch 2012-01-31 20:05:46 UTC (rev 148432) @@ -1,95 +0,0 @@ -diff -urN miro-4.0.old/linux/miro-segmenter.c miro-4.0/linux/miro-segmenter.c miro-4.0.old/linux/miro-segmenter.c2011-05-25 15:58:21.0 +0200 -+++ miro-4.0/linux/miro-segmenter.c2011-05-25 16:09:41.0 +0200 -@@ -60,7 +60,7 @@ - } - - switch (input_codec_context->codec_type) { --case CODEC_TYPE_AUDIO: -+case AVMEDIA_TYPE_AUDIO: - output_codec_context->channel_layout = input_codec_context->channel_layout; - output_codec_context->sample_rate = input_codec_context->sample_rate; - output_codec_context->channels = i
[arch-commits] Commit in miro/trunk (PKGBUILD)
Date: Tuesday, January 31, 2012 @ 15:05:03 Author: ronald Revision: 148431 upgpkg: miro 4.0.6-1 update to 4.0.6 Modified: miro/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-31 19:55:52 UTC (rev 148430) +++ PKGBUILD2012-01-31 20:05:03 UTC (rev 148431) @@ -2,7 +2,7 @@ # Maintainer: Ronald van Haren pkgname=miro -pkgver=4.0.5 +pkgver=4.0.6 pkgrel=1 pkgdesc="The free and open source internet TV platform" arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ install=miro.install options=('!makeflags') source=("http://ftp.osuosl.org/pub/pculture.org/${pkgname}/src/${pkgname}-${pkgver}.tar.gz";) -sha1sums=('1921357026df1092284a572ffe9c75ae32ec313f') +sha1sums=('5c3d632d8cf30516b321f79b22d4468b61ff9e6c') build() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in udev/repos (5 files)
Date: Tuesday, January 31, 2012 @ 14:55:52 Author: tomegun Revision: 148430 db-move: moved udev from [testing] to [core] (x86_64) Added: udev/repos/core-x86_64/PKGBUILD (from rev 148428, udev/repos/testing-x86_64/PKGBUILD) udev/repos/core-x86_64/udev.install (from rev 148428, udev/repos/testing-x86_64/udev.install) Deleted: udev/repos/core-x86_64/PKGBUILD udev/repos/core-x86_64/udev.install udev/repos/testing-x86_64/ --+ PKGBUILD | 204 - udev.install | 130 ++-- 2 files changed, 167 insertions(+), 167 deletions(-) Deleted: core-x86_64/PKGBUILD === --- core-x86_64/PKGBUILD2012-01-31 19:55:51 UTC (rev 148429) +++ core-x86_64/PKGBUILD2012-01-31 19:55:52 UTC (rev 148430) @@ -1,102 +0,0 @@ -# $Id$ -# Maintainer: Tom Gundersen -# Contributor: Aaron Griffin -# Contributor: Tobias Powalowski -# Contributor: Thomas Bächler - -pkgbase="udev" -pkgname=('udev' 'udev-compat') -pkgver=179 -pkgrel=1 -arch=(i686 x86_64) -url="http://git.kernel.org/?p=linux/hotplug/udev.git;a=summary"; -license=('GPL') -groups=('base') -options=(!makeflags !libtool) -makedepends=('gobject-introspection' 'gperf' 'libxslt' 'usbutils' 'kmod') -source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/$pkgbase-$pkgver.tar.xz) - -build() { - cd $srcdir/$pkgbase-$pkgver - - ./configure --prefix=/usr \ - --with-rootprefix= \ - --sysconfdir=/etc \ - --bindir=/sbin \ - --libdir=/usr/lib \ - --with-rootlibdir=/lib \ - --libexecdir=/lib \ - --with-systemdsystemunitdir=/lib/systemd/system \ - --enable-udev_acl - - make -} - -package_udev() { - pkgdesc="The userspace dev tools (udev)" - depends=('util-linux' 'libusb-compat' 'glib2' 'kmod' 'pciutils' 'usbutils' 'pciutils') - install=udev.install - backup=(etc/udev/udev.conf) - - cd $srcdir/$pkgbase-$pkgver - make DESTDIR=${pkgdir} install - - # create framebuffer blacklist - install -d -m755 ${pkgdir}/lib/modprobe.d/ - for mod in $(find /lib/modules/*/kernel/drivers/video -name '*fb.ko.gz' -exec basename {} .ko.gz \;); do - echo "blacklist $mod" - done | sort -u > $pkgdir/lib/modprobe.d/framebuffer_blacklist.conf - - # /dev/loop0 is created for convenience, to autoload the module if necessary - # this is no longer needed when util-linux-2.21 is released as /dev/loop-control - # will be used instead. In that case move this to udev-compat - install -d -m755 ${pkgdir}/lib/udev/devices/ - mknod ${pkgdir}/lib/udev/devices/loop0 b 7 0 - chgrp disk ${pkgdir}/lib/udev/devices/loop0 - - # udevd moved, symlink to make life easy for restarting udevd manually - ln -s /lib/udev/udevd ${pkgdir}/sbin/udevd - - # Replace dialout/tape/cdrom group in rules with uucp/storage/optical group - for i in $pkgdir/lib/udev/rules.d/*.rules; do -sed -i -e 's#GROUP="dialout"#GROUP="uucp"#g; - s#GROUP="tape"#GROUP="storage"#g; - s#GROUP="cdrom"#GROUP="optical"#g' $i - done -} - -package_udev-compat() { - pkgdesc="The userspace dev tools (udev) - additional rules for older kernels" - depends=('udev') - groups=('') - install -d -m755 ${pkgdir}/lib/udev/rules.d - install -D -m644 ${srcdir}/${pkgbase}-${pkgver}/rules/misc/30-kernel-compat.rules ${pkgdir}/lib/udev/rules.d/30-kernel-compat.rules - - # create static nodes to be compatible with on-demand module - # loading in the most recent kernel - # - # the list of nodes is generated from /lib/modules/`most recent kernel`/modprobe.devname - # excluding any devices not included in the LTS kernel and any entries in the - # modprobe.devname file of the LTS kernel (if it exists). - - install -d -m755 ${pkgdir}/lib/udev/devices - cd ${pkgdir}/lib/udev/devices - - install -d -m755 net - mknod net/tun c 10 200 - mknod ppp c 108 0 -# mknod loop-control c 10 237 -- does not exist in old kernels - mknod uinput c 10 223 - install -d -m755 mapper - mknod mapper/control c 10 236 - install -d -m755 snd - mknod snd/timer c 116 33 - mknod snd/seq c 116 1 - mknod btrfs-control c 10 234 - mknod autofs c 10 235 - mknod fuse c 10 229 - install -d -m755 cpu - mknod cpu/microcode c 10 184 - -} -md5sums=('7d2880f66ea39146aae928f19ff3ca09') Copied: udev/repos/core-x86_64/PKGBUILD (from rev 148428, udev/repos/testing-x86_64/PKGBUILD) === --- core-x86_64/PKGBUILD(rev 0) +++ core-x86_64/PKGBUILD2012-01-31 19:55:52 UTC (rev 148430) @@ -0,0 +1,102 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Aaron Griffin +# Contributor: Tobias Powalowski +# Contributor: Thomas Bächler + +pkgbase="udev" +pkgname=('udev' 'udev-compat') +pkgver=180 +pkgrel=1 +arch=(i686 x86_64) +url="http://git.
[arch-commits] Commit in udev/repos (5 files)
Date: Tuesday, January 31, 2012 @ 14:55:51 Author: tomegun Revision: 148429 db-move: moved udev from [testing] to [core] (i686) Added: udev/repos/core-i686/PKGBUILD (from rev 148428, udev/repos/testing-i686/PKGBUILD) udev/repos/core-i686/udev.install (from rev 148428, udev/repos/testing-i686/udev.install) Deleted: udev/repos/core-i686/PKGBUILD udev/repos/core-i686/udev.install udev/repos/testing-i686/ --+ PKGBUILD | 204 - udev.install | 130 ++-- 2 files changed, 167 insertions(+), 167 deletions(-) Deleted: core-i686/PKGBUILD === --- core-i686/PKGBUILD 2012-01-31 19:52:07 UTC (rev 148428) +++ core-i686/PKGBUILD 2012-01-31 19:55:51 UTC (rev 148429) @@ -1,102 +0,0 @@ -# $Id$ -# Maintainer: Tom Gundersen -# Contributor: Aaron Griffin -# Contributor: Tobias Powalowski -# Contributor: Thomas Bächler - -pkgbase="udev" -pkgname=('udev' 'udev-compat') -pkgver=179 -pkgrel=1 -arch=(i686 x86_64) -url="http://git.kernel.org/?p=linux/hotplug/udev.git;a=summary"; -license=('GPL') -groups=('base') -options=(!makeflags !libtool) -makedepends=('gobject-introspection' 'gperf' 'libxslt' 'usbutils' 'kmod') -source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/$pkgbase-$pkgver.tar.xz) - -build() { - cd $srcdir/$pkgbase-$pkgver - - ./configure --prefix=/usr \ - --with-rootprefix= \ - --sysconfdir=/etc \ - --bindir=/sbin \ - --libdir=/usr/lib \ - --with-rootlibdir=/lib \ - --libexecdir=/lib \ - --with-systemdsystemunitdir=/lib/systemd/system \ - --enable-udev_acl - - make -} - -package_udev() { - pkgdesc="The userspace dev tools (udev)" - depends=('util-linux' 'libusb-compat' 'glib2' 'kmod' 'pciutils' 'usbutils' 'pciutils') - install=udev.install - backup=(etc/udev/udev.conf) - - cd $srcdir/$pkgbase-$pkgver - make DESTDIR=${pkgdir} install - - # create framebuffer blacklist - install -d -m755 ${pkgdir}/lib/modprobe.d/ - for mod in $(find /lib/modules/*/kernel/drivers/video -name '*fb.ko.gz' -exec basename {} .ko.gz \;); do - echo "blacklist $mod" - done | sort -u > $pkgdir/lib/modprobe.d/framebuffer_blacklist.conf - - # /dev/loop0 is created for convenience, to autoload the module if necessary - # this is no longer needed when util-linux-2.21 is released as /dev/loop-control - # will be used instead. In that case move this to udev-compat - install -d -m755 ${pkgdir}/lib/udev/devices/ - mknod ${pkgdir}/lib/udev/devices/loop0 b 7 0 - chgrp disk ${pkgdir}/lib/udev/devices/loop0 - - # udevd moved, symlink to make life easy for restarting udevd manually - ln -s /lib/udev/udevd ${pkgdir}/sbin/udevd - - # Replace dialout/tape/cdrom group in rules with uucp/storage/optical group - for i in $pkgdir/lib/udev/rules.d/*.rules; do -sed -i -e 's#GROUP="dialout"#GROUP="uucp"#g; - s#GROUP="tape"#GROUP="storage"#g; - s#GROUP="cdrom"#GROUP="optical"#g' $i - done -} - -package_udev-compat() { - pkgdesc="The userspace dev tools (udev) - additional rules for older kernels" - depends=('udev') - groups=('') - install -d -m755 ${pkgdir}/lib/udev/rules.d - install -D -m644 ${srcdir}/${pkgbase}-${pkgver}/rules/misc/30-kernel-compat.rules ${pkgdir}/lib/udev/rules.d/30-kernel-compat.rules - - # create static nodes to be compatible with on-demand module - # loading in the most recent kernel - # - # the list of nodes is generated from /lib/modules/`most recent kernel`/modprobe.devname - # excluding any devices not included in the LTS kernel and any entries in the - # modprobe.devname file of the LTS kernel (if it exists). - - install -d -m755 ${pkgdir}/lib/udev/devices - cd ${pkgdir}/lib/udev/devices - - install -d -m755 net - mknod net/tun c 10 200 - mknod ppp c 108 0 -# mknod loop-control c 10 237 -- does not exist in old kernels - mknod uinput c 10 223 - install -d -m755 mapper - mknod mapper/control c 10 236 - install -d -m755 snd - mknod snd/timer c 116 33 - mknod snd/seq c 116 1 - mknod btrfs-control c 10 234 - mknod autofs c 10 235 - mknod fuse c 10 229 - install -d -m755 cpu - mknod cpu/microcode c 10 184 - -} -md5sums=('7d2880f66ea39146aae928f19ff3ca09') Copied: udev/repos/core-i686/PKGBUILD (from rev 148428, udev/repos/testing-i686/PKGBUILD) === --- core-i686/PKGBUILD (rev 0) +++ core-i686/PKGBUILD 2012-01-31 19:55:51 UTC (rev 148429) @@ -0,0 +1,102 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Aaron Griffin +# Contributor: Tobias Powalowski +# Contributor: Thomas Bächler + +pkgbase="udev" +pkgname=('udev' 'udev-compat') +pkgver=180 +pkgrel=1 +arch=(i686 x86_64) +url="http://git.kernel.org/?p=linux/hotplug/udev.git;a=summary"; +lice
[arch-commits] Commit in thunderbird/repos (26 files)
Date: Tuesday, January 31, 2012 @ 14:52:07 Author: ibiru Revision: 148428 archrelease: copy trunk to testing-i686, testing-x86_64 Added: thunderbird/repos/testing-i686/PKGBUILD (from rev 148427, thunderbird/trunk/PKGBUILD) thunderbird/repos/testing-i686/mozconfig (from rev 148427, thunderbird/trunk/mozconfig) thunderbird/repos/testing-i686/thunderbird-install-dir.patch (from rev 148427, thunderbird/trunk/thunderbird-install-dir.patch) thunderbird/repos/testing-i686/thunderbird.desktop (from rev 148427, thunderbird/trunk/thunderbird.desktop) thunderbird/repos/testing-i686/thunderbird.install (from rev 148427, thunderbird/trunk/thunderbird.install) thunderbird/repos/testing-i686/vendor.js (from rev 148427, thunderbird/trunk/vendor.js) thunderbird/repos/testing-x86_64/PKGBUILD (from rev 148427, thunderbird/trunk/PKGBUILD) thunderbird/repos/testing-x86_64/mozconfig (from rev 148427, thunderbird/trunk/mozconfig) thunderbird/repos/testing-x86_64/thunderbird-install-dir.patch (from rev 148427, thunderbird/trunk/thunderbird-install-dir.patch) thunderbird/repos/testing-x86_64/thunderbird.desktop (from rev 148427, thunderbird/trunk/thunderbird.desktop) thunderbird/repos/testing-x86_64/thunderbird.install (from rev 148427, thunderbird/trunk/thunderbird.install) thunderbird/repos/testing-x86_64/vendor.js (from rev 148427, thunderbird/trunk/vendor.js) Deleted: thunderbird/repos/testing-i686/PKGBUILD thunderbird/repos/testing-i686/libpng15.patch thunderbird/repos/testing-i686/mozconfig thunderbird/repos/testing-i686/thunderbird-install-dir.patch thunderbird/repos/testing-i686/thunderbird.desktop thunderbird/repos/testing-i686/thunderbird.install thunderbird/repos/testing-i686/vendor.js thunderbird/repos/testing-x86_64/PKGBUILD thunderbird/repos/testing-x86_64/libpng15.patch thunderbird/repos/testing-x86_64/mozconfig thunderbird/repos/testing-x86_64/thunderbird-install-dir.patch thunderbird/repos/testing-x86_64/thunderbird.desktop thunderbird/repos/testing-x86_64/thunderbird.install thunderbird/repos/testing-x86_64/vendor.js --+ testing-i686/PKGBUILD| 123 - testing-i686/libpng15.patch | 52 -- testing-i686/mozconfig | 80 testing-i686/thunderbird-install-dir.patch | 84 - testing-i686/thunderbird.desktop | 26 ++--- testing-i686/thunderbird.install | 24 ++-- testing-i686/vendor.js | 18 +-- testing-x86_64/PKGBUILD | 123 - testing-x86_64/libpng15.patch| 52 -- testing-x86_64/mozconfig | 80 testing-x86_64/thunderbird-install-dir.patch | 84 - testing-x86_64/thunderbird.desktop | 26 ++--- testing-x86_64/thunderbird.install | 24 ++-- testing-x86_64/vendor.js | 18 +-- 14 files changed, 352 insertions(+), 462 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2012-01-31 19:34:04 UTC (rev 148427) +++ testing-i686/PKGBUILD 2012-01-31 19:52:07 UTC (rev 148428) @@ -1,63 +0,0 @@ -# $Id$ -# Contributor: Alexander Baldeck -# Contributor: Dale Blount -# Contributor: Anders Bostrom - -pkgname=thunderbird -pkgver=9.0.1 -pkgrel=2 -pkgdesc="Standalone Mail/News reader" -arch=('i686' 'x86_64') -license=('MPL' 'GPL') -url="http://www.mozilla.org/thunderbird/"; -depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'nss' 'sqlite3' 'startup-notification') -makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'wireless_tools' 'yasm' 'mesa') -optdepends=('libcanberra: for sound support') -install=thunderbird.install -source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.bz2 -mozconfig -thunderbird.desktop -thunderbird-install-dir.patch -vendor.js -libpng15.patch) -md5sums=('a5904751dbd33074682b438b732fdbab' - 'ca98c2bf1017b33e19dae22fdcef2e73' - 'af3e5b344d2edf1c7d61bb0a5a96de9a' - 'aea906acf72c43dd82ead2fabcc1c6db' - '5a53179d14ae9631b7afe5e4d0fc0b25' - 'dc77000ddcbb6d9e17220c759fdcb94e') - -build() { - cd "$srcdir/comm-release" - patch -Np1 -i "$srcdir/thunderbird-install-dir.patch" - patch -Np1 -i "$srcdir/libpng15.patch" - - cp "$srcdir/mozconfig" .mozconfig - - export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/thunderbird" - export PYTHON="/usr/bin/python2" - - make -j1 -f client.mk build MOZ_MAKE_FLAGS="$MAKEFLAGS" -} - -package() { - cd "$srcdir/comm-release" - make -j1 -f cl
[arch-commits] Commit in thunderbird/trunk (libpng15.patch)
Date: Tuesday, January 31, 2012 @ 14:34:04 Author: ibiru Revision: 148427 not needed Deleted: thunderbird/trunk/libpng15.patch + libpng15.patch | 52 1 file changed, 52 deletions(-) Deleted: libpng15.patch === --- libpng15.patch 2012-01-31 19:28:25 UTC (rev 148426) +++ libpng15.patch 2012-01-31 19:34:04 UTC (rev 148427) @@ -1,52 +0,0 @@ -diff -Nur comm-release.orig/mozilla/modules/libpr0n/decoders/nsICODecoder.cpp comm-release/mozilla/modules/libpr0n/decoders/nsICODecoder.cpp comm-release.orig/mozilla/modules/libpr0n/decoders/nsICODecoder.cpp 2012-01-29 19:29:28.121217854 + -+++ comm-release/mozilla/modules/libpr0n/decoders/nsICODecoder.cpp 2012-01-29 19:32:05.489944419 + -@@ -385,8 +385,7 @@ - - // Raymond Chen says that 32bpp only are valid PNG ICOs - // http://blogs.msdn.com/b/oldnewthing/archive/2010/10/22/10079192.aspx --if (static_cast(mContainedDecoder.get())->HasValidInfo() && --static_cast(mContainedDecoder.get())->GetPixelDepth() != 32) { -+if (!static_cast(mContainedDecoder.get())->IsValidICO()) { - PostDataError(); - } - return; -diff -Nur comm-release.orig/mozilla/modules/libpr0n/decoders/nsPNGDecoder.h comm-release/mozilla/modules/libpr0n/decoders/nsPNGDecoder.h comm-release.orig/mozilla/modules/libpr0n/decoders/nsPNGDecoder.h 2012-01-29 19:29:28.121217854 + -+++ comm-release/mozilla/modules/libpr0n/decoders/nsPNGDecoder.h 2012-01-29 19:32:05.489944419 + -@@ -73,19 +73,25 @@ - - void EndImageFrame(); - -- // Checks if the info header contains valid information -- bool HasValidInfo() const -+ // Check if PNG is valid ICO (32bpp RGBA) -+ // http://blogs.msdn.com/b/oldnewthing/archive/2010/10/22/10079192.aspx -+ bool IsValidICO() const - { --return mInfo && mInfo->valid; -- } -+png_uint_32 -+png_width, // Unused -+png_height; // Unused - -- // Obtain the pixel depth if available or 0 otherwise -- PRInt32 GetPixelDepth() const -- { --if (!mInfo) { -- return 0; -+int png_bit_depth, -+png_color_type; -+ -+if (png_get_IHDR(mPNG, mInfo, &png_width, &png_height, &png_bit_depth, -+ &png_color_type, NULL, NULL, NULL)) { -+ -+ return (png_color_type == PNG_COLOR_TYPE_RGB_ALPHA && -+ png_bit_depth == 8); -+} else { -+ return false; - } --return mInfo->pixel_depth; - } - - public:
[arch-commits] Commit in thunderbird/trunk (PKGBUILD)
Date: Tuesday, January 31, 2012 @ 14:28:25 Author: ibiru Revision: 148426 update to 10.0 Modified: thunderbird/trunk/PKGBUILD --+ PKGBUILD | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-31 19:04:34 UTC (rev 148425) +++ PKGBUILD2012-01-31 19:28:25 UTC (rev 148426) @@ -4,8 +4,8 @@ # Contributor: Anders Bostrom pkgname=thunderbird -pkgver=9.0.1 -pkgrel=2 +pkgver=10.0 +pkgrel=1 pkgdesc="Standalone Mail/News reader" arch=('i686' 'x86_64') license=('MPL' 'GPL') @@ -14,23 +14,20 @@ makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'wireless_tools' 'yasm' 'mesa') optdepends=('libcanberra: for sound support') install=thunderbird.install -source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.bz2 +source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver-real/source/thunderbird-$pkgver.source.tar.bz2 mozconfig thunderbird.desktop thunderbird-install-dir.patch -vendor.js -libpng15.patch) -md5sums=('a5904751dbd33074682b438b732fdbab' +vendor.js) +md5sums=('6f76f25894ba746a2e33614d3dd8dbab' 'ca98c2bf1017b33e19dae22fdcef2e73' 'af3e5b344d2edf1c7d61bb0a5a96de9a' 'aea906acf72c43dd82ead2fabcc1c6db' - '5a53179d14ae9631b7afe5e4d0fc0b25' - 'dc77000ddcbb6d9e17220c759fdcb94e') + '5a53179d14ae9631b7afe5e4d0fc0b25') build() { cd "$srcdir/comm-release" patch -Np1 -i "$srcdir/thunderbird-install-dir.patch" - patch -Np1 -i "$srcdir/libpng15.patch" cp "$srcdir/mozconfig" .mozconfig
[arch-commits] Commit in xulrunner/repos (14 files)
Date: Tuesday, January 31, 2012 @ 14:04:34 Author: ibiru Revision: 148425 archrelease: copy trunk to testing-i686, testing-x86_64 Added: xulrunner/repos/testing-i686/PKGBUILD (from rev 148424, xulrunner/trunk/PKGBUILD) xulrunner/repos/testing-i686/mozconfig (from rev 148424, xulrunner/trunk/mozconfig) xulrunner/repos/testing-i686/mozilla-pkgconfig.patch (from rev 148424, xulrunner/trunk/mozilla-pkgconfig.patch) xulrunner/repos/testing-x86_64/PKGBUILD (from rev 148424, xulrunner/trunk/PKGBUILD) xulrunner/repos/testing-x86_64/mozconfig (from rev 148424, xulrunner/trunk/mozconfig) xulrunner/repos/testing-x86_64/mozilla-pkgconfig.patch (from rev 148424, xulrunner/trunk/mozilla-pkgconfig.patch) Deleted: xulrunner/repos/testing-i686/5007_fix_libpr0n_nsPNGDecoder.patch xulrunner/repos/testing-i686/PKGBUILD xulrunner/repos/testing-i686/mozconfig xulrunner/repos/testing-i686/mozilla-pkgconfig.patch xulrunner/repos/testing-x86_64/5007_fix_libpr0n_nsPNGDecoder.patch xulrunner/repos/testing-x86_64/PKGBUILD xulrunner/repos/testing-x86_64/mozconfig xulrunner/repos/testing-x86_64/mozilla-pkgconfig.patch + testing-i686/5007_fix_libpr0n_nsPNGDecoder.patch | 81 -- testing-i686/PKGBUILD | 109 +-- testing-i686/mozconfig | 76 ++--- testing-i686/mozilla-pkgconfig.patch | 80 ++--- testing-x86_64/5007_fix_libpr0n_nsPNGDecoder.patch | 81 -- testing-x86_64/PKGBUILD| 109 +-- testing-x86_64/mozconfig | 76 ++--- testing-x86_64/mozilla-pkgconfig.patch | 80 ++--- 8 files changed, 262 insertions(+), 430 deletions(-) Deleted: testing-i686/5007_fix_libpr0n_nsPNGDecoder.patch === --- testing-i686/5007_fix_libpr0n_nsPNGDecoder.patch2012-01-31 19:00:12 UTC (rev 148424) +++ testing-i686/5007_fix_libpr0n_nsPNGDecoder.patch2012-01-31 19:04:34 UTC (rev 148425) @@ -1,81 +0,0 @@ -# HG changeset patch -# User Glenn Randers-Pehrson -# Date 1320490106 0 -# Node ID aff1bd412058cb6926a8feae1e8c0fc76b4c04a3 -# Parent 8248dbffd64534fb6c65ad3d757b795119e783c6 -Bug 682677 - Eliminated direct access to mInfo->pixel_depth, which is not allowed in libpng15. We access pixel_depth via png_get_IHDR() instead; r=joedrew - -diff --git a/modules/libpr0n/decoders/nsICODecoder.cpp b/modules/libpr0n/decoders/nsICODecoder.cpp a/modules/libpr0n/decoders/nsICODecoder.cpp -+++ b/modules/libpr0n/decoders/nsICODecoder.cpp -@@ -381,18 +381,17 @@ nsICODecoder::WriteInternal(const char* - return; - } - mPos += aCount; - aBuffer += aCount; - aCount = 0; - - // Raymond Chen says that 32bpp only are valid PNG ICOs - // http://blogs.msdn.com/b/oldnewthing/archive/2010/10/22/10079192.aspx --if (static_cast(mContainedDecoder.get())->HasValidInfo() && --static_cast(mContainedDecoder.get())->GetPixelDepth() != 32) { -+if (!static_cast(mContainedDecoder.get())->IsValidICO()) { - PostDataError(); - } - return; - } - - // We've processed all of the icon dir entries and are within the - // bitmap info size - if (!mIsPNG && mCurrIcon == mNumIcons && mPos >= mImageOffset && -diff --git a/modules/libpr0n/decoders/nsPNGDecoder.h b/modules/libpr0n/decoders/nsPNGDecoder.h a/modules/libpr0n/decoders/nsPNGDecoder.h -+++ b/modules/libpr0n/decoders/nsPNGDecoder.h -@@ -68,29 +68,35 @@ public: - - void CreateFrame(png_uint_32 x_offset, png_uint_32 y_offset, -PRInt32 width, PRInt32 height, -gfxASurface::gfxImageFormat format); - void SetAnimFrameInfo(); - - void EndImageFrame(); - -- // Checks if the info header contains valid information -- bool HasValidInfo() const -+ // Check if PNG is valid ICO (32bpp RGBA) -+ // http://blogs.msdn.com/b/oldnewthing/archive/2010/10/22/10079192.aspx -+ bool IsValidICO() const - { --return mInfo && mInfo->valid; -- } -+png_uint_32 -+png_width, // Unused -+png_height; // Unused - -- // Obtain the pixel depth if available or 0 otherwise -- PRInt32 GetPixelDepth() const -- { --if (!mInfo) { -- return 0; -+int png_bit_depth, -+png_color_type; -+ -+if (png_get_IHDR(mPNG, mInfo, &png_width, &png_height, &png_bit_depth, -+ &png_color_type, NULL, NULL, NULL)) { -+ -+ return (png_color_type == PNG_COLOR_TYPE_RGB_ALPHA && -+ png_bit_depth == 8); -+} else { -+ return false; - } --return mInfo->pixel_depth; - } - - public: - png_structp mPNG; - png_infop mInfo; - nsIntRect mFrameRect; - PRUint8 *mCMSLine; - PRUint8 *interlacebuf; - - Deleted: testing-i686/PKGBUILD =
[arch-commits] Commit in xulrunner/trunk (2 files)
Date: Tuesday, January 31, 2012 @ 14:00:12 Author: ibiru Revision: 148424 update to 10.0 Modified: xulrunner/trunk/PKGBUILD Deleted: xulrunner/trunk/5007_fix_libpr0n_nsPNGDecoder.patch -+ 5007_fix_libpr0n_nsPNGDecoder.patch | 81 -- PKGBUILD| 15 ++ 2 files changed, 6 insertions(+), 90 deletions(-) Deleted: 5007_fix_libpr0n_nsPNGDecoder.patch === --- 5007_fix_libpr0n_nsPNGDecoder.patch 2012-01-31 18:54:29 UTC (rev 148423) +++ 5007_fix_libpr0n_nsPNGDecoder.patch 2012-01-31 19:00:12 UTC (rev 148424) @@ -1,81 +0,0 @@ -# HG changeset patch -# User Glenn Randers-Pehrson -# Date 1320490106 0 -# Node ID aff1bd412058cb6926a8feae1e8c0fc76b4c04a3 -# Parent 8248dbffd64534fb6c65ad3d757b795119e783c6 -Bug 682677 - Eliminated direct access to mInfo->pixel_depth, which is not allowed in libpng15. We access pixel_depth via png_get_IHDR() instead; r=joedrew - -diff --git a/modules/libpr0n/decoders/nsICODecoder.cpp b/modules/libpr0n/decoders/nsICODecoder.cpp a/modules/libpr0n/decoders/nsICODecoder.cpp -+++ b/modules/libpr0n/decoders/nsICODecoder.cpp -@@ -381,18 +381,17 @@ nsICODecoder::WriteInternal(const char* - return; - } - mPos += aCount; - aBuffer += aCount; - aCount = 0; - - // Raymond Chen says that 32bpp only are valid PNG ICOs - // http://blogs.msdn.com/b/oldnewthing/archive/2010/10/22/10079192.aspx --if (static_cast(mContainedDecoder.get())->HasValidInfo() && --static_cast(mContainedDecoder.get())->GetPixelDepth() != 32) { -+if (!static_cast(mContainedDecoder.get())->IsValidICO()) { - PostDataError(); - } - return; - } - - // We've processed all of the icon dir entries and are within the - // bitmap info size - if (!mIsPNG && mCurrIcon == mNumIcons && mPos >= mImageOffset && -diff --git a/modules/libpr0n/decoders/nsPNGDecoder.h b/modules/libpr0n/decoders/nsPNGDecoder.h a/modules/libpr0n/decoders/nsPNGDecoder.h -+++ b/modules/libpr0n/decoders/nsPNGDecoder.h -@@ -68,29 +68,35 @@ public: - - void CreateFrame(png_uint_32 x_offset, png_uint_32 y_offset, -PRInt32 width, PRInt32 height, -gfxASurface::gfxImageFormat format); - void SetAnimFrameInfo(); - - void EndImageFrame(); - -- // Checks if the info header contains valid information -- bool HasValidInfo() const -+ // Check if PNG is valid ICO (32bpp RGBA) -+ // http://blogs.msdn.com/b/oldnewthing/archive/2010/10/22/10079192.aspx -+ bool IsValidICO() const - { --return mInfo && mInfo->valid; -- } -+png_uint_32 -+png_width, // Unused -+png_height; // Unused - -- // Obtain the pixel depth if available or 0 otherwise -- PRInt32 GetPixelDepth() const -- { --if (!mInfo) { -- return 0; -+int png_bit_depth, -+png_color_type; -+ -+if (png_get_IHDR(mPNG, mInfo, &png_width, &png_height, &png_bit_depth, -+ &png_color_type, NULL, NULL, NULL)) { -+ -+ return (png_color_type == PNG_COLOR_TYPE_RGB_ALPHA && -+ png_bit_depth == 8); -+} else { -+ return false; - } --return mInfo->pixel_depth; - } - - public: - png_structp mPNG; - png_infop mInfo; - nsIntRect mFrameRect; - PRUint8 *mCMSLine; - PRUint8 *interlacebuf; - - Modified: PKGBUILD === --- PKGBUILD2012-01-31 18:54:29 UTC (rev 148423) +++ PKGBUILD2012-01-31 19:00:12 UTC (rev 148424) @@ -2,24 +2,22 @@ # Maintainer: Jan de Groot # Contributor: Alexander Baldeck pkgname=xulrunner -pkgver=9.0.1 -pkgrel=2 +pkgver=10.0 +pkgrel=1 pkgdesc="Mozilla Runtime Environment" arch=('i686' 'x86_64') license=('MPL' 'GPL' 'LGPL') depends=('gtk2' 'mozilla-common' 'nss>=3.13.1' 'libxt' 'libxrender' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 'sqlite3>=3.7.4' 'libnotify' 'libvpx' 'python2') makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'wireless_tools' 'yasm' 'mesa') url="http://wiki.mozilla.org/XUL:Xul_Runner"; -source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//$pkgver/source/firefox-$pkgver.source.tar.bz2 +source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2 mozconfig -mozilla-pkgconfig.patch -5007_fix_libpr0n_nsPNGDecoder.patch) +mozilla-pkgconfig.patch) options=('!emptydirs') replaces=('xulrunner-oss') -md5sums=('7cf2bd379792a9b232267c6a79680566' +md5sums=('13c61203ccfa583e5a54b4dc22f41233' '8dfb78c5bd0581c8cf4753813132bf0b' - '27271ce647a83906ef7a24605e840d61' - '6f3be4f4ac0217d0782b1a0770d80f28') + '27271ce647a83906ef7a24605e840d61') build() { cd "$srcdir/mozilla-release" @@ -28,7 +26,6 @@ #fix libdir/sdkdir - fedora patch -N
[arch-commits] Commit in thunderbird-i18n/repos (testing-any testing-any/PKGBUILD)
Date: Tuesday, January 31, 2012 @ 13:54:29 Author: ibiru Revision: 148423 archrelease: copy trunk to testing-any Added: thunderbird-i18n/repos/testing-any/ thunderbird-i18n/repos/testing-any/PKGBUILD (from rev 148422, thunderbird-i18n/trunk/PKGBUILD) --+ PKGBUILD | 525 + 1 file changed, 525 insertions(+) Copied: thunderbird-i18n/repos/testing-any/PKGBUILD (from rev 148422, thunderbird-i18n/trunk/PKGBUILD) === --- testing-any/PKGBUILD(rev 0) +++ testing-any/PKGBUILD2012-01-31 18:54:29 UTC (rev 148423) @@ -0,0 +1,525 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Andrea Scarpino +# Contributor: Thomas Baechler + +pkgbase=thunderbird-i18n +pkgname=('thunderbird-i18n-ar' +#'thunderbird-i18n-af' +'thunderbird-i18n-be' +'thunderbird-i18n-bn-bd' +'thunderbird-i18n-bg' +'thunderbird-i18n-br' +'thunderbird-i18n-ca' +'thunderbird-i18n-cs' +'thunderbird-i18n-da' +'thunderbird-i18n-de' +'thunderbird-i18n-el' +'thunderbird-i18n-en-gb' +'thunderbird-i18n-es-ar' +'thunderbird-i18n-es' +'thunderbird-i18n-et' +'thunderbird-i18n-eu' +'thunderbird-i18n-fi' +'thunderbird-i18n-fr' +'thunderbird-i18n-fy-nl' +'thunderbird-i18n-ga' +'thunderbird-i18n-gd' +'thunderbird-i18n-gl' +'thunderbird-i18n-he' +'thunderbird-i18n-hu' +'thunderbird-i18n-id' +'thunderbird-i18n-is' +'thunderbird-i18n-it' +'thunderbird-i18n-ja' +'thunderbird-i18n-ko' +'thunderbird-i18n-lt' +'thunderbird-i18n-nb' +'thunderbird-i18n-nl' +'thunderbird-i18n-nn' +'thunderbird-i18n-pa' +'thunderbird-i18n-pl' +'thunderbird-i18n-pt-br' +'thunderbird-i18n-pt' +'thunderbird-i18n-ro' +'thunderbird-i18n-rm' +'thunderbird-i18n-ru' +'thunderbird-i18n-si' +'thunderbird-i18n-sk' +'thunderbird-i18n-sl' +'thunderbird-i18n-sq' +'thunderbird-i18n-sv' +'thunderbird-i18n-ta-lk' +'thunderbird-i18n-tr' +'thunderbird-i18n-uk' +'thunderbird-i18n-vi' +'thunderbird-i18n-zh-cn' +'thunderbird-i18n-zh-tw') + +pkgver=10.0 +pkgrel=1 +pkgdesc="Language pack for Thunderbird" +arch=('any') +url="http://www.mozilla.com/"; +license=('MPL' 'GPL') +depends=("thunderbird>=$pkgver") +_url=ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver-real/linux-i686/xpi +source=(thunderbird-i18n-$pkgver-ar.xpi::$_url/ar.xpi +# thunderbird-i18n-$pkgver-af.xpi::$_url/af.xpi +thunderbird-i18n-$pkgver-be.xpi::$_url/be.xpi +thunderbird-i18n-$pkgver-bn-BD.xpi::$_url/bn-BD.xpi +thunderbird-i18n-$pkgver-bg.xpi::$_url/bg.xpi +thunderbird-i18n-$pkgver-br.xpi::$_url/br.xpi +thunderbird-i18n-$pkgver-ca.xpi::$_url/ca.xpi +thunderbird-i18n-$pkgver-cs.xpi::$_url/cs.xpi +thunderbird-i18n-$pkgver-da.xpi::$_url/da.xpi +thunderbird-i18n-$pkgver-de.xpi::$_url/de.xpi +thunderbird-i18n-$pkgver-el.xpi::$_url/el.xpi +thunderbird-i18n-$pkgver-en-GB.xpi::$_url/en-GB.xpi +thunderbird-i18n-$pkgver-es-AR.xpi::$_url/es-AR.xpi +thunderbird-i18n-$pkgver-es-ES.xpi::$_url/es-ES.xpi +thunderbird-i18n-$pkgver-et.xpi::$_url/et.xpi +thunderbird-i18n-$pkgver-eu.xpi::$_url/eu.xpi +thunderbird-i18n-$pkgver-fi.xpi::$_url/fi.xpi +thunderbird-i18n-$pkgver-fr.xpi::$_url/fr.xpi +thunderbird-i18n-$pkgver-fy-NL.xpi::$_url/fy-NL.xpi +thunderbird-i18n-$pkgver-ga-IE.xpi::$_url/ga-IE.xpi +thunderbird-i18n-$pkgver-gd.xpi::$_url/gd.xpi +thunderbird-i18n-$pkgver-gl.xpi::$_url/gl.xpi +thunderbird-i18n-$pkgver-he.xpi::$_url/he.xpi +thunderbird-i18n-$pkgver-hu.xpi::$_url/hu.xpi +thunderbird-i18n-$pkgver-id.xpi::$_url/id.xpi +thunderbird-i18n-$pkgver-is.xpi::$_url/is.xpi +thunderbird-i18n-$pkgver-it.xpi::$_url/it.xpi +thunderbird-i18n-$pkgver-ja.xpi::$_url/ja.xpi +thunderbird-i18n-$pkgver-ko.xpi::$_url/ko.xpi +thunderbird-i18n-$pkgver-lt.xpi::$_url/lt.xpi +thunderbird-i18n-$pkgver-nb-NO.xpi::$_url/nb-NO.xpi +thunderbird-i18n-$pkgver-nl.xpi::$_url/nl.xpi +thunderbird-i18n-$pkgver-nn-NO.xpi::$_url/nn-NO.xpi +thunderbird-i18n-$pkgver-pa-IN.xpi::$_url/pa-IN.xpi +thunderbird-i18n-$pkgver-pl.xpi::$_url/pl.xpi +thunderbird-i18n-$pkgver-pt-BR.xpi::$_url/pt-BR.xpi +thunderbird-i18n-$pkgver-pt-PT.xpi::$_url/pt-PT.xpi +thunderbird-i18n-$pkgver-rm.xpi::$_url/rm.xpi +thunderbird-i18n-$pkgver-ro.xpi::$_url/ro.xpi +thunderbird-i18n-$pkgver-ru.xpi::$_url/ru.xpi +thunderbird-i
[arch-commits] Commit in thunderbird-i18n/trunk (PKGBUILD)
Date: Tuesday, January 31, 2012 @ 13:51:14 Author: ibiru Revision: 148422 update to 10.0 Modified: thunderbird-i18n/trunk/PKGBUILD --+ PKGBUILD | 104 ++--- 1 file changed, 52 insertions(+), 52 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-31 18:32:05 UTC (rev 148421) +++ PKGBUILD2012-01-31 18:51:14 UTC (rev 148422) @@ -56,14 +56,14 @@ 'thunderbird-i18n-zh-cn' 'thunderbird-i18n-zh-tw') -pkgver=9.0.1 +pkgver=10.0 pkgrel=1 pkgdesc="Language pack for Thunderbird" arch=('any') url="http://www.mozilla.com/"; license=('MPL' 'GPL') depends=("thunderbird>=$pkgver") -_url=ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/linux-i686/xpi +_url=ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver-real/linux-i686/xpi source=(thunderbird-i18n-$pkgver-ar.xpi::$_url/ar.xpi # thunderbird-i18n-$pkgver-af.xpi::$_url/af.xpi thunderbird-i18n-$pkgver-be.xpi::$_url/be.xpi @@ -473,53 +473,53 @@ cd ${srcdir} install -Dm644 thunderbird-i18n-$pkgver-zh-TW.xpi "${pkgdir}/$_path/langpack-zh...@thunderbird.mozilla.org.xpi" } -md5sums=('be8c03f0a797eb4912535029fcd1aa9f' - '9628b11823e00d804a5b99f482406e0c' - '26ecc0b578568cdc6d4ddbe3fa1070a5' - 'c147643d84b2ce84e5cf8601431212fe' - '56d7d0b068e78fbd6cb1b895ade57f65' - 'eb0521dfa1ad4d7f4d1b6cfb4b599b2b' - 'a8fb1a7e14677816ae5e7db663c39b29' - 'b38af4f83ac19b97118e300af1d2a1be' - '6cc89dfc375f8e05a43109a1488cdbd0' - '8851eba34c1e6c4b0fc7d51d806c59d6' - 'f31c0beb2ea8056a86e4d37a9587ba7f' - '25069950838ab6b2eb6c20174ccd7687' - '21756fb3520047cfa1538a4d4880d236' - '11468c94050d539b22d7cb723248e7bc' - '694de9c15eba48dae1f7a0c339178e32' - 'a8e76144d770cedbccefeef729fb54c9' - '19f6c2cfe571a1acad5de21e6e366166' - '44ffbabbaf5468cc96d036565c0bc67f' - '3ea092a86ef1cfb93ca03d9f6c5f9042' - '22a3c57d33989fd6c31d60e765b43db9' - 'd99205dde01be6b311210a206c646949' - '52f70156cd2bd767aa042db711a8a198' - 'd0d3342813e2a6bda10ad7151286d408' - '4ab12816a52b3ae0cdcd09ee20ff18df' - '49fe3a7df443fea416ccdc0169850be3' - '3bbc2408fdad86b8cffda2257fa876f6' - '82dff76bd75d28511f68f8b61e554951' - '00ca76585e305c0d77b23fecc9e91194' - 'f32ddfaa4c2345083a10a947e4c2fe07' - '1cdec9cf58ab45fceddc6ec6ce023ba0' - '1517038c6fe372aca89b3a8148cb6de0' - 'f6b587e09e097363aa0c70bd63f95dbd' - '25ac8cff51457b94ec11d850c0541b3b' - 'a9df02c5e259839819957124695d101f' - 'c8be28fb45d875e291b076f126351ced' - '31e9249ea0810b9ba3b5d85ba330c7fd' - 'e744f2d6822cde7656634763db526fcf' - 'cd479b8af06405678781b98cfb2acfae' - '5612f22ad624885bebe6f53914e2b2f2' - '3e555c5171ee228f835770b97f50b281' - '875871ef25546969535bcf9ba952188d' - '486fdaa212cda7074d8a51febc36ff04' - 'faf411b070ca9e7873c014ca3ecc61eb' - '0c0e613b83c1e4760185c1865032ecb4' - '4119dab4a039ffd6758d0afcff45242d' - 'bad8977abd3ab0903c6583c54240a302' - '0a8df43067d38f393ca9b66c03d17914' - 'bc3d264f5fc0c77f90daab5a2d738c7f' - '5e4118dfb95feb1e2a8de382e5e1a4aa' - 'e53576309bc9aa655f59344a2b78cbf8') +md5sums=('7b8e90ae2fcd7157b5be0802b87d6ad3' + '667276d54aa67b476a7afdb45537751d' + '95bbb720763c5476e43ffd413ebe18c5' + '7d2259c7c02983cfe368c9a502836056' + '900587ccb6832a31289090ada3464586' + '133593ad93470c7f4bd8fdd3fd818cdb' + '4f4d8b9c3f74180b6461c038c6d06562' + '7537d80d41c5ecc836a72bf2b7f40165' + 'bae085c2eb94b88f4a82a750da609326' + '00188927af86748c4c37c16623bcfbd5' + '8b4cd7cfe91a128e50f70714e4565392' + 'e2d1259686106c64487f170fef068f1a' + '06c796103b3abfc206c02d7cbfaed28c' + '81468669f78ec54d88e88bf2cc39bb69' + 'acda470933551a86fba20256b19fa819' + 'b707232a40954af39b15d71a99e53680' + '91ce18e1a702d4e52375b7ae5533b04a' + '07f516ce658abe95d1d2ac26d51a8f82' + '205b5cb669889ca48ee6171d163c80f8' + '24255a50e52ecc06a85a5ef88290de24' + '2ea4c8bf17733879c670f6e3fbcbf6ff' + '7d8500157a957e78cab190737fc3ab0d' + 'c70fd564abaa7ae530d8b0b8e74711a5' + 'bf6aa393a54e138d42359169c5566222' + '606f650e763c7e03a72cb1447e3e0fdf' + '52e5a767dc2999f2b3ac74fa3bd8b9e9' + '3a3c96c0d16bddb524a45c9b775ecd43' + 'd3d85fe89d5b65e3a873a74fc3b69a4c' + '2bb2ec279754712c699ce5f515bc7d90' + '3dd66b4022d8489ec023435149b1799f' + '29c008929fbea7e4e1ca459d4097257b' + '081d756b09b6f3624df0a7fcf26e02be' + '51ec883e1a7ac30421e6d455f2e0a5f0' +
[arch-commits] Commit in firefox-i18n/repos (3 files)
Date: Tuesday, January 31, 2012 @ 13:32:05 Author: ibiru Revision: 148421 archrelease: copy trunk to testing-any Added: firefox-i18n/repos/testing-any/ firefox-i18n/repos/testing-any/PKGBUILD (from rev 148420, firefox-i18n/trunk/PKGBUILD) firefox-i18n/repos/testing-any/firefox-i18n.install (from rev 148420, firefox-i18n/trunk/firefox-i18n.install) --+ PKGBUILD | 827 + firefox-i18n.install |8 2 files changed, 835 insertions(+) Copied: firefox-i18n/repos/testing-any/PKGBUILD (from rev 148420, firefox-i18n/trunk/PKGBUILD) === --- testing-any/PKGBUILD(rev 0) +++ testing-any/PKGBUILD2012-01-31 18:32:05 UTC (rev 148421) @@ -0,0 +1,827 @@ +# $Id$ +# Maintainer: Thomas Baechler +# Contributor: Jaroslaw Swierczynski +# Contributor: Michal Hybner +# Contributor: Andrea Scarpino + +pkgbase=firefox-i18n +pkgname=('firefox-i18n' +'firefox-i18n-af' +'firefox-i18n-ak' +'firefox-i18n-ar' +'firefox-i18n-ast' +'firefox-i18n-be' +'firefox-i18n-bg' +'firefox-i18n-bn-bd' +'firefox-i18n-bn-in' +'firefox-i18n-br' +'firefox-i18n-bs' +'firefox-i18n-ca' +'firefox-i18n-cs' +'firefox-i18n-cy' +'firefox-i18n-da' +'firefox-i18n-de' +'firefox-i18n-el' +'firefox-i18n-en-gb' +'firefox-i18n-eo' +'firefox-i18n-es-ar' +'firefox-i18n-es-cl' +'firefox-i18n-es-es' +'firefox-i18n-es-mx' +'firefox-i18n-et' +'firefox-i18n-eu' +'firefox-i18n-fa' +'firefox-i18n-fi' +'firefox-i18n-fr' +'firefox-i18n-fy-nl' +'firefox-i18n-ga-ie' +'firefox-i18n-gl' +'firefox-i18n-gu-in' +'firefox-i18n-he' +'firefox-i18n-hi-in' +'firefox-i18n-hr' +'firefox-i18n-hu' +'firefox-i18n-hy-am' +'firefox-i18n-id' +'firefox-i18n-is' +'firefox-i18n-it' +'firefox-i18n-ja' +'firefox-i18n-kk' +'firefox-i18n-kn' +'firefox-i18n-ko' +'firefox-i18n-ku' +'firefox-i18n-lg' +'firefox-i18n-lt' +'firefox-i18n-lv' +'firefox-i18n-mai' +'firefox-i18n-mk' +'firefox-i18n-ml' +'firefox-i18n-mr' +'firefox-i18n-nb-no' +'firefox-i18n-nl' +'firefox-i18n-nn-no' +'firefox-i18n-nso' +'firefox-i18n-or' +'firefox-i18n-pa-in' +'firefox-i18n-pl' +'firefox-i18n-pt-br' +'firefox-i18n-pt-pt' +'firefox-i18n-rm' +'firefox-i18n-ro' +'firefox-i18n-ru' +'firefox-i18n-si' +'firefox-i18n-sk' +'firefox-i18n-sl' +'firefox-i18n-son' +'firefox-i18n-sq' +'firefox-i18n-sr' +'firefox-i18n-sv-se' +'firefox-i18n-ta-lk' +'firefox-i18n-ta' +'firefox-i18n-te' +'firefox-i18n-th' +'firefox-i18n-tr' +'firefox-i18n-uk' +'firefox-i18n-vi' +'firefox-i18n-zh-cn' +'firefox-i18n-zh-tw' +'firefox-i18n-zu') +pkgver=10.0 +pkgrel=1 +arch=('any') +license=('MPL') +url="http://www.mozilla.com/"; +depends=("firefox>=${pkgver}") +_url=ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/linux-i686/xpi + +source=(firefox-i18n-$pkgver-af.xpi::$_url/af.xpi +firefox-i18n-$pkgver-ak.xpi::$_url/ak.xpi +firefox-i18n-$pkgver-ar.xpi::$_url/ar.xpi +firefox-i18n-$pkgver-ast.xpi::$_url/ast.xpi +firefox-i18n-$pkgver-be.xpi::$_url/be.xpi +firefox-i18n-$pkgver-bg.xpi::$_url/bg.xpi +firefox-i18n-$pkgver-bn-BD.xpi::$_url/bn-BD.xpi +firefox-i18n-$pkgver-bn-IN.xpi::$_url/bn-IN.xpi +firefox-i18n-$pkgver-br.xpi::$_url/br.xpi +firefox-i18n-$pkgver-bs.xpi::$_url/bs.xpi +firefox-i18n-$pkgver-ca.xpi::$_url/ca.xpi +firefox-i18n-$pkgver-cs.xpi::$_url/cs.xpi +firefox-i18n-$pkgver-cy.xpi::$_url/cy.xpi +firefox-i18n-$pkgver-da.xpi::$_url/da.xpi +firefox-i18n-$pkgver-de.xpi::$_url/de.xpi +firefox-i18n-$pkgver-el.xpi::$_url/el.xpi +firefox-i18n-$pkgver-en-GB.xpi::$_url/en-GB.xpi +firefox-i18n-$pkgver-eo.xpi::$_url/eo.xpi +firefox-i18n-$pkgver-es-AR.xpi::$_url/es-AR.xpi +firefox-i18n-$pkgver-es-CL.xpi::$_url/es-CL.xpi +firefox-i18n-$pkgver-es-ES.xpi::$_url/es-ES.xpi +firefox-i18n-$pkgver-es-MX.xpi::$_url/es-MX.xpi +firefox-i18n-$pkgver-et.xpi::$_url/et.xpi +firefox-i18n-$pkgver-eu.xpi::$_url/eu.xpi +firefox-i18n-$pkgver-fa.xpi::$_url/fa.xpi +firefox-i18n-$pkgver-fi.xpi::$_url/fi.xpi +firefox-i18n-$pkgver-fr.xpi::$_url/fr.xpi +firefox-i18n-$pkgver-fy-NL.xpi::$_url/fy-NL.xpi +firefox-i18n-$pkgver-ga-IE.xpi::$_url/ga-IE.xpi +firefox-i18n-$pkgver-gl.xpi::$_url/gl.xpi +firefox-i18n-$pkgver-gu-IN.xpi::$_url/gu-IN.xpi +firefox-i18n-$pkgver-he.xpi::$_url/he.xpi +firefox-i18n-$pkgver-hi-IN.xpi::$_url/hi-IN.xpi +firefox-i18n-$pkgver-hr.xpi::$_url/hr.xpi +firefox-i18n-$pkgver-hu.xp
[arch-commits] Commit in openjdk6/repos (34 files)
Date: Tuesday, January 31, 2012 @ 13:28:42 Author: andyrtr Revision: 148420 archrelease: copy trunk to testing-i686, testing-x86_64 Added: openjdk6/repos/testing-i686/PKGBUILD (from rev 148419, openjdk6/trunk/PKGBUILD) openjdk6/repos/testing-i686/fix_corba_cmds_path.diff (from rev 148419, openjdk6/trunk/fix_corba_cmds_path.diff) openjdk6/repos/testing-i686/fix_jdk_cmds_path.diff (from rev 148419, openjdk6/trunk/fix_jdk_cmds_path.diff) openjdk6/repos/testing-i686/fontconfig-paths.diff (from rev 148419, openjdk6/trunk/fontconfig-paths.diff) openjdk6/repos/testing-i686/nonreparenting-wm.diff (from rev 148419, openjdk6/trunk/nonreparenting-wm.diff) openjdk6/repos/testing-i686/openjdk6.install (from rev 148419, openjdk6/trunk/openjdk6.install) openjdk6/repos/testing-i686/openjdk6.profile (from rev 148419, openjdk6/trunk/openjdk6.profile) openjdk6/repos/testing-i686/openjdk6.profile.csh (from rev 148419, openjdk6/trunk/openjdk6.profile.csh) openjdk6/repos/testing-x86_64/PKGBUILD (from rev 148419, openjdk6/trunk/PKGBUILD) openjdk6/repos/testing-x86_64/fix_corba_cmds_path.diff (from rev 148419, openjdk6/trunk/fix_corba_cmds_path.diff) openjdk6/repos/testing-x86_64/fix_jdk_cmds_path.diff (from rev 148419, openjdk6/trunk/fix_jdk_cmds_path.diff) openjdk6/repos/testing-x86_64/fontconfig-paths.diff (from rev 148419, openjdk6/trunk/fontconfig-paths.diff) openjdk6/repos/testing-x86_64/nonreparenting-wm.diff (from rev 148419, openjdk6/trunk/nonreparenting-wm.diff) openjdk6/repos/testing-x86_64/openjdk6.install (from rev 148419, openjdk6/trunk/openjdk6.install) openjdk6/repos/testing-x86_64/openjdk6.profile (from rev 148419, openjdk6/trunk/openjdk6.profile) openjdk6/repos/testing-x86_64/openjdk6.profile.csh (from rev 148419, openjdk6/trunk/openjdk6.profile.csh) Deleted: openjdk6/repos/testing-i686/PKGBUILD openjdk6/repos/testing-i686/fix_corba_cmds_path.diff openjdk6/repos/testing-i686/fix_jdk_cmds_path.diff openjdk6/repos/testing-i686/fontconfig-paths.diff openjdk6/repos/testing-i686/glibc2_15.diff openjdk6/repos/testing-i686/nonreparenting-wm.diff openjdk6/repos/testing-i686/openjdk6.install openjdk6/repos/testing-i686/openjdk6.profile openjdk6/repos/testing-i686/openjdk6.profile.csh openjdk6/repos/testing-x86_64/PKGBUILD openjdk6/repos/testing-x86_64/fix_corba_cmds_path.diff openjdk6/repos/testing-x86_64/fix_jdk_cmds_path.diff openjdk6/repos/testing-x86_64/fontconfig-paths.diff openjdk6/repos/testing-x86_64/glibc2_15.diff openjdk6/repos/testing-x86_64/nonreparenting-wm.diff openjdk6/repos/testing-x86_64/openjdk6.install openjdk6/repos/testing-x86_64/openjdk6.profile openjdk6/repos/testing-x86_64/openjdk6.profile.csh -+ testing-i686/PKGBUILD | 363 ++ testing-i686/fix_corba_cmds_path.diff | 66 ++--- testing-i686/fix_jdk_cmds_path.diff | 66 ++--- testing-i686/fontconfig-paths.diff | 268 +++--- testing-i686/glibc2_15.diff | 236 --- testing-i686/nonreparenting-wm.diff | 120 - testing-i686/openjdk6.install | 48 +-- testing-i686/openjdk6.profile | 12 testing-i686/openjdk6.profile.csh | 12 testing-x86_64/PKGBUILD | 363 ++ testing-x86_64/fix_corba_cmds_path.diff | 66 ++--- testing-x86_64/fix_jdk_cmds_path.diff | 66 ++--- testing-x86_64/fontconfig-paths.diff| 268 +++--- testing-x86_64/glibc2_15.diff | 236 --- testing-x86_64/nonreparenting-wm.diff | 120 - testing-x86_64/openjdk6.install | 48 +-- testing-x86_64/openjdk6.profile | 12 testing-x86_64/openjdk6.profile.csh | 12 18 files changed, 952 insertions(+), 1430 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 148419:148420 to see the changes.
[arch-commits] Commit in firefox/repos (26 files)
Date: Tuesday, January 31, 2012 @ 13:27:52 Author: ibiru Revision: 148419 archrelease: copy trunk to testing-i686, testing-x86_64 Added: firefox/repos/testing-i686/PKGBUILD (from rev 148418, firefox/trunk/PKGBUILD) firefox/repos/testing-i686/firefox-install-dir.patch (from rev 148418, firefox/trunk/firefox-install-dir.patch) firefox/repos/testing-i686/firefox.desktop (from rev 148418, firefox/trunk/firefox.desktop) firefox/repos/testing-i686/firefox.install (from rev 148418, firefox/trunk/firefox.install) firefox/repos/testing-i686/mozconfig (from rev 148418, firefox/trunk/mozconfig) firefox/repos/testing-i686/vendor.js (from rev 148418, firefox/trunk/vendor.js) firefox/repos/testing-x86_64/PKGBUILD (from rev 148418, firefox/trunk/PKGBUILD) firefox/repos/testing-x86_64/firefox-install-dir.patch (from rev 148418, firefox/trunk/firefox-install-dir.patch) firefox/repos/testing-x86_64/firefox.desktop (from rev 148418, firefox/trunk/firefox.desktop) firefox/repos/testing-x86_64/firefox.install (from rev 148418, firefox/trunk/firefox.install) firefox/repos/testing-x86_64/mozconfig (from rev 148418, firefox/trunk/mozconfig) firefox/repos/testing-x86_64/vendor.js (from rev 148418, firefox/trunk/vendor.js) Deleted: firefox/repos/testing-i686/5007_fix_libpr0n_nsPNGDecoder.patch firefox/repos/testing-i686/PKGBUILD firefox/repos/testing-i686/firefox-install-dir.patch firefox/repos/testing-i686/firefox.desktop firefox/repos/testing-i686/firefox.install firefox/repos/testing-i686/mozconfig firefox/repos/testing-i686/vendor.js firefox/repos/testing-x86_64/5007_fix_libpr0n_nsPNGDecoder.patch firefox/repos/testing-x86_64/PKGBUILD firefox/repos/testing-x86_64/firefox-install-dir.patch firefox/repos/testing-x86_64/firefox.desktop firefox/repos/testing-x86_64/firefox.install firefox/repos/testing-x86_64/mozconfig firefox/repos/testing-x86_64/vendor.js + testing-i686/5007_fix_libpr0n_nsPNGDecoder.patch | 81 - testing-i686/PKGBUILD | 133 +++ testing-i686/firefox-install-dir.patch | 56 +++--- testing-i686/firefox.desktop | 162 +-- testing-i686/firefox.install | 26 +-- testing-i686/mozconfig | 90 +- testing-i686/vendor.js | 18 +- testing-x86_64/5007_fix_libpr0n_nsPNGDecoder.patch | 81 - testing-x86_64/PKGBUILD| 133 +++ testing-x86_64/firefox-install-dir.patch | 56 +++--- testing-x86_64/firefox.desktop | 162 +-- testing-x86_64/firefox.install | 26 +-- testing-x86_64/mozconfig | 90 +- testing-x86_64/vendor.js | 18 +- 14 files changed, 482 insertions(+), 650 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 148418:148419 to see the changes.
[arch-commits] Commit in openjdk6/trunk (PKGBUILD glibc2_15.diff)
Date: Tuesday, January 31, 2012 @ 13:27:18 Author: andyrtr Revision: 148418 upgpkg: openjdk6 6.b24_1.11-1 upstream update 1.11 Modified: openjdk6/trunk/PKGBUILD Deleted: openjdk6/trunk/glibc2_15.diff + PKGBUILD | 39 - glibc2_15.diff | 236 --- 2 files changed, 18 insertions(+), 257 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-31 18:24:08 UTC (rev 148417) +++ PKGBUILD2012-01-31 18:27:18 UTC (rev 148418) @@ -5,46 +5,44 @@ pkgname=('openjdk6' 'openjdk6-src') pkgbase="openjdk6" _javaver=6 -_icedteaver=1.10.5 -_openjdk_version=b22 -_openjdk_date=28_feb_2011 +_icedteaver=1.11 +_openjdk_version=b24 +_openjdk_date=14_nov_2011 pkgver=${_javaver}.${_openjdk_version}_${_icedteaver} -pkgrel=2 +pkgrel=1 url='http://icedtea.classpath.org' arch=('i686' 'x86_64') license=('custom') makedepends=('gcc-libs' 'xdg-utils' 'hicolor-icon-theme' 'ca-certificates-java' 'libxtst' 'alsa-lib' 'giflib' 'libxp' 'gtk2' -'nspr' 'zlib' 'freetype2' 'libjpeg>=8' 'libx11' 'libcups' 'patch' 'xalan-java' 'libxt' 'nss' +'nspr' 'zlib' 'freetype2' 'libjpeg>=8' 'libx11' 'libcups' 'patch' 'libxt' 'nss' 'libxslt' #'xalan-java' 'apache-ant' 'autoconf' 'unzip' 'rhino' 'mercurial' 'zip' 'cpio' 'openjdk6') options=('!emptydirs') # 'force') # force needed for hg shots source=(http://icedtea.classpath.org/download/source/icedtea6-${_icedteaver}.tar.gz http://download.java.net/openjdk/jdk6/promoted/${_openjdk_version}/openjdk-6-src-${_openjdk_version}-${_openjdk_date}.tar.gz - http://icedtea.classpath.org/download/drops/jaxp144_01.zip - http://icedtea.classpath.org/download/drops/jdk6-jaxws-b20.zip + http://icedtea.classpath.org/download/drops/jaxp144_03.zip + http://icedtea.classpath.org/download/drops/jdk6-jaxws2_1_6-2011_06_13.zip http://icedtea.classpath.org/download/drops/jdk6-jaf-b20.zip fix_jdk_cmds_path.diff fix_corba_cmds_path.diff fontconfig-paths.diff nonreparenting-wm.diff openjdk6.profile - openjdk6.profile.csh -glibc2_15.diff) + openjdk6.profile.csh) noextract=(openjdk-6-src-${_openjdk_version}-${_openjdk_date}.tar.gz - jaxp144_01.zip - jdk6-jaxws-b20.zip + jaxp144_03.zip + jdk6-jaxws2_1_6-2011_06_13.zip jdk6-jaf-b20.zip) -md5sums=('e2316f463b5d9f53f8c5c9020f2a7e5a' - '2d20f9b81f1fec41ec730da8a933' - 'ef7a8b3624ea904bf584bc46d79b5e75' - '91adfd41e6f001add4f92ae31216b1e3' +md5sums=('10c1cea1d24c064572abfe9687567948' + '0eabdd360169144336e50081b8d01001' + '9eea471ad474040265c688858fcf09aa' + '8fd91b09b643a19a912b8a75e7a7a9d5' 'bc95c133620bd68c161cac9891592901' '5da3e39fa60985576c4f37d1491efbe2' 'f7e7a212e50abb56a6ef1a2b1bd27405' 'ee1afda124d5927345014ab382ef581e' '9b4d368f5ee08de248eaf029303a446c' '74c4a7adc782edd087802bf92ae3d6d0' - 'fdf295e2f186dfa4d308691a3d7ac8c5' - '0c8f0a398c88f85e0db44b4417562cf3') + 'fdf295e2f186dfa4d308691a3d7ac8c5') build() { @@ -64,18 +62,17 @@ autoreconf -i - export DISTRIBUTION_PATCHES="patches/fix_jdk_cmds_path.diff patches/fontconfig-paths.diff patches/fix_corba_cmds_path.diff patches/nonreparenting-wm.diff patches/glibc2_15.diff" + export DISTRIBUTION_PATCHES="patches/fix_jdk_cmds_path.diff patches/fontconfig-paths.diff patches/fix_corba_cmds_path.diff patches/nonreparenting-wm.diff" export ALT_PARALLEL_COMPILE_JOBS="${MAKEFLAGS/-j}" export HOTSPOT_BUILD_JOBS="${ALT_PARALLEL_COMPILE_JOBS}" unset MAKEFLAGS ./configure --with-parallel-jobs=${HOTSPOT_BUILD_JOBS} \ - --with-xalan2-jar=/usr/share/java/xalan.jar \ --with-ant-home=/usr/share/java/apache-ant \ --with-pkgversion=ArchLinux-${pkgver}-${pkgrel}-$CARCH \ - --with-jaxp-drop-zip=${srcdir}/jaxp144_01.zip \ - --with-jaxws-drop-zip=${srcdir}/jdk6-jaxws-b20.zip \ + --with-jaxp-drop-zip=${srcdir}/jaxp144_03.zip \ + --with-jaxws-drop-zip=${srcdir}/jdk6-jaxws2_1_6-2011_06_13.zip \ --with-jaf-drop-zip=${srcdir}/jdk6-jaf-b20.zip \ --disable-bootstrap LD_PRELOAD="" make Deleted: glibc2_15.diff === --- glibc2_15.diff 2012-01-31 18:24:08 UTC (rev 148417) +++ glibc2_15.diff 2012-01-31 18:27:18 UTC (rev 148418) @@ -1,236 +0,0 @@ -# HG changeset patch -# User never -# Date 1319555835 25200 -# Node ID a6eef545f1a2ceca6aeadf688a965df600ffef28 -# Parent 2ec638646e86e455978c31a9d47fc0ec271ed926 -7103224: collision between __LEAF define in interfaceSupport.hpp and /usr/include/sys/cdefs.h with gcc -Reviewed-by: never -Contributed-by: Omair Majid - -diff -r 2ec638646e86 -r a6eef545f1a2 src/share/vm/opto/addnode
[arch-commits] Commit in firefox-i18n/trunk (PKGBUILD)
Date: Tuesday, January 31, 2012 @ 13:24:08 Author: ibiru Revision: 148417 update to 10.0 Modified: firefox-i18n/trunk/PKGBUILD --+ PKGBUILD | 162 ++--- 1 file changed, 81 insertions(+), 81 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-31 18:09:08 UTC (rev 148416) +++ PKGBUILD2012-01-31 18:24:08 UTC (rev 148417) @@ -86,7 +86,7 @@ 'firefox-i18n-zh-cn' 'firefox-i18n-zh-tw' 'firefox-i18n-zu') -pkgver=9.0.1 +pkgver=10.0 pkgrel=1 arch=('any') license=('MPL') @@ -745,83 +745,83 @@ cd "${srcdir}" install -Dm644 firefox-i18n-$pkgver-zu.xpi "${pkgdir}/$_path/langpack...@firefox.mozilla.org.xpi" } -md5sums=('19059d24f2ce311918f57415f16c850d' - '6bc5f2c67dbf687bf7f840e1757cf19e' - '9d1009072e1968ace2dffa6d2a1e4c00' - '4d1ef184884a27f92a00841578365e25' - '8c4ab8856b5f0801188b45088bf802b8' - '460d91b06c623fee0598e240f2bb5de8' - 'f31deeeb72b998fc451a605a1a01a655' - '60c34633b14b5eb30b7dfaf08592a529' - '1f6b1bd0c9e86d6623a60ac9c3b80226' - '36df740c09663483a263e5248ab2a298' - '8b6e09d0ddd5878dd51fab1efbf94c3d' - '80a3e2c0475afb45ae510410ccb00c4b' - '37846d7261734e9e87b3a6954443d15c' - '5fd16f723604d049f222c2e54fac4da2' - '77e98b3925c53e04d5a28fed0210b40f' - '5f0e5ee5628eb37550304e88d4417045' - '062680078e479373a292f69ae8583916' - '3b7e885e28df32d945033f001596759d' - '6a9678a1f59735ae77fa0ca0620931db' - 'defc9c1dda5d89b8e88f6cd855bab1ae' - '4632a0087e0cefd04acca6a2eb5f8d93' - '2c97b8ac91c113fb20d2fc74d33cbc0e' - '02380947b887f1e2ad2586ec7811a77b' - 'cd752ea9d76dd2f6a45d8ecb5a1a3065' - 'a4a1727700ec03face583552577a5567' - 'ac2b7c3858b19b46c66d9f1296eb8998' - 'a872f48c660aaf93ab73ab02015b6f56' - 'd6f2b9b225ded6deed3bf3a0045bb660' - 'a4effb46c91c2ecb3e3d4de588f0afe9' - '82d16693611620c4ad3334354762d9c0' - 'e004f59487fc86e5c830869a23e3e4d0' - '668f3b1e7ed99b4dcc42fc402d8870c5' - '2b09159ecace5a4723dfac6c3448d417' - '75b2f685dcd052b5be0b5d029d7657bb' - '2733f4b3a775cc003a925fd87f4d364b' - '53fd480e6758d0e4e2bef061b3456058' - '7138b05e9ce85d4aa81dd8b138fb36fa' - '399f8f3ce740492d09293c3c16cf941e' - '45fcdc26be2c19236767d4bac878b6c7' - '0e1edc40634df39af781a8849730bf02' - '4ca58cdc358f10ff7df70098141ad35f' - '03c4c95df6cb14a0a07d163fcc77f962' - 'af37cf50fb9235a552ac9fc65368fbf1' - 'ad250bf2d35c8cd195ceb2ba882dda6f' - '2baea1844e9e60fffd842b98161fed2b' - '42e381d0510bad0b3ec921cbc57b3c19' - '152b53a3a579fb0fec516a9a426bc139' - '9b66093ea67f4476e3281fc1bf190981' - '70d9d7034bbd8bd65f82ce400086236d' - '73718a78c01fe4edb2256eadaf20' - '8556d86c0e8308df9deac2b0f7f1aec8' - '2bfbaf1e739289848a7a2ce521f33741' - 'c046b69c1b90cb2c38e38580d8261ae2' - '8367eff7d1e479bdae3e77c53b14e1eb' - 'afd28041af62f64e789d05a7f157b99b' - '5d392f80eead101e54fc5cd57f574c9c' - '9229d52e63fa2c42eea9ea35af082a03' - '6f6a026f06f7892dd08902acafdf63ae' - 'b6b8bec8801a20a89e575651ca95d87b' - '2b1be4eaabe326ab3aef5aaa5f16779d' - 'b37a8d6e2d7a7e4016fd2138a80da481' - '0eb5c5af7dec9b4a8622d5f05debc80c' - '7134f3896ca93b6eeebe18226f7933e8' - '965d058f4854aae82c409c9c4a3eb53b' - '45ea0326d05f68f26ec2d700392fcd2b' - 'dfcd93e2de450a68550ae94fd585b814' - 'eab12d0129ac20ab0b78a446720d52d9' - '47fb1043bf0b46c466252f7a3e30786d' - '556be45438b8b5cc8ee722050009e827' - 'a08bf8949d6088cc3367be451e66cb0a' - '4bc9e6ac4fcc3d71d3a252ab71fb147d' - 'cadbf700cc551e63022af680eda5a9ba' - '815f07c8166701511bc20f7dd8df9775' - '310b82d4a8c5d1d27ef31847c3c61090' - 'b761c3e3879bf9068cf65d718fbb9efb' - '78a86dc48b3c62c0e10b4439073056a5' - '1e6cbc70983021fba3c6e487ca213844' - '56ab31069f39363db73c3f947842b58c' - '655007d049083dcbb98460616e812c28' - '212c34138e9e080cc8db196da9b0c507') +md5sums=('b32c00ded1aa68632ce126ef70f4fb2d' + 'f72766fb96c29dd39151fc149b733f29' + 'f70613983f29e857b92f608393ac9b45' + '734bc3d6550c0b3e01cdcba0e5b44d3a' + '1737af9539465ef71bbc27cdd409e004' + 'df4b4b7fda8df2c5c777cb0c598b8451' + 'e8f19d665d62720e4a582ac6d91aa981' + 'e5cca4f33069aed00787887c722368d2' + '125f16844f783f3c8a2bf72f645dd005' + '5906411e667de6faf1a5a1d657138f08' + 'e9e479f1616513318421d6e9b64d362e' + 'f2c854588a1d719a78658649f15800ac' + 'bbefb3870ff11d15d6a9f7dce2c75821' + '5d61829c8abcdbd0488d4
[arch-commits] Commit in firefox/trunk (5007_fix_libpr0n_nsPNGDecoder.patch PKGBUILD)
Date: Tuesday, January 31, 2012 @ 13:09:08 Author: ibiru Revision: 148416 update to 10.0 Modified: firefox/trunk/PKGBUILD Deleted: firefox/trunk/5007_fix_libpr0n_nsPNGDecoder.patch -+ 5007_fix_libpr0n_nsPNGDecoder.patch | 81 -- PKGBUILD| 15 ++ 2 files changed, 6 insertions(+), 90 deletions(-) Deleted: 5007_fix_libpr0n_nsPNGDecoder.patch === --- 5007_fix_libpr0n_nsPNGDecoder.patch 2012-01-31 16:09:51 UTC (rev 148415) +++ 5007_fix_libpr0n_nsPNGDecoder.patch 2012-01-31 18:09:08 UTC (rev 148416) @@ -1,81 +0,0 @@ -# HG changeset patch -# User Glenn Randers-Pehrson -# Date 1320490106 0 -# Node ID aff1bd412058cb6926a8feae1e8c0fc76b4c04a3 -# Parent 8248dbffd64534fb6c65ad3d757b795119e783c6 -Bug 682677 - Eliminated direct access to mInfo->pixel_depth, which is not allowed in libpng15. We access pixel_depth via png_get_IHDR() instead; r=joedrew - -diff --git a/modules/libpr0n/decoders/nsICODecoder.cpp b/modules/libpr0n/decoders/nsICODecoder.cpp a/modules/libpr0n/decoders/nsICODecoder.cpp -+++ b/modules/libpr0n/decoders/nsICODecoder.cpp -@@ -381,18 +381,17 @@ nsICODecoder::WriteInternal(const char* - return; - } - mPos += aCount; - aBuffer += aCount; - aCount = 0; - - // Raymond Chen says that 32bpp only are valid PNG ICOs - // http://blogs.msdn.com/b/oldnewthing/archive/2010/10/22/10079192.aspx --if (static_cast(mContainedDecoder.get())->HasValidInfo() && --static_cast(mContainedDecoder.get())->GetPixelDepth() != 32) { -+if (!static_cast(mContainedDecoder.get())->IsValidICO()) { - PostDataError(); - } - return; - } - - // We've processed all of the icon dir entries and are within the - // bitmap info size - if (!mIsPNG && mCurrIcon == mNumIcons && mPos >= mImageOffset && -diff --git a/modules/libpr0n/decoders/nsPNGDecoder.h b/modules/libpr0n/decoders/nsPNGDecoder.h a/modules/libpr0n/decoders/nsPNGDecoder.h -+++ b/modules/libpr0n/decoders/nsPNGDecoder.h -@@ -68,29 +68,35 @@ public: - - void CreateFrame(png_uint_32 x_offset, png_uint_32 y_offset, -PRInt32 width, PRInt32 height, -gfxASurface::gfxImageFormat format); - void SetAnimFrameInfo(); - - void EndImageFrame(); - -- // Checks if the info header contains valid information -- bool HasValidInfo() const -+ // Check if PNG is valid ICO (32bpp RGBA) -+ // http://blogs.msdn.com/b/oldnewthing/archive/2010/10/22/10079192.aspx -+ bool IsValidICO() const - { --return mInfo && mInfo->valid; -- } -+png_uint_32 -+png_width, // Unused -+png_height; // Unused - -- // Obtain the pixel depth if available or 0 otherwise -- PRInt32 GetPixelDepth() const -- { --if (!mInfo) { -- return 0; -+int png_bit_depth, -+png_color_type; -+ -+if (png_get_IHDR(mPNG, mInfo, &png_width, &png_height, &png_bit_depth, -+ &png_color_type, NULL, NULL, NULL)) { -+ -+ return (png_color_type == PNG_COLOR_TYPE_RGB_ALPHA && -+ png_bit_depth == 8); -+} else { -+ return false; - } --return mInfo->pixel_depth; - } - - public: - png_structp mPNG; - png_infop mInfo; - nsIntRect mFrameRect; - PRUint8 *mCMSLine; - PRUint8 *interlacebuf; - - Modified: PKGBUILD === --- PKGBUILD2012-01-31 16:09:51 UTC (rev 148415) +++ PKGBUILD2012-01-31 18:09:08 UTC (rev 148416) @@ -2,8 +2,8 @@ # Contributor: Jakub Schmidtke pkgname=firefox -pkgver=9.0.1 -pkgrel=2 +pkgver=10.0 +pkgrel=1 pkgdesc="Standalone web browser from mozilla.org" arch=('i686' 'x86_64') license=('MPL' 'GPL' 'LGPL') @@ -11,22 +11,19 @@ makedepends=('unzip' 'zip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools' 'yasm' 'mesa' 'autoconf2.13' 'libidl2' 'xorg-server-xvfb') url="http://www.mozilla.org/projects/firefox"; install=firefox.install -source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//$pkgver/source/firefox-$pkgver.source.tar.bz2 -mozconfig firefox.desktop firefox-install-dir.patch vendor.js -5007_fix_libpr0n_nsPNGDecoder.patch) -md5sums=('7cf2bd379792a9b232267c6a79680566' +source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2 +mozconfig firefox.desktop firefox-install-dir.patch vendor.js) +md5sums=('13c61203ccfa583e5a54b4dc22f41233' '4b925c654eb2484e26d08f743df118fa' 'bdeb0380c7fae30dd0ead6d2d3bc5873' '594523c536a9be951b52c90dd85aff18' - '0d053487907de4376d67d8f499c5502b' - '6f3be4f4ac0217d0782b1a0770d80f28') + '0d053487907de4376d67d8f499c5502b') build() { cd "$srcdir/mozilla-release" cp "$srcdir/mozconfig" .mozconfig patch -Np1 -i "$srcdir/firefox-install-dir.patch"
[arch-commits] Commit in gnome-shell-extensions/repos (3 files)
Date: Tuesday, January 31, 2012 @ 11:09:51 Author: heftig Revision: 148415 archrelease: copy trunk to extra-any Added: gnome-shell-extensions/repos/extra-any/ gnome-shell-extensions/repos/extra-any/PKGBUILD (from rev 148414, gnome-shell-extensions/trunk/PKGBUILD) gnome-shell-extensions/repos/extra-any/gnome-shell-extensions.install (from rev 148414, gnome-shell-extensions/trunk/gnome-shell-extensions.install) + PKGBUILD | 35 +++ gnome-shell-extensions.install | 11 +++ 2 files changed, 46 insertions(+) Copied: gnome-shell-extensions/repos/extra-any/PKGBUILD (from rev 148414, gnome-shell-extensions/trunk/PKGBUILD) === --- extra-any/PKGBUILD (rev 0) +++ extra-any/PKGBUILD 2012-01-31 16:09:51 UTC (rev 148415) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgbase=gnome-shell-extensions +pkgver=3.2.3 +pkgrel=1 +arch=(any) +url="http://live.gnome.org/GnomeShell/Extensions"; +license=(GPL2) +makedepends=(gnome-shell intltool) +groups=(gnome-shell-extensions) +source=(ftp://ftp.archlinux.org/other/$pkgbase/$pkgbase-$pkgver-$pkgrel.tar.xz) +sha256sums=('a87b7bf17475cf473e565cfa149df30568524aca679bee2e9f9c21c38349a5de') + +pkgname=(gnome-shell-extension-user-theme) + +build() { + _extensions=(user-theme) + + cd "$srcdir/$pkgbase-$pkgver" + ./configure --prefix=/usr \ +--enable-extensions="${_extensions[*]}" \ +--disable-schemas-compile + make +} + +package_gnome-shell-extension-user-theme() { + pkgdesc="User Theme extension for GNOME Shell" + depends=(gnome-shell) + conflicts=(gnome-shell-extensions-common) + install=gnome-shell-extensions.install + + cd "$srcdir/$pkgbase-$pkgver" + make DESTDIR="$pkgdir" install +} Copied: gnome-shell-extensions/repos/extra-any/gnome-shell-extensions.install (from rev 148414, gnome-shell-extensions/trunk/gnome-shell-extensions.install) === --- extra-any/gnome-shell-extensions.install(rev 0) +++ extra-any/gnome-shell-extensions.install2012-01-31 16:09:51 UTC (rev 148415) @@ -0,0 +1,11 @@ +post_install() { + glib-compile-schemas usr/share/glib-2.0/schemas +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in gnome-shell-extensions/trunk (PKGBUILD)
Date: Tuesday, January 31, 2012 @ 11:08:44 Author: heftig Revision: 148414 Reduce to the user-theme extension. All other extensions should be available from extensions.gnome.org Modified: gnome-shell-extensions/trunk/PKGBUILD --+ PKGBUILD | 150 +++-- 1 file changed, 8 insertions(+), 142 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-31 15:57:59 UTC (rev 148413) +++ PKGBUILD2012-01-31 16:08:44 UTC (rev 148414) @@ -1,39 +1,21 @@ # $Id$ -# Maintainer: Jan "heftig" Steffens +# Maintainer: Jan Alexander Steffens (heftig) pkgbase=gnome-shell-extensions -pkgver=3.2.1 +pkgver=3.2.3 pkgrel=1 arch=(any) url="http://live.gnome.org/GnomeShell/Extensions"; license=(GPL2) makedepends=(gnome-shell intltool) groups=(gnome-shell-extensions) -#source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz) source=(ftp://ftp.archlinux.org/other/$pkgbase/$pkgbase-$pkgver-$pkgrel.tar.xz) -sha256sums=('5ac1a7f10ef78a3984578428ecd1610fb1c311a1cb66be8aad5d70bbba417eb0') +sha256sums=('a87b7bf17475cf473e565cfa149df30568524aca679bee2e9f9c21c38349a5de') -pkgname=(gnome-shell-extensions-common - gnome-shell-extension-alternate-tab - gnome-shell-extension-windows-navigator - gnome-shell-extension-dock - gnome-shell-extension-auto-move-windows - gnome-shell-extension-user-theme - gnome-shell-extension-drive-menu - gnome-shell-extension-alternative-status-menu - gnome-shell-extension-places-menu - gnome-shell-extension-native-window-placement - gnome-shell-extension-system-monitor - gnome-shell-extension-apps-menu - gnome-shell-extension-workspace-indicator - gnome-shell-extension-xrandr-indicator - gnome-shell-extension-gajim) +pkgname=(gnome-shell-extension-user-theme) build() { - _extensions=(alternate-tab windowsNavigator dock auto-move-windows user-theme - drive-menu alternative-status-menu places-menu - native-window-placement systemMonitor apps-menu - workspace-indicator xrandr-indicator gajim) + _extensions=(user-theme) cd "$srcdir/$pkgbase-$pkgver" ./configure --prefix=/usr \ @@ -42,128 +24,12 @@ make } -package_gnome-shell-extensions-common() { - pkgdesc="Extensions for GNOME Shell - common files" - depends=(gnome-shell) - groups=() - - cd "$srcdir/$pkgbase-$pkgver/po" - make DESTDIR="$pkgdir" install -} - -package_gnome-shell-extension-alternate-tab() { - pkgdesc="Alternate Tab extension for GNOME Shell" - depends=(gnome-shell-extensions-common) - install=gnome-shell-extensions.install - - cd "$srcdir/$pkgbase-$pkgver/extensions/alternate-tab" - make DESTDIR="$pkgdir" install -} - -package_gnome-shell-extension-windows-navigator() { - pkgdesc="Windows Navigator extension for GNOME Shell" - depends=(gnome-shell-extensions-common) - - cd "$srcdir/$pkgbase-$pkgver/extensions/windowsNavigator" - make DESTDIR="$pkgdir" install -} - -package_gnome-shell-extension-dock() { - pkgdesc="Dock extension for GNOME Shell" - depends=(gnome-shell-extensions-common) - install=gnome-shell-extensions.install - - cd "$srcdir/$pkgbase-$pkgver/extensions/dock" - make DESTDIR="$pkgdir" install -} - -package_gnome-shell-extension-auto-move-windows() { - pkgdesc="Auto Move Windows extension for GNOME Shell" - depends=(gnome-shell-extensions-common) - install=gnome-shell-extensions.install - - cd "$srcdir/$pkgbase-$pkgver/extensions/auto-move-windows" - make DESTDIR="$pkgdir" install -} - package_gnome-shell-extension-user-theme() { pkgdesc="User Theme extension for GNOME Shell" - depends=(gnome-shell-extensions-common) + depends=(gnome-shell) + conflicts=(gnome-shell-extensions-common) install=gnome-shell-extensions.install - cd "$srcdir/$pkgbase-$pkgver/extensions/user-theme" + cd "$srcdir/$pkgbase-$pkgver" make DESTDIR="$pkgdir" install } - -package_gnome-shell-extension-drive-menu() { - pkgdesc="Drive Menu extension for GNOME Shell" - depends=(gnome-shell-extensions-common) - - cd "$srcdir/$pkgbase-$pkgver/extensions/drive-menu" - make DESTDIR="$pkgdir" install -} - -package_gnome-shell-extension-alternative-status-menu() { - pkgdesc="Alternative Status Menu extension for GNOME Shell" - depends=(gnome-shell-extensions-common) - - cd "$srcdir/$pkgbase-$pkgver/extensions/alternative-status-menu" - make DESTDIR="$pkgdir" install -} - -package_gnome-shell-extension-places-menu() { - pkgdesc="Places Menu extension for GNOME Shell" - depends=(gnome-shell-extensions-common) - - cd "$srcdir/$pkgbase-$pkgver/extensions/places-menu" - make DESTDIR="$pkgdir" install -} - -package_gnome-shell-extension-native-window-placement() { - pkgdesc="Native Window Placement extension for GNOME Shell" - depends=(gnome-shell-extensions-common) -
[arch-commits] Commit in gnome-shell-extensions/repos (extra-any)
Date: Tuesday, January 31, 2012 @ 10:57:59 Author: heftig Revision: 148413 db-remove: gnome-shell-extensions removed by heftig Deleted: gnome-shell-extensions/repos/extra-any/
[arch-commits] Commit in vala/repos (4 files)
Date: Tuesday, January 31, 2012 @ 10:56:29 Author: ibiru Revision: 148412 archrelease: copy trunk to extra-i686, extra-x86_64 Added: vala/repos/extra-i686/PKGBUILD (from rev 148411, vala/trunk/PKGBUILD) vala/repos/extra-x86_64/PKGBUILD (from rev 148411, vala/trunk/PKGBUILD) Deleted: vala/repos/extra-i686/PKGBUILD vala/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 54 extra-x86_64/PKGBUILD | 54 2 files changed, 54 insertions(+), 54 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-01-31 15:55:18 UTC (rev 148411) +++ extra-i686/PKGBUILD 2012-01-31 15:56:29 UTC (rev 148412) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Timm Preetz - -pkgname=vala -pkgver=0.14.1 -pkgrel=1 -pkgdesc="Compiler for the GObject type system" -arch=('i686' 'x86_64') -url="http://live.gnome.org/Vala"; -license=('LGPL') -depends=('glib2') -makedepends=('libxslt') -options=('!libtool') -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.14/${pkgname}-${pkgver}.tar.xz) -sha256sums=('bef8c803e6e84d6dd2c6e771b72245ae268f49f554f3d00b2c4a0b7a28f4a439') - -build() { -cd "${srcdir}/${pkgname}-${pkgver}" -./configure --prefix=/usr --enable-vapigen -make -} - -package() { -cd "${srcdir}/${pkgname}-${pkgver}" -make DESTDIR="${pkgdir}" install -} Copied: vala/repos/extra-i686/PKGBUILD (from rev 148411, vala/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-01-31 15:56:29 UTC (rev 148412) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Timm Preetz + +pkgname=vala +pkgver=0.14.2 +pkgrel=1 +pkgdesc="Compiler for the GObject type system" +arch=('i686' 'x86_64') +url="http://live.gnome.org/Vala"; +license=('LGPL') +depends=('glib2') +makedepends=('libxslt') +options=('!libtool') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.14/$pkgname-$pkgver.tar.xz) +sha256sums=('807e6978484f66cab3cf4fefd72f37a4293d2831d7a5fd29119bdf9d38a5b3d0') + +build() { +cd "$srcdir/$pkgname-$pkgver" +./configure --prefix=/usr --enable-vapigen +make +} + +package() { +cd "$srcdir/$pkgname-$pkgver" +make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-01-31 15:55:18 UTC (rev 148411) +++ extra-x86_64/PKGBUILD 2012-01-31 15:56:29 UTC (rev 148412) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Timm Preetz - -pkgname=vala -pkgver=0.14.1 -pkgrel=1 -pkgdesc="Compiler for the GObject type system" -arch=('i686' 'x86_64') -url="http://live.gnome.org/Vala"; -license=('LGPL') -depends=('glib2') -makedepends=('libxslt') -options=('!libtool') -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.14/${pkgname}-${pkgver}.tar.xz) -sha256sums=('bef8c803e6e84d6dd2c6e771b72245ae268f49f554f3d00b2c4a0b7a28f4a439') - -build() { -cd "${srcdir}/${pkgname}-${pkgver}" -./configure --prefix=/usr --enable-vapigen -make -} - -package() { -cd "${srcdir}/${pkgname}-${pkgver}" -make DESTDIR="${pkgdir}" install -} Copied: vala/repos/extra-x86_64/PKGBUILD (from rev 148411, vala/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-01-31 15:56:29 UTC (rev 148412) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Timm Preetz + +pkgname=vala +pkgver=0.14.2 +pkgrel=1 +pkgdesc="Compiler for the GObject type system" +arch=('i686' 'x86_64') +url="http://live.gnome.org/Vala"; +license=('LGPL') +depends=('glib2') +makedepends=('libxslt') +options=('!libtool') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.14/$pkgname-$pkgver.tar.xz) +sha256sums=('807e6978484f66cab3cf4fefd72f37a4293d2831d7a5fd29119bdf9d38a5b3d0') + +build() { +cd "$srcdir/$pkgname-$pkgver" +./configure --prefix=/usr --enable-vapigen +make +} + +package() { +cd "$srcdir/$pkgname-$pkgver" +make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in vala/trunk (PKGBUILD)
Date: Tuesday, January 31, 2012 @ 10:55:18 Author: ibiru Revision: 148411 uodate to 0.14.2 Modified: vala/trunk/PKGBUILD --+ PKGBUILD | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-31 14:11:50 UTC (rev 148410) +++ PKGBUILD2012-01-31 15:55:18 UTC (rev 148411) @@ -3,7 +3,7 @@ # Contributor: Timm Preetz pkgname=vala -pkgver=0.14.1 +pkgver=0.14.2 pkgrel=1 pkgdesc="Compiler for the GObject type system" arch=('i686' 'x86_64') @@ -12,16 +12,16 @@ depends=('glib2') makedepends=('libxslt') options=('!libtool') -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.14/${pkgname}-${pkgver}.tar.xz) -sha256sums=('bef8c803e6e84d6dd2c6e771b72245ae268f49f554f3d00b2c4a0b7a28f4a439') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.14/$pkgname-$pkgver.tar.xz) +sha256sums=('807e6978484f66cab3cf4fefd72f37a4293d2831d7a5fd29119bdf9d38a5b3d0') build() { -cd "${srcdir}/${pkgname}-${pkgver}" +cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --enable-vapigen make } package() { -cd "${srcdir}/${pkgname}-${pkgver}" -make DESTDIR="${pkgdir}" install +cd "$srcdir/$pkgname-$pkgver" +make DESTDIR="$pkgdir" install }
[arch-commits] Commit in util-linux/trunk (PKGBUILD)
Date: Tuesday, January 31, 2012 @ 09:11:50 Author: tomegun Revision: 148410 move libs from /lib to /usr/lib Modified: util-linux/trunk/PKGBUILD --+ PKGBUILD |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-31 13:39:06 UTC (rev 148409) +++ PKGBUILD2012-01-31 14:11:50 UTC (rev 148410) @@ -23,9 +23,10 @@ # hardware clock sed -e 's%etc/adjtime%var/lib/hwclock/adjtime%' -i include/pathnames.h - ./configure --enable-write\ - --enable-raw\ - --disable-wall\ + ./configure --libdir=/usr/lib \ + --enable-write \ + --enable-raw \ + --disable-wall \ --enable-new-mount make
[arch-commits] Commit in python2/trunk (3 files)
Date: Tuesday, January 31, 2012 @ 08:38:55 Author: stephane Revision: 148408 upgpkg: python2 2.7.2-5 Fix upstream issue #13156: revert changeset f6feed6ec3f9, which was only relevant for native TLS implementations, and fails with the ad-hoc TLS implementation when a thread doesn't have an auto thread state (e.g. a thread created outside of Python calling into a subinterpreter). Added: python2/trunk/13156-revert-tls-changeset-subinterpreter.patch Modified: python2/trunk/PKGBUILD python2/trunk/gdbm-magic-values.patch -+ 13156-revert-tls-changeset-subinterpreter.patch | 61 ++ PKGBUILD| 11 ++- gdbm-magic-values.patch |1 3 files changed, 69 insertions(+), 4 deletions(-) Added: 13156-revert-tls-changeset-subinterpreter.patch === --- 13156-revert-tls-changeset-subinterpreter.patch (rev 0) +++ 13156-revert-tls-changeset-subinterpreter.patch 2012-01-31 13:38:55 UTC (rev 148408) @@ -0,0 +1,61 @@ + +# HG changeset patch +# User Charles-François Natali +# Date 1318446474 -7200 +# Node ID ee4fe16d9b4822457ad855ea6c44e65030166304 +# Parent f6feed6ec3f9b024cecd0fd587595c403f55624f +Issue #13156: revert changeset f6feed6ec3f9, which was only relevant for native +TLS implementations, and fails with the ad-hoc TLS implementation when a thread +doesn't have an auto thread state (e.g. a thread created outside of Python +calling into a subinterpreter). + +diff --git a/Include/pystate.h b/Include/pystate.h +--- a/Include/pystate.h b/Include/pystate.h +@@ -111,7 +111,6 @@ PyAPI_FUNC(void) PyThreadState_Clear(PyT + PyAPI_FUNC(void) PyThreadState_Delete(PyThreadState *); + #ifdef WITH_THREAD + PyAPI_FUNC(void) PyThreadState_DeleteCurrent(void); +-PyAPI_FUNC(void) _PyGILState_Reinit(void); + #endif + + PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void); +diff --git a/Modules/signalmodule.c b/Modules/signalmodule.c +--- a/Modules/signalmodule.c b/Modules/signalmodule.c +@@ -976,7 +976,6 @@ void + PyOS_AfterFork(void) + { + #ifdef WITH_THREAD +-_PyGILState_Reinit(); + PyEval_ReInitThreads(); + main_thread = PyThread_get_thread_ident(); + main_pid = getpid(); +diff --git a/Python/pystate.c b/Python/pystate.c +--- a/Python/pystate.c b/Python/pystate.c +@@ -537,23 +537,6 @@ void + autoInterpreterState = NULL; + } + +-/* Reset the TLS key - called by PyOS_AfterFork. +- * This should not be necessary, but some - buggy - pthread implementations +- * don't flush TLS on fork, see issue #10517. +- */ +-void +-_PyGILState_Reinit(void) +-{ +-PyThreadState *tstate = PyGILState_GetThisThreadState(); +-PyThread_delete_key(autoTLSkey); +-if ((autoTLSkey = PyThread_create_key()) == -1) +-Py_FatalError("Could not allocate TLS entry"); +- +-/* re-associate the current thread state with the new key */ +-if (PyThread_set_key_value(autoTLSkey, (void *)tstate) < 0) +-Py_FatalError("Couldn't create autoTLSkey mapping"); +-} +- + /* When a thread state is created for a thread by some mechanism other than +PyGILState_Ensure, it's important that the GILState machinery knows about +it so it doesn't try to create another thread state for the thread (this is + Modified: PKGBUILD === --- PKGBUILD2012-01-31 13:31:47 UTC (rev 148407) +++ PKGBUILD2012-01-31 13:38:55 UTC (rev 148408) @@ -5,7 +5,7 @@ pkgname=python2 pkgver=2.7.2 -pkgrel=4 +pkgrel=5 _pybasever=2.7 pkgdesc="A high-level scripting language" arch=('i686' 'x86_64') @@ -18,10 +18,12 @@ options=('!makeflags') source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz linux2.patch -gdbm-magic-values.patch) +gdbm-magic-values.patch +13156-revert-tls-changeset-subinterpreter.patch) sha1sums=('56700044141402dc35e7a0a24aa7ffda1a8c1a53' '937c06190899a491d662c7918658313e7640070e' - '0f4cd9508c9ace620a829a688a9285e0480b5fb5') + 'ede2c991b1a91eec5a01cc2d3a11231f17d750ae' + 'd61fa2b8efd1d08a2ee8a9aed434dc94b8297d6b') build() { cd "${srcdir}/Python-${pkgver}" @@ -44,6 +46,9 @@ # http://bugs.python.org/issue13007 patch -Np1 -i ../gdbm-magic-values.patch + # http://bugs.python.org/issue13156 + patch -Np1 -i ../13156-revert-tls-changeset-subinterpreter.patch + # Ensure that we are using the system copy of various libraries (expat, zlib and libffi), # rather than copies shipped in the tarball rm -r Modules/expat Modified: gdbm-magic-values.patch === --- gdbm-magic-values.patch 2012-01-31 13:31:47 UTC (rev 148407) +++ gdbm-magic-values.patch 2012-01-31 13:38:55 UTC (rev 148408) @@ -10,4 +10,3 @@ return "gd
[arch-commits] Commit in python2/repos (10 files)
Date: Tuesday, January 31, 2012 @ 08:39:06 Author: stephane Revision: 148409 archrelease: copy trunk to testing-i686, testing-x86_64 Added: python2/repos/testing-i686/ python2/repos/testing-i686/13156-revert-tls-changeset-subinterpreter.patch (from rev 148408, python2/trunk/13156-revert-tls-changeset-subinterpreter.patch) python2/repos/testing-i686/PKGBUILD (from rev 148408, python2/trunk/PKGBUILD) python2/repos/testing-i686/gdbm-magic-values.patch (from rev 148408, python2/trunk/gdbm-magic-values.patch) python2/repos/testing-i686/linux2.patch (from rev 148408, python2/trunk/linux2.patch) python2/repos/testing-x86_64/ python2/repos/testing-x86_64/13156-revert-tls-changeset-subinterpreter.patch (from rev 148408, python2/trunk/13156-revert-tls-changeset-subinterpreter.patch) python2/repos/testing-x86_64/PKGBUILD (from rev 148408, python2/trunk/PKGBUILD) python2/repos/testing-x86_64/gdbm-magic-values.patch (from rev 148408, python2/trunk/gdbm-magic-values.patch) python2/repos/testing-x86_64/linux2.patch (from rev 148408, python2/trunk/linux2.patch) + testing-i686/13156-revert-tls-changeset-subinterpreter.patch | 61 ++ testing-i686/PKGBUILD | 101 ++ testing-i686/gdbm-magic-values.patch | 12 + testing-i686/linux2.patch | 23 ++ testing-x86_64/13156-revert-tls-changeset-subinterpreter.patch | 61 ++ testing-x86_64/PKGBUILD| 101 ++ testing-x86_64/gdbm-magic-values.patch | 12 + testing-x86_64/linux2.patch| 23 ++ 8 files changed, 394 insertions(+) Copied: python2/repos/testing-i686/13156-revert-tls-changeset-subinterpreter.patch (from rev 148408, python2/trunk/13156-revert-tls-changeset-subinterpreter.patch) === --- testing-i686/13156-revert-tls-changeset-subinterpreter.patch (rev 0) +++ testing-i686/13156-revert-tls-changeset-subinterpreter.patch 2012-01-31 13:39:06 UTC (rev 148409) @@ -0,0 +1,61 @@ + +# HG changeset patch +# User Charles-François Natali +# Date 1318446474 -7200 +# Node ID ee4fe16d9b4822457ad855ea6c44e65030166304 +# Parent f6feed6ec3f9b024cecd0fd587595c403f55624f +Issue #13156: revert changeset f6feed6ec3f9, which was only relevant for native +TLS implementations, and fails with the ad-hoc TLS implementation when a thread +doesn't have an auto thread state (e.g. a thread created outside of Python +calling into a subinterpreter). + +diff --git a/Include/pystate.h b/Include/pystate.h +--- a/Include/pystate.h b/Include/pystate.h +@@ -111,7 +111,6 @@ PyAPI_FUNC(void) PyThreadState_Clear(PyT + PyAPI_FUNC(void) PyThreadState_Delete(PyThreadState *); + #ifdef WITH_THREAD + PyAPI_FUNC(void) PyThreadState_DeleteCurrent(void); +-PyAPI_FUNC(void) _PyGILState_Reinit(void); + #endif + + PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void); +diff --git a/Modules/signalmodule.c b/Modules/signalmodule.c +--- a/Modules/signalmodule.c b/Modules/signalmodule.c +@@ -976,7 +976,6 @@ void + PyOS_AfterFork(void) + { + #ifdef WITH_THREAD +-_PyGILState_Reinit(); + PyEval_ReInitThreads(); + main_thread = PyThread_get_thread_ident(); + main_pid = getpid(); +diff --git a/Python/pystate.c b/Python/pystate.c +--- a/Python/pystate.c b/Python/pystate.c +@@ -537,23 +537,6 @@ void + autoInterpreterState = NULL; + } + +-/* Reset the TLS key - called by PyOS_AfterFork. +- * This should not be necessary, but some - buggy - pthread implementations +- * don't flush TLS on fork, see issue #10517. +- */ +-void +-_PyGILState_Reinit(void) +-{ +-PyThreadState *tstate = PyGILState_GetThisThreadState(); +-PyThread_delete_key(autoTLSkey); +-if ((autoTLSkey = PyThread_create_key()) == -1) +-Py_FatalError("Could not allocate TLS entry"); +- +-/* re-associate the current thread state with the new key */ +-if (PyThread_set_key_value(autoTLSkey, (void *)tstate) < 0) +-Py_FatalError("Couldn't create autoTLSkey mapping"); +-} +- + /* When a thread state is created for a thread by some mechanism other than +PyGILState_Ensure, it's important that the GILState machinery knows about +it so it doesn't try to create another thread state for the thread (this is + Copied: python2/repos/testing-i686/PKGBUILD (from rev 148408, python2/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-01-31 13:39:06 UTC (rev 148409) @@ -0,0 +1,101 @@ +# $Id$ +# Maintainer: Stéphane Gaudreault +# Contributer: Allan McRae +# Contributer: Jason Chu + +pkgname=python2 +pkgver=2.7.2 +pkg
[arch-commits] Commit in live-media/repos (4 files)
Date: Tuesday, January 31, 2012 @ 08:31:47 Author: giovanni Revision: 148407 archrelease: copy trunk to extra-i686, extra-x86_64 Added: live-media/repos/extra-i686/PKGBUILD (from rev 148406, live-media/trunk/PKGBUILD) live-media/repos/extra-x86_64/PKGBUILD (from rev 148406, live-media/trunk/PKGBUILD) Deleted: live-media/repos/extra-i686/PKGBUILD live-media/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 80 extra-x86_64/PKGBUILD | 80 2 files changed, 80 insertions(+), 80 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-01-31 13:31:18 UTC (rev 148406) +++ extra-i686/PKGBUILD 2012-01-31 13:31:47 UTC (rev 148407) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Gilles CHAUVIN - -pkgname=live-media -pkgver=2012.01.07 -pkgrel=1 -pkgdesc="A set of C++ libraries for multimedia streaming" -arch=('i686' 'x86_64') -license=('LGPL') -url="http://live555.com/liveMedia"; -depends=('gcc-libs') -source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz";) -md5sums=('416375892db282da88fdc7f7a3f2385f') - -build() { - cd ${srcdir}/live - - sed \ - -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC -DSOCKLEN_T/g' \ - -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \ - -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \ - -i config.linux - ./genMakefiles linux - make -} - -package() { - cd ${srcdir}/live - - for dir in BasicUsageEnvironment UsageEnvironment groupsock liveMedia; do -mkdir -p ${pkgdir}/usr/lib/live/${dir} -cp -r ${dir}/*.a ${dir}/include ${pkgdir}/usr/lib/live/${dir} - done - - mkdir -p ${pkgdir}/usr/bin - for testprog in `find testProgs -type f -perm 755`; do -install ${testprog} ${pkgdir}/usr/bin - done -} Copied: live-media/repos/extra-i686/PKGBUILD (from rev 148406, live-media/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-01-31 13:31:47 UTC (rev 148407) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Gilles CHAUVIN + +pkgname=live-media +pkgver=2012.01.26 +pkgrel=1 +pkgdesc="A set of C++ libraries for multimedia streaming" +arch=('i686' 'x86_64') +license=('LGPL') +url="http://live555.com/liveMedia"; +depends=('gcc-libs') +source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz";) +md5sums=('db7f0658583b590fb3d4044935f48b8e') + +build() { + cd ${srcdir}/live + + sed \ + -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC -DSOCKLEN_T/g' \ + -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \ + -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \ + -i config.linux + ./genMakefiles linux + make +} + +package() { + cd ${srcdir}/live + + for dir in BasicUsageEnvironment UsageEnvironment groupsock liveMedia; do +mkdir -p ${pkgdir}/usr/lib/live/${dir} +cp -r ${dir}/*.a ${dir}/include ${pkgdir}/usr/lib/live/${dir} + done + + mkdir -p ${pkgdir}/usr/bin + for testprog in `find testProgs -type f -perm 755`; do +install ${testprog} ${pkgdir}/usr/bin + done +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-01-31 13:31:18 UTC (rev 148406) +++ extra-x86_64/PKGBUILD 2012-01-31 13:31:47 UTC (rev 148407) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Gilles CHAUVIN - -pkgname=live-media -pkgver=2012.01.07 -pkgrel=1 -pkgdesc="A set of C++ libraries for multimedia streaming" -arch=('i686' 'x86_64') -license=('LGPL') -url="http://live555.com/liveMedia"; -depends=('gcc-libs') -source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz";) -md5sums=('416375892db282da88fdc7f7a3f2385f') - -build() { - cd ${srcdir}/live - - sed \ - -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC -DSOCKLEN_T/g' \ - -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \ - -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \ - -i config.linux - ./genMakefiles linux - make -} - -package() { - cd ${srcdir}/live - - for dir in BasicUsageEnvironment UsageEnvironment groupsock liveMedia; do -mkdir -p ${pkgdir}/usr/lib/live/${dir} -cp -r ${dir}/*.a ${dir}/include ${pkgdir}/usr/lib/live/${dir} - done - - mkdir -p ${pkgdir}/usr/bin - for testprog in `find testProgs -type f -perm 755`; do -install ${testprog} ${pkgdir}/usr/bin - done -} Copied: live-media/repos/extra-x86_64/PKGBUILD (from rev 148406, live-media/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD
[arch-commits] Commit in live-media/trunk (PKGBUILD)
Date: Tuesday, January 31, 2012 @ 08:31:18 Author: giovanni Revision: 148406 upgpkg: live-media 2012.01.26-1 upstream release Modified: live-media/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-31 12:11:47 UTC (rev 148405) +++ PKGBUILD2012-01-31 13:31:18 UTC (rev 148406) @@ -3,7 +3,7 @@ # Contributor: Gilles CHAUVIN pkgname=live-media -pkgver=2012.01.07 +pkgver=2012.01.26 pkgrel=1 pkgdesc="A set of C++ libraries for multimedia streaming" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ url="http://live555.com/liveMedia"; depends=('gcc-libs') source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz";) -md5sums=('416375892db282da88fdc7f7a3f2385f') +md5sums=('db7f0658583b590fb3d4044935f48b8e') build() { cd ${srcdir}/live
[arch-commits] Commit in clutter/repos (4 files)
Date: Tuesday, January 31, 2012 @ 07:11:47 Author: ibiru Revision: 148405 archrelease: copy trunk to extra-i686, extra-x86_64 Added: clutter/repos/extra-i686/PKGBUILD (from rev 148404, clutter/trunk/PKGBUILD) clutter/repos/extra-x86_64/PKGBUILD (from rev 148404, clutter/trunk/PKGBUILD) Deleted: clutter/repos/extra-i686/PKGBUILD clutter/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 59 ++-- extra-x86_64/PKGBUILD | 59 ++-- 2 files changed, 56 insertions(+), 62 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-01-31 11:57:08 UTC (rev 148404) +++ extra-i686/PKGBUILD 2012-01-31 12:11:47 UTC (rev 148405) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot -# Contributor: Sergej Pupykin -# Contributor: William Rea - -pkgname=clutter -pkgver=1.8.2 -pkgrel=2 -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 - fallback.patch::http://git.gnome.org/browse/clutter/patch/?id=f05432d57e5e980d0841fd6c13a7f886a46107fe) -sha256sums=('dc899f26448f31cb31e72d80650b8c8ae05acacd5b5d5a44798eabaca0ddfa2f' -'30c3c1dfdf1c74e8a7dc2cc6eac305127b7441504cb7040b7cf8d46a4b67fdd9') - -build() { - cd "$srcdir/$pkgname-$pkgver" - patch -Np1 -i $srcdir/fallback.patch - ./configure --prefix=/usr --enable-introspection - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} Copied: clutter/repos/extra-i686/PKGBUILD (from rev 148404, clutter/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-01-31 12:11:47 UTC (rev 148405) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Sergej Pupykin +# Contributor: William Rea + +pkgname=clutter +pkgver=1.8.4 +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' 'mesa' 'json-glib' 'atk' 'libxi') +makedepends=('gobject-introspection' 'mesa') +source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('6fedb4c344b4cab37e249b8a5ffeccff2f384f11335dee25c6466927461e1345') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr --enable-introspection + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-01-31 11:57:08 UTC (rev 148404) +++ extra-x86_64/PKGBUILD 2012-01-31 12:11:47 UTC (rev 148405) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot -# Contributor: Sergej Pupykin -# Contributor: William Rea - -pkgname=clutter -pkgver=1.8.2 -pkgrel=2 -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 - fallback.patch::http://git.gnome.org/browse/clutter/patch/?id=f05432d57e5e980d0841fd6c13a7f886a46107fe) -sha256sums=('dc899f26448f31cb31e72d80650b8c8ae05acacd5b5d5a44798eabaca0ddfa2f' -'30c3c1dfdf1c74e8a7dc2cc6eac305127b7441504cb7040b7cf8d46a4b67fdd9') - -build() { - cd "$srcdir/$pkgname-$pkgver" - patch -Np1 -i $srcdir/fallback.patch - ./configure --prefix=/usr --enable-introspection - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} Copied: clutter/repos/extra-x86_64/PKGBUILD (from rev 148404, clutter/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-01-31 12:11:47 UTC (rev 148405) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Sergej Pupykin +# Contributor: William Rea + +pkgname=clutter +pkgver=1.8.4 +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' 'mesa' 'json-glib' 'atk' 'libxi') +makedepends=('gobject-int
[arch-commits] Commit in clutter/trunk (PKGBUILD)
Date: Tuesday, January 31, 2012 @ 06:57:08 Author: ibiru Revision: 148404 update to 1.8.4 Modified: clutter/trunk/PKGBUILD --+ PKGBUILD | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-31 11:38:44 UTC (rev 148403) +++ PKGBUILD2012-01-31 11:57:08 UTC (rev 148404) @@ -4,23 +4,20 @@ # Contributor: William Rea pkgname=clutter -pkgver=1.8.2 -pkgrel=2 +pkgver=1.8.4 +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') +depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi') makedepends=('gobject-introspection' 'mesa') -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz - fallback.patch::http://git.gnome.org/browse/clutter/patch/?id=f05432d57e5e980d0841fd6c13a7f886a46107fe) -sha256sums=('dc899f26448f31cb31e72d80650b8c8ae05acacd5b5d5a44798eabaca0ddfa2f' -'30c3c1dfdf1c74e8a7dc2cc6eac305127b7441504cb7040b7cf8d46a4b67fdd9') +source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('6fedb4c344b4cab37e249b8a5ffeccff2f384f11335dee25c6466927461e1345') build() { cd "$srcdir/$pkgname-$pkgver" - patch -Np1 -i $srcdir/fallback.patch ./configure --prefix=/usr --enable-introspection make }
[arch-commits] Commit in libepc/repos (4 files)
Date: Tuesday, January 31, 2012 @ 06:38:44 Author: ibiru Revision: 148403 archrelease: copy trunk to extra-i686, extra-x86_64 Added: libepc/repos/extra-i686/PKGBUILD (from rev 148402, libepc/trunk/PKGBUILD) libepc/repos/extra-x86_64/PKGBUILD (from rev 148402, libepc/trunk/PKGBUILD) Deleted: libepc/repos/extra-i686/PKGBUILD libepc/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 54 extra-x86_64/PKGBUILD | 54 2 files changed, 54 insertions(+), 54 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-01-31 11:37:26 UTC (rev 148402) +++ extra-i686/PKGBUILD 2012-01-31 11:38:44 UTC (rev 148403) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=libepc -pkgver=0.4.3 -pkgrel=1 -pkgdesc="Easy Publish and Consume Library" -arch=(i686 x86_64) -license=('LGPL') -url="http://live.gnome.org/libepc"; -depends=('gtk3' 'avahi' 'libsoup') -makedepends=('intltool') -options=('!libtool') -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz) -sha256sums=('57303bc180ef1447e060a64590fd359365390e14a90dddc8b8af8d3a6551e454') - -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: libepc/repos/extra-i686/PKGBUILD (from rev 148402, libepc/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-01-31 11:38:44 UTC (rev 148403) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=libepc +pkgver=0.4.4 +pkgrel=1 +pkgdesc="Easy Publish and Consume Library" +arch=(i686 x86_64) +license=('LGPL') +url="http://live.gnome.org/libepc"; +depends=('gtk3' 'avahi' 'libsoup') +makedepends=('intltool') +options=('!libtool') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz) +sha256sums=('4f98fc306c0f9d361e1381484744246efd084053732924741078270c49afc33b') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --disable-static + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-01-31 11:37:26 UTC (rev 148402) +++ extra-x86_64/PKGBUILD 2012-01-31 11:38:44 UTC (rev 148403) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=libepc -pkgver=0.4.3 -pkgrel=1 -pkgdesc="Easy Publish and Consume Library" -arch=(i686 x86_64) -license=('LGPL') -url="http://live.gnome.org/libepc"; -depends=('gtk3' 'avahi' 'libsoup') -makedepends=('intltool') -options=('!libtool') -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz) -sha256sums=('57303bc180ef1447e060a64590fd359365390e14a90dddc8b8af8d3a6551e454') - -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: libepc/repos/extra-x86_64/PKGBUILD (from rev 148402, libepc/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-01-31 11:38:44 UTC (rev 148403) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=libepc +pkgver=0.4.4 +pkgrel=1 +pkgdesc="Easy Publish and Consume Library" +arch=(i686 x86_64) +license=('LGPL') +url="http://live.gnome.org/libepc"; +depends=('gtk3' 'avahi' 'libsoup') +makedepends=('intltool') +options=('!libtool') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz) +sha256sums=('4f98fc306c0f9d361e1381484744246efd084053732924741078270c49afc33b') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --disable-static + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in libepc/trunk (PKGBUILD)
Date: Tuesday, January 31, 2012 @ 06:37:26 Author: ibiru Revision: 148402 update to 0.4.4 Modified: libepc/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-31 11:16:55 UTC (rev 148401) +++ PKGBUILD2012-01-31 11:37:26 UTC (rev 148402) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot pkgname=libepc -pkgver=0.4.3 +pkgver=0.4.4 pkgrel=1 pkgdesc="Easy Publish and Consume Library" arch=(i686 x86_64) @@ -12,7 +12,7 @@ makedepends=('intltool') options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz) -sha256sums=('57303bc180ef1447e060a64590fd359365390e14a90dddc8b8af8d3a6551e454') +sha256sums=('4f98fc306c0f9d361e1381484744246efd084053732924741078270c49afc33b') build() { cd "$srcdir/$pkgname-$pkgver"
[arch-commits] Commit in sudo/repos (5 files)
Date: Tuesday, January 31, 2012 @ 06:16:55 Author: allan Revision: 148401 db-move: moved sudo from [testing] to [core] (x86_64) Added: sudo/repos/core-x86_64/PKGBUILD (from rev 148399, sudo/repos/testing-x86_64/PKGBUILD) sudo/repos/core-x86_64/sudo.pam (from rev 148399, sudo/repos/testing-x86_64/sudo.pam) Deleted: sudo/repos/core-x86_64/PKGBUILD sudo/repos/core-x86_64/sudo.pam sudo/repos/testing-x86_64/ --+ PKGBUILD | 78 +++-- sudo.pam |6 ++-- 2 files changed, 43 insertions(+), 41 deletions(-) Deleted: core-x86_64/PKGBUILD === --- core-x86_64/PKGBUILD2012-01-31 11:16:54 UTC (rev 148400) +++ core-x86_64/PKGBUILD2012-01-31 11:16:55 UTC (rev 148401) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Allan McRae -# Contributor: Tom Newsom - -pkgname=sudo -_ver=1.8.3p1 -pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}} -pkgrel=1 -pkgdesc="Give certain users the ability to run some commands as root" -arch=('i686' 'x86_64') -url="http://www.sudo.ws/sudo/"; -license=('custom') -depends=('glibc' 'pam') -backup=('etc/sudoers' 'etc/pam.d/sudo') -options=('!libtool' '!makeflags') -source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz{,.sig} -sudo.pam) -md5sums=('7becc572fa97f94cf721a2ee8299c45b' - 'b0726a25694fb2cdd5e1c146eb024e9c' - '4e7ad4ec8f2fe6a40e12bcb2c0b256e3') - -build() { - cd "$srcdir/$pkgname-$_ver" - - ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \ ---with-env-editor --with-all-insults --with-logfac=auth - make -} - -package() { - cd "$srcdir/$pkgname-$_ver" - install -dm755 "$pkgdir/var/lib" - - make DESTDIR="$pkgdir" install - install -Dm644 "$srcdir/sudo.pam" "$pkgdir/etc/pam.d/sudo" - - install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/sudo/LICENSE" -} Copied: sudo/repos/core-x86_64/PKGBUILD (from rev 148399, sudo/repos/testing-x86_64/PKGBUILD) === --- core-x86_64/PKGBUILD(rev 0) +++ core-x86_64/PKGBUILD2012-01-31 11:16:55 UTC (rev 148401) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Allan McRae +# Contributor: Tom Newsom + +pkgname=sudo +_ver=1.8.3p2 +pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}} +pkgrel=2 +pkgdesc="Give certain users the ability to run some commands as root" +arch=('i686' 'x86_64') +url="http://www.sudo.ws/sudo/"; +license=('custom') +depends=('glibc' 'pam') +backup=('etc/sudoers' 'etc/pam.d/sudo') +options=('!libtool' '!makeflags') +source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz{,.sig} +sudo.pam) +md5sums=('6d4282a1530c541f7900fa8dfcf2a882' + '07e3c5c79d78db50674d5ad17963d631' + '4e7ad4ec8f2fe6a40e12bcb2c0b256e3') + +build() { + cd "$srcdir/$pkgname-$_ver" + + ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \ +--with-env-editor --with-all-insults --with-logfac=auth + make +} + +package() { + cd "$srcdir/$pkgname-$_ver" + install -dm755 "$pkgdir/var/lib" + + make DESTDIR="$pkgdir" install + chmod 755 $pkgdir/var/db + + install -Dm644 "$srcdir/sudo.pam" "$pkgdir/etc/pam.d/sudo" + + install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/sudo/LICENSE" +} Deleted: core-x86_64/sudo.pam === --- core-x86_64/sudo.pam2012-01-31 11:16:54 UTC (rev 148400) +++ core-x86_64/sudo.pam2012-01-31 11:16:55 UTC (rev 148401) @@ -1,3 +0,0 @@ -#%PAM-1.0 -auth requiredpam_unix.so -auth requiredpam_nologin.so Copied: sudo/repos/core-x86_64/sudo.pam (from rev 148399, sudo/repos/testing-x86_64/sudo.pam) === --- core-x86_64/sudo.pam(rev 0) +++ core-x86_64/sudo.pam2012-01-31 11:16:55 UTC (rev 148401) @@ -0,0 +1,3 @@ +#%PAM-1.0 +auth requiredpam_unix.so +auth requiredpam_nologin.so
[arch-commits] Commit in sudo/repos (5 files)
Date: Tuesday, January 31, 2012 @ 06:16:54 Author: allan Revision: 148400 db-move: moved sudo from [testing] to [core] (i686) Added: sudo/repos/core-i686/PKGBUILD (from rev 148399, sudo/repos/testing-i686/PKGBUILD) sudo/repos/core-i686/sudo.pam (from rev 148399, sudo/repos/testing-i686/sudo.pam) Deleted: sudo/repos/core-i686/PKGBUILD sudo/repos/core-i686/sudo.pam sudo/repos/testing-i686/ --+ PKGBUILD | 78 +++-- sudo.pam |6 ++-- 2 files changed, 43 insertions(+), 41 deletions(-) Deleted: core-i686/PKGBUILD === --- core-i686/PKGBUILD 2012-01-31 11:14:02 UTC (rev 148399) +++ core-i686/PKGBUILD 2012-01-31 11:16:54 UTC (rev 148400) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Allan McRae -# Contributor: Tom Newsom - -pkgname=sudo -_ver=1.8.3p1 -pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}} -pkgrel=1 -pkgdesc="Give certain users the ability to run some commands as root" -arch=('i686' 'x86_64') -url="http://www.sudo.ws/sudo/"; -license=('custom') -depends=('glibc' 'pam') -backup=('etc/sudoers' 'etc/pam.d/sudo') -options=('!libtool' '!makeflags') -source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz{,.sig} -sudo.pam) -md5sums=('7becc572fa97f94cf721a2ee8299c45b' - 'b0726a25694fb2cdd5e1c146eb024e9c' - '4e7ad4ec8f2fe6a40e12bcb2c0b256e3') - -build() { - cd "$srcdir/$pkgname-$_ver" - - ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \ ---with-env-editor --with-all-insults --with-logfac=auth - make -} - -package() { - cd "$srcdir/$pkgname-$_ver" - install -dm755 "$pkgdir/var/lib" - - make DESTDIR="$pkgdir" install - install -Dm644 "$srcdir/sudo.pam" "$pkgdir/etc/pam.d/sudo" - - install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/sudo/LICENSE" -} Copied: sudo/repos/core-i686/PKGBUILD (from rev 148399, sudo/repos/testing-i686/PKGBUILD) === --- core-i686/PKGBUILD (rev 0) +++ core-i686/PKGBUILD 2012-01-31 11:16:54 UTC (rev 148400) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Allan McRae +# Contributor: Tom Newsom + +pkgname=sudo +_ver=1.8.3p2 +pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}} +pkgrel=2 +pkgdesc="Give certain users the ability to run some commands as root" +arch=('i686' 'x86_64') +url="http://www.sudo.ws/sudo/"; +license=('custom') +depends=('glibc' 'pam') +backup=('etc/sudoers' 'etc/pam.d/sudo') +options=('!libtool' '!makeflags') +source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz{,.sig} +sudo.pam) +md5sums=('6d4282a1530c541f7900fa8dfcf2a882' + '07e3c5c79d78db50674d5ad17963d631' + '4e7ad4ec8f2fe6a40e12bcb2c0b256e3') + +build() { + cd "$srcdir/$pkgname-$_ver" + + ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \ +--with-env-editor --with-all-insults --with-logfac=auth + make +} + +package() { + cd "$srcdir/$pkgname-$_ver" + install -dm755 "$pkgdir/var/lib" + + make DESTDIR="$pkgdir" install + chmod 755 $pkgdir/var/db + + install -Dm644 "$srcdir/sudo.pam" "$pkgdir/etc/pam.d/sudo" + + install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/sudo/LICENSE" +} Deleted: core-i686/sudo.pam === --- core-i686/sudo.pam 2012-01-31 11:14:02 UTC (rev 148399) +++ core-i686/sudo.pam 2012-01-31 11:16:54 UTC (rev 148400) @@ -1,3 +0,0 @@ -#%PAM-1.0 -auth requiredpam_unix.so -auth requiredpam_nologin.so Copied: sudo/repos/core-i686/sudo.pam (from rev 148399, sudo/repos/testing-i686/sudo.pam) === --- core-i686/sudo.pam (rev 0) +++ core-i686/sudo.pam 2012-01-31 11:16:54 UTC (rev 148400) @@ -0,0 +1,3 @@ +#%PAM-1.0 +auth requiredpam_unix.so +auth requiredpam_nologin.so
[arch-commits] Commit in smplayer/repos (8 files)
Date: Tuesday, January 31, 2012 @ 06:14:02 Author: ibiru Revision: 148399 archrelease: copy trunk to extra-i686, extra-x86_64 Added: smplayer/repos/extra-i686/PKGBUILD (from rev 148398, smplayer/trunk/PKGBUILD) smplayer/repos/extra-i686/smplayer.install (from rev 148398, smplayer/trunk/smplayer.install) smplayer/repos/extra-x86_64/PKGBUILD (from rev 148398, smplayer/trunk/PKGBUILD) smplayer/repos/extra-x86_64/smplayer.install (from rev 148398, smplayer/trunk/smplayer.install) Deleted: smplayer/repos/extra-i686/PKGBUILD smplayer/repos/extra-i686/smplayer.install smplayer/repos/extra-x86_64/PKGBUILD smplayer/repos/extra-x86_64/smplayer.install ---+ extra-i686/PKGBUILD | 54 +--- extra-i686/smplayer.install | 24 - extra-x86_64/PKGBUILD | 54 +--- extra-x86_64/smplayer.install | 24 - 4 files changed, 82 insertions(+), 74 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-01-31 11:13:22 UTC (rev 148398) +++ extra-i686/PKGBUILD 2012-01-31 11:14:02 UTC (rev 148399) @@ -1,25 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Allan McRae -# Contributor: Alessio 'mOLOk' Bolognino -# Contributor: shamrok - -pkgname=smplayer -pkgver=0.6.10 -pkgrel=1 -pkgdesc="A complete front-end for MPlayer" -arch=('i686' 'x86_64') -url="http://smplayer.sourceforge.net/"; -license=('GPL') -depends=('qt' 'mplayer') -install=smplayer.install -source=(http://downloads.sourceforge.net/sourceforge/smplayer/${pkgname}-${pkgver}.tar.bz2) -md5sums=('9f5ee3319bebc0ed5efe636cf7f0efad') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - - make PREFIX=/usr - make PREFIX=${pkgdir}/usr install -} - Copied: smplayer/repos/extra-i686/PKGBUILD (from rev 148398, smplayer/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-01-31 11:14:02 UTC (rev 148399) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Allan McRae +# Contributor: Alessio 'mOLOk' Bolognino +# Contributor: shamrok + +pkgname=smplayer +pkgver=0.7.0 +pkgrel=1 +pkgdesc="A complete front-end for MPlayer" +arch=('i686' 'x86_64') +url="http://smplayer.sourceforge.net/"; +license=('GPL') +depends=('qt' 'mplayer') +install=smplayer.install +source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2) +md5sums=('e39ba5b54e6218d411ecd296002d77bb') + +build() { + cd "$srcdir/$pkgname-$pkgver" + sed -i 's:#\(DEFINES += NO_DEBUG_ON_CONSOLE\):\1:' src/smplayer.pro + make PREFIX=/usr +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make PREFIX=${pkgdir}/usr install +} + Deleted: extra-i686/smplayer.install === --- extra-i686/smplayer.install 2012-01-31 11:13:22 UTC (rev 148398) +++ extra-i686/smplayer.install 2012-01-31 11:14:02 UTC (rev 148399) @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { -post_install -} - -post_remove() { -post_install -} Copied: smplayer/repos/extra-i686/smplayer.install (from rev 148398, smplayer/trunk/smplayer.install) === --- extra-i686/smplayer.install (rev 0) +++ extra-i686/smplayer.install 2012-01-31 11:14:02 UTC (rev 148399) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-01-31 11:13:22 UTC (rev 148398) +++ extra-x86_64/PKGBUILD 2012-01-31 11:14:02 UTC (rev 148399) @@ -1,25 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Allan McRae -# Contributor: Alessio 'mOLOk' Bolognino -# Contributor: shamrok - -pkgname=smplayer -pkgver=0.6.10 -pkgrel=1 -pkgdesc="A complete front-end for MPlayer" -arch=('i686' 'x86_64') -url="http://smplayer.sourceforge.net/"; -license=('GPL') -depends=('qt' 'mplayer') -install=smplayer.install -source=(http://downloads.sourceforge.net/sourceforge/smplayer/${pkgname}-${pkgver}.tar.bz2) -md5sums=('9f5ee3319bebc0ed5efe636cf7f0efad') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - - make PREFIX=/usr - make PREFIX=${pkgdir}/usr install -} - Copied: smplayer/repos/extra-x86_64/PKGBUILD (from rev 148398, smplayer/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD
[arch-commits] Commit in smplayer/trunk (PKGBUILD)
Date: Tuesday, January 31, 2012 @ 06:13:22 Author: ibiru Revision: 148398 turn off cli debug messages Modified: smplayer/trunk/PKGBUILD --+ PKGBUILD |1 + 1 file changed, 1 insertion(+) Modified: PKGBUILD === --- PKGBUILD2012-01-31 11:01:10 UTC (rev 148397) +++ PKGBUILD2012-01-31 11:13:22 UTC (rev 148398) @@ -18,6 +18,7 @@ build() { cd "$srcdir/$pkgname-$pkgver" + sed -i 's:#\(DEFINES += NO_DEBUG_ON_CONSOLE\):\1:' src/smplayer.pro make PREFIX=/usr }
[arch-commits] Commit in smplayer/trunk (PKGBUILD)
Date: Tuesday, January 31, 2012 @ 06:01:10 Author: ibiru Revision: 148397 update to 0.7.0 Modified: smplayer/trunk/PKGBUILD --+ PKGBUILD | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-31 05:23:46 UTC (rev 148396) +++ PKGBUILD2012-01-31 11:01:10 UTC (rev 148397) @@ -5,7 +5,7 @@ # Contributor: shamrok pkgname=smplayer -pkgver=0.6.10 +pkgver=0.7.0 pkgrel=1 pkgdesc="A complete front-end for MPlayer" arch=('i686' 'x86_64') @@ -13,13 +13,16 @@ license=('GPL') depends=('qt' 'mplayer') install=smplayer.install -source=(http://downloads.sourceforge.net/sourceforge/smplayer/${pkgname}-${pkgver}.tar.bz2) -md5sums=('9f5ee3319bebc0ed5efe636cf7f0efad') +source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2) +md5sums=('e39ba5b54e6218d411ecd296002d77bb') build() { - cd ${srcdir}/${pkgname}-${pkgver} + cd "$srcdir/$pkgname-$pkgver" + make PREFIX=/usr +} - make PREFIX=/usr +package() { + cd "$srcdir/$pkgname-$pkgver" make PREFIX=${pkgdir}/usr install }