From e3c21a8456cf86bf955262b71af2bfe4afd25ccc Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 22 Aug 2010 19:33:54 +0200 Subject: mass commit everything Signed-off-by: Florian Pritz --- thunar-notrash/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'thunar-notrash/PKGBUILD') diff --git a/thunar-notrash/PKGBUILD b/thunar-notrash/PKGBUILD index 0bae7d7..a024ad4 100644 --- a/thunar-notrash/PKGBUILD +++ b/thunar-notrash/PKGBUILD @@ -1,5 +1,5 @@ -# $Id$ -# Maintainer: tobias +# Maintainer: Florian Pritz +# Contributor:: tobias # Contributor: Andrew Simmons pkgname=thunar-notrash -- cgit v1.2.3-24-g4f1b From 4d3e14726681b63160f9e811134d980501cf9b67 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 6 Jan 2011 17:39:26 +0100 Subject: thunar-notrash: update to 1.1.6 Signed-off-by: Florian Pritz --- thunar-notrash/PKGBUILD | 51 ++++++++++++++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 20 deletions(-) (limited to 'thunar-notrash/PKGBUILD') diff --git a/thunar-notrash/PKGBUILD b/thunar-notrash/PKGBUILD index a024ad4..2992f89 100644 --- a/thunar-notrash/PKGBUILD +++ b/thunar-notrash/PKGBUILD @@ -3,42 +3,53 @@ # Contributor: Andrew Simmons pkgname=thunar-notrash -pkgver=1.0.2 +pkgver=1.1.6 pkgrel=1 pkgdesc="new modern file manager for Xfce with patch to disable trash" arch=(i686 x86_64) -license=('GPL2' 'LGPL2') +license=('GPL2' 'LGPL2.1') url="http://thunar.xfce.org" groups=('xfce4') conflicts=(thunar) provides=("thunar=$pkgver") -depends=('desktop-file-utils' 'libexif>=0.6.19' 'hicolor-icon-theme' 'fam' \ - 'gtk2' 'exo>=0.3.107' 'libxfce4util>=4.6.2' 'hal>=0.5.14' 'libpng' 'libjpeg>=8.0.1' 'startup-notification') -makedepends=('intltool' 'pkgconfig' 'xfce4-panel>=4.6.4') -optdepends=('gamin: a fam replacement to make thunar monitor changes to files on the fly') +depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify' 'udev' + 'gtk2' 'exo>=0.5.4' 'libxfce4util>=4.7.3' 'libxfce4ui' 'libpng') # 'fam' - obsolete? +makedepends=('intltool' 'gtk-doc' 'xfce4-panel>=4.7.4') +optdepends=( # 'gamin: a fam replacement to make thunar monitor changes to files on the fly' + 'xfce4-panel: for trash applet' + 'tumbler: for thumbnail previews') options=('!libtool') -install=${pkgname}.install -source=(http://archive.xfce.org/src/xfce/thunar/1.0/Thunar-${pkgver}.tar.bz2 - Ability_to_disable_trash_on_Thunar.patch) +install=thunar-notrash.install +source=(http://archive.xfce.org/src/xfce/thunar/1.1/Thunar-${pkgver}.tar.bz2 + Ability_to_disable_trash_on_Thunar_$pkgver.patch) +md5sums=('a96fdbc0b3d422f864d50374b5d6be41' + 'a2c1ccb1148667395bb3e1f27ba9d467') build() { cd ${srcdir}/Thunar-${pkgver} - patch -p2 < $srcdir/Ability_to_disable_trash_on_Thunar.patch + patch -p2 < $srcdir/Ability_to_disable_trash_on_Thunar_$pkgver.patch - ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \ - --localstatedir=/var --disable-static \ - --disable-gnome-thumbnailers --enable-exif --enable-pcre \ - --disable-wallpaper-plugin - make || return 1 + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib \ + --localstatedir=/var \ + --disable-static \ + --enable-gio-unix \ + --enable-dbus \ + --enable-startup-notification \ + --enable-gudev \ + --enable-notifications \ + --enable-exif \ + --enable-pcre \ + --enable-gtk-doc \ + --disable-debug + + make } package() { cd ${srcdir}/Thunar-${pkgver} - make DESTDIR=${pkgdir} install || return 1 + make DESTDIR=${pkgdir} install sed -i 's:x-directory/gnome-default-handler;::' \ ${pkgdir}/usr/share/applications/Thunar-folder-handler.desktop } -md5sums=('c91073202d373a1f9951a1240083c36d' - '55816882bbeac5bb1153f0b195a220d7') -sha1sums=('f7ae00c32402e4bc502aba15477b78e2c558c7c3' - 'c4b110b2a83b6d7b88e04bb550d20c598ffe6f82') -- cgit v1.2.3-24-g4f1b From ae04b18175c5b37bfe8758f8ecec59f486586e7e Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 16 Jan 2011 20:19:16 +0100 Subject: update thunar-notrash Signed-off-by: Florian Pritz --- thunar-notrash/PKGBUILD | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) (limited to 'thunar-notrash/PKGBUILD') diff --git a/thunar-notrash/PKGBUILD b/thunar-notrash/PKGBUILD index 2992f89..69e516f 100644 --- a/thunar-notrash/PKGBUILD +++ b/thunar-notrash/PKGBUILD @@ -1,29 +1,35 @@ # Maintainer: Florian Pritz -# Contributor:: tobias -# Contributor: Andrew Simmons + pkgname=thunar-notrash -pkgver=1.1.6 +pkgver=1.2.0 pkgrel=1 -pkgdesc="new modern file manager for Xfce with patch to disable trash" -arch=(i686 x86_64) +pkgdesc="modern file manager for Xfce with patch to disable trash" +arch=('i686' 'x86_64') license=('GPL2' 'LGPL2.1') url="http://thunar.xfce.org" groups=('xfce4') conflicts=(thunar) provides=("thunar=$pkgver") depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify' 'udev' - 'gtk2' 'exo>=0.5.4' 'libxfce4util>=4.7.3' 'libxfce4ui' 'libpng') # 'fam' - obsolete? -makedepends=('intltool' 'gtk-doc' 'xfce4-panel>=4.7.4') -optdepends=( # 'gamin: a fam replacement to make thunar monitor changes to files on the fly' + 'gtk2' 'exo>=0.6.0' 'libxfce4util>=4.8.1' 'libxfce4ui' 'libpng') +makedepends=('intltool' 'gtk-doc' 'xfce4-panel>=4.8.0') +optdepends=('gvfs: for trash support, mounting with udisk and remote filesystems' 'xfce4-panel: for trash applet' - 'tumbler: for thumbnail previews') + 'tumbler: for thumbnail previews' + 'thunar-volman: manages removable devices' + 'thunar-archive-plugin: create and deflate archives' + 'thunar-media-tags-plugin: view/edit id3/ogg tags') options=('!libtool') install=thunar-notrash.install -source=(http://archive.xfce.org/src/xfce/thunar/1.1/Thunar-${pkgver}.tar.bz2 - Ability_to_disable_trash_on_Thunar_$pkgver.patch) -md5sums=('a96fdbc0b3d422f864d50374b5d6be41' - 'a2c1ccb1148667395bb3e1f27ba9d467') +backup=('etc/polkit-1/localauthority/50-local.d/org.freedesktop.udisks.pkla') +source=(http://archive.xfce.org/src/xfce/thunar/1.2/Thunar-${pkgver}.tar.bz2 + Ability_to_disable_trash_on_Thunar_$pkgver.patch + org.freedesktop.udisks.pkla) + +md5sums=('3f270cfbb83a057e6db46cdea549af8b' + 'a2c1ccb1148667395bb3e1f27ba9d467' + 'a7ddb5eec02d9a8e91a2997862e73cd8') build() { cd ${srcdir}/Thunar-${pkgver} @@ -43,7 +49,6 @@ build() { --enable-pcre \ --enable-gtk-doc \ --disable-debug - make } @@ -52,4 +57,9 @@ package() { make DESTDIR=${pkgdir} install sed -i 's:x-directory/gnome-default-handler;::' \ ${pkgdir}/usr/share/applications/Thunar-folder-handler.desktop + + # install udisks permission file + install -dm700 ${pkgdir}/etc/polkit-1/localauthority + 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/ } -- cgit v1.2.3-24-g4f1b From 7d57ca307c6d118437c3f662a350cc2434b0f6dc Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 14 Feb 2011 16:46:45 +0100 Subject: thunar-notrash: upstream update Signed-off-by: Florian Pritz --- thunar-notrash/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'thunar-notrash/PKGBUILD') diff --git a/thunar-notrash/PKGBUILD b/thunar-notrash/PKGBUILD index 69e516f..0db9c90 100644 --- a/thunar-notrash/PKGBUILD +++ b/thunar-notrash/PKGBUILD @@ -2,7 +2,7 @@ pkgname=thunar-notrash -pkgver=1.2.0 +pkgver=1.3.0 pkgrel=1 pkgdesc="modern file manager for Xfce with patch to disable trash" arch=('i686' 'x86_64') @@ -23,11 +23,11 @@ optdepends=('gvfs: for trash support, mounting with udisk and remote filesystems options=('!libtool') install=thunar-notrash.install backup=('etc/polkit-1/localauthority/50-local.d/org.freedesktop.udisks.pkla') -source=(http://archive.xfce.org/src/xfce/thunar/1.2/Thunar-${pkgver}.tar.bz2 +source=(http://archive.xfce.org/src/xfce/thunar/1.3/Thunar-${pkgver}.tar.bz2 Ability_to_disable_trash_on_Thunar_$pkgver.patch org.freedesktop.udisks.pkla) -md5sums=('3f270cfbb83a057e6db46cdea549af8b' +md5sums=('ab6f728384c0d925b40afae2f41268f3' 'a2c1ccb1148667395bb3e1f27ba9d467' 'a7ddb5eec02d9a8e91a2997862e73cd8') -- cgit v1.2.3-24-g4f1b