mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
LXDE Common files including icon-theme, startup and logout
scripts for lxde. WWW: http://lxde.org/ PR: ports/131465 Submitted by: Daniel Walter <sahne@0x90.at>
This commit is contained in:
parent
6b5d678bf3
commit
201b89b45f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231372
7 changed files with 6319 additions and 0 deletions
|
@ -392,6 +392,7 @@
|
|||
SUBDIR += loop
|
||||
SUBDIR += lr
|
||||
SUBDIR += lv
|
||||
SUBDIR += lxde-common
|
||||
SUBDIR += magicpoint
|
||||
SUBDIR += man.el
|
||||
SUBDIR += mbuffer
|
||||
|
|
38
misc/lxde-common/Makefile
Normal file
38
misc/lxde-common/Makefile
Normal file
|
@ -0,0 +1,38 @@
|
|||
# New ports collection makefile for: lxde-common
|
||||
# Date created: 2009/02/03
|
||||
# Whom: sahne
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= lxde-common
|
||||
PORTVERSION= 0.3.2.1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= lxde
|
||||
|
||||
MAINTAINER= sahne@0x90.at
|
||||
COMMENT= LXDE Common files
|
||||
|
||||
USE_BZIP2= YES
|
||||
USE_GNOME= gtk20
|
||||
USE_GMAKE= yes
|
||||
USE_ICONV= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
GMSGFMT="${LOCALBASE}/bin/msgfmt" \
|
||||
--with-xsession-path=${PREFIX}/share/xsessions
|
||||
|
||||
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
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/lxde-common/distinfo
Normal file
3
misc/lxde-common/distinfo
Normal file
|
@ -0,0 +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
|
14
misc/lxde-common/files/patch-Makefile-in
Normal file
14
misc/lxde-common/files/patch-Makefile-in
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- 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 = \
|
11
misc/lxde-common/files/patch-icon-theme-Makefile
Normal file
11
misc/lxde-common/files/patch-icon-theme-Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- 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
|
4
misc/lxde-common/pkg-descr
Normal file
4
misc/lxde-common/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
LXDE Common files including icon-theme, startup and logout
|
||||
scripts for lxde.
|
||||
|
||||
WWW: http://lxde.org/
|
6248
misc/lxde-common/pkg-plist
Normal file
6248
misc/lxde-common/pkg-plist
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue