diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-14 05:15:57 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-14 05:15:57 (GMT) |
commit | c7d4d0ec62e50c879908ab9f5e6b82c59124d338 (patch) | |
tree | 71679d268de6b333aa452d8accc71ea4640f2f33 /abs/extra-testing | |
parent | 00e04ab7d6ac564b01fc43ab97081c911d7f87cf (diff) | |
download | linhes_pkgbuild-c7d4d0ec62e50c879908ab9f5e6b82c59124d338.zip linhes_pkgbuild-c7d4d0ec62e50c879908ab9f5e6b82c59124d338.tar.gz linhes_pkgbuild-c7d4d0ec62e50c879908ab9f5e6b82c59124d338.tar.bz2 |
Thunar, remove dep for desktop-file-utils
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 |