diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/c++-gtk-utils/PKGBUILD | 6 | ||||
-rw-r--r-- | community/cinnamon-screensaver/PKGBUILD | 9 | ||||
-rw-r--r-- | community/fcitx-configtool/PKGBUILD | 17 | ||||
-rw-r--r-- | community/gambas3/PKGBUILD | 6 | ||||
-rw-r--r-- | community/gkrellm/PKGBUILD | 6 | ||||
-rw-r--r-- | community/libaccounts-glib/PKGBUILD | 37 | ||||
-rw-r--r-- | community/libaccounts-qt/PKGBUILD | 44 | ||||
-rw-r--r-- | community/mupdf/PKGBUILD | 5 | ||||
-rw-r--r-- | community/mythplugins/PKGBUILD | 8 | ||||
-rw-r--r-- | community/nemo/PKGBUILD | 15 | ||||
-rw-r--r-- | community/pcsclite/PKGBUILD | 10 | ||||
-rw-r--r-- | community/primus/PKGBUILD | 2 | ||||
-rw-r--r-- | community/sigil/PKGBUILD | 6 | ||||
-rw-r--r-- | community/signon/PKGBUILD | 53 | ||||
-rw-r--r-- | community/signon/signon.install | 6 | ||||
-rw-r--r-- | community/signon/use_keyring.patch | 12 |
16 files changed, 41 insertions, 201 deletions
diff --git a/community/c++-gtk-utils/PKGBUILD b/community/c++-gtk-utils/PKGBUILD index 835fca546..a818ad07a 100644 --- a/community/c++-gtk-utils/PKGBUILD +++ b/community/c++-gtk-utils/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 93711 2013-07-08 17:21:21Z giovanni $ +# $Id: PKGBUILD 99340 2013-10-27 14:30:15Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> pkgname=c++-gtk-utils -pkgver=2.0.18 +pkgver=2.0.20 pkgrel=1 pkgdesc="Classes and functions for programming in GTK+" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('LGPL2.1') depends=('gtk3') options=('!libtool' '!docs' '!emptydirs') source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz") -md5sums=('446a8e0120d69639b1950c72bd545116') +md5sums=('8af461ec1f2696e92a1fe1c62a08730b') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/community/cinnamon-screensaver/PKGBUILD b/community/cinnamon-screensaver/PKGBUILD index 66ed0d014..da8fb0066 100644 --- a/community/cinnamon-screensaver/PKGBUILD +++ b/community/cinnamon-screensaver/PKGBUILD @@ -4,7 +4,7 @@ # Jan de Groot <jgc@archlinux.org> pkgname=cinnamon-screensaver -pkgver=2.0.0 +pkgver=2.0.3 pkgrel=1 pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop." arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensav cinnamon-screensaver.pam fix-dbus-compatibility.patch lock_screen_on_suspend.patch) -sha256sums=('90da7f811892f667202ecd1240091f9c4d253eebe223bbfedb3d544dd68b3fc7' +sha256sums=('00c866e98994afc8939d1d347de631cebaa6ec34ad59646a7ccd223bd757cc7d' 'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda' 'eebd1d056c21d2d3f60fb954677b9214fd1d575ed1c2bbb56326cedf41a39eb6' '516c479558576c6c5a2509abfcbf4fdafb5953d252e7a4ab972f9db6137daca8') @@ -49,8 +49,11 @@ package() { install -Dm644 ../cinnamon-screensaver.pam "$pkgdir/etc/pam.d/cinnamon-screensaver" # Autostart only in Cinnamon - cp "$pkgdir/etc/xdg/autostart/cinnamon-screensaver.desktop" \ + install -d "$pkgdir/etc/xdg/autostart/" + cp "$pkgdir/usr/share/applications/cinnamon-screensaver.desktop" \ "$pkgdir/etc/xdg/autostart/cinnamon2d-screensaver.desktop" + cp "$pkgdir/usr/share/applications/cinnamon-screensaver.desktop" \ + "$pkgdir/etc/xdg/autostart/cinnamon-screensaver.desktop" sed -i 's/^OnlyShowIn=.*/OnlyShowIn=GNOME;/' \ "$pkgdir"/etc/xdg/autostart/cinnamon{,2d}-screensaver.desktop echo 'AutostartCondition=GNOME3 if-session cinnamon' \ diff --git a/community/fcitx-configtool/PKGBUILD b/community/fcitx-configtool/PKGBUILD index 9094e8105..5743a51cc 100644 --- a/community/fcitx-configtool/PKGBUILD +++ b/community/fcitx-configtool/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 93365 2013-07-02 09:47:22Z fyan $ +# $Id: PKGBUILD 99327 2013-10-27 04:18:39Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> pkgname=fcitx-configtool -pkgver=0.4.7 -pkgrel=2 +pkgver=0.4.8 +pkgrel=1 pkgdesc="GTK based config tool for Fcitx" arch=('i686' 'x86_64') url="http://fcitx.googlecode.com/" @@ -14,19 +14,16 @@ makedepends=("cmake") source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz") build() { - cd "$srcdir/$pkgname-$pkgver" + cd $pkgname-$pkgver msg "Starting make..." - mkdir -p build - cd build - - cmake -DCMAKE_INSTALL_PREFIX=/usr .. + cmake -DCMAKE_INSTALL_PREFIX=/usr . make } package() { - cd "$srcdir/$pkgname-$pkgver/build" + cd $pkgname-$pkgver make DESTDIR="$pkgdir" install } -sha512sums=('90ec9f4c30c46ea937f965173a4213b67d1cb360cc43b96af9899cdd5a0e35d34658ee7149ed10b3dc58d3851bc1712915db970fd2d25a976983b1037e380be2') +sha512sums=('7b3c43b9d7d1dab04880effe6fc4e80e64c9bad34699c0c8d2992ec971605ef2eaa0b1fb13f71a582289c75560c3edc95af21f6413ac2bb594d5cdb31a0b4cb7') diff --git a/community/gambas3/PKGBUILD b/community/gambas3/PKGBUILD index c271e442d..c0dca3d82 100644 --- a/community/gambas3/PKGBUILD +++ b/community/gambas3/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 99309 2013-10-26 19:22:49Z lcarlier $ +# $Id: PKGBUILD 99337 2013-10-27 11:13:45Z lcarlier $ # Maintainer: Laurent Carlier <lordheavym@gmail.com> # Contributor : sebikul <sebikul@gmail.com> @@ -16,7 +16,7 @@ _components=('gambas3-gb-args' 'gambas3-gb-cairo' 'gambas3-gb-chart' 'gambas3-gb 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 'gambas3-gb-xml' 'gambas3-gb-web') pkgname=(${_components[@]} 'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script' 'gambas3-examples') pkgver=3.5.0 -pkgrel=2 +pkgrel=3 pkgdesc="A free development environment based on a Basic interpreter." arch=('i686' 'x86_64') url="http://gambas.sourceforge.net/" @@ -92,7 +92,7 @@ package_gambas3-gb-chart() { } package_gambas3-gb-clipper() { - depends=('gambas3-gb-runtime') + depends=('gambas3-runtime') pkgdesc="Polygon clipping component" cd ${srcdir}/fakeinstall diff --git a/community/gkrellm/PKGBUILD b/community/gkrellm/PKGBUILD index efb22b4f9..2bc7bd561 100644 --- a/community/gkrellm/PKGBUILD +++ b/community/gkrellm/PKGBUILD @@ -1,12 +1,13 @@ -# $Id: PKGBUILD 92097 2013-05-31 14:27:10Z foutrelis $ +# $Id: PKGBUILD 99331 2013-10-27 06:37:07Z lcarlier $ # Maintainer: dorphell <dorphell@archlinux.org> # Contributor: Matt Smith (Majik) <darkknight@helpdesk.zaz.net> # Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Jozef Riha <jose1711@gmail.com> # Contributor: Alexander Rødseth <rodseth@gmail.com> + pkgname=gkrellm pkgver=2.3.5 -pkgrel=4 +pkgrel=5 pkgdesc="System monitor package for GTK2" arch=('x86_64' 'i686') url="http://members.dslextreme.com/users/billw/gkrellm/gkrellm.html" @@ -31,7 +32,6 @@ package() { make DESTDIR="$pkgdir" PREFIX=/usr install install -Dm644 "server/gkrellmd.conf" "$pkgdir/etc/gkrellmd.conf" install -Dm644 "../gkrellm.service" "$pkgdir/usr/lib/systemd/system/gkrellm.service" - install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" } # vim:set ts=2 sw=2 et: diff --git a/community/libaccounts-glib/PKGBUILD b/community/libaccounts-glib/PKGBUILD deleted file mode 100644 index 944630a57..000000000 --- a/community/libaccounts-glib/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# $Id: PKGBUILD 96927 2013-09-08 17:56:34Z bgyorgy $ -# Maintainer: Balló György <ballogyor+arch at gmail dot com> - -pkgname=libaccounts-glib -pkgver=1.12 -pkgrel=1 -pkgdesc="Glib-based client library for accessing the online accounts database" -arch=('i686' 'x86_64') -url="http://code.google.com/p/accounts-sso/" -license=('LGPL') -depends=('dbus-glib' 'libxml2' 'sqlite3') -makedepends=('python2-gobject') -options=('!libtool') -source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz) -sha1sums=('165e0b89a0bc47459711b1e7e077fb9e14848503') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-static \ - PYTHON=python2 - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make DESTDIR="$pkgdir" install - - # Install GI overrides for python 3 as well - install -dm755 "$pkgdir/usr/lib/python3.3/site-packages/gi/overrides" - ln -s ../../../../python2.7/site-packages/gi/overrides/Accounts.py "$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Accounts.py" - - # We don't have Backup Framework on Arch Linux - rm -r "$pkgdir/usr/share/backup-framework" -} diff --git a/community/libaccounts-qt/PKGBUILD b/community/libaccounts-qt/PKGBUILD deleted file mode 100644 index b6e2fcf02..000000000 --- a/community/libaccounts-qt/PKGBUILD +++ /dev/null @@ -1,44 +0,0 @@ -# $Id: PKGBUILD 96784 2013-09-04 22:27:13Z bgyorgy $ -# Maintainer: Balló György <ballogyor+arch at gmail dot com> - -pkgbase=libaccounts-qt -_pkgbase=accounts-qt -pkgname=('libaccounts-qt' 'libaccounts-qt-doc') -pkgver=1.9 -pkgrel=1 -pkgdesc="Qt-based client library for accessing the online accounts database" -arch=('i686' 'x86_64') -url="http://code.google.com/p/accounts-sso/" -license=('LGPL') -depends=('qt4' 'libaccounts-glib') -makedepends=('doxygen' 'graphviz' 'ttf-dejavu') -options=('!emptydirs') -source=(http://accounts-sso.googlecode.com/files/$_pkgbase-$pkgver.tar.bz2) -sha1sums=('86d7bbaa7bdd18f80a28c2617653707d763d1984') - -build() { - cd "$srcdir/$_pkgbase-$pkgver" - - # Do not install tests - echo 'INSTALLS =' >>tests/accountstest.pro - - qmake-qt4 PREFIX=/usr LIBDIR=/usr/lib - make -} - -package_libaccounts-qt() { - cd "$srcdir/$_pkgbase-$pkgver" - - make INSTALL_ROOT="$pkgdir" install - - # Split out documentation - mv "$pkgdir/usr/share/doc" "$srcdir" -} - -package_libaccounts-qt-doc() { - pkgdesc="Developer documention of signon" - depends=() - - mkdir -p "$pkgdir/usr/share" - mv "$srcdir/doc" "$pkgdir/usr/share" -} diff --git a/community/mupdf/PKGBUILD b/community/mupdf/PKGBUILD index f50f2bd46..daf8c42ad 100644 --- a/community/mupdf/PKGBUILD +++ b/community/mupdf/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 99257 2013-10-26 14:31:26Z bpiotrowski $ +# $Id: PKGBUILD 99335 2013-10-27 10:47:47Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Brad Fanella <bradfanella@archlinux.us> # Contributor: Stefan Husmann <stefan-husmann@t-online.de> @@ -7,13 +7,14 @@ pkgname=mupdf pkgver=1.3 -pkgrel=6 +pkgrel=7 pkgdesc='Lightweight PDF and XPS viewer' arch=('i686' 'x86_64') url='http://mupdf.com' license=('GPL3') depends=('curl' 'desktop-file-utils' 'freetype2' 'jbig2dec' 'libjpeg' 'libxext' 'openssl') install=mupdf.install +options=('staticlibs') source=(https://mupdf.googlecode.com/files/$pkgname-$pkgver-source.tar.gz mupdf-1.3-system-libcurl.patch) sha256sums=('aba8b31bee9cc0a16abedab5e31c81c65996cba5591e62a50a79bea2a63d4478' diff --git a/community/mythplugins/PKGBUILD b/community/mythplugins/PKGBUILD index 90d7eb7fc..0309720e4 100644 --- a/community/mythplugins/PKGBUILD +++ b/community/mythplugins/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 97427 2013-09-19 14:38:19Z jconder $ +# $Id: PKGBUILD 99365 2013-10-27 17:21:57Z jconder $ # Maintainer: Jonathan Conder <jonno.conder@gmail.com> # Contributor: Giovanni Scafora <giovanni@archlinux.org> @@ -14,7 +14,7 @@ pkgname=('mythplugins-mytharchive' 'mythplugins-mythweb' 'mythplugins-mythzoneminder') pkgver=0.27 -pkgrel=1 +pkgrel=2 epoch=1 arch=('i686' 'x86_64') url="http://www.mythtv.org" @@ -28,8 +28,8 @@ makedepends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'flac' 'libexif' source=("mythtv-$pkgver.tar.gz::http://www.mythtv.org/download/mythtv/$pkgver" "mythweb-$pkgver.tar.gz::http://www.mythtv.org/download/mythweb/$pkgver" 'cdparanoia.patch') -sha256sums=('670b378e379df05a4f2ac28cc3cb2578587b42cb03710e0b230b75d692f8e2b8' - 'fe135281c4828a96762ea22a8a4cf622988b12e7f2189dce9273f1ce7bb367d3' +sha256sums=('49789de705be73275325b1a4984b727cf8284fdc4ae6b041ad152857c830dc46' + 'c6574a9d3029e00ef9e2fb4eff33be60804d06c71d517ad8cae27bed9b5275d3' '004f1e4734830709d2ab5ebb804560514f2bf525abc2f11142501a81eba0754c') prepare() { diff --git a/community/nemo/PKGBUILD b/community/nemo/PKGBUILD index 3bf250712..4f7944269 100644 --- a/community/nemo/PKGBUILD +++ b/community/nemo/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 98197 2013-10-07 12:08:32Z jgc $ +# $Id: PKGBUILD 99372 2013-10-27 22:41:37Z bgyorgy $ # Maintainer: Alexandre Filgueira <alexfilgueira@cinnarch.com> # Contributor: Ner0 pkgname=nemo -pkgver=2.0.0 +pkgver=2.0.2 pkgrel=2 pkgdesc="Cinnamon file manager (Nautilus fork)" arch=('i686' 'x86_64') @@ -13,11 +13,10 @@ depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2' 'cinnamon-desktop' 'gnome-icon-theme' 'libnotify' 'libtracker-sparql' 'libxml2' 'cinnamon-translations') makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common') -optdepends=('gksu: Open as Root') options=('!emptydirs' '!libtool') install=nemo.install source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver") -sha256sums=('3848d55a20134826aa6512898c78b05a953f5d2f353817e7003c1a4f6286e31c') +sha256sums=('209b8140a653b9861c7ee51f77171b9ab8db196eb6f9ba0268645c0a2e1998ce') prepare() { cd linuxmint-nemo-* @@ -49,12 +48,4 @@ package() { cd linuxmint-nemo-* make DESTDIR="$pkgdir/" install - - # Autostart only in Cinnamon to avoid conflict with GNOME Classic session - cp "$pkgdir/etc/xdg/autostart/nemo-autostart.desktop" \ - "$pkgdir/etc/xdg/autostart/nemo-autostart2d.desktop" - sed -i 's/^AutostartCondition=.*/AutostartCondition=GNOME3 if-session cinnamon/' \ - "$pkgdir/etc/xdg/autostart/nemo-autostart.desktop" - sed -i 's/^AutostartCondition=.*/AutostartCondition=GNOME3 if-session cinnamon2d/' \ - "$pkgdir/etc/xdg/autostart/nemo-autostart2d.desktop" } diff --git a/community/pcsclite/PKGBUILD b/community/pcsclite/PKGBUILD index d46531006..f078e8969 100644 --- a/community/pcsclite/PKGBUILD +++ b/community/pcsclite/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 91101 2013-05-19 13:42:04Z giovanni $ +# $Id: PKGBUILD 99357 2013-10-27 15:29:38Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com> pkgname=pcsclite -pkgver=1.8.8 -pkgrel=3 +pkgver=1.8.10 +pkgrel=1 pkgdesc="PC/SC Architecture smartcard middleware library" arch=('i686' 'x86_64') url="https://alioth.debian.org/projects/pcsclite/" @@ -12,8 +12,8 @@ license=('BSD') depends=('python2' 'systemd') makedepends=('pkg-config') options=('!libtool' '!docs') -source=("https://alioth.debian.org/frs/download.php/3862/pcsc-lite-${pkgver}.tar.bz2") -md5sums=('069dc875a2ae2d85a2ebceac73252c0a') +source=("https://alioth.debian.org/frs/download.php/file/3963/pcsc-lite-${pkgver}.tar.bz2") +md5sums=('7268cc5ef8fc01b785c7cea87adb1ade') build() { cd "${srcdir}/pcsc-lite-${pkgver}" diff --git a/community/primus/PKGBUILD b/community/primus/PKGBUILD index c900b626d..e7f024443 100644 --- a/community/primus/PKGBUILD +++ b/community/primus/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Alexander Monakov <amonakov@gmail.com> pkgname=primus -pkgver=20130815 +pkgver=20131027 pkgrel=1 pkgdesc="Faster OpenGL offloading for Bumblebee" arch=('i686' 'x86_64') diff --git a/community/sigil/PKGBUILD b/community/sigil/PKGBUILD index b94613e44..54e6fa5a5 100644 --- a/community/sigil/PKGBUILD +++ b/community/sigil/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 97088 2013-09-12 10:47:29Z giovanni $ +# $Id: PKGBUILD 99361 2013-10-27 16:02:30Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Larry Hajali <larryhaja [at] gmail [dot] com> pkgname=sigil -pkgver=0.7.3 +pkgver=0.7.4 pkgrel=1 pkgdesc="WYSIWYG ebook editor" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('qt5-webkit' 'boost-libs') makedepends=('qt5-tools' 'qt5-svg' 'cmake' 'gendesk' 'boost') install=sigil.install source=("http://sigil.googlecode.com/files/Sigil-${pkgver}-Code.zip") -md5sums=('13630c59bd85e91b96e312b4d39e5087') +md5sums=('dde8f3b8daa0ccd37589ea2aa454e1bc') build() { cd "${srcdir}" diff --git a/community/signon/PKGBUILD b/community/signon/PKGBUILD deleted file mode 100644 index da1eb29dc..000000000 --- a/community/signon/PKGBUILD +++ /dev/null @@ -1,53 +0,0 @@ -# $Id: PKGBUILD 98928 2013-10-21 12:34:16Z andrea $ -#Maintainer: Andrea Scarpino <andrea@archlinux.org> -# Contributor: Balló György <ballogyor+arch at gmail dot com> - -pkgbase=signon -pkgname=('signon' 'signon-doc') -pkgver=8.54 -pkgrel=2 -arch=('i686' 'x86_64') -url="http://code.google.com/p/accounts-sso/" -license=('LGPL') -makedepends=('qt4' 'libproxy' 'doxygen' 'graphviz' 'ttf-font') -options=('!emptydirs') -source=("http://accounts-sso.googlecode.com/files/$pkgbase-$pkgver.tar.bz2" - 'use_keyring.patch') -sha1sums=('a29a12d6fe3747930e94932f6e1b1339b471d108' - 'cfdd48b494ad267654ceba23f1b81bcb8f56b9a1') - -prepare() { - cd $pkgbase-$pkgver - - # Use gnome-keyring secrets storage if signon-keyring-extension is available - patch -Np1 -i "$srcdir/use_keyring.patch" - - # qt4 fix - sed -i 's/qdbusxml2cpp/qdbusxml2cpp-qt4/' src/signond/signond.pro -} - -build() { - cd $pkgbase-$pkgver - qmake-qt4 PREFIX=/usr LIBDIR=/usr/lib - make -} - -package_signon() { - pkgdesc="Framework to provide credential storage and authentication service" - depends=('qt4' 'libproxy') - backup=('etc/signond.conf') - install=$pkgname.install - - cd $pkgbase-$pkgver - make INSTALL_ROOT="$pkgdir" install - - # Split out documentation - mv "$pkgdir/usr/share/doc" "$srcdir" -} - -package_signon-doc() { - pkgdesc="Developer documention of signon" - - mkdir -p "$pkgdir/usr/share" - mv "$srcdir/doc" "$pkgdir/usr/share" -} diff --git a/community/signon/signon.install b/community/signon/signon.install deleted file mode 100644 index 4ccb62fcb..000000000 --- a/community/signon/signon.install +++ /dev/null @@ -1,6 +0,0 @@ -post_upgrade() { - if [ "$(vercmp 8.44 "$2")" -eq 1 ]; then - printf '==> Default config location changed\n' - printf ' Move the file signon.db from ~/.signon/ to ~/.config/signond/\n' - fi -} diff --git a/community/signon/use_keyring.patch b/community/signon/use_keyring.patch deleted file mode 100644 index 55b593a26..000000000 --- a/community/signon/use_keyring.patch +++ /dev/null @@ -1,12 +0,0 @@ -=== modified file 'src/signond/signond.conf' ---- old/src/signond/signond.conf 2012-07-25 14:57:50 +0000 -+++ new/src/signond/signond.conf 2012-07-25 19:27:16 +0000 -@@ -17,6 +17,7 @@ - FileSystemName=signonfs - Size=8 - FileSystemType=ext2 -+SecretsStorage=gnome-keyring - - [ObjectTimeouts] - IdentityTimeout=300 - |