- update to xfe-0.99
ok simon@
This commit is contained in:
parent
3d9e8a9c7a
commit
36ee3c2e56
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2007/02/27 17:06:46 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2007/03/16 10:49:27 ajacoutot Exp $
|
||||
|
||||
COMMENT= "MS-Explorer like file manager for X"
|
||||
|
||||
DISTNAME= xfe-0.98.2
|
||||
DISTNAME= xfe-0.99
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= http://roland65.free.fr/xfe/
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xfe-0.98.2.tar.gz) = 427b7e398dffb8fcbd420b87e445c06a
|
||||
RMD160 (xfe-0.98.2.tar.gz) = 80793a215cfc6d47e0730e82ab8a8f7bbec45eab
|
||||
SHA1 (xfe-0.98.2.tar.gz) = 25a2bb0069132e840c989d8f9a1c289c974399c3
|
||||
SHA256 (xfe-0.98.2.tar.gz) = 327641d97329d15cc258fe8011ec93cd17c7c00ef49f091e216de04bc538050d
|
||||
SIZE (xfe-0.98.2.tar.gz) = 2161991
|
||||
MD5 (xfe-0.99.tar.gz) = fb3513a328eec1b38e0d5b2208b42d78
|
||||
RMD160 (xfe-0.99.tar.gz) = 6e187be524a12ecd07924453d099968391a7baae
|
||||
SHA1 (xfe-0.99.tar.gz) = 60707a6751e3d3290d307e184b82e1079a9a0174
|
||||
SHA256 (xfe-0.99.tar.gz) = a019f044a7d9e3342f068608e14419c3b1b0ae7a0585d23ebee812525587a59c
|
||||
SIZE (xfe-0.99.tar.gz) = 2230460
|
||||
|
@ -1,18 +1,18 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1 2007/02/27 17:06:47 ajacoutot Exp $
|
||||
--- Makefile.in.orig Tue Feb 20 18:06:30 2007
|
||||
+++ Makefile.in Tue Feb 27 17:55:12 2007
|
||||
@@ -314,12 +314,11 @@ uninstall-iconDATA:
|
||||
rcDATA_INSTALL = $(INSTALL_DATA)
|
||||
$OpenBSD: patch-Makefile_in,v 1.2 2007/03/16 10:49:27 ajacoutot Exp $
|
||||
--- Makefile.in.orig Fri Mar 9 14:41:39 2007
|
||||
+++ Makefile.in Tue Mar 13 10:37:50 2007
|
||||
@@ -368,12 +368,11 @@ uninstall-iconDATA:
|
||||
done
|
||||
install-rcDATA: $(rc_DATA)
|
||||
@$(NORMAL_INSTALL)
|
||||
- $(mkinstalldirs) $(DESTDIR)$(rcdir)
|
||||
- test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
|
||||
@list='$(rc_DATA)'; for p in $$list; do \
|
||||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||||
f="`echo $$p | sed -e 's|^.*/||'`"; \
|
||||
- echo " $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \
|
||||
- $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f; \
|
||||
+ echo " $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(prefix)/share/xfe/$$f"; \
|
||||
+ $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(prefix)/share/xfe/$$f; \
|
||||
f=$(am__strip_dir) \
|
||||
- echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
|
||||
- $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
|
||||
+ echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(prefix)/share/xfe/$$f'"; \
|
||||
+ $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)/$(prefix)/share/xfe/$$f"; \
|
||||
done
|
||||
|
||||
uninstall-rcDATA:
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2007/02/27 17:06:47 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2007/03/16 10:49:27 ajacoutot Exp $
|
||||
bin/xfe
|
||||
bin/xfi
|
||||
bin/xfq
|
||||
@ -103,6 +103,8 @@ share/xfe/icons/gnome-theme/c_32x32.png
|
||||
share/xfe/icons/gnome-theme/cc_16x16.png
|
||||
share/xfe/icons/gnome-theme/cc_32x32.png
|
||||
share/xfe/icons/gnome-theme/cdrom.png
|
||||
share/xfe/icons/gnome-theme/chm_16x16.png
|
||||
share/xfe/icons/gnome-theme/chm_32x32.png
|
||||
share/xfe/icons/gnome-theme/class_16x16.png
|
||||
share/xfe/icons/gnome-theme/class_32x32.png
|
||||
share/xfe/icons/gnome-theme/closefile.png
|
||||
@ -274,7 +276,6 @@ share/xfe/icons/gnome-theme/showthumb.png
|
||||
share/xfe/icons/gnome-theme/smallicons.png
|
||||
share/xfe/icons/gnome-theme/so_16x16.png
|
||||
share/xfe/icons/gnome-theme/so_32x32.png
|
||||
share/xfe/icons/gnome-theme/sort.png
|
||||
share/xfe/icons/gnome-theme/sound_16x16.png
|
||||
share/xfe/icons/gnome-theme/sound_32x32.png
|
||||
share/xfe/icons/gnome-theme/svg_16x16.png
|
||||
@ -390,6 +391,8 @@ share/xfe/icons/gnomeblue-theme/c_32x32.png
|
||||
share/xfe/icons/gnomeblue-theme/cc_16x16.png
|
||||
share/xfe/icons/gnomeblue-theme/cc_32x32.png
|
||||
share/xfe/icons/gnomeblue-theme/cdrom.png
|
||||
share/xfe/icons/gnomeblue-theme/chm_16x16.png
|
||||
share/xfe/icons/gnomeblue-theme/chm_32x32.png
|
||||
share/xfe/icons/gnomeblue-theme/class_16x16.png
|
||||
share/xfe/icons/gnomeblue-theme/class_32x32.png
|
||||
share/xfe/icons/gnomeblue-theme/closefile.png
|
||||
@ -561,7 +564,6 @@ share/xfe/icons/gnomeblue-theme/showthumb.png
|
||||
share/xfe/icons/gnomeblue-theme/smallicons.png
|
||||
share/xfe/icons/gnomeblue-theme/so_16x16.png
|
||||
share/xfe/icons/gnomeblue-theme/so_32x32.png
|
||||
share/xfe/icons/gnomeblue-theme/sort.png
|
||||
share/xfe/icons/gnomeblue-theme/sound_16x16.png
|
||||
share/xfe/icons/gnomeblue-theme/sound_32x32.png
|
||||
share/xfe/icons/gnomeblue-theme/svg_16x16.png
|
||||
@ -678,6 +680,8 @@ share/xfe/icons/windows-theme/c_32x32.png
|
||||
share/xfe/icons/windows-theme/cc_16x16.png
|
||||
share/xfe/icons/windows-theme/cc_32x32.png
|
||||
share/xfe/icons/windows-theme/cdrom.png
|
||||
share/xfe/icons/windows-theme/chm_16x16.png
|
||||
share/xfe/icons/windows-theme/chm_32x32.png
|
||||
share/xfe/icons/windows-theme/class_16x16.png
|
||||
share/xfe/icons/windows-theme/class_32x32.png
|
||||
share/xfe/icons/windows-theme/closefile.png
|
||||
@ -849,7 +853,6 @@ share/xfe/icons/windows-theme/showthumb.png
|
||||
share/xfe/icons/windows-theme/smallicons.png
|
||||
share/xfe/icons/windows-theme/so_16x16.png
|
||||
share/xfe/icons/windows-theme/so_32x32.png
|
||||
share/xfe/icons/windows-theme/sort.png
|
||||
share/xfe/icons/windows-theme/sound_16x16.png
|
||||
share/xfe/icons/windows-theme/sound_32x32.png
|
||||
share/xfe/icons/windows-theme/svg_16x16.png
|
||||
@ -965,6 +968,8 @@ share/xfe/icons/xfce-theme/c_32x32.png
|
||||
share/xfe/icons/xfce-theme/cc_16x16.png
|
||||
share/xfe/icons/xfce-theme/cc_32x32.png
|
||||
share/xfe/icons/xfce-theme/cdrom.png
|
||||
share/xfe/icons/xfce-theme/chm_16x16.png
|
||||
share/xfe/icons/xfce-theme/chm_32x32.png
|
||||
share/xfe/icons/xfce-theme/class_16x16.png
|
||||
share/xfe/icons/xfce-theme/class_32x32.png
|
||||
share/xfe/icons/xfce-theme/closefile.png
|
||||
@ -1137,7 +1142,6 @@ share/xfe/icons/xfce-theme/showthumb.png
|
||||
share/xfe/icons/xfce-theme/smallicons.png
|
||||
share/xfe/icons/xfce-theme/so_16x16.png
|
||||
share/xfe/icons/xfce-theme/so_32x32.png
|
||||
share/xfe/icons/xfce-theme/sort.png
|
||||
share/xfe/icons/xfce-theme/sound_16x16.png
|
||||
share/xfe/icons/xfce-theme/sound_32x32.png
|
||||
share/xfe/icons/xfce-theme/svg_16x16.png
|
||||
@ -1253,6 +1257,8 @@ share/xfe/icons/xfe-theme/c_32x32.png
|
||||
share/xfe/icons/xfe-theme/cc_16x16.png
|
||||
share/xfe/icons/xfe-theme/cc_32x32.png
|
||||
share/xfe/icons/xfe-theme/cdrom.png
|
||||
share/xfe/icons/xfe-theme/chm_16x16.png
|
||||
share/xfe/icons/xfe-theme/chm_32x32.png
|
||||
share/xfe/icons/xfe-theme/class_16x16.png
|
||||
share/xfe/icons/xfe-theme/class_32x32.png
|
||||
share/xfe/icons/xfe-theme/closefile.png
|
||||
@ -1318,7 +1324,6 @@ share/xfe/icons/xfe-theme/hidethumb.png
|
||||
share/xfe/icons/xfe-theme/home.png
|
||||
share/xfe/icons/xfe-theme/html_16x16.png
|
||||
share/xfe/icons/xfe-theme/html_32x32.png
|
||||
share/xfe/icons/xfe-theme/indent.png
|
||||
share/xfe/icons/xfe-theme/info_16x16.png
|
||||
share/xfe/icons/xfe-theme/info_32x32.png
|
||||
share/xfe/icons/xfe-theme/infobig.png
|
||||
@ -1426,7 +1431,6 @@ share/xfe/icons/xfe-theme/showthumb.png
|
||||
share/xfe/icons/xfe-theme/smallicons.png
|
||||
share/xfe/icons/xfe-theme/so_16x16.png
|
||||
share/xfe/icons/xfe-theme/so_32x32.png
|
||||
share/xfe/icons/xfe-theme/sort.png
|
||||
share/xfe/icons/xfe-theme/sound_16x16.png
|
||||
share/xfe/icons/xfe-theme/sound_32x32.png
|
||||
share/xfe/icons/xfe-theme/svg_16x16.png
|
||||
@ -1458,7 +1462,6 @@ share/xfe/icons/xfe-theme/tif_32x32.png
|
||||
share/xfe/icons/xfe-theme/totrash.png
|
||||
share/xfe/icons/xfe-theme/trash_full.png
|
||||
share/xfe/icons/xfe-theme/trash_full_big.png
|
||||
share/xfe/icons/xfe-theme/tree.png
|
||||
share/xfe/icons/xfe-theme/treeonepanel.png
|
||||
share/xfe/icons/xfe-theme/treetwopanels.png
|
||||
share/xfe/icons/xfe-theme/twopanels.png
|
||||
|
Loading…
Reference in New Issue
Block a user