From 993f2994ae292cae095a0282520680c33d92af5b Mon Sep 17 00:00:00 2001 From: root Date: Sun, 17 Mar 2013 00:30:56 -0700 Subject: Sun Mar 17 00:30:56 PDT 2013 --- community/kio-mtp/PKGBUILD | 10 +++++----- community/lightdm/PKGBUILD | 8 ++++---- community/lightdm/lightdm-autologin.pam | 20 +++++++++++--------- community/lightdm/lightdm-default-config.patch | 8 ++++++++ community/virtualbox-modules-lts/PKGBUILD | 4 ++-- community/virtualbox-modules/PKGBUILD | 4 ++-- community/xnoise/PKGBUILD | 10 ++++------ 7 files changed, 36 insertions(+), 28 deletions(-) (limited to 'community') diff --git a/community/kio-mtp/PKGBUILD b/community/kio-mtp/PKGBUILD index 955affe07..010938ead 100644 --- a/community/kio-mtp/PKGBUILD +++ b/community/kio-mtp/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 84594 2013-02-20 08:07:10Z eric $ +# $Id: PKGBUILD 86399 2013-03-16 10:03:49Z fyan $ # Maintainer: Andrea Scarpino # Contributor: Antonio Rojas < nqn1976 @ gmail.com > pkgname=kio-mtp -pkgver=0.70 +pkgver=0.75 pkgrel=1 arch=('i686' 'x86_64') pkgdesc="Provides KIO Access to MTP devices using the mtp:/// protocol" @@ -11,13 +11,12 @@ url='https://projects.kde.org/projects/playground/base/kio-mtp' license=('GPL') depends=('kdebase-runtime' 'libmtp') makedepends=('cmake' 'automoc4') -source=("ftp://ftp.archlinux.org/other/community/kio-mtp/${pkgname}-${pkgver}.tar.xz") -md5sums=('1b4670e938acedcf565ef23cea66890e') +source=("$pkgname-$pkgver.tar.gz::http://quickgit.kde.org/?p=kio-mtp.git&a=snapshot&h=7de86bae3623192eb468772bb187f6afffc03fe0&fmt=tgz") build() { mkdir build cd build - cmake ../${pkgname}-${pkgver} \ + cmake ../${pkgname} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr make @@ -27,3 +26,4 @@ package(){ cd build make DESTDIR="${pkgdir}" install } +md5sums=('813d9de196ce969b84a14f68e1b320b9') diff --git a/community/lightdm/PKGBUILD b/community/lightdm/PKGBUILD index 9570465d6..2fc41c651 100755 --- a/community/lightdm/PKGBUILD +++ b/community/lightdm/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 86254 2013-03-14 11:38:24Z alucryd $ +# $Id: PKGBUILD 86397 2013-03-16 08:12:38Z alucryd $ # Maintainer: Maxime Gauduin # Contributor: Morfeo pkgbase=lightdm pkgname=('lightdm' 'liblightdm-qt4') pkgver=1.4.0 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="A lightweight display manager" arch=('i686' 'x86_64') @@ -26,9 +26,9 @@ sha256sums=('3486a9f828864a78d452696cf6fef6e1dec2f4ef92a72e90ab37edf9a0824c43' '2e03423cbe88c9fdc3a9684d6d14221aa6e92d105f9d1d53b08747d966c45125' 'ec10378992907f06a6960c4644aba2f81744fbcaf38f6bdc7c364979be3207e4' 'e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0' - 'cd0a9591b61118c6de1b07e1cd9a1b74cd74e9e95288f8b41eba32e26fd22023' + '33e3c3d6e16c8d30756754ea3f31f5457c5be0343686aad287692be34958984a' 'a89566307e1c81c24f037d854cbd472d2f94f8a4b759877a01563a332319f7d6' - '51ec7eb1c50c0ba0b96b846662707533ebc1d6558cea75cb7424afddf0d064f0' + '6d5a754f41e9c7e52c51d2ff018b926ddaabb807e9a0b88c4a7bde1acffa3b1c' '4793eaee5915f5c519f569a4cd9158822d4c57c8b6e405895d2eddf82fa00822' '7fb85a1b54406032a922e8fd6f45d869fcfe5681df630e74e8e50c040b786ee4') diff --git a/community/lightdm/lightdm-autologin.pam b/community/lightdm/lightdm-autologin.pam index 4cd3626cd..0b1f79e3e 100755 --- a/community/lightdm/lightdm-autologin.pam +++ b/community/lightdm/lightdm-autologin.pam @@ -1,11 +1,13 @@ #%PAM-1.0 -auth required pam_env.so$ -auth required pam_tally.so file=/var/log/faillog onerr=succeed$ -auth required pam_shells.so$ -auth required pam_nologin.so$ -auth required pam_permit.so$ --auth optional pam_gnome_keyring.so$ -account include system-local-login$ -password include system-local-login$ -session include system-local-login$ +auth required pam_env.so +auth required pam_tally.so file=/var/log/faillog onerr=succeed +auth required pam_shells.so +auth required pam_nologin.so +auth [success=1 default=ignore] pam_succeed_if.so user ingroup autologin +auth required pam_unix.so +auth required pam_permit.so +-auth optional pam_gnome_keyring.so +account include system-local-login +password include system-local-login +session include system-local-login -session optional pam_gnome_keyring.so auto_start diff --git a/community/lightdm/lightdm-default-config.patch b/community/lightdm/lightdm-default-config.patch index 8b106dd91..42d49536d 100755 --- a/community/lightdm/lightdm-default-config.patch +++ b/community/lightdm/lightdm-default-config.patch @@ -19,6 +19,14 @@ diff -rupN lightdm-1.5.1.orig/data/lightdm.conf lightdm-1.5.1/data/lightdm.conf #display-setup-script= #greeter-setup-script= #session-setup-script= +@@ -86,6 +86,7 @@ + #autologin-user= + #autologin-user-timeout=0 + #autologin-session=UNIMPLEMENTED ++pam-service=lightdm-autologin + #exit-on-failure=false + + # diff -rupN lightdm-1.5.1.orig/data/users.conf lightdm-1.5.1/data/users.conf --- lightdm-1.5.1.orig/data/users.conf 2013-03-06 03:40:10.000000000 +0100 +++ lightdm-1.5.1/data/users.conf 2013-03-12 22:54:29.398854700 +0100 diff --git a/community/virtualbox-modules-lts/PKGBUILD b/community/virtualbox-modules-lts/PKGBUILD index b1efde3df..ac13f1b9e 100644 --- a/community/virtualbox-modules-lts/PKGBUILD +++ b/community/virtualbox-modules-lts/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 85478 2013-03-02 00:44:06Z seblu $ +# $Id: PKGBUILD 86371 2013-03-16 00:46:44Z seblu $ # Maintainer: Bartłomiej Piotrowski # Contributor: Ionut Biru # Contributor: Sébastien Luttringer pkgbase=virtualbox-modules-lts pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts') -pkgver=4.2.8 +pkgver=4.2.10 pkgrel=1 arch=('i686' 'x86_64') url='http://virtualbox.org' diff --git a/community/virtualbox-modules/PKGBUILD b/community/virtualbox-modules/PKGBUILD index b72f74640..58222e900 100644 --- a/community/virtualbox-modules/PKGBUILD +++ b/community/virtualbox-modules/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 85488 2013-03-02 01:43:50Z seblu $ +# $Id: PKGBUILD 86369 2013-03-16 00:45:50Z seblu $ # Maintainer: Ionut Biru # Maintainer: Sébastien Luttringer pkgbase=virtualbox-modules pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules') -pkgver=4.2.8 +pkgver=4.2.10 _extramodules=extramodules-3.7-ARCH pkgrel=1 arch=('i686' 'x86_64') diff --git a/community/xnoise/PKGBUILD b/community/xnoise/PKGBUILD index c6918ace1..bf025944c 100755 --- a/community/xnoise/PKGBUILD +++ b/community/xnoise/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 86215 2013-03-13 13:22:22Z fyan $ +# $Id: PKGBUILD 86373 2013-03-16 02:52:56Z fyan $ # Maintainer: Felix Yan # Contributor: archtux pkgname=xnoise -pkgver=0.2.16 -pkgrel=3 +pkgver=0.2.17 +pkgrel=1 pkgdesc="Media player with a slick GUI, great speed and lots of features." arch=('i686' 'x86_64') url="http://www.xnoise-media-player.com/" @@ -18,8 +18,6 @@ makedepends=('gettext' 'intltool') options=('!libtool') install=$pkgname.install source=("https://bitbucket.org/shuerhaaken/xnoise/downloads/$pkgname-$pkgver.tar.gz") -md5sums=('774b52c94d5b1d3de963307835ade35b') - build() { cd "$srcdir/$pkgname-$pkgver" @@ -35,4 +33,4 @@ package() { # Remove obsolete files rm -rf "$pkgdir/usr/include" "$pkgdir/usr/share/vala" } -md5sums=('54a3c54bb292353075a22e49e6cc1eae') +md5sums=('a72b0adf06667f682f972f9c38174f02') -- cgit v1.2.3-54-g00ecf