Update to thunar 1.0.1, tweak COMMENT for consistency.

Remove a patch merged upstream, and use FAKE_FLAGS instead of patching
Makefile.in.
This commit is contained in:
landry 2009-04-28 19:46:28 +00:00
parent efbc1b41d2
commit 0a83646257
5 changed files with 73 additions and 53 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.15 2009/03/12 18:09:13 landry Exp $
# $OpenBSD: Makefile,v 1.16 2009/04/28 19:46:28 landry Exp $
COMMENT= lightweight file manager for xfce4
COMMENT= Xfce4 file manager
XFCE_VERSION= 1.0.0
XFCE_VERSION= 1.0.1
XFCE_PROJECT= Thunar
PKGNAME= ${DISTNAME:L}p0
# :L is here for a reason
PKGNAME= ${DISTNAME:L}
SHARED_LIBS= thunarx-1 5.1 \
thunar-vfs-1 5.1
@ -26,6 +27,8 @@ CONFIGURE_ARGS= --disable-gnome-thumbnailers \
--enable-exif \
--enable-pcre
FAKE_FLAGS= defaultsdir=${PREFIX}/share/examples/Thunar
LIB_DEPENDS= exo-0.3.>=4::x11/xfce4/exo \
pcre.>=2.0::devel/pcre \
xfce4panel.>=2.2::x11/xfce4/xfce4-panel \

View File

@ -1,5 +1,5 @@
MD5 (xfce4/Thunar-1.0.0.tar.bz2) = RowkCk9lohfsK2Ey6FzYTg==
RMD160 (xfce4/Thunar-1.0.0.tar.bz2) = Omer8nzKcuUuAXOUao4AZvcWy1A=
SHA1 (xfce4/Thunar-1.0.0.tar.bz2) = WBWU60v+TbSSRHc+46vqrxNqDg8=
SHA256 (xfce4/Thunar-1.0.0.tar.bz2) = pBepGaK3TUUrVK4QTan4bx/zDYG/b4CBCEGYFOr6Aa0=
SIZE (xfce4/Thunar-1.0.0.tar.bz2) = 7118044
MD5 (xfce4/Thunar-1.0.1.tar.bz2) = IYNzqkXXS2uoxpxNWvO7GQ==
RMD160 (xfce4/Thunar-1.0.1.tar.bz2) = IDaQuesFyo5SSLsCb5i44+aIHyw=
SHA1 (xfce4/Thunar-1.0.1.tar.bz2) = L806ew4nsB8Fnf/I/9rJTisqoGQ=
SHA256 (xfce4/Thunar-1.0.1.tar.bz2) = eitrSTRjdWu8nFQUT6svIWO8hPCJa0wG/SJdEQJaIQ0=
SIZE (xfce4/Thunar-1.0.1.tar.bz2) = 8802672

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-plugins_thunar-uca_Makefile_in,v 1.3 2009/03/12 18:09:13 landry Exp $
--- plugins/thunar-uca/Makefile.in.orig Tue Feb 24 22:08:51 2009
+++ plugins/thunar-uca/Makefile.in Thu Mar 12 18:45:00 2009
@@ -383,7 +383,7 @@ thunar_uca_la_LDFLAGS = \
-module \
$(PLATFORM_LDFLAGS)
-defaultsdir = $(sysconfdir)/xdg/Thunar
+defaultsdir = $(prefix)/share/examples/Thunar
defaults_in_files = uca.xml.in
defaults_DATA = $(defaults_in_files:.xml.in=.xml)
EXTRA_DIST = \

View File

