diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/thunar/PKGBUILD | 19 | ||||
-rw-r--r-- | extra/tumbler/PKGBUILD | 11 |
2 files changed, 12 insertions, 18 deletions
diff --git a/extra/thunar/PKGBUILD b/extra/thunar/PKGBUILD index 5217ae570..ff393d892 100644 --- a/extra/thunar/PKGBUILD +++ b/extra/thunar/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 136236 2011-08-25 06:48:07Z tpowa $ +# $Id: PKGBUILD 138370 2011-09-21 09:30:05Z tpowa $ # Maintainer: andyrtr <andyrtr funnychar archlinux.org> # Contributor: Andrew Simmons <andrew.simmons@gmail.com> pkgname=thunar -pkgver=1.2.2 -pkgrel=3 +pkgver=1.2.3 +pkgrel=1 pkgdesc="modern file manager for Xfce" arch=('i686' 'x86_64') license=('GPL2' 'LGPL2.1') @@ -23,14 +23,10 @@ options=('!libtool') install=${pkgname}.install backup=('etc/polkit-1/localauthority/50-local.d/org.freedesktop.udisks.pkla') source=(http://archive.xfce.org/src/xfce/${pkgname}/1.2/Thunar-${pkgver}.tar.bz2 - org.freedesktop.udisks.pkla - fix-gvfs.patch - fix-samba.patch) + org.freedesktop.udisks.pkla) build() { cd ${srcdir}/Thunar-${pkgver} - patch -Np1 -i ../fix-gvfs.patch - patch -Np1 -i ../fix-samba.patch ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ @@ -59,8 +55,5 @@ package() { install -dm755 ${pkgdir}/etc/polkit-1/localauthority/50-local.d install -m644 ${srcdir}/org.freedesktop.udisks.pkla ${pkgdir}/etc/polkit-1/localauthority/50-local.d/ } - -md5sums=('a86df0212db71e61f459bda6bc7b7fb6' - 'a7ddb5eec02d9a8e91a2997862e73cd8' - '167c79462cddc5aaa1fcdc814041350b' - 'c8063873958d89402046f29b78c1d8d4') +md5sums=('0a2c36cdd3cb3a2ab52cbf6055415b85' + 'a7ddb5eec02d9a8e91a2997862e73cd8') diff --git a/extra/tumbler/PKGBUILD b/extra/tumbler/PKGBUILD index e7a3f1d33..e51bf5bfd 100644 --- a/extra/tumbler/PKGBUILD +++ b/extra/tumbler/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 120497 2011-04-24 14:50:22Z andyrtr $ +# $Id: PKGBUILD 138386 2011-09-21 13:11:57Z tpowa $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Jan Jezek <honzin.jezek@gmail.com> pkgname=tumbler -pkgver=0.1.21 -pkgrel=3 +pkgver=0.1.22 +pkgrel=1 pkgdesc="D-Bus service for applications to request thumbnails" url="http://git.xfce.org/xfce/tumbler/" license=('GPL2' 'LGPL') @@ -12,10 +12,10 @@ arch=('i686' 'x86_64') groups=('xfce4') depends=('poppler-glib' 'dbus-glib') makedepends=('intltool' 'ffmpegthumbnailer') -optdepends=('ffmpegthumbnailer: for video thunbnails') +optdepends=('ffmpegthumbnailer: for video thumbnails' + 'gstreamer0.10: for video thumbnails') options=('!libtool') source=(http://archive.xfce.org/src/apps/${pkgname}/0.1/${pkgname}-${pkgver}.tar.bz2) -md5sums=('2ef0d30750f95efe345de4655049d4f6') build() { cd ${srcdir}/${pkgname}-${pkgver} @@ -31,3 +31,4 @@ package() { cd ${srcdir}/${pkgname}-${pkgver} make DESTDIR=$pkgdir install } +md5sums=('e7ba3b8f21f8f7e736f1e214906b4ca9') |