Update to xfce-3.8.16; from new maintainer Jim Geovedi <jim@corebsd.or.id>
This commit is contained in:
parent
80e8d68a92
commit
2c028d9a97
@ -1,25 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2002/05/15 18:05:19 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2002/08/26 02:30:24 pvalchev Exp $
|
||||
|
||||
COMMENT= "CDE like desktop with Gtk"
|
||||
|
||||
DISTNAME= xfce-3.8.14
|
||||
DISTNAME= xfce-3.8.16
|
||||
CATEGORIES= x11
|
||||
NEED_VERSION= 1.500
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xfce/}
|
||||
|
||||
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
|
||||
HOMEPAGE= http://www.xfce.org/
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xfce/}
|
||||
|
||||
LIB_DEPENDS= gtk.1::x11/gtk+ \
|
||||
gdk_pixbuf.2::graphics/gdk-pixbuf \
|
||||
audiofile::devel/libaudiofile \
|
||||
xml2::textproc/libxml
|
||||
RUN_DEPENDS= ::audio/sox
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
USE_X11= Yes
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ARGS= --disable-arts \
|
||||
@ -31,6 +32,7 @@ CONFIGURE_ARGS= --disable-arts \
|
||||
--with-data-dir="${PREFIX}/share/xfce" \
|
||||
--with-libiconv-prefix="${LOCALBASE}" \
|
||||
--with-locale-dir="${PREFIX}/share/locale" \
|
||||
--with-xpm="${X11BASE}"
|
||||
--with-xpm="${X11BASE}" \
|
||||
--enable-xft=yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (xfce-3.8.14.tar.gz) = e92f08aa1aa404d3246cfb21cc9a237e
|
||||
RMD160 (xfce-3.8.14.tar.gz) = 36a7831a0067f62dc5d8597aa56b77b4d7ae3b31
|
||||
SHA1 (xfce-3.8.14.tar.gz) = 29970b93ff5708f39b1ebb0bd34101220a5401de
|
||||
MD5 (xfce-3.8.16.tar.gz) = e73dba58bb04eb1facc682b308a422b3
|
||||
RMD160 (xfce-3.8.16.tar.gz) = 76c4c9bc1085b5cc8985ee52f90190b5da61b409
|
||||
SHA1 (xfce-3.8.16.tar.gz) = 48bc15d64754ea7fb8664731b38d1ff06c971def
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure_in,v 1.1 2002/03/24 01:20:39 brad Exp $
|
||||
--- configure.in.orig Sun Jan 20 09:35:07 2002
|
||||
+++ configure.in Sat Mar 23 20:11:55 2002
|
||||
@@ -63,7 +63,7 @@ AC_LINK_FILES($nls_cv_header_libgt, $nls
|
||||
$OpenBSD: patch-configure_in,v 1.2 2002/08/26 02:30:24 pvalchev Exp $
|
||||
--- configure.in.orig Tue Apr 16 03:48:18 2002
|
||||
+++ configure.in Thu Aug 22 02:16:05 2002
|
||||
@@ -71,7 +71,7 @@ AC_LINK_FILES($nls_cv_header_libgt, $nls
|
||||
AC_CHECK_HEADERS(ctype.h)
|
||||
AC_CHECK_HEADERS(unistd.h string.h getopt.h)
|
||||
AC_CHECK_HEADERS(fcntl.h)
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-configure_in,v 1.1 2002/03/24 01:20:39 brad Exp $
|
||||
AC_HEADER_STAT
|
||||
AC_HEADER_DIRENT
|
||||
AC_C_CONST
|
||||
@@ -109,6 +109,12 @@ AC_ARG_WITH(xpm,
|
||||
@@ -126,6 +126,12 @@ AC_ARG_WITH(xpm,
|
||||
|
||||
AC_CHECK_LIB(Xpm, XpmReadFileToXpmImage, ,
|
||||
AC_MSG_ERROR(libXpm not found), $X_PRE_LIBS -lX11 $X_LIBS $X_EXTRA_LIBS)
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-other_xinitrc_in,v 1.1 2002/03/30 01:27:41 brad Exp $
|
||||
--- other/xinitrc.in.orig Wed Mar 27 21:28:58 2002
|
||||
+++ other/xinitrc.in Wed Mar 27 21:29:20 2002
|
||||
@@ -33,7 +33,7 @@ fi
|
||||
$OpenBSD: patch-other_xinitrc_in,v 1.2 2002/08/26 02:30:24 pvalchev Exp $
|
||||
--- other/xinitrc.in.orig Wed Mar 20 16:26:18 2002
|
||||
+++ other/xinitrc.in Thu Aug 22 02:16:38 2002
|
||||
@@ -41,7 +41,7 @@ fi
|
||||
# fi
|
||||
|
||||
# Launch xscreensaver (if available)
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-xfsound_xfdsp_h,v 1.1 2002/03/24 01:20:39 brad Exp $
|
||||
--- xfsound/xfdsp.h.orig Wed Sep 12 09:07:41 2001
|
||||
+++ xfsound/xfdsp.h Sat Mar 23 20:11:56 2002
|
||||
$OpenBSD: patch-xfsound_xfdsp_h,v 1.2 2002/08/26 02:30:24 pvalchev Exp $
|
||||
--- xfsound/xfdsp.h.orig Mon Mar 25 15:59:16 2002
|
||||
+++ xfsound/xfdsp.h Thu Aug 22 02:20:53 2002
|
||||
@@ -22,7 +22,13 @@
|
||||
|
||||
#define XF_IND 1
|
||||
@ -12,6 +12,6 @@ $OpenBSD: patch-xfsound_xfdsp_h,v 1.1 2002/03/24 01:20:39 brad Exp $
|
||||
#define DSP_NAME "/dev/dsp"
|
||||
+#endif
|
||||
+
|
||||
#define ARTSD_CMD "exec artsd"
|
||||
#define ARTSD_CMD "exec artswrapper"
|
||||
|
||||
typedef int ST_CONFIG[3];
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2002/03/30 01:27:41 brad Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2002/08/26 02:30:24 pvalchev Exp $
|
||||
bin/CDE2Xfcepal
|
||||
bin/glob
|
||||
bin/startxfce
|
||||
@ -22,6 +22,7 @@ bin/xfplay
|
||||
bin/xfprint
|
||||
bin/xfrun
|
||||
bin/xfsamba
|
||||
bin/xfskin
|
||||
bin/xfsound
|
||||
bin/xfterm
|
||||
bin/xftrash
|
||||
@ -68,12 +69,14 @@ man/man1/xfmouse.1
|
||||
man/man1/xfpager.1
|
||||
man/man1/xfprint.1
|
||||
man/man1/xfrun.1
|
||||
man/man1/xfskin.1
|
||||
man/man1/xfsound.1
|
||||
man/man1/xfterm.1
|
||||
man/man1/xftrash.1
|
||||
man/man1/xftree.1
|
||||
man/man1/xfumed.1
|
||||
man/man1/xfwm.1
|
||||
share/locale/bg/LC_MESSAGES/xfce.mo
|
||||
share/locale/ca/LC_MESSAGES/xfce.mo
|
||||
share/locale/cs/LC_MESSAGES/xfce.mo
|
||||
share/locale/da/LC_MESSAGES/xfce.mo
|
||||
@ -87,6 +90,7 @@ share/locale/gl/LC_MESSAGES/xfce.mo
|
||||
share/locale/hu/LC_MESSAGES/xfce.mo
|
||||
share/locale/it/LC_MESSAGES/xfce.mo
|
||||
share/locale/ja/LC_MESSAGES/xfce.mo
|
||||
share/locale/ms/LC_MESSAGES/xfce.mo
|
||||
share/locale/nl/LC_MESSAGES/xfce.mo
|
||||
share/locale/pl/LC_MESSAGES/xfce.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/xfce.mo
|
||||
@ -154,7 +158,7 @@ share/xfce/backdrops/Linea.xpm
|
||||
share/xfce/backdrops/Marbled.xpm
|
||||
share/xfce/backdrops/Master-Plan.jpg
|
||||
share/xfce/backdrops/Maze.xpm
|
||||
share/xfce/backdrops/MiceBlue.jpg
|
||||
share/xfce/backdrops/Metal-blue.jpg
|
||||
share/xfce/backdrops/Nebula.xpm
|
||||
share/xfce/backdrops/Notes.xpm
|
||||
share/xfce/backdrops/Overdriven.jpg
|
||||
@ -445,7 +449,9 @@ share/xfce/icons/X_server.xpm
|
||||
share/xfce/icons/Xmix.xpm
|
||||
share/xfce/icons/Xterm.xpm
|
||||
share/xfce/icons/Xv.xpm
|
||||
share/xfce/icons/playball.xpm
|
||||
share/xfce/icons/xfsamba.xpm
|
||||
share/xfce/icons/xfskin.xpm
|
||||
share/xfce/palettes/Alpine
|
||||
share/xfce/palettes/Altxfce
|
||||
share/xfce/palettes/Altxfce2
|
||||
@ -466,7 +472,9 @@ share/xfce/palettes/BlueX3
|
||||
share/xfce/palettes/BlueX4
|
||||
share/xfce/palettes/Bronze
|
||||
share/xfce/palettes/Bronze2
|
||||
share/xfce/palettes/Cadmium
|
||||
share/xfce/palettes/CandyBox
|
||||
share/xfce/palettes/CandyBox2
|
||||
share/xfce/palettes/Cheese
|
||||
share/xfce/palettes/Chrome
|
||||
share/xfce/palettes/Citrouille
|
||||
@ -476,6 +484,7 @@ share/xfce/palettes/Clinky
|
||||
share/xfce/palettes/Craters
|
||||
share/xfce/palettes/DarkMetal
|
||||
share/xfce/palettes/Default
|
||||
share/xfce/palettes/DefaultTextured
|
||||
share/xfce/palettes/Defcon
|
||||
share/xfce/palettes/Desert
|
||||
share/xfce/palettes/Dolly
|
||||
@ -492,6 +501,7 @@ share/xfce/palettes/Grayscale
|
||||
share/xfce/palettes/GreenIron
|
||||
share/xfce/palettes/GreySlate
|
||||
share/xfce/palettes/Ground
|
||||
share/xfce/palettes/GtkXfce
|
||||
share/xfce/palettes/Helice
|
||||
share/xfce/palettes/HiContrast
|
||||
share/xfce/palettes/HiTech
|
||||
@ -499,6 +509,9 @@ share/xfce/palettes/HiTech2
|
||||
share/xfce/palettes/Iceland
|
||||
share/xfce/palettes/Jazza
|
||||
share/xfce/palettes/Jazza2
|
||||
share/xfce/palettes/KDE
|
||||
share/xfce/palettes/KStyle2
|
||||
share/xfce/palettes/KXfce
|
||||
share/xfce/palettes/Kdetheme
|
||||
share/xfce/palettes/LightBulb
|
||||
share/xfce/palettes/LightBulb2
|
||||
@ -513,6 +526,7 @@ share/xfce/palettes/Metal
|
||||
share/xfce/palettes/Military
|
||||
share/xfce/palettes/Modern
|
||||
share/xfce/palettes/Modern2
|
||||
share/xfce/palettes/Monkey
|
||||
share/xfce/palettes/Moz9
|
||||
share/xfce/palettes/Moz9-2
|
||||
share/xfce/palettes/Nature
|
||||
@ -521,6 +535,7 @@ share/xfce/palettes/Netsy
|
||||
share/xfce/palettes/OldWood
|
||||
share/xfce/palettes/Pale
|
||||
share/xfce/palettes/Paper
|
||||
share/xfce/palettes/Pelgrim
|
||||
share/xfce/palettes/Pinky
|
||||
share/xfce/palettes/Plum
|
||||
share/xfce/palettes/Power
|
||||
@ -532,6 +547,7 @@ share/xfce/palettes/Quartz
|
||||
share/xfce/palettes/Reader
|
||||
share/xfce/palettes/Salmon
|
||||
share/xfce/palettes/Salmon2
|
||||
share/xfce/palettes/SaltLake
|
||||
share/xfce/palettes/Sand
|
||||
share/xfce/palettes/Silver
|
||||
share/xfce/palettes/Silver2
|
||||
@ -563,6 +579,7 @@ share/xfce/palettes/Vanadium
|
||||
share/xfce/palettes/Win
|
||||
share/xfce/palettes/Win2
|
||||
share/xfce/palettes/Win3
|
||||
share/xfce/palettes/XLight
|
||||
share/xfce/palettes/Xfce-1
|
||||
share/xfce/palettes/Xfce-2
|
||||
share/xfce/sounds/alert01.wav
|
||||
|
Loading…
Reference in New Issue
Block a user