mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
devel/libqtxdg: Update to 3.2.0
PR: 228509 Submitted by: Jesper Schmitz Mouridsen <jesper@schmitz.computer> (maintainer)
This commit is contained in:
parent
adb40d441e
commit
9569d092c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471008
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libqtxdg
|
||||
PORTVERSION= 3.1.0
|
||||
PORTVERSION= 3.2.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= LXQT/${PORTNAME}
|
||||
|
||||
@ -12,6 +12,7 @@ COMMENT= Qt implementation of freedesktop.org xdg specs
|
||||
LICENSE= LGPL21+
|
||||
|
||||
USES= cmake:outsource compiler:c++11-lib lxqt pkgconfig tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
USE_QT5= buildtools_build qmake_build core dbus gui svg widgets \
|
||||
xml
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1508752041
|
||||
SHA256 (lxqt/libqtxdg-3.1.0.tar.xz) = 0ee1a4684b782e34950c55dc06df1b4ef2dc3d9b3562a512de004191c18a2e08
|
||||
SIZE (lxqt/libqtxdg-3.1.0.tar.xz) = 66680
|
||||
TIMESTAMP = 1527339756
|
||||
SHA256 (lxqt/libqtxdg-3.2.0.tar.xz) = 949134060d148df2ca4515e3759ed9c6a2fa7c51eb7a2197dd0e26a32e220553
|
||||
SIZE (lxqt/libqtxdg-3.2.0.tar.xz) = 67736
|
||||
|
@ -1,24 +1,24 @@
|
||||
include/qt5xdg/XdgAction
|
||||
include/qt5xdg/XdgAutoStart
|
||||
include/qt5xdg/XdgDesktopFile
|
||||
include/qt5xdg/XdgDirs
|
||||
include/qt5xdg/XdgIcon
|
||||
include/qt5xdg/XdgMenu
|
||||
include/qt5xdg/XdgMenuWidget
|
||||
include/qt5xdg/XdgMimeType
|
||||
include/qt5xdg/XmlHelper
|
||||
include/qt5xdg/xdgaction.h
|
||||
include/qt5xdg/xdgautostart.h
|
||||
include/qt5xdg/xdgdesktopfile.h
|
||||
include/qt5xdg/xdgdirs.h
|
||||
include/qt5xdg/xdgicon.h
|
||||
include/qt5xdg/xdgmacros.h
|
||||
include/qt5xdg/xdgmenu.h
|
||||
include/qt5xdg/xdgmenuwidget.h
|
||||
include/qt5xdg/xdgmimetype.h
|
||||
include/qt5xdg/xmlhelper.h
|
||||
include/qt5xdgiconloader/%%VERSION%%/private/xdgiconloader/xdgiconloader_p.h
|
||||
include/qt5xdgiconloader/xdgiconloader_export.h
|
||||
%%QT_INCDIR%%xdg/XdgAction
|
||||
%%QT_INCDIR%%xdg/XdgAutoStart
|
||||
%%QT_INCDIR%%xdg/XdgDesktopFile
|
||||
%%QT_INCDIR%%xdg/XdgDirs
|
||||
%%QT_INCDIR%%xdg/XdgIcon
|
||||
%%QT_INCDIR%%xdg/XdgMenu
|
||||
%%QT_INCDIR%%xdg/XdgMenuWidget
|
||||
%%QT_INCDIR%%xdg/XdgMimeType
|
||||
%%QT_INCDIR%%xdg/XmlHelper
|
||||
%%QT_INCDIR%%xdg/xdgaction.h
|
||||
%%QT_INCDIR%%xdg/xdgautostart.h
|
||||
%%QT_INCDIR%%xdg/xdgdesktopfile.h
|
||||
%%QT_INCDIR%%xdg/xdgdirs.h
|
||||
%%QT_INCDIR%%xdg/xdgicon.h
|
||||
%%QT_INCDIR%%xdg/xdgmacros.h
|
||||
%%QT_INCDIR%%xdg/xdgmenu.h
|
||||
%%QT_INCDIR%%xdg/xdgmenuwidget.h
|
||||
%%QT_INCDIR%%xdg/xdgmimetype.h
|
||||
%%QT_INCDIR%%xdg/xmlhelper.h
|
||||
%%QT_INCDIR%%xdgiconloader/%%VERSION%%/private/xdgiconloader/xdgiconloader_p.h
|
||||
%%QT_INCDIR%%xdgiconloader/xdgiconloader_export.h
|
||||
lib/libQt5Xdg.so
|
||||
lib/libQt5Xdg.so.3
|
||||
lib/libQt5Xdg.so.%%VERSION%%
|
||||
|
Loading…
Reference in New Issue
Block a user