@ -1,22 +0,0 @@
$OpenBSD: patch-thunar-vfs_thunar-vfs-io-jobs_c,v 1.1 2009/03/12 18:09:13 landry Exp $
Make thunar honour umask, see http://bugzilla.xfce.org/show_bug.cgi?id=3532
--- thunar-vfs/thunar-vfs-io-jobs.c.orig Thu Mar 12 18:46:56 2009
+++ thunar-vfs/thunar-vfs-io-jobs.c Thu Mar 12 18:47:28 2009
@@ -433,7 +433,7 @@ _thunar_vfs_io_jobs_create (ThunarVfsJob *job,
again:
/* try to create the file at the given path */
- fd = g_open (absolute_path, O_CREAT | O_EXCL | O_WRONLY, 0644);
+ fd = g_open (absolute_path, O_CREAT | O_EXCL | O_WRONLY, DEFFILEMODE);
if (G_UNLIKELY (fd < 0))
{
/* check if the file already exists */
@@ -708,7 +708,7 @@ _thunar_vfs_io_jobs_mkdir (ThunarVfsJob *job,
_thunar_vfs_job_process_path (job, lp);
/* try to create the target directory */
- if (!_thunar_vfs_io_ops_mkdir (lp->data, 0755, THUNAR_VFS_IO_OPS_NONE, error))
+ if (!_thunar_vfs_io_ops_mkdir (lp->data, 0777 & ~umask(0), THUNAR_VFS_IO_OPS_NONE, error))
return FALSE;
}

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.8 2009/03/08 17:13:31 landry Exp $
@comment $OpenBSD: PLIST,v 1.9 2009/04/28 19:46:29 landry Exp $
@conflict xffm-*
%%SHARED%%
@bin bin/Thunar
@ -103,6 +103,29 @@ share/doc/Thunar/html/C/support.html
share/doc/Thunar/html/C/the-file-manager-window.html
share/doc/Thunar/html/C/using-removable-media.html
share/doc/Thunar/html/C/working-with-files-and-folders.html
share/doc/Thunar/html/da/
share/doc/Thunar/html/da/advanced-topics.html
share/doc/Thunar/html/da/copyright.html
share/doc/Thunar/html/da/customizing-thunar.html
share/doc/Thunar/html/da/faq.html
share/doc/Thunar/html/da/images/
share/doc/Thunar/html/da/images/bulk-rename.png
share/doc/Thunar/html/da/images/file-manager-window.png
share/doc/Thunar/html/da/images/file-properties.png
share/doc/Thunar/html/da/images/preferences-advanced.png
share/doc/Thunar/html/da/images/preferences-behavior.png
share/doc/Thunar/html/da/images/preferences-side-pane.png
share/doc/Thunar/html/da/images/preferences-views.png
share/doc/Thunar/html/da/images/removable-drives-and-media.png
share/doc/Thunar/html/da/images/removable-media-unmount.png
share/doc/Thunar/html/da/images/sendto-menu.png
share/doc/Thunar/html/da/images/visible-columns.png
share/doc/Thunar/html/da/index.html
share/doc/Thunar/html/da/preferences.html
share/doc/Thunar/html/da/support.html
share/doc/Thunar/html/da/the-file-manager-window.html
share/doc/Thunar/html/da/using-removable-media.html
share/doc/Thunar/html/da/working-with-files-and-folders.html
share/doc/Thunar/html/es/
share/doc/Thunar/html/es/advanced-topics.html
share/doc/Thunar/html/es/copyright.html
@ -172,6 +195,40 @@ share/doc/Thunar/html/fr/support.html
share/doc/Thunar/html/fr/the-file-manager-window.html
share/doc/Thunar/html/fr/using-removable-media.html
share/doc/Thunar/html/fr/working-with-files-and-folders.html
share/doc/Thunar/html/gl/
share/doc/Thunar/html/gl/advanced-topics.html
share/doc/Thunar/html/gl/copyright.html
share/doc/Thunar/html/gl/customizing-thunar.html
share/doc/Thunar/html/gl/faq.html
share/doc/Thunar/html/gl/index.html
share/doc/Thunar/html/gl/preferences.html
share/doc/Thunar/html/gl/support.html
share/doc/Thunar/html/gl/the-file-manager-window.html
share/doc/Thunar/html/gl/using-removable-media.html
share/doc/Thunar/html/gl/working-with-files-and-folders.html
share/doc/Thunar/html/it/
share/doc/Thunar/html/it/advanced-topics.html
share/doc/Thunar/html/it/copyright.html
share/doc/Thunar/html/it/customizing-thunar.html
share/doc/Thunar/html/it/faq.html
share/doc/Thunar/html/it/images/
share/doc/Thunar/html/it/images/bulk-rename.png
share/doc/Thunar/html/it/images/file-manager-window.png
share/doc/Thunar/html/it/images/file-properties.png
share/doc/Thunar/html/it/images/preferences-advanced.png
share/doc/Thunar/html/it/images/preferences-behavior.png
share/doc/Thunar/html/it/images/preferences-side-pane.png
share/doc/Thunar/html/it/images/preferences-views.png
share/doc/Thunar/html/it/images/removable-drives-and-media.png
share/doc/Thunar/html/it/images/removable-media-unmount.png
share/doc/Thunar/html/it/images/sendto-menu.png
share/doc/Thunar/html/it/images/visible-columns.png
share/doc/Thunar/html/it/index.html
share/doc/Thunar/html/it/preferences.html
share/doc/Thunar/html/it/support.html
share/doc/Thunar/html/it/the-file-manager-window.html
share/doc/Thunar/html/it/using-removable-media.html
share/doc/Thunar/html/it/working-with-files-and-folders.html
share/doc/Thunar/html/ja/
share/doc/Thunar/html/ja/advanced-topics.html
share/doc/Thunar/html/ja/copyright.html
@ -445,21 +502,15 @@ share/locale/lv/LC_MESSAGES/Thunar.mo
share/locale/mk/
share/locale/mk/LC_MESSAGES/
share/locale/mk/LC_MESSAGES/Thunar.mo
share/locale/nb_NO/
share/locale/nb_NO/LC_MESSAGES/
share/locale/nb_NO/LC_MESSAGES/Thunar.mo
share/locale/nb/LC_MESSAGES/Thunar.mo
share/locale/nl/LC_MESSAGES/Thunar.mo
share/locale/nn_NO/
share/locale/nn_NO/LC_MESSAGES/
share/locale/nn_NO/LC_MESSAGES/Thunar.mo
share/locale/nn/LC_MESSAGES/Thunar.mo
share/locale/pa/
share/locale/pa/LC_MESSAGES/
share/locale/pa/LC_MESSAGES/Thunar.mo
share/locale/pl/LC_MESSAGES/Thunar.mo
share/locale/pt/LC_MESSAGES/Thunar.mo
share/locale/pt_BR/LC_MESSAGES/Thunar.mo
share/locale/pt_PT/
share/locale/pt_PT/LC_MESSAGES/
share/locale/pt_PT/LC_MESSAGES/Thunar.mo
share/locale/ro/LC_MESSAGES/Thunar.mo
share/locale/ru/LC_MESSAGES/Thunar.mo
share/locale/sk/LC_MESSAGES/Thunar.mo