FreeBSD Bugzilla – Attachment 187423 Details for
Bug 223211
devel/libqtxdg: Update to 3.1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to update devel/libqtxdg
libqtxdg.diff (text/plain), 3.03 KB, created by
Olivier Duchateau
on 2017-10-24 13:26:05 UTC
(
hide
)
Description:
Patch to update devel/libqtxdg
Filename:
MIME Type:
Creator:
Olivier Duchateau
Created:
2017-10-24 13:26:05 UTC
Size:
3.03 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (révision 452766) >+++ Makefile (copie de travail) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= libqtxdg >-PORTVERSION= 2.0.0 >-PORTREVISION= 3 >+PORTVERSION= 3.1.0 > CATEGORIES= devel > MASTER_SITES= LXQT/${PORTNAME} > >Index: distinfo >=================================================================== >--- distinfo (révision 452766) >+++ distinfo (copie de travail) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1474119308 >-SHA256 (lxqt/libqtxdg-2.0.0.tar.xz) = 8c89ebaa3c0ee946f9048828e064c1c510c5639779a7688ed0b240307645dbcb >-SIZE (lxqt/libqtxdg-2.0.0.tar.xz) = 62404 >+TIMESTAMP = 1508752041 >+SHA256 (lxqt/libqtxdg-3.1.0.tar.xz) = 0ee1a4684b782e34950c55dc06df1b4ef2dc3d9b3562a512de004191c18a2e08 >+SIZE (lxqt/libqtxdg-3.1.0.tar.xz) = 66680 >Index: files/patch-qtxdg_xdgdirs.cpp >=================================================================== >--- files/patch-qtxdg_xdgdirs.cpp (révision 452766) >+++ files/patch-qtxdg_xdgdirs.cpp (nonexistent) >@@ -1,15 +0,0 @@ >---- qtxdg/xdgdirs.cpp.orig 2016-09-17 12:06:08 UTC >-+++ qtxdg/xdgdirs.cpp >-@@ -178,9 +178,11 @@ bool XdgDirs::setUserDir(XdgDirs::UserDi >- if (dir < XdgDirs::Desktop || dir > XdgDirs::Videos) >- return false; >- >-+ const QString home = QFile::decodeName(qgetenv("HOME")); >- if (!(value.startsWith(QLatin1String("$HOME")) >- || value.startsWith(QLatin1String("~/")) >-- || value.startsWith(QFile::decodeName(qgetenv("HOME"))))) >-+ || value.startsWith(home) >-+ || value.startsWith(QDir(home).canonicalPath()))) >- return false; >- >- QString folderName = userDirectoryString[dir]; > >Modification de propriétés sur files/patch-qtxdg_xdgdirs.cpp >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: pkg-descr >=================================================================== >--- pkg-descr (révision 452766) >+++ pkg-descr (copie de travail) >@@ -1,3 +1,3 @@ > libqtxdg is an Qt implementation of freedesktop.org xdg specifications. > >-WWW: http://lxqt.org/ >+WWW: https://github.com/lxde/libqtxdg >Index: pkg-plist >=================================================================== >--- pkg-plist (révision 452766) >+++ pkg-plist (copie de travail) >@@ -20,11 +20,12 @@ > include/qt5xdgiconloader/%%VERSION%%/private/xdgiconloader/xdgiconloader_p.h > include/qt5xdgiconloader/xdgiconloader_export.h > lib/libQt5Xdg.so >-lib/libQt5Xdg.so.2 >+lib/libQt5Xdg.so.3 > lib/libQt5Xdg.so.%%VERSION%% > lib/libQt5XdgIconLoader.so >-lib/libQt5XdgIconLoader.so.2 >+lib/libQt5XdgIconLoader.so.3 > lib/libQt5XdgIconLoader.so.%%VERSION%% >+%%QT_PLUGINDIR%%/iconengines/libQt5XdgIconPlugin.so > libdata/pkgconfig/Qt5Xdg.pc > libdata/pkgconfig/Qt5XdgIconLoader.pc > share/cmake/qt5xdg/qt5xdg-config-version.cmake
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 223211
: 187423