diff options
Diffstat (limited to 'abs/extra-testing')
-rw-r--r-- | abs/extra-testing/thunar/PKGBUILD | 3 | ||||
-rw-r--r-- | abs/extra-testing/thunar/__changelog | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/thunar/PKGBUILD b/abs/extra-testing/thunar/PKGBUILD index 05c262e..8086857 100644 --- a/abs/extra-testing/thunar/PKGBUILD +++ b/abs/extra-testing/thunar/PKGBUILD @@ -10,8 +10,7 @@ arch=(i686 x86_64) license=('GPL2' 'LGPL2') url="http://thunar.xfce.org" groups=('xfce4') -depends=('desktop-file-utils' 'libexif>=0.6.17' 'hicolor-icon-theme' -'tango-icon-theme' ) +depends=('libexif>=0.6.17' 'hicolor-icon-theme' 'tango-icon-theme' ) makedepends=('intltool' 'pkgconfig') optdepends=('gamin: a fam replacement to make thunar monitor changes to files on the fly') options=('!libtool') diff --git a/abs/extra-testing/thunar/__changelog b/abs/extra-testing/thunar/__changelog new file mode 100644 index 0000000..630ddfa --- /dev/null +++ b/abs/extra-testing/thunar/__changelog @@ -0,0 +1 @@ +remove dep for desktop-file-utils |