diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-15 11:17:39 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-15 11:17:39 +0100 |
commit | 909d51774dfc3c94aeaaeb799daaa546c566a492 (patch) | |
tree | 9d19f46f986fe91b8598b617a8dc0a66bf349e7f /extra/gnome-control-center | |
parent | dc7c61e8e22503f4f45bc2f57dc0542a8bc1ea30 (diff) | |
parent | 2264379d37a6a00a3ecec1fd03c5dd4796078d49 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/esdl/PKGBUILD
community/gpg-crypter/PKGBUILD
extra/claws-mail-extra-plugins/PKGBUILD
extra/maxima/PKGBUILD
social/tokyocabinet/PKGBUILD
Diffstat (limited to 'extra/gnome-control-center')
-rw-r--r-- | extra/gnome-control-center/PKGBUILD | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/extra/gnome-control-center/PKGBUILD b/extra/gnome-control-center/PKGBUILD index 819d15825..df659050e 100644 --- a/extra/gnome-control-center/PKGBUILD +++ b/extra/gnome-control-center/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 169892 2012-10-30 22:33:48Z heftig $ +# $Id: PKGBUILD 170990 2012-11-14 14:28:31Z ibiru $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=gnome-control-center -pkgver=3.6.2 -pkgrel=1 +pkgver=3.6.3 +pkgrel=2 pkgdesc="The Control Center for GNOME" arch=('i686' 'x86_64' 'mips64el') depends=('accountsservice' 'cups-pk-helper' 'gnome-bluetooth' 'gnome-desktop' 'gnome-menus' @@ -19,7 +19,7 @@ install=gnome-control-center.install license=('GPL') options=('!libtool' '!emptydirs') source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('3ab5aa304b424006c9f38ce2ff50afbf38e167ca632c64509bf30aa3c786afb7') +sha256sums=('2ae23972bc64f62b4facd12dd5adce212bda02491eb6e56bbf195332157d21fb') build() { cd $pkgname-$pkgver @@ -28,7 +28,7 @@ build() { --localstatedir=/var --disable-static \ --enable-systemd --with-libsocialweb \ --disable-update-mimedb \ - --without-cheese + --without-cheese --disable-ibus #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 @@ -39,4 +39,8 @@ package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install + + # Fix a warning + chown 102:0 "$pkgdir/usr/share/polkit-1/rules.d" + chmod 700 "$pkgdir/usr/share/polkit-1/rules.d" } |