1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Update to 0.5.0

Grab maintainership while here

Approved by: Outgoing maintainer <sahne@0x90.at>
This commit is contained in:
Kris Moore 2010-09-30 14:55:31 +00:00
parent 7c51ebafe8
commit 3db2b1a49c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262179
7 changed files with 21 additions and 6264 deletions

View File

@ -6,15 +6,13 @@
#
PORTNAME= lxde-common
PORTVERSION= 0.3.2.1
PORTREVISION= 3
PORTVERSION= 0.5.0
CATEGORIES= misc
MASTER_SITES= SF/lxde/${PORTNAME}%20%28default%20config%29/LXDE%20Common%20${PORTVERSION}
MASTER_SITES= SF/lxde/${PORTNAME}%20%28default%20config%29/lxde-common%20${PORTVERSION}
MAINTAINER= sahne@0x90.at
MAINTAINER= kmoore@freebsd.org
COMMENT= LXDE Common files
USE_BZIP2= YES
USE_GNOME= gtk20
USE_GMAKE= yes
USE_ICONV= yes
@ -29,10 +27,7 @@ DATADIR= ${PREFIX}/share/lxde
INSTALLS_ICONS= YES
MAN1= startlxde.1\
lxde-logout.1
post-patch:
${RM} ${WRKSRC}/Makefile.in.orig
${RM} ${WRKSRC}/icon-theme/Makefile.in.orig
lxde-logout.1 \
openbox-lxde.1
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (lxde-common-0.3.2.1.tar.bz2) = f30eee998071ace04e7be33aa8ac6a5b
SHA256 (lxde-common-0.3.2.1.tar.bz2) = bd9e9a368affb5565b50b0b79a3d04138d10f19d55ab13c8ea3ba3e32790876e
SIZE (lxde-common-0.3.2.1.tar.bz2) = 5399890
MD5 (lxde-common-0.5.0.tar.gz) = 23606ab3d6e1039386d62a4b68b4ffc6
SHA256 (lxde-common-0.5.0.tar.gz) = db427817070172be349709604944ba7024ac56e5c87f687b7c3f97be58a1e80a
SIZE (lxde-common-0.5.0.tar.gz) = 903916

View File

@ -1,14 +0,0 @@
--- Makefile.in 2008-04-20 13:20:49.000000000 +0200
+++ Makefile.in 2009-03-25 16:14:35.000000000 +0100
@@ -193,9 +193,9 @@
bin_SCRIPTS = startlxde lxde-logout openbox-lxde
# Currently these paths are hardcoded.
-xsessiondir = $(xsesspath)
+xsessiondir = $(xsesspath)
xsession_DATA = LXDE.desktop
-defaultsdir = /etc/xdg/lxsession/LXDE
+defaultsdir = ${prefix}/etc/xdg/lxsession/LXDE
defaults_DATA = default autostart config
wallpapersdir = $(datadir)/lxde/wallpapers
wallpapers_DATA = \

View File

@ -0,0 +1,7 @@
--- autostart.o 2010-09-24 13:12:31.995462869 -0400
+++ autostart 2010-09-24 13:12:39.608539646 -0400
@@ -1,3 +1,3 @@
@xscreensaver -no-splash
@lxpanel --profile LXDE
-@pcmanfm -d
+@pcmanfm -d --desktop

View File

@ -1,11 +0,0 @@
--- icon-theme/Makefile.in 2008-04-20 13:20:48.000000000 +0200
+++ icon-theme/Makefile.in 2009-02-10 18:59:30.000000000 +0100
@@ -310,7 +310,7 @@
install-data-hook:
$(mkdir_p) $(DESTDIR)$(datadir)/icons
- cp -raf --no-preserve=ownership nuoveXT2 $(DESTDIR)$(datadir)/icons
+ cp -RpPf nuoveXT2 $(DESTDIR)$(datadir)/icons
$(LN_S) preferences-desktop.png $(DESTDIR)$(datadir)/icons/nuoveXT2/128x128/categories/xfce4-settings.png
$(LN_S) preferences-desktop.png $(DESTDIR)$(datadir)/icons/nuoveXT2/128x128/categories/gnome-settings.png
$(LN_S) preferences-desktop.png $(DESTDIR)$(datadir)/icons/nuoveXT2/128x128/categories/kcontrol.png

View File

@ -1,4 +1,3 @@
LXDE Common files including icon-theme, startup and logout
scripts for lxde.
LXDE Common files including startup and logout scripts.
WWW: http://lxde.org/

File diff suppressed because it is too large Load Diff