Date: Sunday, March 3, 2013 @ 06:46:03 Author: bgyorgy Revision: 85561
archrelease: copy trunk to community-i686, community-x86_64 Deleted: cinnamon-control-center/repos/community-i686/PKGBUILD cinnamon-control-center/repos/community-i686/cinnamon-control-center.install cinnamon-control-center/repos/community-i686/pulse3.0.patch cinnamon-control-center/repos/community-x86_64/PKGBUILD cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install cinnamon-control-center/repos/community-x86_64/pulse3.0.patch --------------------------------------------------+ community-i686/PKGBUILD | 77 --------------------- community-i686/cinnamon-control-center.install | 11 --- community-i686/pulse3.0.patch | 25 ------ community-x86_64/PKGBUILD | 77 --------------------- community-x86_64/cinnamon-control-center.install | 11 --- community-x86_64/pulse3.0.patch | 25 ------ 6 files changed, 226 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2013-03-03 05:43:30 UTC (rev 85560) +++ community-i686/PKGBUILD 2013-03-03 05:46:03 UTC (rev 85561) @@ -1,77 +0,0 @@ -# $Id$ -# Maintainer: Alexandre Filgueira <[email protected] -# Based on gnome-control-center: -# Jan Alexander Steffens (heftig) <[email protected]> -# Jan de Groot <[email protected]> - -pkgname=cinnamon-control-center -pkgver=1.7.1 -pkgrel=2 -pkgdesc="The Control Center for Cinnamon" -arch=('i686' 'x86_64') -depends=('cinnamon' 'cheese' 'libgnomekbd' 'libgtop' 'network-manager-applet') -optdepends=('mesa-demos: provides glxinfo for graphics information' - 'gnome-color-manager: for color management tasks') -makedepends=('intltool' 'gnome-common') -url="https://github.com/linuxmint/cinnamon-control-center" -install=cinnamon-control-center.install -license=('GPL') -options=('!libtool' '!emptydirs') -source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz" - "pulse3.0.patch" - "sound-nua-rename.patch" - "fix-audio-input-icons.patch" - "fix-faces-location.patch") -sha256sums=('eab36af1accfce7b4d5eaf07a865d7290add07b875ed5e52072c1ad2e8570c1e' - 'ddf7c99a1d45a7be54e69e90f194e33f3e56a7f294aa369bfb2e541d8241156e' - '2f49543e4ccabf5c8ce1cd9e4c37e5b291c23cff494eaa671857b2dcf7af4c5b' - '2cefa2764db206c9c6258e3f374988056907dda0c5bbeedbc249fc7c058a0d6b' - '7360f3e018765e80a7afc5a469c1d54ec3fdeb7e58c867596ef26773fb8e7a8a') - -build() { - cd $pkgname-$pkgver - - patch -Np1 -i ../pulse3.0.patch - - # Upstream patch: Change sound module registered name from sound-nua to 'sound' - patch -Np1 -i ../sound-nua-rename.patch - - # Fix icons on Sound preferences dialog - patch -Np1 -i ../fix-audio-input-icons.patch - - # Fix faces location on User accounts dialog - patch -Np1 -i ../fix-faces-location.patch - - autoreconf -fi - - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-static \ - --enable-systemd \ - --disable-update-mimedb - - #https://bugzilla.gnome.org/show_bug.cgi?id=656229 - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool - make -} - -package() { - cd $pkgname-$pkgver - - make DESTDIR="$pkgdir" install - - # Remove unused stuff - make -C panels/datetime DESTDIR="$pkgdir" uninstall - make -C panels/printers DESTDIR="$pkgdir" uninstall - make -C panels/sound DESTDIR="$pkgdir" uninstall - make -C panels/sound/data DESTDIR="$pkgdir" install - make -C shell DESTDIR="$pkgdir" uninstall - make -C shell DESTDIR="$pkgdir" install-libLTLIBRARIES - - # Remove broken desktop files - rm -R "$pkgdir/usr/share/applications" - rm -R "$pkgdir/etc" - - # Fix a warning - chown 102:0 "$pkgdir/usr/share/polkit-1/rules.d" - chmod 700 "$pkgdir/usr/share/polkit-1/rules.d" -} Deleted: community-i686/cinnamon-control-center.install =================================================================== --- community-i686/cinnamon-control-center.install 2013-03-03 05:43:30 UTC (rev 85560) +++ community-i686/cinnamon-control-center.install 2013-03-03 05:46:03 UTC (rev 85561) @@ -1,11 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} \ No newline at end of file Deleted: community-i686/pulse3.0.patch =================================================================== --- community-i686/pulse3.0.patch 2013-03-03 05:43:30 UTC (rev 85560) +++ community-i686/pulse3.0.patch 2013-03-03 05:46:03 UTC (rev 85561) @@ -1,25 +0,0 @@ -From 10a0c18b8e3058144586880019b68ab4ea40ce78 Mon Sep 17 00:00:00 2001 -From: David Henningsson <[email protected]> -Date: Fri, 07 Dec 2012 10:52:09 +0000 -Subject: sound: Fix port handling for the unknown availability case - -The current code assumes that port availability transitions will be -between YES and NO, and doesn't account for the fact that it may also be -UNKNOWN. This causes spurious entries if the port availability -transitions between YES and UNKNOWN. ---- -diff --git a/panels/sound/gvc-mixer-control.c b/panels/sound/gvc-mixer-control.c -index 34ddc0c..2f6cf34 100644 ---- a/panels/sound/gvc-mixer-control.c -+++ b/panels/sound/gvc-mixer-control.c -@@ -2138,7 +2138,7 @@ update_card (GvcMixerControl *control, - else { - for (i = 0; i < info->n_ports; i++) { - if (g_strcmp0 (card_port->port, info->ports[i]->name) == 0) { -- if (card_port->available != info->ports[i]->available) { -+ if ((card_port->available == PA_PORT_AVAILABLE_NO) != (info->ports[i]->available == PA_PORT_AVAILABLE_NO)) { - card_port->available = info->ports[i]->available; - g_debug ("sync port availability on card %i, card port name '%s', new available value %i", - gvc_mixer_card_get_index (card), --- -cgit v0.9.0.2 \ No newline at end of file Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2013-03-03 05:43:30 UTC (rev 85560) +++ community-x86_64/PKGBUILD 2013-03-03 05:46:03 UTC (rev 85561) @@ -1,77 +0,0 @@ -# $Id$ -# Maintainer: Alexandre Filgueira <[email protected] -# Based on gnome-control-center: -# Jan Alexander Steffens (heftig) <[email protected]> -# Jan de Groot <[email protected]> - -pkgname=cinnamon-control-center -pkgver=1.7.1 -pkgrel=2 -pkgdesc="The Control Center for Cinnamon" -arch=('i686' 'x86_64') -depends=('cinnamon' 'cheese' 'libgnomekbd' 'libgtop' 'network-manager-applet') -optdepends=('mesa-demos: provides glxinfo for graphics information' - 'gnome-color-manager: for color management tasks') -makedepends=('intltool' 'gnome-common') -url="https://github.com/linuxmint/cinnamon-control-center" -install=cinnamon-control-center.install -license=('GPL') -options=('!libtool' '!emptydirs') -source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz" - "pulse3.0.patch" - "sound-nua-rename.patch" - "fix-audio-input-icons.patch" - "fix-faces-location.patch") -sha256sums=('eab36af1accfce7b4d5eaf07a865d7290add07b875ed5e52072c1ad2e8570c1e' - 'ddf7c99a1d45a7be54e69e90f194e33f3e56a7f294aa369bfb2e541d8241156e' - '2f49543e4ccabf5c8ce1cd9e4c37e5b291c23cff494eaa671857b2dcf7af4c5b' - '2cefa2764db206c9c6258e3f374988056907dda0c5bbeedbc249fc7c058a0d6b' - '7360f3e018765e80a7afc5a469c1d54ec3fdeb7e58c867596ef26773fb8e7a8a') - -build() { - cd $pkgname-$pkgver - - patch -Np1 -i ../pulse3.0.patch - - # Upstream patch: Change sound module registered name from sound-nua to 'sound' - patch -Np1 -i ../sound-nua-rename.patch - - # Fix icons on Sound preferences dialog - patch -Np1 -i ../fix-audio-input-icons.patch - - # Fix faces location on User accounts dialog - patch -Np1 -i ../fix-faces-location.patch - - autoreconf -fi - - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-static \ - --enable-systemd \ - --disable-update-mimedb - - #https://bugzilla.gnome.org/show_bug.cgi?id=656229 - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool - make -} - -package() { - cd $pkgname-$pkgver - - make DESTDIR="$pkgdir" install - - # Remove unused stuff - make -C panels/datetime DESTDIR="$pkgdir" uninstall - make -C panels/printers DESTDIR="$pkgdir" uninstall - make -C panels/sound DESTDIR="$pkgdir" uninstall - make -C panels/sound/data DESTDIR="$pkgdir" install - make -C shell DESTDIR="$pkgdir" uninstall - make -C shell DESTDIR="$pkgdir" install-libLTLIBRARIES - - # Remove broken desktop files - rm -R "$pkgdir/usr/share/applications" - rm -R "$pkgdir/etc" - - # Fix a warning - chown 102:0 "$pkgdir/usr/share/polkit-1/rules.d" - chmod 700 "$pkgdir/usr/share/polkit-1/rules.d" -} Deleted: community-x86_64/cinnamon-control-center.install =================================================================== --- community-x86_64/cinnamon-control-center.install 2013-03-03 05:43:30 UTC (rev 85560) +++ community-x86_64/cinnamon-control-center.install 2013-03-03 05:46:03 UTC (rev 85561) @@ -1,11 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} \ No newline at end of file Deleted: community-x86_64/pulse3.0.patch =================================================================== --- community-x86_64/pulse3.0.patch 2013-03-03 05:43:30 UTC (rev 85560) +++ community-x86_64/pulse3.0.patch 2013-03-03 05:46:03 UTC (rev 85561) @@ -1,25 +0,0 @@ -From 10a0c18b8e3058144586880019b68ab4ea40ce78 Mon Sep 17 00:00:00 2001 -From: David Henningsson <[email protected]> -Date: Fri, 07 Dec 2012 10:52:09 +0000 -Subject: sound: Fix port handling for the unknown availability case - -The current code assumes that port availability transitions will be -between YES and NO, and doesn't account for the fact that it may also be -UNKNOWN. This causes spurious entries if the port availability -transitions between YES and UNKNOWN. ---- -diff --git a/panels/sound/gvc-mixer-control.c b/panels/sound/gvc-mixer-control.c -index 34ddc0c..2f6cf34 100644 ---- a/panels/sound/gvc-mixer-control.c -+++ b/panels/sound/gvc-mixer-control.c -@@ -2138,7 +2138,7 @@ update_card (GvcMixerControl *control, - else { - for (i = 0; i < info->n_ports; i++) { - if (g_strcmp0 (card_port->port, info->ports[i]->name) == 0) { -- if (card_port->available != info->ports[i]->available) { -+ if ((card_port->available == PA_PORT_AVAILABLE_NO) != (info->ports[i]->available == PA_PORT_AVAILABLE_NO)) { - card_port->available = info->ports[i]->available; - g_debug ("sync port availability on card %i, card port name '%s', new available value %i", - gvc_mixer_card_get_index (card), --- -cgit v0.9.0.2 \ No newline at end of file
