FreeBSD Bugzilla – Attachment 187428 Details for
Bug 223215
x11-fm/pcmanfm-qt: Update to 0.12.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to update x11-fm/pcmanfm-qt
pcmanfm-qt.diff (text/plain), 4.25 KB, created by
Olivier Duchateau
on 2017-10-24 13:49:46 UTC
(
hide
)
Description:
Patch to update x11-fm/pcmanfm-qt
Filename:
MIME Type:
Creator:
Olivier Duchateau
Created:
2017-10-24 13:49:46 UTC
Size:
4.25 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (révision 452767) >+++ Makefile (copie de travail) >@@ -2,10 +2,9 @@ > # $FreeBSD$ > > PORTNAME= pcmanfm-qt >-PORTVERSION= 0.11.3 >-PORTREVISION= 2 >+PORTVERSION= 0.12.0 > CATEGORIES= x11-fm >-MASTER_SITES= LXQT/${PORTNAME} >+MASTER_SITES= LXQT > > MAINTAINER= ports@FreeBSD.org > COMMENT= LXQt file manager >@@ -13,12 +12,14 @@ > LICENSE= GPLv2 > > LIB_DEPENDS= libmenu-cache.so:x11/menu-cache \ >- libfm.so:x11/libfm >+ libfm.so:x11/libfm \ >+ libexif.so:graphics/libexif > > USES= cmake:outsource compiler:c++11-lib desktop-file-utils \ >- gettext-runtime localbase:ldflags lxqt pkgconfig tar:xz >+ gettext-runtime localbase:ldflags lxqt pkgconfig kde:5 tar:xz > USE_QT5= buildtools_build qmake_build core dbus gui linguisttools \ > widgets x11extras >+USE_KDE= oxygen-icons5 > USE_LXQT= buildtools libfmqt > USE_GNOME= glib20 > USE_XORG= xcb >Index: distinfo >=================================================================== >--- distinfo (révision 452767) >+++ distinfo (copie de travail) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1484475882 >-SHA256 (lxqt/pcmanfm-qt-0.11.3.tar.xz) = d0273344d6fc578e05f832997dffe8d5ba6c3369a1077aa3e8ee23c6aa5b2f7f >-SIZE (lxqt/pcmanfm-qt-0.11.3.tar.xz) = 96068 >+TIMESTAMP = 1508768826 >+SHA256 (lxqt/pcmanfm-qt-0.12.0.tar.xz) = 1fa187e304217b7c2d06f0600a1eebf1d5c6e825c3132e884f7ab3a605fe76f7 >+SIZE (lxqt/pcmanfm-qt-0.12.0.tar.xz) = 100636 >Index: files/patch-config_CMakeLists.txt >=================================================================== >--- files/patch-config_CMakeLists.txt (nonexistent) >+++ files/patch-config_CMakeLists.txt (copie de travail) >@@ -0,0 +1,13 @@ >+--- config/CMakeLists.txt.orig 2017-10-21 19:42:34 UTC >++++ config/CMakeLists.txt >+@@ -1,8 +1,8 @@ >+ # install default config files to /etc/xdg >+ >+-configure_file(pcmanfm-qt/lxqt/settings.conf.in pcmanfm-qt/lxqt/settings.conf @ONLY) >++configure_file(pcmanfm-qt/lxqt/settings.conf.in pcmanfm-qt/lxqt/settings.conf.sample @ONLY) >+ install(FILES >+- "${CMAKE_CURRENT_BINARY_DIR}/pcmanfm-qt/lxqt/settings.conf" >++ "${CMAKE_CURRENT_BINARY_DIR}/pcmanfm-qt/lxqt/settings.conf.sample" >+ DESTINATION "${LXQT_ETC_XDG_DIR}/pcmanfm-qt/lxqt" >+ COMPONENT Runtime >+ ) > >Modification de propriétés sur files/patch-config_CMakeLists.txt >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-config_pcmanfm-qt_lxqt_settings.conf.in >=================================================================== >--- files/patch-config_pcmanfm-qt_lxqt_settings.conf.in (nonexistent) >+++ files/patch-config_pcmanfm-qt_lxqt_settings.conf.in (copie de travail) >@@ -0,0 +1,12 @@ >+--- config/pcmanfm-qt/lxqt/settings.conf.in.orig 2017-10-21 19:42:34 UTC >++++ config/pcmanfm-qt/lxqt/settings.conf.in >+@@ -1,8 +1,7 @@ >+ [System] >+-IconThemeName=elementary >++IconThemeName=oxygen >+ SuCommand=lxqt-sudo %s >+ TerminalCommand= >+-Archiver=file-roller >+ SIUnit=false >+ TerminalDirCommand=xterm >+ TerminalExecCommand=xterm -e %s > >Modification de propriétés sur files/patch-config_pcmanfm-qt_lxqt_settings.conf.in >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: pkg-descr >=================================================================== >--- pkg-descr (révision 452767) >+++ pkg-descr (copie de travail) >@@ -2,4 +2,4 @@ > file manager with tabbed browsing. It is the default file manager for the > lightweight desktop environment LXQt. > >-WWW: http://lxqt.org/ >+WWW: https://github.com/lxde/pcmanfm-qt >Index: pkg-plist >=================================================================== >--- pkg-plist (révision 452767) >+++ pkg-plist (copie de travail) >@@ -1,4 +1,6 @@ > bin/pcmanfm-qt >+etc/xdg/autostart/lxqt-desktop.desktop >+@sample etc/xdg/pcmanfm-qt/lxqt/settings.conf.sample > man/man1/pcmanfm-qt.1.gz > share/applications/pcmanfm-qt-desktop-pref.desktop > share/applications/pcmanfm-qt.desktop
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 223215
: 187428