Update to lumina-0.9.0.1.
based on a submission from Bryan Everly
This commit is contained in:
parent
26f227e725
commit
6f5a2917ab
@ -1,11 +1,16 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.4 2016/02/27 12:41:11 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.5 2016/06/22 09:54:45 ajacoutot Exp $
|
||||
|
||||
V= 0.8.8
|
||||
GH_ACCOUNT= pcbsd
|
||||
V= 0.9.0
|
||||
GH_ACCOUNT= trueos
|
||||
GH_TAGNAME= v${V}-Release
|
||||
DISTNAME= ${GH_PROJECT}-${V}
|
||||
HOMEPAGE= http://lumina-desktop.org/
|
||||
|
||||
.if defined(PATCHSET)
|
||||
GH_TAGNAME= v${V}-Release-p${PATCHSET}
|
||||
DISTNAME= ${GH_PROJECT}-${V}.${PATCHSET}
|
||||
.endif
|
||||
|
||||
CATEGORIES ?= x11 x11/lumina
|
||||
|
||||
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (lumina-i18n-0.8.8.tar.gz) = TEoix2HR6jHeZcESz6XVeRUV5ZkbuHl4SPEoUnWwmWc=
|
||||
SIZE (lumina-i18n-0.8.8.tar.gz) = 1210361
|
||||
SHA256 (lumina-i18n-0.9.0.tar.gz) = 4xT8TAGKva1iuWS7bmhJl/CUaAnJWaBjppQA63pCwEM=
|
||||
SIZE (lumina-i18n-0.9.0.tar.gz) = 1293523
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2016/02/27 12:41:25 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2016/06/22 09:54:45 ajacoutot Exp $
|
||||
|
||||
COMMENT= Lumina Desktop Environment
|
||||
|
||||
GH_PROJECT= lumina
|
||||
PATCHSET= 1
|
||||
|
||||
SHARED_LIBS += LuminaUtils 1.0 # 1.0
|
||||
|
||||
@ -24,12 +25,12 @@ MAKE_FLAGS= LIBLuminaUtils_VERSION=${LIBLuminaUtils_VERSION}
|
||||
FAKE_FLAGS= INSTALL_ROOT=${DESTDIR}
|
||||
|
||||
pre-configure:
|
||||
perl -pi -e 's,/usr/local,${LOCALBASE},g' \
|
||||
${WRKSRC}/libLumina/LuminaXDG.cpp \
|
||||
${WRKSRC}/lumina-config/mainUI.cpp \
|
||||
${WRKSRC}/lumina-desktop/SettingsMenu.cpp
|
||||
perl -pi -e 's,/etc/luminaDesktop.conf,${SYSCONFDIR}/luminaDesktop.conf,g' \
|
||||
${WRKSRC}/libLumina/LuminaUtils.cpp
|
||||
sed -i 's,/usr/local,${LOCALBASE},g' \
|
||||
${WRKSRC}/src-qt5/core/libLumina/LuminaXDG.cpp \
|
||||
${WRKSRC}/src-qt5/core-utils/lumina-config/mainUI.cpp \
|
||||
${WRKSRC}/src-qt5/core/lumina-desktop/SettingsMenu.cpp
|
||||
sed -i 's,/etc/luminaDesktop.conf,${SYSCONFDIR}/luminaDesktop.conf,g' \
|
||||
${WRKSRC}/src-qt5/core/libLumina/LuminaUtils.cpp
|
||||
|
||||
do-configure:
|
||||
cd ${WRKSRC} && ${LOCALBASE}/bin/qmake-qt5 CONFIG+="configure NO_I18N"
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (lumina-0.8.8.tar.gz) = paPMRSkHhEvVxSummaZchD87mGBYPBiRF+Sy3GQqIUI=
|
||||
SIZE (lumina-0.8.8.tar.gz) = 35770958
|
||||
SHA256 (lumina-0.9.0.1.tar.gz) = YER7JESQebXlva3uOA+TBTVFXcSwXe7AMi9PGsENduA=
|
||||
SIZE (lumina-0.9.0.1.tar.gz) = 53810841
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2016/02/27 12:41:25 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2016/06/22 09:54:45 ajacoutot Exp $
|
||||
@pkgpath x11/lumina
|
||||
@bin bin/Lumina-DE
|
||||
@bin bin/lumina-config
|
||||
@ -8,7 +8,9 @@
|
||||
@bin bin/lumina-open
|
||||
@bin bin/lumina-screenshot
|
||||
@bin bin/lumina-search
|
||||
@bin bin/lumina-textedit
|
||||
@bin bin/lumina-xconfig
|
||||
@bin bin/start-lumina-desktop
|
||||
include/LuminaOS.h
|
||||
include/LuminaSingleApplication.h
|
||||
include/LuminaThemes.h
|
||||
@ -35,8 +37,6 @@ share/Lumina-DE/desktop-background.jpg
|
||||
share/Lumina-DE/fluxbox-init-rc
|
||||
share/Lumina-DE/fluxbox-keys
|
||||
share/Lumina-DE/luminaDesktop.conf
|
||||
share/Lumina-DE/quickplugins/
|
||||
share/Lumina-DE/quickplugins/quick-sample.qml
|
||||
share/Lumina-DE/themes/
|
||||
share/Lumina-DE/themes/Lumina-default.qss.template
|
||||
share/Lumina-DE/themes/None.qss.template
|
||||
@ -45,15 +45,19 @@ share/applications/lumina-info.desktop
|
||||
share/applications/lumina-screenshot.desktop
|
||||
share/applications/lumina-search.desktop
|
||||
share/applications/lumina-support.desktop
|
||||
share/applications/lumina-textedit.desktop
|
||||
share/examples/lumina/
|
||||
share/examples/lumina/luminaDesktop.conf.dist
|
||||
@sample ${SYSCONFDIR}/luminaDesktop.conf
|
||||
share/pixmaps/Insight-FileManager.png
|
||||
share/pixmaps/Lumina-DE.png
|
||||
share/wallpapers/
|
||||
share/wallpapers/Lumina-DE/
|
||||
share/wallpapers/Lumina-DE/Lumina_Wispy_blue-grey-zoom.jpg
|
||||
share/wallpapers/Lumina-DE/Lumina_Wispy_blue-grey.jpg
|
||||
share/wallpapers/Lumina-DE/Lumina_Wispy_gold.jpg
|
||||
share/wallpapers/Lumina-DE/Lumina_Wispy_green.jpg
|
||||
share/wallpapers/Lumina-DE/Lumina_Wispy_grey-blue-zoom.jpg
|
||||
share/wallpapers/Lumina-DE/Lumina_Wispy_grey-blue.jpg
|
||||
share/wallpapers/Lumina-DE/Lumina_Wispy_purple.jpg
|
||||
share/wallpapers/Lumina-DE/Lumina_Wispy_red.jpg
|
||||
share/xsessions/
|
||||
|
Loading…
x
Reference in New Issue
Block a user