diff options
author | root <root@rshg054.dnsready.net> | 2012-05-08 00:01:42 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-08 00:01:42 +0000 |
commit | 6298f4701b6053c45ef593aec10d06614d39a90d (patch) | |
tree | 3178140161579ee7486eaeacdc1acd52a872c006 | |
parent | 9d0c8979390868a2913fc8830a9f62a45174746b (diff) |
Tue May 8 00:01:42 UTC 2012
-rw-r--r-- | community/simh/PKGBUILD | 10 | ||||
-rw-r--r-- | core/bash/PKGBUILD | 16 | ||||
-rw-r--r-- | extra/gnome-control-center/PKGBUILD | 9 | ||||
-rw-r--r-- | extra/pygobject2/PKGBUILD | 7 | ||||
-rw-r--r-- | extra/pygobject2/python2-fix-type.patch | 50 |
5 files changed, 77 insertions, 15 deletions
diff --git a/community/simh/PKGBUILD b/community/simh/PKGBUILD index 54f8c2204..27fcdf2fa 100644 --- a/community/simh/PKGBUILD +++ b/community/simh/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 66322 2012-02-23 14:04:05Z allan $ +# $Id: PKGBUILD 70434 2012-05-06 12:11:17Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: waterbear <st92.at.freeshell.org> pkgname=simh -pkgver=3.8.1 -_pkgver=38-1 -pkgrel=3 +pkgver=3.9.0 +_pkgver=39-0 +pkgrel=1 pkgdesc="simulator for assorted historical computers, from Altair to VAX" arch=('i686' 'x86_64') url="http://simh.trailing-edge.com" @@ -15,7 +15,7 @@ makedepends=("unzip") install=simh.install source=("http://simh.trailing-edge.com/sources/simhv${_pkgver}.zip" "LICENSE") -md5sums=('e15f65a82e21ea49e14b438326d93d5c' +md5sums=('b80385888f23269abaee0bad7d84ea7c' 'd56eefa5d020ee2b77d21280fef80e3d') build() { diff --git a/core/bash/PKGBUILD b/core/bash/PKGBUILD index ba8950ed2..69238ea13 100644 --- a/core/bash/PKGBUILD +++ b/core/bash/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 153952 2012-03-21 02:16:32Z eric $ +# $Id: PKGBUILD 158669 2012-05-06 12:13:14Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> pkgname=bash _basever=4.2 -_patchlevel=024 #prepare for some patches +_patchlevel=028 #prepare for some patches pkgver=$_basever.$_patchlevel -pkgrel=2 +pkgrel=1 pkgdesc="The GNU Bourne Again shell" arch=('i686' 'x86_64') license=('GPL') @@ -126,4 +126,12 @@ md5sums=('3fb927c7c33022f1c327f14a81c0d4b0' '3fab459b4e09daea529cacad025b13b3' 'bab99835ad6198cb1109fac89a085262' '4ad8d11e72afc6090e701073ff034cf4' - '5658ef10c9d0d804126ec1ce700e4e2c') + '5658ef10c9d0d804126ec1ce700e4e2c' + 'c7d2493e44490f01dd20bdc8feb0a6a7' + 'e4855dbc4b743618b54d408bd5878637' + '9f19c199dd8d1fa9254eebe738759272' + '600c8e90c2fb13cdbc7aa3f18566df03' + 'a6ed82daf034587aee2f2581ba5fe829' + '821620a0389df723644911c56796ca8c' + 'da9265aa2527fd4a7481baa3e0550287' + '0043f8b75f46f43608a67b863e300fe8') diff --git a/extra/gnome-control-center/PKGBUILD b/extra/gnome-control-center/PKGBUILD index b9f00fba0..30f30d19d 100644 --- a/extra/gnome-control-center/PKGBUILD +++ b/extra/gnome-control-center/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 156808 2012-04-23 09:06:19Z ibiru $ +# $Id: PKGBUILD 158679 2012-05-06 22:44:37Z ibiru $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=gnome-control-center pkgver=3.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="The Control Center for GNOME" arch=('i686' 'x86_64') depends=('accountsservice' 'cups-pk-helper' 'gnome-bluetooth' 'gnome-desktop' 'gnome-menus' 'gnome-online-accounts' 'gnome-settings-daemon' 'gsettings-desktop-schemas' 'gtk3' 'libgtop' 'libsocialweb' 'network-manager-applet' 'sound-theme-freedesktop' 'upower' - 'libsystemd' 'cheese') + 'libsystemd') optdepends=('mesa-demos: provides glxinfo for graphics information' 'apg: adds password generation for user accounts' 'gnome-color-manager: for color management tasks') @@ -32,7 +32,8 @@ build() { gnome-autogen.sh --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --disable-static \ --enable-systemd --with-libsocialweb \ - --disable-update-mimedb + --disable-update-mimedb \ + --without-cheese #https://bugzilla.gnome.org/show_bug.cgi?id=656229 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool diff --git a/extra/pygobject2/PKGBUILD b/extra/pygobject2/PKGBUILD index 85897fda7..987c1545c 100644 --- a/extra/pygobject2/PKGBUILD +++ b/extra/pygobject2/PKGBUILD @@ -1,19 +1,21 @@ -# $Id: PKGBUILD 157409 2012-04-28 09:27:01Z allan $ +# $Id: PKGBUILD 158678 2012-05-06 22:44:32Z bisson $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgbase=pygobject2 pkgname=(python-gobject2 python2-gobject2 pygobject2-devel) pkgver=2.28.6 -pkgrel=5 +pkgrel=6 arch=('i686' 'x86_64') url="http://www.pygtk.org/" license=('LGPL') makedepends=('python' 'python2') source=(http://ftp.gnome.org/pub/gnome/sources/pygobject/${pkgver%.*}/pygobject-${pkgver}.tar.xz + python2-fix-type.patch python3-fix-build.patch python3-fix-maketrans.patch) options=('!libtool') sha256sums=('fb8a1d4f665130a125011659bd347c7339c944232163dbb9a34fd0686577adb8' + 'b7b415499ffc0817cf551edf76a3fe47938db2c9f6240046eae681e6ef9b37ea' 'feafd4664f8455edf0bf8407ac45e219bb550df806ce0d601baae951e8c188ca' '4bff9adcea13a824c45d14ec501c927df47d23c22507a2456d8b5ec885924c0a') @@ -32,6 +34,7 @@ build() { ( cd "pygobject-${pkgver}" #patches available in 2.28 branch but unreleased. + patch -Np1 -i "${srcdir}/python2-fix-type.patch" patch -Np1 -i "${srcdir}/python3-fix-build.patch" patch -Np1 -i "${srcdir}/python3-fix-maketrans.patch" diff --git a/extra/pygobject2/python2-fix-type.patch b/extra/pygobject2/python2-fix-type.patch new file mode 100644 index 000000000..78e7ddfd5 --- /dev/null +++ b/extra/pygobject2/python2-fix-type.patch @@ -0,0 +1,50 @@ +From 42d01f060c5d764baa881d13c103d68897163a49 Mon Sep 17 00:00:00 2001 +From: Ryan Lortie <desrt@desrt.ca> +Date: Mon, 12 Mar 2012 16:44:14 -0400 +Subject: gio-types.defs: change some enums to flags + +These flags types were originally incorrectly handled in glib as being +enums. That bug was fixed, but they're still enums here, leading to +warnings about the mismatch. + +Change them to flags. + +https://bugzilla.gnome.org/show_bug.cgi?id=668522 +--- + gio/gio-types.defs | 6 +++--- + 1 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/gio/gio-types.defs b/gio/gio-types.defs +index 331e0bc..7eee5c8 100644 +--- a/gio/gio-types.defs ++++ b/gio/gio-types.defs +@@ -526,7 +526,7 @@ + ) + ) + +-(define-enum MountMountFlags ++(define-flags MountMountFlags + (in-module "gio") + (c-name "GMountMountFlags") + (gtype-id "G_TYPE_MOUNT_MOUNT_FLAGS") +@@ -545,7 +545,7 @@ + ) + ) + +-(define-enum DriveStartFlags ++(define-flags DriveStartFlags + (in-module "gio") + (c-name "GDriveStartFlags") + (gtype-id "G_TYPE_DRIVE_START_FLAGS") +@@ -770,7 +770,7 @@ + ) + ) + +-(define-enum SocketMsgFlags ++(define-flags SocketMsgFlags + (in-module "gio") + (c-name "GSocketMsgFlags") + (gtype-id "G_TYPE_SOCKET_MSG_FLAGS") +-- +1.7.9.1 + |